Mark Rage Fist as partial in line with similar moves/abilities (#4894)

This commit is contained in:
NightKev 2024-11-28 17:17:18 -08:00 committed by GitHub
parent c86b6352bc
commit 2b64ef6fc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10554,6 +10554,7 @@ export function initMoves() {
new AttackMove(Moves.TWIN_BEAM, Type.PSYCHIC, MoveCategory.SPECIAL, 40, 100, 10, -1, 0, 9)
.attr(MultiHitAttr, MultiHitType._2),
new AttackMove(Moves.RAGE_FIST, Type.GHOST, MoveCategory.PHYSICAL, 50, 100, 10, -1, 0, 9)
.partial() // Counter resets every wave instead of on arena reset
.attr(HitCountPowerAttr)
.punchingMove(),
new AttackMove(Moves.ARMOR_CANNON, Type.FIRE, MoveCategory.SPECIAL, 120, 100, 5, -1, 0, 9)