Update the "Hell Mode" preset (#7066)

This commit is contained in:
Pepe20129
2026-08-14 20:23:39 +02:00
committed by GitHub
parent a35f331189
commit db147f6a0a
2 changed files with 13 additions and 3 deletions
@@ -28,11 +28,13 @@
"MixOverworld": 1,
"MixThievesHideout": 1,
"MixedEntrances": 1,
"RainbowBridge": 8,
"ProgressiveGoronSword": 1,
"RainbowBridge": 9,
"ScrubsPrices": 2,
"Shopsanity": 1,
"ShopsanityCount": 7,
"ShopsanityPrices": 2,
"ShopShieldsTunicsGate": 1,
"Shuffle100GSReward": 1,
"ShuffleAdultTrade": 1,
"ShuffleBeanFairies": 1,
@@ -40,8 +42,11 @@
"ShuffleBeehives": 1,
"ShuffleBossEntrances": 2,
"ShuffleBossSouls": 1,
"ShuffleGanonsSouls": 3,
"ShuffleBoulders": 3,
"ShuffleBeggar": 1,
"ShuffleBushes": 1,
"ShuffleButterflyFairies": 1,
"ShuffleChestMinigame": 1,
"ShuffleChildWallet": 1,
"ShuffleClimb": 1,
"ShuffleCows": 1,
@@ -57,10 +62,12 @@
"ShuffleFrogSongRupees": 1,
"ShuffleGanonBossKey": 8,
"ShuffleGanonTowerEntrance": 1,
"ShuffleGanonsSoul": 3,
"ShuffleGerudoToken": 1,
"ShuffleGrab": 1,
"ShuffleGrass": 3,
"ShuffleGrottosEntrances": 1,
"ShuffleIcicles": 1,
"ShuffleInteriorsEntrances": 2,
"ShuffleKokiriSword": 1,
"ShuffleMasterSword": 1,
@@ -72,7 +79,10 @@
"ShuffleOverworldSpawns": 1,
"ShuffleOwlDrops": 1,
"ShufflePots": 3,
"ShuffleRedIce": 1,
"ShuffleRocks": 1,
"ShuffleScrubs": 2,
"ShuffleSigns": 3,
"ShuffleSongs": 2,
"ShuffleSpeak": 1,
"ShuffleStoneFairies": 1,
+1 -1
View File
@@ -1408,7 +1408,7 @@ void Settings::CreateOptions() {
OPT_BOOL(RSK_BASE_ICE_TRAPS, "Base Ice Traps", CVAR_RANDOMIZER_SETTING("BaseIceTraps"), mOptionDescriptions[RSK_BASE_ICE_TRAPS], IMFLAG_NONE, WIDGET_CVAR_COMBOBOX, RO_GENERIC_ON);
OPT_U8(RSK_ADDITIONAL_ICE_TRAPS, "Additional Ice Traps", {NumOpts(0, 100)}, OptionCategory::Setting, CVAR_RANDOMIZER_SETTING("AdditionalIceTraps"), mOptionDescriptions[RSK_ADDITIONAL_ICE_TRAPS], WIDGET_CVAR_SLIDER_INT, 0);
OPT_U8(RSK_ICE_TRAP_PERCENT, "Ice Trap Percent", {NumOpts(0, 100)}, OptionCategory::Setting, CVAR_RANDOMIZER_SETTING("IceTrapPercent"), mOptionDescriptions[RSK_ICE_TRAP_PERCENT], WIDGET_CVAR_SLIDER_INT, 0);
// TODO: Remove Double Defense, Progressive Goron Sword
// TODO: Remove Double Defense
OPT_U8(RSK_STARTING_OCARINA, "Start with Ocarina", {"Off", "Fairy Ocarina", "Ocarina of Time"}, OptionCategory::Setting, CVAR_RANDOMIZER_SETTING("StartingOcarina"), "", WIDGET_CVAR_COMBOBOX, RO_STARTING_OCARINA_OFF);
OPT_BOOL(RSK_STARTING_DEKU_SHIELD, "Start with Deku Shield", CVAR_RANDOMIZER_SETTING("StartingDekuShield"));
OPT_BOOL(RSK_STARTING_KOKIRI_SWORD, "Start with Kokiri Sword", CVAR_RANDOMIZER_SETTING("StartingKokiriSword"));