mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-29 04:55:24 +01:00
[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)
|
.attr(ResistLastMoveTypeAttr)
|
||||||
.partial(), // Checks the move's original typing and not if its type is changed through some other means
|
.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)
|
new AttackMove(Moves.AEROBLAST, Type.FLYING, MoveCategory.SPECIAL, 100, 95, 5, -1, 0, 2)
|
||||||
|
.windMove()
|
||||||
.attr(HighCritAttr),
|
.attr(HighCritAttr),
|
||||||
new StatusMove(Moves.COTTON_SPORE, Type.GRASS, 100, 40, -1, 0, 2)
|
new StatusMove(Moves.COTTON_SPORE, Type.GRASS, 100, 40, -1, 0, 2)
|
||||||
.attr(StatChangeAttr, BattleStat.SPD, -2)
|
.attr(StatChangeAttr, BattleStat.SPD, -2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user