Skip to content

Commit

Permalink
Reordered conditionals so everything off is at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkirby committed Jul 10, 2024
1 parent 6eaa5c5 commit edd8aa7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions weights/rsl_season6.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"triforce_goal_per_world_max": 100,
"starting_items": true,
"conditionals": {
"exclude_minimal_triforce_hunt": [false],
"constant_triforce_hunt_extras": [true],
"exclude_ice_trap_misery": [true],
"disable_keysanity_independence": [true],
"disable_pot_chest_texture_independence": [false],
"restrict_one_entrance_randomizer": [false],
"random_scrubs_start_wallet": [true],
"split_collectible_bridge_conditions": [true, 15, "50/50", "40/40/20"],
"shuffle_goal_hints": [false, 50],
"replace_dampe_diary_hint_with_lightarrow": [true],
"adjust_chaos_hint_distro": [true],
"exclude_mapcompass_info_remove": [true],
"ohko_starts_with_nayrus": [true],
"invert_dungeons_mq_count": [false, 0],
"shuffle_valley_lake_exit": [true],
"select_one_pots_crates_freestanding": [true, 20, "1/1/1", "1/1/1"]
"select_one_pots_crates_freestanding": [true, 20, "1/1/1", "1/1/1"],
"restrict_one_entrance_randomizer": [false],
"disable_pot_chest_texture_independence": [false],
"shuffle_goal_hints": [false, 50],
"invert_dungeons_mq_count": [false, 0],
"exclude_minimal_triforce_hunt": [false]
},
"tricks": [
"logic_fewer_tunic_requirements",
Expand Down

0 comments on commit edd8aa7

Please sign in to comment.