Miscellaneous minor changes
• The volume of Pikachu's cry has been lowered by 10 dB. • Tarountula's starter value has been lowered to 1. • Altered Whitney and Chuck's signature Pokémon (swapped Whitney's Clefairy for Girafarig, and gave Chuck Mankey). • The alternate forms in Flabébé's evolution line can now be encountered.pull/223/head
parent
5b34e7f873
commit
c2136a6df1
Binary file not shown.
Binary file not shown.
|
@ -975,6 +975,9 @@ export default class BattleScene extends SceneBase {
|
|||
case Species.DEERLING:
|
||||
case Species.SAWSBUCK:
|
||||
case Species.VIVILLON:
|
||||
case Species.FLABEBE:
|
||||
case Species.FLOETTE:
|
||||
case Species.FLORGES:
|
||||
case Species.ORICORIO:
|
||||
case Species.SQUAWKABILLY:
|
||||
case Species.TATSUGIRI:
|
||||
|
|
|
@ -10919,8 +10919,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
],
|
||||
[Species.CHESPIN]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 1, Moves.VINE_WHIP ],
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 1, Moves.VINE_WHIP ],
|
||||
[ 8, Moves.ROLLOUT ],
|
||||
[ 11, Moves.BITE ],
|
||||
[ 15, Moves.LEECH_SEED ],
|
||||
|
@ -10934,8 +10934,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
],
|
||||
[Species.QUILLADIN]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 1, Moves.VINE_WHIP ],
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 1, Moves.VINE_WHIP ],
|
||||
[ 8, Moves.ROLLOUT ],
|
||||
[ 11, Moves.BITE ],
|
||||
[ 15, Moves.LEECH_SEED ],
|
||||
|
|
|
@ -3058,7 +3058,7 @@ export const speciesStarters = {
|
|||
[Species.FUECOCO]: 3,
|
||||
[Species.QUAXLY]: 3,
|
||||
[Species.LECHONK]: 2,
|
||||
[Species.TAROUNTULA]: 2,
|
||||
[Species.TAROUNTULA]: 1,
|
||||
[Species.NYMBLE]: 3,
|
||||
[Species.PAWMI]: 3,
|
||||
[Species.TANDEMAUS]: 4,
|
||||
|
|
|
@ -697,9 +697,9 @@ export const trainerConfigs: TrainerConfigs = {
|
|||
[TrainerType.GIOVANNI]: new TrainerConfig(++t).initForGymLeader([ Species.SANDILE, Species.MURKROW, Species.NIDORAN_M, Species.NIDORAN_F ], Type.DARK).setBattleBgm('battle_kanto_gym'),
|
||||
[TrainerType.FALKNER]: new TrainerConfig(++t).initForGymLeader([ Species.PIDGEY, Species.HOOTHOOT, Species.DODUO ], Type.FLYING).setBattleBgm('battle_johto_gym'),
|
||||
[TrainerType.BUGSY]: new TrainerConfig(++t).initForGymLeader([ Species.SCYTHER, Species.HERACROSS, Species.SHUCKLE, Species.PINSIR ], Type.BUG).setBattleBgm('battle_johto_gym'),
|
||||
[TrainerType.WHITNEY]: new TrainerConfig(++t).initForGymLeader([ Species.CLEFAIRY, Species.MILTANK ], Type.NORMAL).setBattleBgm('battle_johto_gym'),
|
||||
[TrainerType.WHITNEY]: new TrainerConfig(++t).initForGymLeader([ Species.GIRAFARIG, Species.MILTANK ], Type.NORMAL).setBattleBgm('battle_johto_gym'),
|
||||
[TrainerType.MORTY]: new TrainerConfig(++t).initForGymLeader([ Species.GASTLY, Species.MISDREAVUS, Species.SABLEYE ], Type.GHOST).setBattleBgm('battle_johto_gym'),
|
||||
[TrainerType.CHUCK]: new TrainerConfig(++t).initForGymLeader([ Species.POLIWRATH, ], Type.FIGHTING).setBattleBgm('battle_johto_gym'),
|
||||
[TrainerType.CHUCK]: new TrainerConfig(++t).initForGymLeader([ Species.POLIWRATH, Species.MANKEY ], Type.FIGHTING).setBattleBgm('battle_johto_gym'),
|
||||
[TrainerType.JASMINE]: new TrainerConfig(++t).initForGymLeader([ Species.MAGNEMITE, Species.STEELIX ], Type.STEEL).setBattleBgm('battle_johto_gym'),
|
||||
[TrainerType.PRYCE]: new TrainerConfig(++t).initForGymLeader([ Species.SEEL, Species.SWINUB ], Type.ICE).setBattleBgm('battle_johto_gym'),
|
||||
[TrainerType.CLAIR]: new TrainerConfig(++t).initForGymLeader([ Species.DRATINI, Species.HORSEA, Species.GYARADOS ], Type.DRAGON).setBattleBgm('battle_johto_gym'),
|
||||
|
|
Loading…
Reference in New Issue