mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Restore overrides
This commit is contained in:
parent
fa037810b8
commit
a25e9b776f
@ -43,20 +43,7 @@ import { BattleType } from "#enums/battle-type";
|
|||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
const overrides = {
|
const overrides = {} satisfies Partial<InstanceType<OverridesType>>;
|
||||||
HAS_PASSIVE_ABILITY_OVERRIDE: false,
|
|
||||||
OPP_HAS_PASSIVE_ABILITY_OVERRIDE: false,
|
|
||||||
RANDOM_TRAINER_OVERRIDE: {
|
|
||||||
trainerType: TrainerType.BREEDER,
|
|
||||||
alwaysDouble: true
|
|
||||||
},
|
|
||||||
BATTLE_TYPE_OVERRIDE: BattleType.TRAINER,
|
|
||||||
ABILITY_OVERRIDE: Abilities.BALL_FETCH,
|
|
||||||
OPP_ABILITY_OVERRIDE: Abilities.BALL_FETCH,
|
|
||||||
STARTING_LEVEL_OVERRIDE: 100,
|
|
||||||
MOVESET_OVERRIDE: [ Moves.WHIRLWIND, Moves.SPLASH],
|
|
||||||
OPP_MOVESET_OVERRIDE: [ Moves.SPLASH]
|
|
||||||
} satisfies Partial<InstanceType<OverridesType>>;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
Reference in New Issue
Block a user