Skip to content

Commit

Permalink
fix: remove test move magikarp's revenge
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 10, 2023
1 parent 58aac30 commit 9341d4b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/lib/assets/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8139,22 +8139,6 @@ export const moves = new Collection<string, PokemonTypes.Move>([
type: 'Psychic'
}
],
[
'magikarpsrevenge',
{
accuracy: 100,
basePower: '120',
category: 'Physical',
contestType: 'Cute',
desc: "Has a 100% chance to confuse the target and lower its Defense and Special Attack by 1 stage. The user recovers 1/2 the HP lost by the target, rounded half up. If Big Root is held by the user, the HP recovered is 1.3x normal, rounded half down. The user steals the foe's boosts. If this move is successful, the weather changes to rain unless it is already in effect, and the user gains the effects of Aqua Ring and Magic Coat.",
name: "Magikarp's Revenge",
pp: 10,
priority: 0,
shortDesc: "Does many things turn 1. Can't move turn 2.",
target: 'Normal',
type: 'Water'
}
],
[
'magmastorm',
{
Expand Down

0 comments on commit 9341d4b

Please sign in to comment.