diff options
| author | Philip Dubé <159546+serprex@users.noreply.github.com> | 2026-07-13 04:22:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-13 04:22:04 +0000 |
| commit | de8edbf1363061eaf79c7f4ac34a4336bdc113d7 (patch) | |
| tree | 52c0cf4406efd4e5817583b8be8ba1acf81d9984 /soh | |
| parent | ed7e4d0293bd108cbed284519e0507c56138d3f2 (diff) | |
Fix presets, regressed from LACS decoupling (#6919)
Diffstat (limited to 'soh')
4 files changed, 10 insertions, 9 deletions
diff --git a/soh/assets/custom/presets/Rando Seed Settings - Advanced.json b/soh/assets/custom/presets/Rando Seed Settings - Advanced.json index 461a9349f..27b30656d 100644 --- a/soh/assets/custom/presets/Rando Seed Settings - Advanced.json +++ b/soh/assets/custom/presets/Rando Seed Settings - Advanced.json @@ -27,7 +27,7 @@ "GbkRewardCount": 8, "MalonHint": 1, "MerchantText": 1, - "RainbowBridge": 7, + "RainbowBridge": 8, "SariaHint": 1, "ScrubsFixedPrice": 2, "ScrubsPrices": 3, @@ -42,7 +42,7 @@ "ShuffleDekuStickBag": 1, "ShuffleDungeonsEntrances": 2, "ShuffleFrogSongRupees": 1, - "ShuffleGanonBossKey": 9, + "ShuffleGanonBossKey": 8, "ShuffleGerudoToken": 1, "ShuffleKeyRings": 2, "ShuffleKeyRingsRandomCount": 4, diff --git a/soh/assets/custom/presets/Rando Seed Settings - Beginner.json b/soh/assets/custom/presets/Rando Seed Settings - Beginner.json index 5943e40d0..12abe7e48 100644 --- a/soh/assets/custom/presets/Rando Seed Settings - Beginner.json +++ b/soh/assets/custom/presets/Rando Seed Settings - Beginner.json @@ -30,10 +30,10 @@ "GbkRewardCount": 6, "MalonHint": 1, "MerchantText": 1, - "RainbowBridge": 7, + "RainbowBridge": 8, "SariaHint": 1, "SheikLAHint": 0, - "ShuffleGanonBossKey": 9, + "ShuffleGanonBossKey": 8, "ShuffleOcarinas": 1, "SkipChildZelda": 1, "SkipEponaRace": 1, diff --git a/soh/assets/custom/presets/Rando Seed Settings - Hell Mode.json b/soh/assets/custom/presets/Rando Seed Settings - Hell Mode.json index fd62ae735..6bb0b8c52 100644 --- a/soh/assets/custom/presets/Rando Seed Settings - Hell Mode.json +++ b/soh/assets/custom/presets/Rando Seed Settings - Hell Mode.json @@ -29,7 +29,7 @@ "MixOverworld": 1, "MixThievesHideout": 1, "MixedEntrances": 1, - "RainbowBridge": 7, + "RainbowBridge": 8, "ScrubsPrices": 2, "Shopsanity": 1, "ShopsanityCount": 7, @@ -40,7 +40,8 @@ "ShuffleBeanSouls": 1, "ShuffleBeehives": 1, "ShuffleBossEntrances": 2, - "ShuffleBossSouls": 2, + "ShuffleBossSouls": 1, + "ShuffleGanonsSouls": 3, "ShuffleBushes": 1, "ShuffleChildWallet": 1, "ShuffleClimb": 1, @@ -55,7 +56,7 @@ "ShuffleFountainFairies": 1, "ShuffleFreestanding": 3, "ShuffleFrogSongRupees": 1, - "ShuffleGanonBossKey": 9, + "ShuffleGanonBossKey": 8, "ShuffleGanonTowerEntrance": 1, "ShuffleGerudoToken": 1, "ShuffleGrab": 1, diff --git a/soh/assets/custom/presets/Rando Seed Settings - Standard.json b/soh/assets/custom/presets/Rando Seed Settings - Standard.json index bc90673f1..dddd81ece 100644 --- a/soh/assets/custom/presets/Rando Seed Settings - Standard.json +++ b/soh/assets/custom/presets/Rando Seed Settings - Standard.json @@ -30,7 +30,7 @@ "GbkRewardCount": 7, "MalonHint": 1, "MerchantText": 1, - "RainbowBridge": 7, + "RainbowBridge": 8, "SariaHint": 1, "ScrubsFixedPrice": 2, "ScrubsPrices": 3, @@ -38,7 +38,7 @@ "Shopsanity": 1, "ShopsanityCount": 4, "ShopsanityPrices": 2, - "ShuffleGanonBossKey": 9, + "ShuffleGanonBossKey": 8, "ShuffleGerudoToken": 1, "ShuffleKeyRings": 2, "ShuffleKeyRingsRandomCount": 8, |
