Skip to content

Commit

Permalink
Update SAWS presets for S8
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Dec 4, 2024
1 parent e3b5969 commit ffd78e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions data/presets_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@
"bridge_hearts": 20,
"trials_random": false,
"trials": 6,
"shuffle_ganon_bosskey": "dungeon",
"shuffle_ganon_bosskey": "remove",
"ganon_bosskey_medallions": 6,
"ganon_bosskey_stones": 3,
"ganon_bosskey_rewards": 9,
Expand Down Expand Up @@ -1798,7 +1798,7 @@
"shuffle_gerudo_valley_river_exit": "off",
"owl_drops": "off",
"warp_songs": "off",
"shuffle_child_spawn": "balanced",
"shuffle_child_spawn": "off",
"shuffle_adult_spawn": "balanced",
"blue_warps": "dungeon",
"exclusive_one_ways": true,
Expand Down Expand Up @@ -2227,7 +2227,7 @@
"damage_multiplier": "normal",
"deadly_bonks": "none",
"starting_tod": "sunset",
"blue_fire_arrows": true,
"blue_fire_arrows": false,
"fix_broken_drops": true,
"tcg_requires_lens": false,
"no_collectible_hearts": false,
Expand Down Expand Up @@ -2268,7 +2268,7 @@
"bridge_hearts": 20,
"trials_random": false,
"trials": 6,
"shuffle_ganon_bosskey": "dungeon",
"shuffle_ganon_bosskey": "remove",
"ganon_bosskey_medallions": 6,
"ganon_bosskey_stones": 3,
"ganon_bosskey_rewards": 9,
Expand Down Expand Up @@ -2313,7 +2313,7 @@
"shuffle_gerudo_valley_river_exit": "off",
"owl_drops": "off",
"warp_songs": "off",
"shuffle_child_spawn": "balanced",
"shuffle_child_spawn": "off",
"shuffle_adult_spawn": "balanced",
"blue_warps": "dungeon",
"exclusive_one_ways": true,
Expand Down Expand Up @@ -2742,7 +2742,7 @@
"damage_multiplier": "normal",
"deadly_bonks": "none",
"starting_tod": "sunset",
"blue_fire_arrows": true,
"blue_fire_arrows": false,
"fix_broken_drops": true,
"tcg_requires_lens": false,
"no_collectible_hearts": false,
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version__ = '8.2.27'

# This is a supplemental version number for branches based off of main dev.
supplementary_version = 1
supplementary_version = 2

# Pick a unique identifier byte for your fork if you are intending to have a long-lasting branch.
# This will be 0x00 for main releases and 0x01 for main dev.
Expand Down

0 comments on commit ffd78e4

Please sign in to comment.