Update trainer-config.ts

This commit is contained in:
Blitzy 2025-04-17 16:03:14 -05:00 committed by GitHub
parent 6520434a77
commit b93c3675cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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, false, -3)
.initForGymLeader(signatureSpecies["GIOVANNI"], true, PokemonType.GROUND, false, -2)
.setBattleBgm("battle_kanto_gym")
.setMixedBattleBgm("battle_kanto_gym"),
[TrainerType.FALKNER]: new TrainerConfig(++t)
@ -2810,7 +2810,7 @@ export const trainerConfigs: TrainerConfigs = {
.initForGymLeader(signatureSpecies["MELONY"], false, PokemonType.ICE, false, -1)
.setMixedBattleBgm("battle_galar_gym"),
[TrainerType.PIERS]: new TrainerConfig(++t)
.initForGymLeader(signatureSpecies["PIERS"], true, PokemonType.DARK, false, -4)
.initForGymLeader(signatureSpecies["PIERS"], true, PokemonType.DARK, false, -3)
.setHasDouble("piers_marnie_double")
.setDoubleTrainerType(TrainerType.MARNIE)
.setDoubleTitle("gym_leader_double")