Update pokemon-level-moves.ts

This commit is contained in:
Blitzy 2024-10-17 16:18:37 -05:00 committed by GitHub
parent 79f335462f
commit daed36ff9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,10 +175,10 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
], ],
[Species.METAPOD]: [ [Species.METAPOD]: [
[ EVOLVE_MOVE, Moves.HARDEN ], [ EVOLVE_MOVE, Moves.HARDEN ],
[ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move
[ RELEARN_MOVE, Moves.STRING_SHOT ], // Previous Stage Move
[ RELEARN_MOVE, Moves.BUG_BITE ], // Previous Stage Move
[ 1, Moves.HARDEN ], [ 1, Moves.HARDEN ],
[ 1, Moves.TACKLE ], // Previous Stage Move
[ 1, Moves.STRING_SHOT ], // Previous Stage Move
[ 1, Moves.BUG_BITE ], // Previous Stage Move
], ],
[Species.BUTTERFREE]: [ [Species.BUTTERFREE]: [
[ EVOLVE_MOVE, Moves.GUST ], [ EVOLVE_MOVE, Moves.GUST ],
@ -207,17 +207,17 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
], ],
[Species.KAKUNA]: [ [Species.KAKUNA]: [
[ EVOLVE_MOVE, Moves.HARDEN ], [ EVOLVE_MOVE, Moves.HARDEN ],
[ RELEARN_MOVE, Moves.POISON_STING ], // Previous Stage Move
[ RELEARN_MOVE, Moves.STRING_SHOT ], // Previous Stage Move
[ RELEARN_MOVE, Moves.BUG_BITE ], // Previous Stage Move
[ 1, Moves.HARDEN ], [ 1, Moves.HARDEN ],
[ 1, Moves.POISON_STING ], // Previous Stage Move
[ 1, Moves.STRING_SHOT ], // Previous Stage Move
[ 1, Moves.BUG_BITE ], // Previous Stage Move
], ],
[Species.BEEDRILL]: [ [Species.BEEDRILL]: [
[ EVOLVE_MOVE, Moves.TWINEEDLE ], [ EVOLVE_MOVE, Moves.TWINEEDLE ],
[ 1, Moves.POISON_STING ], // Previous Stage Move [ 1, Moves.POISON_STING ], // Previous Stage Move
[ 1, Moves.STRING_SHOT ], // Previous Stage Move [ 1, Moves.STRING_SHOT ], // Previous Stage Move
[ 1, Moves.HARDEN ], // Previous Stage Move
[ 1, Moves.BUG_BITE ], // Previous Stage Move [ 1, Moves.BUG_BITE ], // Previous Stage Move
[ 1, Moves.HARDEN ], // Previous Stage Mobe
[ 1, Moves.FURY_ATTACK ], [ 1, Moves.FURY_ATTACK ],
[ 11, Moves.FURY_CUTTER ], [ 11, Moves.FURY_CUTTER ],
[ 14, Moves.RAGE ], [ 14, Moves.RAGE ],
@ -1202,7 +1202,6 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ RELEARN_MOVE, Moves.GROWTH ], // Previous Stage Move [ RELEARN_MOVE, Moves.GROWTH ], // Previous Stage Move
[ RELEARN_MOVE, Moves.ACID ], // Previous Stage Move [ RELEARN_MOVE, Moves.ACID ], // Previous Stage Move
[ RELEARN_MOVE, Moves.KNOCK_OFF ], // Previous Stage Move [ RELEARN_MOVE, Moves.KNOCK_OFF ], // Previous Stage Move
[ RELEARN_MOVE, Moves.SWEET_SCENT ], // Previous Stage Move
[ RELEARN_MOVE, Moves.GASTRO_ACID ], [ RELEARN_MOVE, Moves.GASTRO_ACID ],
[ RELEARN_MOVE, Moves.POISON_JAB ], // Previous Stage Move [ RELEARN_MOVE, Moves.POISON_JAB ], // Previous Stage Move
[ RELEARN_MOVE, Moves.SLAM ], // Previous Stage Move [ RELEARN_MOVE, Moves.SLAM ], // Previous Stage Move
@ -4691,15 +4690,15 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
], ],
[Species.SILCOON]: [ [Species.SILCOON]: [
[ EVOLVE_MOVE, Moves.HARDEN ], [ EVOLVE_MOVE, Moves.HARDEN ],
[ 1, Moves.TACKLE ], // Previous Stage Move [ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move
[ 1, Moves.STRING_SHOT ], // Previous Stage Move [ RELEARN_MOVE, Moves.STRING_SHOT ], // Previous Stage Move
[ 1, Moves.POISON_STING ], // Previous Stage Move [ RELEARN_MOVE, Moves.POISON_STING ], // Previous Stage Move
[ 1, Moves.BUG_BITE ], // Previous Stage Move [ RLEARN_MOVE, Moves.BUG_BITE ], // Previous Stage Move
[ 1, Moves.HARDEN ], [ 1, Moves.HARDEN ],
], ],
[Species.BEAUTIFLY]: [ [Species.BEAUTIFLY]: [
[ EVOLVE_MOVE, Moves.GUST ], [ EVOLVE_MOVE, Moves.GUST ],
[ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move [ 1, Moves.TACKLE ], // Previous Stage Move
[ 1, Moves.BUG_BITE ], [ 1, Moves.BUG_BITE ],
[ 1, Moves.GUST ], [ 1, Moves.GUST ],
[ 1, Moves.HARDEN ], [ 1, Moves.HARDEN ],
@ -4720,15 +4719,15 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
], ],
[Species.CASCOON]: [ [Species.CASCOON]: [
[ EVOLVE_MOVE, Moves.HARDEN ], [ EVOLVE_MOVE, Moves.HARDEN ],
[ 1, Moves.TACKLE ], // Previous Stage Move [ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move
[ 1, Moves.STRING_SHOT ], // Previous Stage Move [ RELEARN_MOVE, Moves.STRING_SHOT ], // Previous Stage Move
[ 1, Moves.POISON_STING ], // Previous Stage Move [ RELEARN_MOVE, Moves.POISON_STING ], // Previous Stage Move
[ 1, Moves.BUG_BITE ], // Previous Stage Move [ RLEARN_MOVE, Moves.BUG_BITE ], // Previous Stage Move
[ 1, Moves.HARDEN ], [ 1, Moves.HARDEN ],
], ],
[Species.DUSTOX]: [ [Species.DUSTOX]: [
[ EVOLVE_MOVE, Moves.GUST ], [ EVOLVE_MOVE, Moves.GUST ],
[ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move [ 1, Moves.TACKLE ], // Previous Stage Move
[ 1, Moves.BUG_BITE ], [ 1, Moves.BUG_BITE ],
[ 1, Moves.GUST ], [ 1, Moves.GUST ],
[ 1, Moves.HARDEN ], [ 1, Moves.HARDEN ],
@ -5079,7 +5078,12 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 1, Moves.SCRATCH ], [ 1, Moves.SCRATCH ],
[ 1, Moves.YAWN ], // Previous Stage Move [ 1, Moves.YAWN ], // Previous Stage Move
[ 1, Moves.FOCUS_ENERGY ], [ 1, Moves.FOCUS_ENERGY ],
[ 1, Moves.SLACK_OFF ], // Previous Stage Move
[ 1, Moves.ENCORE ], [ 1, Moves.ENCORE ],
[ 1, Moves.HEADBUTT ], // Previous Stage Move
[ 1, Moves.AMNESIA ], // Previous Stage Move
[ 1, Moves.COVET ], // Previous Stage Move
[ 1, Moves.FLAIL ], // Previous Stage Move
[ 1, Moves.UPROAR ], [ 1, Moves.UPROAR ],
[ 14, Moves.FURY_SWIPES ], [ 14, Moves.FURY_SWIPES ],
[ 17, Moves.ENDURE ], [ 17, Moves.ENDURE ],
@ -5101,7 +5105,10 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 1, Moves.SLACK_OFF ], [ 1, Moves.SLACK_OFF ],
[ 1, Moves.UPROAR ], // Previous Stage Move [ 1, Moves.UPROAR ], // Previous Stage Move
[ 1, Moves.FURY_SWIPES ], // Previous Stage Move [ 1, Moves.FURY_SWIPES ], // Previous Stage Move
[ 1, Moves.ENDURE ], // Previous Stage Move
[ 1, Moves.HEADBUTT ], // Previous Stage Move [ 1, Moves.HEADBUTT ], // Previous Stage Move
[ 1, Moves.SLASH ], // Previous Stage Move
[ 1, Moves.REVERSAL ], // Previous Stage Move
[ 17, Moves.AMNESIA ], [ 17, Moves.AMNESIA ],
[ 23, Moves.COVET ], [ 23, Moves.COVET ],
[ 27, Moves.THROAT_CHOP ], [ 27, Moves.THROAT_CHOP ],
@ -11746,18 +11753,22 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
], ],
[Species.SPEWPA]: [ [Species.SPEWPA]: [
[ EVOLVE_MOVE, Moves.PROTECT ], [ EVOLVE_MOVE, Moves.PROTECT ],
[ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move
[ RELEARN_MOVE, Moves.STRING_SHOT ], // Previous Stage Move
[ RELEARN_MOVE, Moves.STUN_SPORE ], // Previous Stage Move
[ RLEARN_MOVE, Moves.BUG_BITE ], // Previous Stage Move
[ 1, Moves.HARDEN ], [ 1, Moves.HARDEN ],
], ],
[Species.VIVILLON]: [ [Species.VIVILLON]: [
[ EVOLVE_MOVE, Moves.GUST ], [ EVOLVE_MOVE, Moves.GUST ],
[ 1, Moves.PROTECT ], // Previous Stage Move
[ 1, Moves.TACKLE ], // Previous Stage Move [ 1, Moves.TACKLE ], // Previous Stage Move
[ 1, Moves.STRING_SHOT ], // Previous Stage Move [ 1, Moves.STRING_SHOT ], // Previous Stage Move
[ 1, Moves.HARDEN ], // Previous Stage Move [ 1, Moves.HARDEN ], // Previous Stage Move
[ 1, Moves.PROTECT ], // Previous Stage Move [ 1, Moves.BUG_BITE ], // Previous Stage Move
[ 1, Moves.POISON_POWDER ], [ 1, Moves.POISON_POWDER ],
[ 1, Moves.STUN_SPORE ], [ 1, Moves.STUN_SPORE ],
[ 1, Moves.SLEEP_POWDER ], [ 1, Moves.SLEEP_POWDER ],
[ 1, Moves.BUG_BITE ], // Previous Stage Move
[ 1, Moves.STRUGGLE_BUG ], [ 1, Moves.STRUGGLE_BUG ],
[ 1, Moves.POWDER ], [ 1, Moves.POWDER ],
[ 12, Moves.LIGHT_SCREEN ], [ 12, Moves.LIGHT_SCREEN ],
@ -15605,7 +15616,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
], ],
[Species.KLEAVOR]: [ [Species.KLEAVOR]: [
[ EVOLVE_MOVE, Moves.STONE_AXE ], [ EVOLVE_MOVE, Moves.STONE_AXE ],
[ 1, Moves.WING_ATTACK ], // Custom [ 1, Moves.WING_ATTACK ], // Previous Stage Move
[ 1, Moves.AIR_SLASH ], // Previous Stage Move
[ 1, Moves.LEER ], [ 1, Moves.LEER ],
[ 1, Moves.QUICK_ATTACK ], [ 1, Moves.QUICK_ATTACK ],
[ 4, Moves.FURY_CUTTER ], [ 4, Moves.FURY_CUTTER ],
@ -15645,6 +15657,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 64, Moves.HAMMER_ARM ], [ 64, Moves.HAMMER_ARM ],
], ],
[Species.BASCULEGION]: [ [Species.BASCULEGION]: [
[ RELEARN_MOVE, Moves.FINAL_GAMBIT ], // Previous Stage Move, White Stripe currently shares moveset with other forms
[ 1, Moves.TAIL_WHIP ], [ 1, Moves.TAIL_WHIP ],
[ 1, Moves.WATER_GUN ], [ 1, Moves.WATER_GUN ],
[ 1, Moves.SHADOW_BALL ], [ 1, Moves.SHADOW_BALL ],
@ -17030,6 +17043,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[Species.DUDUNSPARCE]: [ [Species.DUDUNSPARCE]: [
[ 1, Moves.DEFENSE_CURL ], [ 1, Moves.DEFENSE_CURL ],
[ 1, Moves.FLAIL ], [ 1, Moves.FLAIL ],
[ 1, Moves.TACKLE ], // Previous Stage Move, Custom
[ 4, Moves.MUD_SLAP ], [ 4, Moves.MUD_SLAP ],
[ 8, Moves.ROLLOUT ], [ 8, Moves.ROLLOUT ],
[ 12, Moves.GLARE ], [ 12, Moves.GLARE ],
@ -18076,6 +18090,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 1, Moves.DEFENSE_CURL ], [ 1, Moves.DEFENSE_CURL ],
[ 1, Moves.CHARGE ], [ 1, Moves.CHARGE ],
[ 1, Moves.ROCK_POLISH ], [ 1, Moves.ROCK_POLISH ],
[ 1, Moves.ROLLOUT ], // Previous Stage Move
[ 1, Moves.HEAVY_SLAM ], [ 1, Moves.HEAVY_SLAM ],
[ 12, Moves.SPARK ], [ 12, Moves.SPARK ],
[ 16, Moves.ROCK_THROW ], [ 16, Moves.ROCK_THROW ],