Give Delibird an actual level up learnset
No longer is it stuck with just two moves via level up. It now has a thematic set of level up moves based on other similar Pokémon and its TM compatibility.pull/600/merge
parent
856757fd56
commit
37f672789d
|
@ -3884,9 +3884,23 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[ 48, Moves.SOAK ],
|
||||
[ 54, Moves.HYPER_BEAM ],
|
||||
],
|
||||
[Species.DELIBIRD]: [
|
||||
[Species.DELIBIRD]: [ //Given a custom level up learnset
|
||||
[ 1, Moves.PRESENT ],
|
||||
[ 1, Moves.METRONOME ],
|
||||
[ 5, Moves.FAKE_OUT ],
|
||||
[ 5, Moves.POWDER_SNOW ],
|
||||
[ 6, Moves.MIST ],
|
||||
[ 10, Moves.ICE_SHARD ],
|
||||
[ 15, Moves.AERIAL_ACE ],
|
||||
[ 20, Moves.ICY_WIND ],
|
||||
[ 25, Moves.DRILL_PECK ],
|
||||
[ 30, Moves.ICE_PUNCH ],
|
||||
[ 35, Moves.HAZE ],
|
||||
[ 40, Moves.AIR_SLASH ],
|
||||
[ 45, Moves.TAILWIND ],
|
||||
[ 50, Moves.SNOWSCAPE ],
|
||||
[ 55, Moves.BLIZZARD ],
|
||||
[ 60, Moves.BRAVE_BIRD ],
|
||||
],
|
||||
[Species.MANTINE]: [
|
||||
[ 1, Moves.WING_ATTACK ],
|
||||
|
|
Loading…
Reference in New Issue