mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
Update pokemon-level-moves.ts
This commit is contained in:
parent
bf41f3455a
commit
79f335462f
@ -8226,9 +8226,9 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||||||
[ RELEARN_MOVE, Moves.HYPNOSIS ],
|
[ RELEARN_MOVE, Moves.HYPNOSIS ],
|
||||||
[ 1, Moves.TACKLE ],
|
[ 1, Moves.TACKLE ],
|
||||||
[ 1, Moves.DOUBLE_TEAM ],
|
[ 1, Moves.DOUBLE_TEAM ],
|
||||||
[ 1, Moves.AIR_CUTTER ], // Prior Stage Move
|
[ 1, Moves.AIR_CUTTER ], // Previous Stage Move
|
||||||
[ 1, Moves.NIGHT_SLASH ],
|
[ 1, Moves.NIGHT_SLASH ],
|
||||||
[ 1, Moves.WING_ATTACK ], // Prior Stage Move
|
[ 1, Moves.WING_ATTACK ], // Previous Stage Move
|
||||||
[ 1, Moves.AIR_SLASH ],
|
[ 1, Moves.AIR_SLASH ],
|
||||||
[ 1, Moves.BUG_BUZZ ],
|
[ 1, Moves.BUG_BUZZ ],
|
||||||
[ 14, Moves.QUICK_ATTACK ],
|
[ 14, Moves.QUICK_ATTACK ],
|
||||||
@ -10152,7 +10152,6 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||||||
[ 48, Moves.MAGIC_ROOM ],
|
[ 48, Moves.MAGIC_ROOM ],
|
||||||
],
|
],
|
||||||
[Species.GOTHORITA]: [
|
[Species.GOTHORITA]: [
|
||||||
[ RELEARN_MOVE, Moves.PSYCHIC ], // Previous Stage Move
|
|
||||||
[ 1, Moves.POUND ],
|
[ 1, Moves.POUND ],
|
||||||
[ 1, Moves.CONFUSION ],
|
[ 1, Moves.CONFUSION ],
|
||||||
[ 1, Moves.TICKLE ],
|
[ 1, Moves.TICKLE ],
|
||||||
@ -10164,6 +10163,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||||||
[ 28, Moves.FAKE_TEARS ],
|
[ 28, Moves.FAKE_TEARS ],
|
||||||
[ 34, Moves.HEAL_BLOCK ],
|
[ 34, Moves.HEAL_BLOCK ],
|
||||||
[ 35, Moves.PSYCH_UP ],
|
[ 35, Moves.PSYCH_UP ],
|
||||||
|
[ 40, Moves.PSYCHIC ], // Previous Stage Move, Gothitelle Level
|
||||||
[ 46, Moves.FLATTER ],
|
[ 46, Moves.FLATTER ],
|
||||||
[ 52, Moves.FUTURE_SIGHT ],
|
[ 52, Moves.FUTURE_SIGHT ],
|
||||||
[ 58, Moves.MAGIC_ROOM ],
|
[ 58, Moves.MAGIC_ROOM ],
|
||||||
|
Loading…
Reference in New Issue
Block a user