Mountain Gale does not make contact (#2456)
This commit is contained in:
parent
e2a9f76926
commit
7a7e944a1c
|
@ -8013,6 +8013,7 @@ export function initMoves() {
|
|||
new AttackMove(Moves.CHLOROBLAST, Type.GRASS, MoveCategory.SPECIAL, 150, 95, 5, -1, 0, 8)
|
||||
.attr(RecoilAttr, true, 0.5),
|
||||
new AttackMove(Moves.MOUNTAIN_GALE, Type.ICE, MoveCategory.PHYSICAL, 100, 85, 10, 30, 0, 8)
|
||||
.makesContact(false)
|
||||
.attr(FlinchAttr),
|
||||
new SelfStatusMove(Moves.VICTORY_DANCE, Type.FIGHTING, -1, 10, -1, 0, 8)
|
||||
.attr(StatChangeAttr, [ BattleStat.ATK, BattleStat.DEF, BattleStat.SPD ], 1, true)
|
||||
|
|
Loading…
Reference in New Issue