From 8c33df894ab2b84abed80472f59b57088fe837e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 01:52:14 +0000 Subject: [PATCH] refactor: update data [skip publish] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/lib/assets/moves.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/assets/moves.ts b/src/lib/assets/moves.ts index 91745bed8f..88b9545f8a 100644 --- a/src/lib/assets/moves.ts +++ b/src/lib/assets/moves.ts @@ -9129,7 +9129,7 @@ export const moves = new Collection([ basePower: '0', category: 'Status', contestType: 'Cute', - desc: "Raises the user's evasiveness by 2 stages. Whether or not the user's evasiveness was changed, Body Slam, Dragon Rush, Flying Press, Heat Crash, Heavy Slam, Malicious Moonsault, Steamroller, and Stomp will not check accuracy and have their damage doubled if used against the user while it is active.", + desc: "Raises the user's evasiveness by 2 stages. Whether or not the user's evasiveness was changed, Body Slam, Dragon Rush, Flying Press, Heat Crash, Heavy Slam, Malicious Moonsault, Steamroller, Stomp, and Supercell Slam will not check accuracy and have their damage doubled if used against the user while it is active.", name: 'Minimize', pp: 10, priority: 0, @@ -13942,7 +13942,7 @@ export const moves = new Collection([ accuracy: 95, basePower: '100', category: 'Physical', - desc: 'If this attack is not successful, the user loses half of its maximum HP, rounded down, as crash damage. Pokémon with the Magic Guard Ability are unaffected by crash damage.', + desc: 'If this attack is not successful, the user loses half of its maximum HP, rounded down, as crash damage. Pokémon with the Magic Guard Ability are unaffected by crash damage. Damage doubles and no accuracy check is done if the target has used Minimize while active.', name: 'Supercell Slam', pp: 15, priority: 0,