From fbe927e88b323fe54fe07ada5f98f0f4005f9972 Mon Sep 17 00:00:00 2001 From: SunshineFuture Date: Fri, 17 May 2024 10:50:22 -0400 Subject: [PATCH] Adds Partial to Electro Shot due to Rain behavior. --- src/data/move.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index 496d03273b7..f03a1cf86df 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -7102,7 +7102,8 @@ export function initMoves() { .makesContact(false), new AttackMove(Moves.ELECTRO_SHOT, Type.ELECTRIC, MoveCategory.SPECIAL, 130, 100, 10, 100, 0, 9) .attr(ElectroShotChargeAttr) - .ignoresVirtual(), + .ignoresVirtual() + .partial(), new AttackMove(Moves.TERA_STARSTORM, Type.NORMAL, MoveCategory.SPECIAL, 120, 100, 5, -1, 0, 9) .attr(TeraBlastCategoryAttr) .partial(),