[Balance] Add Stored Power / Power Trip to STAB blacklist (#6607)

Update moveset-generation.ts
This commit is contained in:
Blitzy 2025-09-29 14:04:26 -05:00 committed by GitHub
parent 18e4d8d1e8
commit 5745213257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,