add unit tests for clowning around

This commit is contained in:
ImperialSympathizer 2024-08-07 22:55:39 -04:00
parent 42eadcb36c
commit 9f4a0d2475

View File

@ -127,9 +127,9 @@ class DefaultOverrides {
// ------------------------- // -------------------------
// 1 to 256, set to null to ignore // 1 to 256, set to null to ignore
readonly MYSTERY_ENCOUNTER_RATE_OVERRIDE: number = 256; readonly MYSTERY_ENCOUNTER_RATE_OVERRIDE: number = null;
readonly MYSTERY_ENCOUNTER_TIER_OVERRIDE: MysteryEncounterTier = null; readonly MYSTERY_ENCOUNTER_TIER_OVERRIDE: MysteryEncounterTier = null;
readonly MYSTERY_ENCOUNTER_OVERRIDE: MysteryEncounterType = MysteryEncounterType.TRAINING_SESSION; readonly MYSTERY_ENCOUNTER_OVERRIDE: MysteryEncounterType = null;
// ------------------------- // -------------------------
// MODIFIER / ITEM OVERRIDES // MODIFIER / ITEM OVERRIDES