[Balance] Change Some Mainline Starter's Early Learnset (#3445)
* Update pokemon-level-moves.ts * Change Poipole's Early Move * Add notes
This commit is contained in:
parent
762feea332
commit
d127773a89
|
@ -2631,7 +2631,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.CHIKORITA]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 6, Moves.RAZOR_LEAF ],
|
||||
[ 5, Moves.RAZOR_LEAF ], //Custom, moved from 6 to 5
|
||||
[ 9, Moves.POISON_POWDER ],
|
||||
[ 12, Moves.SYNTHESIS ],
|
||||
[ 17, Moves.REFLECT ],
|
||||
|
@ -2681,8 +2681,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.CYNDAQUIL]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 1, Moves.LEER ],
|
||||
[ 6, Moves.SMOKESCREEN ],
|
||||
[ 10, Moves.EMBER ],
|
||||
[ 5, Moves.EMBER ], //Custom, moved to 5
|
||||
[ 10, Moves.SMOKESCREEN ], //Custom, moved to 10
|
||||
[ 13, Moves.QUICK_ATTACK ],
|
||||
[ 19, Moves.FLAME_WHEEL ],
|
||||
[ 22, Moves.DEFENSE_CURL ],
|
||||
|
@ -2736,7 +2736,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.TOTODILE]: [
|
||||
[ 1, Moves.SCRATCH ],
|
||||
[ 1, Moves.LEER ],
|
||||
[ 6, Moves.WATER_GUN ],
|
||||
[ 5, Moves.WATER_GUN ], //Custom, moved from 6 to 5
|
||||
[ 9, Moves.BITE ],
|
||||
[ 13, Moves.SCARY_FACE ],
|
||||
[ 19, Moves.ICE_FANG ],
|
||||
|
@ -6723,7 +6723,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.TURTWIG]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 5, Moves.WITHDRAW ],
|
||||
[ 9, Moves.ABSORB ],
|
||||
[ 5, Moves.ABSORB ], //Custom, moved from 9 to 5
|
||||
[ 13, Moves.RAZOR_LEAF ],
|
||||
[ 17, Moves.CURSE ],
|
||||
[ 21, Moves.BITE ],
|
||||
|
@ -6768,7 +6768,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.CHIMCHAR]: [
|
||||
[ 1, Moves.SCRATCH ],
|
||||
[ 1, Moves.LEER ],
|
||||
[ 7, Moves.EMBER ],
|
||||
[ 5, Moves.EMBER ], //Custom, moved from 7 to 5
|
||||
[ 9, Moves.TAUNT ],
|
||||
[ 15, Moves.FURY_SWIPES ],
|
||||
[ 17, Moves.FLAME_WHEEL ],
|
||||
|
@ -6817,7 +6817,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.PIPLUP]: [
|
||||
[ 1, Moves.POUND ],
|
||||
[ 4, Moves.GROWL ],
|
||||
[ 8, Moves.WATER_GUN ],
|
||||
[ 5, Moves.WATER_GUN ], //Custom, moved from 8 to 5
|
||||
[ 11, Moves.CHARM ],
|
||||
[ 15, Moves.PECK ],
|
||||
[ 18, Moves.BUBBLE_BEAM ],
|
||||
|
@ -8591,7 +8591,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.SNIVY]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 4, Moves.LEER ],
|
||||
[ 7, Moves.VINE_WHIP ],
|
||||
[ 5, Moves.VINE_WHIP ], //Custom, moved from 7 to 5
|
||||
[ 10, Moves.WRAP ],
|
||||
[ 13, Moves.GROWTH ],
|
||||
[ 16, Moves.MAGICAL_LEAF ],
|
||||
|
@ -8639,7 +8639,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.TEPIG]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 3, Moves.TAIL_WHIP ],
|
||||
[ 7, Moves.EMBER ],
|
||||
[ 5, Moves.EMBER ], //Custom, moved from 7 to 5
|
||||
[ 9, Moves.ENDURE ],
|
||||
[ 13, Moves.DEFENSE_CURL ],
|
||||
[ 15, Moves.FLAME_CHARGE ],
|
||||
|
@ -8693,7 +8693,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.OSHAWOTT]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 5, Moves.TAIL_WHIP ],
|
||||
[ 7, Moves.WATER_GUN ],
|
||||
[ 5, Moves.WATER_GUN ], //Custom, moved from 7 to 5
|
||||
[ 11, Moves.SOAK ],
|
||||
[ 13, Moves.FOCUS_ENERGY ],
|
||||
[ 17, Moves.RAZOR_SHELL ],
|
||||
|
@ -13850,11 +13850,11 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[ 99, Moves.CLOSE_COMBAT ],
|
||||
],
|
||||
[Species.POIPOLE]: [
|
||||
[ RELEARN_MOVE, Moves.DRAGON_PULSE ], //Custom, made relearn
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 1, Moves.ACID ],
|
||||
[ 1, Moves.PECK ],
|
||||
[ 1, Moves.HELPING_HAND ],
|
||||
[ 1, Moves.DRAGON_PULSE ],
|
||||
[ 7, Moves.FURY_ATTACK ],
|
||||
[ 14, Moves.FELL_STINGER ],
|
||||
[ 21, Moves.CHARM ],
|
||||
|
@ -13969,7 +13969,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.GROOKEY]: [
|
||||
[ 1, Moves.SCRATCH ],
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 6, Moves.BRANCH_POKE ],
|
||||
[ 5, Moves.BRANCH_POKE ], //Custom, moved from 6 to 5
|
||||
[ 8, Moves.TAUNT ],
|
||||
[ 12, Moves.RAZOR_LEAF ],
|
||||
[ 17, Moves.SCREECH ],
|
||||
|
@ -14014,7 +14014,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.SCORBUNNY]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 6, Moves.EMBER ],
|
||||
[ 5, Moves.EMBER ], //Custom, moved from 6 to 5
|
||||
[ 8, Moves.QUICK_ATTACK ],
|
||||
[ 12, Moves.DOUBLE_KICK ],
|
||||
[ 17, Moves.FLAME_CHARGE ],
|
||||
|
@ -14056,7 +14056,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.SOBBLE]: [
|
||||
[ 1, Moves.POUND ],
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 6, Moves.WATER_GUN ],
|
||||
[ 5, Moves.WATER_GUN ], //Custom, moved from 6 to 5
|
||||
[ 8, Moves.BIND ],
|
||||
[ 12, Moves.WATER_PULSE ],
|
||||
[ 17, Moves.TEARFUL_LOOK ],
|
||||
|
|
Loading…
Reference in New Issue