mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-16 12:29:26 +02:00
Merge 2e477b765c
into 2b3b47cc07
This commit is contained in:
commit
e9312d8ced
@ -1865,27 +1865,43 @@ export const trainerConfigs: TrainerConfigs = {
|
|||||||
.setPartyMemberFunc(
|
.setPartyMemberFunc(
|
||||||
0,
|
0,
|
||||||
getRandomPartyMemberFunc([
|
getRandomPartyMemberFunc([
|
||||||
|
SpeciesId.METAPOD,
|
||||||
|
SpeciesId.LEDYBA,
|
||||||
|
SpeciesId.CLEFFA,
|
||||||
|
SpeciesId.WOOPER,
|
||||||
|
SpeciesId.TEDDIURSA,
|
||||||
|
SpeciesId.REMORAID,
|
||||||
|
SpeciesId.HOUNDOUR,
|
||||||
|
SpeciesId.SILCOON,
|
||||||
SpeciesId.PLUSLE,
|
SpeciesId.PLUSLE,
|
||||||
SpeciesId.VOLBEAT,
|
SpeciesId.VOLBEAT,
|
||||||
SpeciesId.PACHIRISU,
|
SpeciesId.SPINDA,
|
||||||
SpeciesId.SILCOON,
|
SpeciesId.BONSLY,
|
||||||
SpeciesId.METAPOD,
|
|
||||||
SpeciesId.IGGLYBUFF,
|
|
||||||
SpeciesId.PETILIL,
|
SpeciesId.PETILIL,
|
||||||
SpeciesId.EEVEE,
|
SpeciesId.SPRITZEE,
|
||||||
|
SpeciesId.MILCERY,
|
||||||
|
SpeciesId.PICHU,
|
||||||
]),
|
]),
|
||||||
)
|
)
|
||||||
.setPartyMemberFunc(
|
.setPartyMemberFunc(
|
||||||
1,
|
1,
|
||||||
getRandomPartyMemberFunc(
|
getRandomPartyMemberFunc(
|
||||||
[
|
[
|
||||||
|
SpeciesId.KAKUNA,
|
||||||
|
SpeciesId.SPINARAK,
|
||||||
|
SpeciesId.IGGLYBUFF,
|
||||||
|
SpeciesId.PALDEA_WOOPER,
|
||||||
|
SpeciesId.PHANPY,
|
||||||
|
SpeciesId.MANTYKE,
|
||||||
|
SpeciesId.ELECTRIKE,
|
||||||
|
SpeciesId.CASCOON,
|
||||||
SpeciesId.MINUN,
|
SpeciesId.MINUN,
|
||||||
SpeciesId.ILLUMISE,
|
SpeciesId.ILLUMISE,
|
||||||
SpeciesId.EMOLGA,
|
SpeciesId.SPINDA,
|
||||||
SpeciesId.CASCOON,
|
SpeciesId.MIME_JR,
|
||||||
SpeciesId.KAKUNA,
|
|
||||||
SpeciesId.CLEFFA,
|
|
||||||
SpeciesId.COTTONEE,
|
SpeciesId.COTTONEE,
|
||||||
|
SpeciesId.SWIRLIX,
|
||||||
|
SpeciesId.FIDOUGH,
|
||||||
SpeciesId.EEVEE,
|
SpeciesId.EEVEE,
|
||||||
],
|
],
|
||||||
TrainerSlot.TRAINER_PARTNER,
|
TrainerSlot.TRAINER_PARTNER,
|
||||||
|
Loading…
Reference in New Issue
Block a user