[Move] Aeroblast is a wind move (#3109)

* Hardcoded Pokemon should have proper names

* Aeroblast is a wind move
This commit is contained in:
Tempoanon 2024-07-23 11:17:32 -04:00 committed by GitHub
parent 1d39f8d638
commit 11c5c0a3d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6311,6 +6311,7 @@ export function initMoves() {
.attr(ResistLastMoveTypeAttr)
.partial(), // Checks the move's original typing and not if its type is changed through some other means
new AttackMove(Moves.AEROBLAST, Type.FLYING, MoveCategory.SPECIAL, 100, 95, 5, -1, 0, 2)
.windMove()
.attr(HighCritAttr),
new StatusMove(Moves.COTTON_SPORE, Type.GRASS, 100, 40, -1, 0, 2)
.attr(StatChangeAttr, BattleStat.SPD, -2)