Allow Necrozma's forms to relearn the signature moves
Dusk Mane can relearn Sunsteel Strike, Dawn Wings can relearn Moongeist Beam, and Ultra Necrozma can relearn both.
This commit is contained in:
parent
fac78e085c
commit
71f99da38d
|
@ -18391,6 +18391,69 @@ export const pokemonFormLevelMoves: PokemonSpeciesFormLevelMoves = {
|
|||
[ 60, Moves.STONE_EDGE ],
|
||||
],
|
||||
},
|
||||
[Species.NECROZMA]: {
|
||||
1: [
|
||||
[ 0, Moves.SUNSTEEL_STRIKE ],
|
||||
[ 1, Moves.CONFUSION ],
|
||||
[ 1, Moves.METAL_CLAW ],
|
||||
[ 1, Moves.MORNING_SUN ],
|
||||
[ 1, Moves.MOONLIGHT ],
|
||||
[ 1, Moves.GRAVITY ],
|
||||
[ 1, Moves.CHARGE_BEAM ],
|
||||
[ 8, Moves.STEALTH_ROCK ],
|
||||
[ 16, Moves.SLASH ],
|
||||
[ 24, Moves.NIGHT_SLASH ],
|
||||
[ 32, Moves.PSYCHO_CUT ],
|
||||
[ 40, Moves.STORED_POWER ],
|
||||
[ 48, Moves.ROCK_BLAST ],
|
||||
[ 56, Moves.IRON_DEFENSE ],
|
||||
[ 64, Moves.POWER_GEM ],
|
||||
[ 72, Moves.PHOTON_GEYSER ],
|
||||
[ 80, Moves.AUTOTOMIZE ],
|
||||
[ 88, Moves.PRISMATIC_LASER ],
|
||||
],
|
||||
2: [
|
||||
[ 0, Moves.MOONGEIST_BEAM ],
|
||||
[ 1, Moves.CONFUSION ],
|
||||
[ 1, Moves.METAL_CLAW ],
|
||||
[ 1, Moves.MORNING_SUN ],
|
||||
[ 1, Moves.MOONLIGHT ],
|
||||
[ 1, Moves.GRAVITY ],
|
||||
[ 1, Moves.CHARGE_BEAM ],
|
||||
[ 8, Moves.STEALTH_ROCK ],
|
||||
[ 16, Moves.SLASH ],
|
||||
[ 24, Moves.NIGHT_SLASH ],
|
||||
[ 32, Moves.PSYCHO_CUT ],
|
||||
[ 40, Moves.STORED_POWER ],
|
||||
[ 48, Moves.ROCK_BLAST ],
|
||||
[ 56, Moves.IRON_DEFENSE ],
|
||||
[ 64, Moves.POWER_GEM ],
|
||||
[ 72, Moves.PHOTON_GEYSER ],
|
||||
[ 80, Moves.AUTOTOMIZE ],
|
||||
[ 88, Moves.PRISMATIC_LASER ],
|
||||
],
|
||||
3: [
|
||||
[ 0, Moves.SUNSTEEL_STRIKE ],
|
||||
[ 0, Moves.MOONGEIST_BEAM ],
|
||||
[ 1, Moves.CONFUSION ],
|
||||
[ 1, Moves.METAL_CLAW ],
|
||||
[ 1, Moves.MORNING_SUN ],
|
||||
[ 1, Moves.MOONLIGHT ],
|
||||
[ 1, Moves.GRAVITY ],
|
||||
[ 1, Moves.CHARGE_BEAM ],
|
||||
[ 8, Moves.STEALTH_ROCK ],
|
||||
[ 16, Moves.SLASH ],
|
||||
[ 24, Moves.NIGHT_SLASH ],
|
||||
[ 32, Moves.PSYCHO_CUT ],
|
||||
[ 40, Moves.STORED_POWER ],
|
||||
[ 48, Moves.ROCK_BLAST ],
|
||||
[ 56, Moves.IRON_DEFENSE ],
|
||||
[ 64, Moves.POWER_GEM ],
|
||||
[ 72, Moves.PHOTON_GEYSER ],
|
||||
[ 80, Moves.AUTOTOMIZE ],
|
||||
[ 88, Moves.PRISMATIC_LASER ],
|
||||
],
|
||||
},
|
||||
[Species.TOXTRICITY]: {
|
||||
1: [
|
||||
[ 0, Moves.SPARK ],
|
||||
|
|
Loading…
Reference in New Issue