From 4bd6f9dfa98e2207d17861e177a55934bb57e4cd Mon Sep 17 00:00:00 2001 From: frutescens Date: Fri, 25 Oct 2024 16:21:52 -0700 Subject: [PATCH] override comments --- src/overrides.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/overrides.ts b/src/overrides.ts index 6760db79205..db65abfc090 100644 --- a/src/overrides.ts +++ b/src/overrides.ts @@ -165,6 +165,7 @@ class DefaultOverrides { // ------------------------- /** 1 to 256, set to null to ignore */ + /** Requirement: STARTING_WAVE_OVERRIDE > 10 && STARTING_BIOME_OVERRIDE !== Biome.TOWN */ readonly MYSTERY_ENCOUNTER_RATE_OVERRIDE: number | null = null; readonly MYSTERY_ENCOUNTER_TIER_OVERRIDE: MysteryEncounterTier | null = null; readonly MYSTERY_ENCOUNTER_OVERRIDE: MysteryEncounterType | null = null;