Skip to content

Commit

Permalink
Fix presets to match updated dev format
Browse files Browse the repository at this point in the history
  • Loading branch information
Elagatua committed Feb 18, 2022
1 parent 8e4beba commit f84ef71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/presets_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,9 @@
"start_with_rupees": false,
"start_with_consumables": true,
"starting_hearts": 3,
"plant_beans": false,
"chicken_count_random": false,
"chicken_count": 4,
"chicken_count": 3,
"big_poe_count_random": false,
"big_poe_count": 1,
"shuffle_kokiri_sword": true,
Expand Down Expand Up @@ -281,7 +282,7 @@
"logic_lens_castle",
"logic_lens_gtg",
"logic_lens_shadow",
"logic_lens_shadow_back",
"logic_lens_shadow_platform",
"logic_lens_spirit"
],
"logic_earliest_adult_trade": "claim_check",
Expand All @@ -294,7 +295,7 @@
],
"starting_songs": [],
"ocarina_songs": false,
"correct_chest_sizes": true,
"correct_chest_appearances": "sizes",
"clearer_hints": true,
"no_collectible_hearts": false,
"hints": "always",
Expand Down

0 comments on commit f84ef71

Please sign in to comment.