Add Plasma Fists Effect

This commit is contained in:
Sporecore 2024-04-19 17:02:10 -04:00 committed by GitHub
parent 15b5afd630
commit 554e08b845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5554,7 +5554,7 @@ export function initMoves() {
.target(MoveTarget.ALL_NEAR_OTHERS),
new AttackMove(Moves.PLASMA_FISTS, Type.ELECTRIC, MoveCategory.PHYSICAL, 100, 100, 15, -1, 0, 7)
.punchingMove()
.partial(),
.attr(AddArenaTagAttr, ArenaTagType.PLASMA_FISTS),
new AttackMove(Moves.PHOTON_GEYSER, Type.PSYCHIC, MoveCategory.SPECIAL, 100, 100, 5, -1, 0, 7)
.attr(PhotonGeyserCategoryAttr)
.ignoresAbilities()