mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 20:32:17 +02:00
Giovanni Ground and Volkner Tera Octillery
This commit is contained in:
parent
b39dad20c6
commit
517ab1287a
@ -46,7 +46,7 @@ export const signatureSpecies: SignatureSpecies = {
|
||||
FANTINA: [Species.MISDREAVUS, Species.DRIFLOON, Species.DUSKULL],
|
||||
BYRON: [Species.SHIELDON, Species.BRONZOR, Species.ARON],
|
||||
CANDICE: [Species.SNEASEL, Species.SNOVER, Species.SNORUNT],
|
||||
VOLKNER: [Species.SHINX, Species.ELEKID, Species.JOLTEON, Species.REMORAID],
|
||||
VOLKNER: [Species.SHINX, Species.ELEKID, Species.JOLTEON, Species.REMORAID], // Tera Electric Octillery
|
||||
// Gym Leaders- Unova
|
||||
CILAN: [Species.PANSAGE, Species.FOONGUS, Species.PETILIL],
|
||||
CHILI: [Species.PANSEAR, Species.DARUMAKA, Species.NUMEL],
|
||||
|
@ -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.DARK)
|
||||
.initForGymLeader(signatureSpecies["GIOVANNI"], true, PokemonType.GROUND)
|
||||
.setBattleBgm("battle_kanto_gym")
|
||||
.setMixedBattleBgm("battle_kanto_gym"),
|
||||
[TrainerType.FALKNER]: new TrainerConfig(++t)
|
||||
@ -2713,7 +2713,7 @@ export const trainerConfigs: TrainerConfigs = {
|
||||
.setBattleBgm("battle_sinnoh_gym")
|
||||
.setMixedBattleBgm("battle_sinnoh_gym"),
|
||||
[TrainerType.VOLKNER]: new TrainerConfig(++t)
|
||||
.initForGymLeader(signatureSpecies["VOLKNER"], true, PokemonType.ELECTRIC)
|
||||
.initForGymLeader(signatureSpecies["VOLKNER"], true, PokemonType.ELECTRIC, false, -4)
|
||||
.setBattleBgm("battle_sinnoh_gym")
|
||||
.setMixedBattleBgm("battle_sinnoh_gym"),
|
||||
[TrainerType.CILAN]: new TrainerConfig(++t)
|
||||
|
Loading…
Reference in New Issue
Block a user