[Move] Aeroblast is a wind move (#3109)
* Hardcoded Pokemon should have proper names * Aeroblast is a wind move
This commit is contained in:
parent
1d39f8d638
commit
11c5c0a3d9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue