mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 05:07:11 +00:00
Fixed Freeze Shock (#216)
* added charge turn to freeze shock * fixed freeze shock animation
This commit is contained in:
parent
c3eaa0506f
commit
1acc082080
@ -5132,6 +5132,7 @@ export function initMoves() {
|
||||
.attr(StatChangeAttr, BattleStat.SPATK, 1, true)
|
||||
.danceMove(),
|
||||
new AttackMove(Moves.FREEZE_SHOCK, Type.ICE, MoveCategory.PHYSICAL, 140, 90, 5, 30, 0, 5)
|
||||
.attr(ChargeAttr, ChargeAnim.FREEZE_SHOCK_CHARGING, 'became cloaked\nin a freezing light!')
|
||||
.attr(StatusEffectAttr, StatusEffect.PARALYSIS)
|
||||
.makesContact(false),
|
||||
new AttackMove(Moves.ICE_BURN, Type.ICE, MoveCategory.SPECIAL, 140, 90, 5, 30, 0, 5)
|
||||
|
Loading…
x
Reference in New Issue
Block a user