[Balance] Revert Zippy Zap back to its LGPE Implementation (#3495)

* Update move.ts

* Update Move Description

* Update move.ts

---------

Co-authored-by: xsn34kzx <xsn34kzx@gmail.com>
This commit is contained in:
Blitzy 2024-08-25 14:35:58 -04:00 committed by GitHub
parent 72702abb2f
commit 96a404a3d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 15 additions and 15 deletions

View File

@ -8345,8 +8345,8 @@ export function initMoves() {
.partial()
.ignoresVirtual(),
/* End Unused */
new AttackMove(Moves.ZIPPY_ZAP, Type.ELECTRIC, MoveCategory.PHYSICAL, 80, 100, 10, 100, 2, 7)
.attr(StatChangeAttr, BattleStat.EVA, 1, true),
new AttackMove(Moves.ZIPPY_ZAP, Type.ELECTRIC, MoveCategory.PHYSICAL, 50, 100, 15, 100, 2, 7) //LGPE Implementation
.attr(CritOnlyAttr),
new AttackMove(Moves.SPLISHY_SPLASH, Type.WATER, MoveCategory.SPECIAL, 90, 100, 15, 30, 0, 7)
.attr(StatusEffectAttr, StatusEffect.PARALYSIS)
.target(MoveTarget.ALL_NEAR_ENEMIES),

View File

@ -2913,7 +2913,7 @@
},
"zippyZap": {
"name": "Zippy Zap",
"effect": "The user attacks the target with bursts of electricity at high speed. This move always goes first and raises the user's evasiveness."
"effect": "The user attacks the target with bursts of electricity at high speed. This move always goes first and results in a critical hit."
},
"splishySplash": {
"name": "Splishy Splash",
@ -3807,4 +3807,4 @@
"name": "Malignant Chain",
"effect": "The user pours toxins into the target by wrapping them in a toxic, corrosive chain. This may also leave the target badly poisoned."
}
}
}

View File

@ -3807,4 +3807,4 @@
"name": "Cadena Virulenta",
"effect": "Apresa al objetivo con una cadena hecha de ponzoña que le inocula toxinas para minarle las fuerzas. Puede envenenar gravemente."
}
}
}

View File

@ -2913,7 +2913,7 @@
},
"zippyZap": {
"name": "Pika-Sprint",
"effect": "Une attaque électrique rapide comme léclair qui augmente lesquive. Frappe en priorité."
"effect": "Une attaque électrique rapide comme léclair qui inflige un coup critique à coup sûr. Frappe en priorité."
},
"splishySplash": {
"name": "Pika-Splash",
@ -3807,4 +3807,4 @@
"name": "Chaîne Malsaine",
"effect": "Le lanceur ligote la cible avec une chaîne faite de poison et lui injecte un venin corrosif, ce qui peut aussi gravement lempoisonner."
}
}
}

View File

@ -2913,7 +2913,7 @@
},
"zippyZap": {
"name": "Sprintaboom",
"effect": "Un attacco elettrico ad altissima velocità. Questa mossa ha priorità alta e aumenta l'elusione dell'utilizzatore."
"effect": "Un attacco elettrico ad altissima velocità. Questa mossa ha priorità alta e infligge sicuramente un brutto colpo."
},
"splishySplash": {
"name": "Surfasplash",
@ -3807,4 +3807,4 @@
"name": "Intossicatena",
"effect": "Il Pokémon logora il bersaglio avvolgendolo con le sue catene fatte di veleno e iniettandogli delle tossine che possono anche iperavvelenarlo."
}
}
}

View File

@ -2913,7 +2913,7 @@
},
"zippyZap": {
"name": "파찌파찌액셀",
"effect": "맹렬한 속도의 전격 공격. 반드시 선제공격할 수 있고 자신의 회피율을 높인다."
"effect": "맹렬한 속도의 전격 공격. 반드시 선제공격할 수 있고 급소에 맞는다."
},
"splishySplash": {
"name": "참방참방서핑",
@ -3807,4 +3807,4 @@
"name": "악독사슬",
"effect": "독으로 된 사슬로 상대를 휘감은 뒤 독소를 흘려보내어 해치운다. 맹독 상태로 만들 때가 있다."
}
}
}

View File

@ -2913,7 +2913,7 @@
},
"zippyZap": {
"name": "Zippy Zap",
"effect": "O usuário ataca o alvo com rajadas de eletricidade em alta velocidade. Esse movimento sempre vai primeiro e aumenta a Evasão do usuário."
"effect": "O usuário ataca o alvo com rajadas de eletricidade em alta velocidade. Esse movimento sempre vai primeiro e resulta em um golpe crítico."
},
"splishySplash": {
"name": "Splishy Splash",
@ -3807,4 +3807,4 @@
"name": "Malignant Chain",
"effect": "O usuário derrama toxinas no alvo envolvendo-o em uma corrente tóxica e corrosiva. Isso também pode deixar o alvo seriamente envenenado."
}
}
}

View File

@ -2913,7 +2913,7 @@
},
"zippyZap": {
"name": "电电加速",
"effect": "迅猛无比的电击。必定能够先制攻击,\n并且提高自己的闪避率。"
"effect": "迅猛无比的电击。必定能够先制攻击,击中对方的要害。"
},
"splishySplash": {
"name": "滔滔冲浪",
@ -3807,4 +3807,4 @@
"name": "邪毒锁链",
"effect": "用由毒形成的锁链缠住对手注入毒\n素加以侵蚀。有时会让对手陷入剧毒状态"
}
}
}