[Balance] Replaced some custom starting moves with equivalent canon moves (#3468)

* Replaced some custom moves with canon moves

* Just gave Turtwig Leafage

* Revert Vanillite change

* Psybeam Flutter Mane moved from 7 to 1
This commit is contained in:
AJ Fontaine 2024-08-13 16:48:40 -04:00 committed by GitHub
parent a760022c77
commit 39f617d58d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 9 deletions

View File

@ -1063,7 +1063,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 1, Moves.CONFUSION ], //Custom
],
[Species.KADABRA]: [
[ EVOLVE_MOVE, Moves.PSYBEAM ], //Custom
[ EVOLVE_MOVE, Moves.PSYBEAM ], //LGPE
[ 1, Moves.DISABLE ],
[ 1, Moves.TELEPORT ],
[ 1, Moves.KINESIS ],
@ -2681,8 +2681,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[Species.CYNDAQUIL]: [
[ 1, Moves.TACKLE ],
[ 1, Moves.LEER ],
[ 5, Moves.EMBER ], //Custom, moved to 5
[ 10, Moves.SMOKESCREEN ], //Custom, moved to 10
[ 5, Moves.EMBER ], //Custom, moved from 10 to 5
[ 10, Moves.SMOKESCREEN ], //Custom, moved from 6 to 10
[ 13, Moves.QUICK_ATTACK ],
[ 19, Moves.FLAME_WHEEL ],
[ 22, Moves.DEFENSE_CURL ],
@ -6723,7 +6723,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[Species.TURTWIG]: [
[ 1, Moves.TACKLE ],
[ 5, Moves.WITHDRAW ],
[ 5, Moves.ABSORB ], //Custom, moved from 9 to 5
[ 5, Moves.LEAFAGE ], //Custom, moved from 10 to 5, BDSP
[ 9, Moves.GROWTH ], //Fill empty moveslot, from BDSP level 6
[ 13, Moves.RAZOR_LEAF ],
[ 17, Moves.CURSE ],
[ 21, Moves.BITE ],
@ -6738,6 +6739,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 1, Moves.TACKLE ],
[ 1, Moves.ABSORB ],
[ 1, Moves.WITHDRAW ],
[ 1, Moves.LEAFAGE ],
[ 13, Moves.RAZOR_LEAF ],
[ 17, Moves.CURSE ],
[ 22, Moves.BITE ],
@ -6752,6 +6754,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ EVOLVE_MOVE, Moves.EARTHQUAKE ],
[ 1, Moves.TACKLE ],
[ 1, Moves.ABSORB ],
[ 1, Moves.LEAFAGE ],
[ 1, Moves.RAZOR_LEAF ],
[ 1, Moves.WITHDRAW ],
[ 1, Moves.WOOD_HAMMER ],
@ -8464,8 +8467,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[Species.GIRATINA]: [
[ 1, Moves.SHADOW_SNEAK ],
[ 1, Moves.DEFOG ],
[ 1, Moves.TWISTER ], //Custom
[ 7, Moves.DRAGON_BREATH ],
[ 1, Moves.DRAGON_BREATH ], //USUM
[ 7, Moves.OMINOUS_WIND ], //USUM
[ 14, Moves.ANCIENT_POWER ],
[ 21, Moves.HEX ],
[ 28, Moves.SLASH ],
@ -9230,6 +9233,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 60, Moves.FOCUS_PUNCH ],
],
[Species.TYMPOLE]: [
[ 1, Moves.BUBBLE ], //USUM
[ 1, Moves.GROWL ],
[ 1, Moves.ECHOED_VOICE ],
[ 4, Moves.ACID ],
@ -9246,6 +9250,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 48, Moves.HYDRO_PUMP ],
],
[Species.PALPITOAD]: [
[ 1, Moves.BUBBLE ], //USUM
[ 1, Moves.GROWL ],
[ 1, Moves.SUPERSONIC ],
[ 1, Moves.ACID ],
@ -9263,6 +9268,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
],
[Species.SEISMITOAD]: [
[ EVOLVE_MOVE, Moves.DRAIN_PUNCH ],
[ 1, Moves.BUBBLE ], //USUM
[ 1, Moves.GROWL ],
[ 1, Moves.SUPERSONIC ],
[ 1, Moves.ACID ],
@ -9280,7 +9286,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 70, Moves.HYDRO_PUMP ],
],
[Species.THROH]: [
[ 1, Moves.KARATE_CHOP ], //Custom
[ 1, Moves.ROCK_SMASH ], //Custom
[ 1, Moves.LEER ],
[ 1, Moves.BIDE ],
[ 1, Moves.MAT_BLOCK ],
@ -13811,7 +13817,9 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[Species.MAGEARNA]: [
[ 1, Moves.HELPING_HAND ],
[ 1, Moves.GYRO_BALL ],
[ 1, Moves.FAIRY_WIND ], //Custom
[ 1, Moves.DISARMING_VOICE ], //Custom
[ 1, Moves.CRAFTY_SHIELD ],
[ 1, Moves.GEAR_UP ],
[ 6, Moves.DEFENSE_CURL ],
[ 12, Moves.ROLLOUT ],
[ 18, Moves.IRON_DEFENSE ],
@ -16847,7 +16855,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 1, Moves.CONFUSE_RAY ],
[ 1, Moves.SPITE ],
[ 1, Moves.ASTONISH ],
[ 7, Moves.PSYBEAM ],
[ 1, Moves.PSYBEAM ], //Custom, moved from 7 to 1
[ 14, Moves.MEAN_LOOK ],
[ 21, Moves.MEMENTO ],
[ 28, Moves.WISH ],