mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-15 06:09:11 +01:00
reset overrides.ts
This commit is contained in:
parent
2395451b18
commit
ab6a19168a
@ -31,12 +31,7 @@ import { MysteryEncounterTier } from "#enums/mystery-encounter-tier";
|
|||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
const overrides = {
|
const overrides = {} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
|
||||||
STARTING_WAVE_OVERRIDE: 199,
|
|
||||||
STARTING_BIOME_OVERRIDE: Biome.END,
|
|
||||||
OPP_LEVEL_OVERRIDE: 1,
|
|
||||||
STARTING_LEVEL_OVERRIDE: 999,
|
|
||||||
} satisfies Partial<InstanceType<typeof DefaultOverrides>>;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If you need to add Overrides values for local testing do that inside {@linkcode overrides}
|
* If you need to add Overrides values for local testing do that inside {@linkcode overrides}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user