Merge branch 'main' of https://github.com/pagefaultgames/pokerogue
This commit is contained in:
commit
99557b318f
|
@ -4892,7 +4892,7 @@ export function initMoves() {
|
|||
.attr(StatusEffectAttr, StatusEffect.FREEZE),
|
||||
new AttackMove(Moves.BLIZZARD, Type.ICE, MoveCategory.SPECIAL, 110, 70, 5, 10, 0, 1)
|
||||
.attr(BlizzardAccuracyAttr)
|
||||
.attr(StatusEffectAttr, StatusEffect.FREEZE) // TODO: 30% chance to hit protect/detect in hail
|
||||
.attr(StatusEffectAttr, StatusEffect.FREEZE)
|
||||
.windMove()
|
||||
.target(MoveTarget.ALL_NEAR_ENEMIES),
|
||||
new AttackMove(Moves.PSYBEAM, Type.PSYCHIC, MoveCategory.SPECIAL, 65, 100, 20, 10, 0, 1)
|
||||
|
|
Loading…
Reference in New Issue