Skip to content

Commit

Permalink
refactor: update data [skip publish]
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent 930ff9e commit 8c33df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/assets/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9129,7 +9129,7 @@ export const moves = new Collection<string, PokemonTypes.Move>([
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,
Expand Down Expand Up @@ -13942,7 +13942,7 @@ export const moves = new Collection<string, PokemonTypes.Move>([
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,
Expand Down

0 comments on commit 8c33df8

Please sign in to comment.