From 9151c4f23b905acb1fe3b027f2e51ed4f1c67703 Mon Sep 17 00:00:00 2001 From: frutescens Date: Mon, 14 Oct 2024 09:41:13 -0700 Subject: [PATCH] fixed effect cahnce --- src/data/move.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index c471bf047e8..d2eff3d4019 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -7980,7 +7980,7 @@ export function initMoves() { .unimplemented(), new SelfStatusMove(Moves.SNATCH, Type.DARK, -1, 10, -1, 4, 3) .unimplemented(), - new AttackMove(Moves.SECRET_POWER, Type.NORMAL, MoveCategory.PHYSICAL, 70, 100, 20, 100, 0, 3) + new AttackMove(Moves.SECRET_POWER, Type.NORMAL, MoveCategory.PHYSICAL, 70, 100, 20, 30, 0, 3) .makesContact(false) .attr(SecretPowerAttr), new AttackMove(Moves.DIVE, Type.WATER, MoveCategory.PHYSICAL, 80, 100, 10, -1, 0, 3)