Adds Partial to Electro Shot due to Rain behavior.

This commit is contained in:
SunshineFuture 2024-05-17 10:50:22 -04:00
parent ee6b4a5397
commit fbe927e88b

View File

@ -7102,7 +7102,8 @@ export function initMoves() {
.makesContact(false), .makesContact(false),
new AttackMove(Moves.ELECTRO_SHOT, Type.ELECTRIC, MoveCategory.SPECIAL, 130, 100, 10, 100, 0, 9) new AttackMove(Moves.ELECTRO_SHOT, Type.ELECTRIC, MoveCategory.SPECIAL, 130, 100, 10, 100, 0, 9)
.attr(ElectroShotChargeAttr) .attr(ElectroShotChargeAttr)
.ignoresVirtual(), .ignoresVirtual()
.partial(),
new AttackMove(Moves.TERA_STARSTORM, Type.NORMAL, MoveCategory.SPECIAL, 120, 100, 5, -1, 0, 9) new AttackMove(Moves.TERA_STARSTORM, Type.NORMAL, MoveCategory.SPECIAL, 120, 100, 5, -1, 0, 9)
.attr(TeraBlastCategoryAttr) .attr(TeraBlastCategoryAttr)
.partial(), .partial(),