mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 12:22:19 +02:00
Giovanni Tera Ground Persian
This commit is contained in:
parent
517ab1287a
commit
1773658a55
@ -18,7 +18,7 @@ export const signatureSpecies: SignatureSpecies = {
|
||||
JANINE: [Species.VENONAT, Species.SPINARAK, Species.ZUBAT],
|
||||
SABRINA: [Species.ABRA, Species.MR_MIME, Species.ESPEON],
|
||||
BLAINE: [Species.GROWLITHE, Species.PONYTA, Species.MAGBY],
|
||||
GIOVANNI: [Species.RHYHORN, Species.NIDORAN_M, Species.NIDORAN_F, Species.MEOWTH],
|
||||
GIOVANNI: [Species.RHYHORN, Species.NIDORAN_M, Species.NIDORAN_F, Species.MEOWTH], // Tera Ground Persian
|
||||
// Gym Leaders- Johto
|
||||
FALKNER: [Species.PIDGEY, Species.HOOTHOOT, Species.DODUO],
|
||||
BUGSY: [Species.SCYTHER, Species.PINECO],
|
||||
|
@ -2607,7 +2607,7 @@ export const trainerConfigs: TrainerConfigs = {
|
||||
.setBattleBgm("battle_kanto_gym")
|
||||
.setMixedBattleBgm("battle_kanto_gym"),
|
||||
[TrainerType.GIOVANNI]: new TrainerConfig(++t)
|
||||
.initForGymLeader(signatureSpecies["GIOVANNI"], true, PokemonType.GROUND)
|
||||
.initForGymLeader(signatureSpecies["GIOVANNI"], true, PokemonType.GROUND, false, -4)
|
||||
.setBattleBgm("battle_kanto_gym")
|
||||
.setMixedBattleBgm("battle_kanto_gym"),
|
||||
[TrainerType.FALKNER]: new TrainerConfig(++t)
|
||||
|
Loading…
Reference in New Issue
Block a user