Giovanni Tera Ground Persian

This commit is contained in:
AJ Fontaine 2025-04-16 18:22:01 -04:00
parent 517ab1287a
commit 1773658a55
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ export const signatureSpecies: SignatureSpecies = {
JANINE: [Species.VENONAT, Species.SPINARAK, Species.ZUBAT], JANINE: [Species.VENONAT, Species.SPINARAK, Species.ZUBAT],
SABRINA: [Species.ABRA, Species.MR_MIME, Species.ESPEON], SABRINA: [Species.ABRA, Species.MR_MIME, Species.ESPEON],
BLAINE: [Species.GROWLITHE, Species.PONYTA, Species.MAGBY], 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 // Gym Leaders- Johto
FALKNER: [Species.PIDGEY, Species.HOOTHOOT, Species.DODUO], FALKNER: [Species.PIDGEY, Species.HOOTHOOT, Species.DODUO],
BUGSY: [Species.SCYTHER, Species.PINECO], BUGSY: [Species.SCYTHER, Species.PINECO],

View File

@ -2607,7 +2607,7 @@ export const trainerConfigs: TrainerConfigs = {
.setBattleBgm("battle_kanto_gym") .setBattleBgm("battle_kanto_gym")
.setMixedBattleBgm("battle_kanto_gym"), .setMixedBattleBgm("battle_kanto_gym"),
[TrainerType.GIOVANNI]: new TrainerConfig(++t) [TrainerType.GIOVANNI]: new TrainerConfig(++t)
.initForGymLeader(signatureSpecies["GIOVANNI"], true, PokemonType.GROUND) .initForGymLeader(signatureSpecies["GIOVANNI"], true, PokemonType.GROUND, false, -4)
.setBattleBgm("battle_kanto_gym") .setBattleBgm("battle_kanto_gym")
.setMixedBattleBgm("battle_kanto_gym"), .setMixedBattleBgm("battle_kanto_gym"),
[TrainerType.FALKNER]: new TrainerConfig(++t) [TrainerType.FALKNER]: new TrainerConfig(++t)