mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
Adjust Party Templates and move Wynaut
This commit is contained in:
parent
d3e32a89ef
commit
fb0b14b460
@ -1242,7 +1242,13 @@ export const trainerConfigs: TrainerConfigs = {
|
||||
.setEncounterBgm(TrainerType.POKEFAN)
|
||||
.setHasGenders("Breeder Female")
|
||||
.setHasDouble("Breeders")
|
||||
.setPartyTemplates(trainerPartyTemplates.FOUR_WEAK, trainerPartyTemplates.FIVE_WEAK)
|
||||
.setPartyTemplateFunc(() =>
|
||||
getWavePartyTemplate(
|
||||
trainerPartyTemplates.FOUR_WEAK,
|
||||
trainerPartyTemplates.FIVE_WEAK,
|
||||
trainerPartyTemplates.SIX_WEAK,
|
||||
),
|
||||
)
|
||||
.setSpeciesPools({
|
||||
[TrainerPoolTier.COMMON]: [
|
||||
SpeciesId.PICHU,
|
||||
@ -1252,7 +1258,6 @@ export const trainerConfigs: TrainerConfigs = {
|
||||
SpeciesId.TYROGUE,
|
||||
SpeciesId.SMOOCHUM,
|
||||
SpeciesId.AZURILL,
|
||||
SpeciesId.WYNAUT,
|
||||
SpeciesId.BUDEW,
|
||||
SpeciesId.CHINGLING,
|
||||
SpeciesId.BONSLY,
|
||||
@ -1265,6 +1270,7 @@ export const trainerConfigs: TrainerConfigs = {
|
||||
SpeciesId.DITTO,
|
||||
SpeciesId.ELEKID,
|
||||
SpeciesId.MAGBY,
|
||||
SpeciesId.WYNAUT,
|
||||
SpeciesId.MUNCHLAX,
|
||||
SpeciesId.RIOLU,
|
||||
SpeciesId.AUDINO,
|
||||
|
Loading…
Reference in New Issue
Block a user