Skip to content

Commit

Permalink
revised the preset to include all settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shirosoluna authored Jun 13, 2024
1 parent 9050cd1 commit 53154c4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"Dev"
]
}
42 changes: 41 additions & 1 deletion data/presets_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2163,29 +2163,50 @@
},
"No Logic Weekly": {
"aliases": [
"no_logic"
"no_logic",
"nl"
],
"show_seed_info": true,
"user_message": "No Logic Weekly",
"world_count": 1,
"create_spoiler": true,
"randomize_settings": false,
"logic_rules": "none",
"reachable_locations": "all",
"triforce_hunt": false,
"triforce_count_per_world": 30,
"triforce_goal_per_world": 20,
"lacs_condition": "vanilla",
"lacs_medallions": 6,
"lacs_stones": 3,
"lacs_rewards": 9,
"lacs_tokens": 100,
"lacs_hearts": 20,
"bridge": "dungeons",
"bridge_medallions": 6,
"bridge_stones": 3,
"bridge_rewards": 4,
"bridge_tokens": 100,
"bridge_hearts": 20,
"trials_random": false,
"trials": 0,
"shuffle_ganon_bosskey": "dungeons",
"ganon_bosskey_medallions": 6,
"ganon_bosskey_stones": 3,
"ganon_bosskey_rewards": 7,
"ganon_bosskey_tokens": 100,
"ganon_bosskey_hearts": 20,
"shuffle_dungeon_rewards": "reward",
"shuffle_bosskeys": "regional",
"shuffle_smallkeys": "keysanity",
"shuffle_hideoutkeys": "keysanity",
"shuffle_tcgkeys": "vanilla",
"key_rings_choice": "off",
"key_rings": [],
"keyring_give_bk": false,
"shuffle_silver_rupees": "vanilla",
"silver_rupee_pouches_choice": "off",
"silver_rupee_pouches": [],
"shuffle_mapcompass": "startwith",
"enhance_map_compass": false,
"open_forest": "open",
Expand All @@ -2196,8 +2217,13 @@
"dungeon_shortcuts_choice": "off",
"starting_age": "random",
"mq_dungeons_mode": "vanilla",
"mq_dungeons_specific": [],
"mq_dungeons_count": 0,
"empty_dungeons_mode": "none",
"empty_dungeons_specific": [],
"empty_dungeons_count": [],
"shuffle_interior_entrances": "off",
"shuffle_hideout_entrances": false,
"shuffle_grotto_entrances": false,
"shuffle_dungeon_entrances": "all",
"shuffle_bosses": "off",
Expand Down Expand Up @@ -2228,7 +2254,11 @@
"shuffle_frog_song_rupees": true,
"shuffle_individual_ocarina_notes": false,
"shuffle_loach_reward": "off",
"logic_no_night_tokens_without_suns_song": false,
"disabled_locations": [],
"allowed_tricks": [],
"starting_equipment": [],
"starting_songs": [],
"starting_inventory": [
"zeldas_letter"
],
Expand All @@ -2248,9 +2278,11 @@
"auto_equip_masks": false,
"plant_beans": false,
"chicken_count_random": true,
"chicken_count": [],
"big_poe_count_random": false,
"big_poe_count": 1,
"easier_fire_arrow_entry": false,
"fae_torch_count": [],
"ruto_already_f1_jabu": false,
"ocarina_songs": "off",
"correct_chest_appearances": "textures",
Expand All @@ -2269,6 +2301,14 @@
],
"invisible_chests": false,
"correct_potcrate_appearances": "textures_unchecked",
"potcrate_textures_specific": [
"major",
"bosskeys",
"keys",
"tokens",
"hearts"
],
"soa_unlocks_potcrate_texture": false,
"key_appearance_match_dungeon": true,
"clearer_hints": true,
"hints": "always",
Expand Down

0 comments on commit 53154c4

Please sign in to comment.