mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-14 22:05:34 +01:00
[Balance] Add Stored Power / Power Trip to STAB blacklist (#6607)
Update moveset-generation.ts
This commit is contained in:
parent
18e4d8d1e8
commit
5745213257
@ -177,6 +177,7 @@ export const STAB_BLACKLIST: ReadonlySet<MoveId> = new Set([
|
||||
MoveId.NATURAL_GIFT,
|
||||
MoveId.NATURES_MADNESS,
|
||||
MoveId.NIGHT_SHADE,
|
||||
MoveId.POWER_TRIP,
|
||||
MoveId.PSYWAVE,
|
||||
MoveId.RUINATION,
|
||||
MoveId.SELF_DESTRUCT,
|
||||
@ -188,6 +189,7 @@ export const STAB_BLACKLIST: ReadonlySet<MoveId> = new Set([
|
||||
MoveId.SPIT_UP,
|
||||
MoveId.STEEL_BEAM,
|
||||
MoveId.STEEL_ROLLER,
|
||||
MoveId.STORED_POWER,
|
||||
MoveId.SUPER_FANG,
|
||||
MoveId.SYNCHRONOISE,
|
||||
MoveId.UPPER_HAND,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user