From a62de05c385a98ac10bbc9f079e3ab4eb93c497a Mon Sep 17 00:00:00 2001 From: frutescens Date: Fri, 1 Nov 2024 13:15:24 -0700 Subject: [PATCH] fixing it up --- src/overrides.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/overrides.ts b/src/overrides.ts index b45da274d52..d6151580ba0 100644 --- a/src/overrides.ts +++ b/src/overrides.ts @@ -165,9 +165,10 @@ class DefaultOverrides { // ------------------------- /** 1 to 256, set to null to ignore */ - readonly MYSTERY_ENCOUNTER_RATE_OVERRIDE: number | null = 256; + /** Requirements: STARTING_WAVE_OVERRIDE > 10 && STARTING_BIOME_OVERRIDE !== Biome.TOWN && MYSTERY_ENCOUNTER_RATE_OVERRIDE === 256 */ + readonly MYSTERY_ENCOUNTER_RATE_OVERRIDE: number | null = null; readonly MYSTERY_ENCOUNTER_TIER_OVERRIDE: MysteryEncounterTier | null = null; - readonly MYSTERY_ENCOUNTER_OVERRIDE: MysteryEncounterType | null = MysteryEncounterType.FIERY_FALLOUT; + readonly MYSTERY_ENCOUNTER_OVERRIDE: MysteryEncounterType | null = null; // ------------------------- // MODIFIER / ITEM OVERRIDES