reset overrides.ts

This commit is contained in:
flx-sta 2024-10-04 15:34:59 -07:00
parent 2395451b18
commit ab6a19168a

View File

@ -31,12 +31,7 @@ import { MysteryEncounterTier } from "#enums/mystery-encounter-tier";
* }
* ```
*/
const overrides = {
STARTING_WAVE_OVERRIDE: 199,
STARTING_BIOME_OVERRIDE: Biome.END,
OPP_LEVEL_OVERRIDE: 1,
STARTING_LEVEL_OVERRIDE: 999,
} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
const overrides = {} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
/**
* If you need to add Overrides values for local testing do that inside {@linkcode overrides}