mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 14:52:19 +02:00
Update evil-admin-trainer-pools.ts
This commit is contained in:
parent
5f01caffae
commit
e883f60171
@ -5,90 +5,99 @@ import { Species } from "#enums/species";
|
|||||||
/** Team Rocket's admin trainer pool. */
|
/** Team Rocket's admin trainer pool. */
|
||||||
const ROCKET: TrainerTierPools = {
|
const ROCKET: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.RATICATE,
|
Species.RATTATA,
|
||||||
Species.ARBOK,
|
Species.SPEAROW,
|
||||||
Species.VILEPLUME,
|
Species.VILEPLUME,
|
||||||
Species.ARCANINE,
|
Species.DIGLETT,
|
||||||
Species.GENGAR,
|
Species.GROWLITHE,
|
||||||
Species.HYPNO,
|
Species.GRIMER,
|
||||||
Species.ELECTRODE,
|
Species.DROWZEE,
|
||||||
Species.EXEGGUTOR,
|
Species.VOLTORB,
|
||||||
|
Species.EXEGGCUTE,
|
||||||
Species.CUBONE,
|
Species.CUBONE,
|
||||||
Species.KOFFING,
|
Species.MAGIKARP,
|
||||||
Species.GYARADOS,
|
Species.ONIX,
|
||||||
Species.CROBAT,
|
Species.HOUNDOUR,
|
||||||
Species.STEELIX,
|
Species.MURKROW,
|
||||||
Species.HOUNDOOM,
|
|
||||||
Species.HONCHKROW,
|
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.OMASTAR,
|
Species.ABRA,
|
||||||
Species.KABUTOPS,
|
Species.GASTLY,
|
||||||
Species.MAGNEZONE,
|
Species.OMANYTE,
|
||||||
Species.ELECTIVIRE,
|
Species.KABUTO,
|
||||||
Species.MAGMORTAR,
|
Species.PORYGON,
|
||||||
Species.PORYGON_Z,
|
Species.MANKEY,
|
||||||
Species.ANNIHILAPE,
|
Species.SCYTHER,
|
||||||
Species.ALOLA_SANDSLASH,
|
Species.ELEKID,
|
||||||
Species.ALOLA_PERSIAN,
|
Species.MAGBY,
|
||||||
Species.ALOLA_GOLEM,
|
Species.ALOLA_SANDSHREW,
|
||||||
Species.ALOLA_MUK,
|
Species.ALOLA_MEOWTH,
|
||||||
|
Species.ALOLA_GEODUDE,
|
||||||
|
Species.ALOLA_GRIMER,
|
||||||
Species.PALDEA_TAUROS,
|
Species.PALDEA_TAUROS,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.DRAGONITE, Species.TYRANITAR],
|
[TrainerPoolTier.RARE]: [Species.DRATINI, Species.LARVITAR],
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Team Magma's admin trainer pool */
|
/** Team Magma's admin trainer pool */
|
||||||
const MAGMA: TrainerTierPools = {
|
const MAGMA: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.ARCANINE,
|
Species.DIGLETT,
|
||||||
Species.MAGCARGO,
|
Species.GROWLITHE,
|
||||||
Species.HOUNDOOM,
|
Species.VULPIX,
|
||||||
|
Species.KOFFING,
|
||||||
|
Species.RHYHORN,
|
||||||
|
Species.SLUGMA,
|
||||||
|
Species.HOUNDOUR,
|
||||||
|
Species.POOCHEYENA,
|
||||||
Species.TORKOAL,
|
Species.TORKOAL,
|
||||||
|
Species.ZANGOOSE,
|
||||||
Species.SOLROCK,
|
Species.SOLROCK,
|
||||||
Species.CLAYDOL,
|
Species.BALTOY,
|
||||||
Species.HIPPOWDON,
|
Species.ROLYCOLY,
|
||||||
Species.MAGMORTAR,
|
|
||||||
Species.GLISCOR,
|
|
||||||
Species.COALOSSAL,
|
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.AGGRON,
|
Species.MAGBY,
|
||||||
Species.FLYGON,
|
Species.TRAPINCH,
|
||||||
Species.CRADILY,
|
Species.LILEEP,
|
||||||
Species.ARMALDO,
|
Species.ANORITH,
|
||||||
Species.RHYPERIOR,
|
Species.GOLETT,
|
||||||
|
Species.FLETCHLING,
|
||||||
|
Species.SALANDIT,
|
||||||
Species.TURTONATOR,
|
Species.TURTONATOR,
|
||||||
Species.SANDACONDA,
|
Species.TOEDSCOOL,
|
||||||
Species.TOEDSCRUEL,
|
Species.CAPSAKID,
|
||||||
Species.HISUI_ARCANINE,
|
Species.HISUI_GROWLITHE,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.CHARCADET, Species.SCOVILLAIN],
|
[TrainerPoolTier.RARE]: [Species.CHARCADET, Species.ARON],
|
||||||
};
|
};
|
||||||
|
|
||||||
const AQUA: TrainerTierPools = {
|
const AQUA: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.TENTACRUEL,
|
Species.TENTACOOL,
|
||||||
Species.LANTURN,
|
Species.GRIMER,
|
||||||
Species.AZUMARILL,
|
Species.AZURILL,
|
||||||
Species.QUAGSIRE,
|
Species.CHINCHOU,
|
||||||
Species.OCTILLERY,
|
Species.REMORAID,
|
||||||
Species.LUDICOLO,
|
Species.POOCHEYENA,
|
||||||
Species.PELIPPER,
|
Species.LOTAD,
|
||||||
Species.WAILORD,
|
Species.WINGULL,
|
||||||
Species.WHISCASH,
|
Species.WAILMER,
|
||||||
Species.CRAWDAUNT,
|
Species.SEVIPER,
|
||||||
Species.WALREIN,
|
Species.BARBOACH,
|
||||||
|
Species.CORPHISH,
|
||||||
|
Species.SPHEAL,
|
||||||
Species.CLAMPERL,
|
Species.CLAMPERL,
|
||||||
|
Species.WIGLETT,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.QUAGSIRE,
|
Species.MANTYKE,
|
||||||
Species.MANTINE,
|
Species.HORSEA,
|
||||||
Species.KINGDRA,
|
Species.FEEBAS,
|
||||||
Species.MILOTIC,
|
Species.TYMPOLE,
|
||||||
Species.DRAGALGE,
|
Species.SKRELP,
|
||||||
Species.DHELMISE,
|
Species.WIMPOD,
|
||||||
Species.BARRASKEWDA,
|
Species.ARROKUDA,
|
||||||
Species.GRAPPLOCT,
|
Species.GRAPPLOCT,
|
||||||
Species.OVERQWIL,
|
Species.OVERQWIL,
|
||||||
],
|
],
|
||||||
@ -97,306 +106,315 @@ const AQUA: TrainerTierPools = {
|
|||||||
|
|
||||||
const GALACTIC: TrainerTierPools = {
|
const GALACTIC: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.ELECTRODE,
|
Species.MAGNEMITE,
|
||||||
Species.GYARADOS,
|
Species.RHYHORN,
|
||||||
Species.CROBAT,
|
Species.ELEKID,
|
||||||
Species.HONCHKROW,
|
Species.MAGBY,
|
||||||
Species.BRONZONG,
|
Species.MURKROW,
|
||||||
Species.DRAPION,
|
Species.DRIFLOON,
|
||||||
|
Species.BRONZOR,
|
||||||
|
Species.SKORUPI,
|
||||||
Species.LICKILICKY,
|
Species.LICKILICKY,
|
||||||
Species.TANGROWTH,
|
Species.TANGROWTH,
|
||||||
Species.ELECTIVIRE,
|
|
||||||
Species.MAGMORTAR,
|
|
||||||
Species.YANMEGA,
|
Species.YANMEGA,
|
||||||
Species.MAMOSWINE,
|
Species.MAMOSWINE,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.ALAKAZAM,
|
Species.ABRA,
|
||||||
Species.WEAVILE,
|
Species.SNEASEL,
|
||||||
|
Species.DUSKULL,
|
||||||
Species.GLISCOR,
|
Species.GLISCOR,
|
||||||
Species.DUSKNOIR,
|
Species.KLEAVOR,
|
||||||
Species.ROTOM,
|
|
||||||
Species.OVERQWIL,
|
Species.OVERQWIL,
|
||||||
Species.HISUI_ARCANINE,
|
|
||||||
Species.HISUI_ELECTRODE,
|
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.SPIRITOMB, Species.URSALUNA, Species.SNEASLER, Species.HISUI_LILLIGANT],
|
[TrainerPoolTier.RARE]: [Species.SPIRITOMB, Species.URSALUNA, Species.HISUI_SNEASEL, Species.HISUI_LILLIGANT],
|
||||||
};
|
};
|
||||||
|
|
||||||
const PLASMA_ZINZOLIN: TrainerTierPools = {
|
const PLASMA_ZINZOLIN: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.GIGALITH,
|
Species.ROGGENROLA,
|
||||||
Species.CONKELDURR,
|
Species.TIMBURR,
|
||||||
Species.SEISMITOAD,
|
Species.TYMPOLE,
|
||||||
Species.KROOKODILE,
|
Species.SANDILE,
|
||||||
Species.DARMANITAN,
|
Species.DARUMAKA,
|
||||||
Species.COFAGRIGUS,
|
Species.YAMASK,
|
||||||
Species.VANILLUXE,
|
Species.VANILLITE,
|
||||||
Species.AMOONGUSS,
|
Species.FOONGUS,
|
||||||
Species.JELLICENT,
|
Species.FRILLISH,
|
||||||
Species.GALVANTULA,
|
Species.JOLTIK,
|
||||||
Species.FERROTHORN,
|
Species.FERROSEED,
|
||||||
Species.BEARTIC,
|
Species.CUBCHOO,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.EXCADRILL,
|
Species.DRILBUR,
|
||||||
Species.SIGILYPH,
|
Species.SIGILYPH,
|
||||||
Species.ZOROARK,
|
Species.ZORUA,
|
||||||
Species.KLINKLANG,
|
Species.TYNAMO,
|
||||||
Species.EELEKTROSS,
|
Species.MIENFOO,
|
||||||
Species.MIENSHAO,
|
Species.GOLETT,
|
||||||
Species.GOLURK,
|
Species.PAWNIARD,
|
||||||
Species.BISHARP,
|
Species.VULLABY,
|
||||||
Species.MANDIBUZZ,
|
|
||||||
Species.DURANT,
|
Species.DURANT,
|
||||||
Species.GALAR_DARMANITAN,
|
Species.GALAR_DARUMAKA,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.HAXORUS, Species.HYDREIGON, Species.HISUI_ZOROARK, Species.HISUI_BRAVIARY],
|
[TrainerPoolTier.RARE]: [Species.AXEW, Species.DEINO, Species.HISUI_ZORUA, Species.HISUI_BRAVIARY],
|
||||||
};
|
};
|
||||||
|
|
||||||
const PLASMA_COLRESS: TrainerTierPools = {
|
const PLASMA_COLRESS: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.MUK,
|
Species.MAGNEMITE,
|
||||||
Species.ELECTRODE,
|
Species.GRIMER,
|
||||||
Species.BRONZONG,
|
Species.VOLTORB,
|
||||||
Species.MAGNEZONE,
|
Species.PORYGON,
|
||||||
Species.PORYGON_Z,
|
Species.BRONZOR,
|
||||||
Species.MUSHARNA,
|
Species.MUNNA,
|
||||||
Species.REUNICLUS,
|
Species.FERROSEED,
|
||||||
Species.GALVANTULA,
|
Species.TYNAMO,
|
||||||
Species.FERROTHORN,
|
Species.ELGYEM,
|
||||||
Species.EELEKTROSS,
|
|
||||||
Species.BEHEEYEM,
|
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.METAGROSS,
|
Species.BELDUM,
|
||||||
Species.ROTOM,
|
Species.SIGILYPH,
|
||||||
Species.CARRACOSTA,
|
Species.TIRTOUGA,
|
||||||
Species.ARCHEOPS,
|
Species.ARCEN,
|
||||||
Species.GOLURK,
|
Species.GOLETT,
|
||||||
Species.DURANT,
|
Species.BLIPBUG,
|
||||||
Species.VIKAVOLT,
|
Species.VAROOM,
|
||||||
Species.ORBEETLE,
|
Species.ALOLA_GRIMER,
|
||||||
Species.REVAVROOM,
|
Species.HISUI_VOLTORB,
|
||||||
Species.ALOLA_MUK,
|
|
||||||
Species.HISUI_ELECTRODE,
|
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.ELECTIVIRE, Species.MAGMORTAR, Species.BISHARP, Species.ARCHALUDON],
|
[TrainerPoolTier.RARE]: [Species.ELECTIVIRE, Species.MAGMORTAR, Species.BISHARP, Species.ARCHALUDON],
|
||||||
};
|
};
|
||||||
|
|
||||||
const FLARE: TrainerTierPools = {
|
const FLARE: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.MANECTRIC,
|
Species.ELECTRIKE,
|
||||||
Species.DRAPION,
|
Species.SKORUPI,
|
||||||
Species.LIEPARD,
|
Species.PURRLOIN,
|
||||||
Species.AMOONGUSS,
|
Species.FOONGUS,
|
||||||
Species.DIGGERSBY,
|
Species.BUNNELBY,
|
||||||
Species.TALONFLAME,
|
Species.FLETCHLING,
|
||||||
Species.PYROAR,
|
Species.LITLEO,
|
||||||
Species.PANGORO,
|
Species.PANGORO,
|
||||||
Species.MEOWSTIC,
|
Species.ESPURR,
|
||||||
Species.MALAMAR,
|
Species.INKAY,
|
||||||
Species.CLAWITZER,
|
Species.CLAUNCHER,
|
||||||
Species.HELIOLISK,
|
Species.HELIOPTILE,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.HOUNDOOM,
|
Species.HOUNDOUR,
|
||||||
Species.WEAVILE,
|
Species.SNEASEL,
|
||||||
Species.CHANDELURE,
|
Species.LITWICK,
|
||||||
Species.AEGISLASH,
|
Species.HONEDGE,
|
||||||
Species.BARBARACLE,
|
Species.BINACLE,
|
||||||
Species.DRAGALGE,
|
Species.SKRELP,
|
||||||
Species.GOODRA,
|
Species.NOIBAT,
|
||||||
Species.TREVENANT,
|
Species.PHANTUMP,
|
||||||
Species.GOURGEIST,
|
Species.PUMPKABOO,,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.NOIVERN, Species.HISUI_GOODRA, Species.HISUI_AVALUGG],
|
[TrainerPoolTier.RARE]: [Species.SLIGGOO, Species.HISUI_SLIGGOO, Species.HISUI_AVALUGG],
|
||||||
};
|
};
|
||||||
|
|
||||||
const AETHER: TrainerTierPools = {
|
const AETHER: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.ALAKAZAM,
|
Species.ABRA,
|
||||||
Species.SLOWBRO,
|
Species.SLOWPOKE,
|
||||||
|
Species.MAGNEMITE,
|
||||||
Species.EXEGGUTOR,
|
Species.EXEGGUTOR,
|
||||||
Species.XATU,
|
Species.NATU,
|
||||||
Species.CLAYDOL,
|
Species.BALTOY,
|
||||||
Species.BEHEEYEM,
|
Species.MIME_JR,
|
||||||
Species.ORANGURU,
|
Species.ELGYEM,
|
||||||
|
Species.INKAY,
|
||||||
Species.BRUXISH,
|
Species.BRUXISH,
|
||||||
Species.ORBEETLE,
|
Species.BLIPBUG,
|
||||||
Species.FARIGIRAF,
|
|
||||||
Species.ALOLA_RAICHU,
|
Species.ALOLA_RAICHU,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.KIRLIA,
|
Species.RALTS,
|
||||||
Species.MEDICHAM,
|
Species.MEDITITE,
|
||||||
Species.METAGROSS,
|
Species.BELDUM,
|
||||||
Species.MALAMAR,
|
Species.SOLOSIS,
|
||||||
Species.HATTERENE,
|
Species.HATENNA,
|
||||||
Species.MR_RIME,
|
Species.WYRDEER,
|
||||||
Species.GALAR_SLOWKING,
|
Species.FARIGIRAF,
|
||||||
|
Species.ALOLA_GRIMER,
|
||||||
|
Species.GALAR_SLOWPOKE,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.PORYGON_Z, Species.ARMAROUGE, Species.HISUI_BRAVIARY],
|
[TrainerPoolTier.RARE]: [Species.PORYGON, Species.ARMAROUGE],
|
||||||
};
|
};
|
||||||
|
|
||||||
const SKULL: TrainerTierPools = {
|
const SKULL: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.NIDOQUEEN,
|
Species.GASTLY,
|
||||||
Species.GENGAR,
|
|
||||||
Species.KOFFING,
|
Species.KOFFING,
|
||||||
Species.CROBAT,
|
Species.ZUBAT,
|
||||||
Species.ROSERADE,
|
Species.VENONAT,
|
||||||
Species.SKUNTANK,
|
Species.STUNKY,
|
||||||
Species.TOXICROAK,
|
Species.CROAGUNK,
|
||||||
Species.SCOLIPEDE,
|
Species.VENIPEDE,
|
||||||
Species.TOXAPEX,
|
Species.SCRAGGY,
|
||||||
Species.LURANTIS,
|
Species.MAREANIE,
|
||||||
Species.ALOLA_MUK,
|
Species.FOMANTIS,
|
||||||
|
Species.ALOLA_GRIMER,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.DRAPION,
|
Species.NIDORAN_F,
|
||||||
Species.MANDIBUZZ,
|
Species.SKORUPI,
|
||||||
Species.OVERQWIL,
|
Species.PAWNIARD,
|
||||||
Species.GLIMMORA,
|
Species.VULLABY,
|
||||||
Species.CLODSIRE,
|
Species.TOXEL,
|
||||||
Species.GALAR_SLOWBRO,
|
Species.GLIMMET,
|
||||||
|
Species.GALAR_WOOPER,
|
||||||
|
Species.GALAR_SLOWPOKE,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.DRAGALGE, Species.SNEASLER],
|
[TrainerPoolTier.RARE]: [Species.SKRELP, Species.HISUI_SNEASEL],
|
||||||
};
|
};
|
||||||
|
|
||||||
const MACRO_COSMOS: TrainerTierPools = {
|
const MACRO_COSMOS: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.NINETALES,
|
Species.VULPIX,
|
||||||
Species.BELLOSSOM,
|
Species.FEEBAS,
|
||||||
Species.MILOTIC,
|
Species.MAWILE,
|
||||||
Species.FROSLASS,
|
Species.FROSLASS,
|
||||||
Species.GOTHITELLE,
|
Species.GOTHITA,
|
||||||
Species.JELLICENT,
|
Species.FLABEBE,
|
||||||
Species.SALAZZLE,
|
Species.SALANDIT,
|
||||||
Species.TSAREENA,
|
Species.TSAREENA,
|
||||||
Species.POLTEAGEIST,
|
Species.SINISTEA,
|
||||||
Species.HATTERENE,
|
Species.HATENNA,
|
||||||
Species.GALAR_RAPIDASH,
|
Species.INDEEDEE,
|
||||||
|
Species.GALAR_PONYTA,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.TOGEKISS,
|
Species.TOGEPI,
|
||||||
Species.MANDIBUZZ,
|
Species.VULLABY,
|
||||||
Species.TOXAPEX,
|
Species.MAREANIE,
|
||||||
Species.APPLETUN,
|
Species.CUFANT,
|
||||||
Species.CURSOLA,
|
Species.TINKATINK,
|
||||||
Species.ALOLA_NINETALES,
|
Species.ALOLA_VULPIX,
|
||||||
|
Species.GALAR_CORSOLA,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.TINKATON, Species.HISUI_LILLIGANT],
|
[TrainerPoolTier.RARE]: [Species.APPLIN, Species.HISUI_LILLIGANT],
|
||||||
};
|
};
|
||||||
|
|
||||||
const STAR_DARK: TrainerTierPools = {
|
const STAR_DARK: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.SHIFTRY,
|
Species.MURKROW,
|
||||||
Species.CACTURNE,
|
Species.SEEDOT,
|
||||||
Species.HONCHKROW,
|
Species.SABLEYE,
|
||||||
Species.SKUNTANK,
|
Species.CACNEA,
|
||||||
Species.KROOKODILE,
|
Species.STUNKY,
|
||||||
Species.OBSTAGOON,
|
Species.SANDILE,
|
||||||
Species.LOKIX,
|
Species.INKAY,
|
||||||
Species.MABOSSTIFF,
|
Species.NYMBLE,
|
||||||
|
Species.MASCHIFF,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.UMBREON,
|
Species.UMBREON,
|
||||||
Species.CRAWDAUNT,
|
Species.CORPHISH,
|
||||||
Species.WEAVILE,
|
Species.SNEASEL,
|
||||||
Species.ZOROARK,
|
Species.ZORUA,
|
||||||
Species.MALAMAR,
|
Species.IMPIDIMP,
|
||||||
Species.BOMBIRDIER,
|
Species.BOMBIRDIER,
|
||||||
|
Species.GALAR_ZIGZAGOON,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.HYDREIGON, Species.MEOWSCARADA],
|
[TrainerPoolTier.RARE]: [Species.DEINO, Species.SPRIGATITO],
|
||||||
};
|
};
|
||||||
|
|
||||||
const STAR_FIRE: TrainerTierPools = {
|
const STAR_FIRE: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.ARCANINE,
|
Species.GROWLITHE,
|
||||||
Species.HOUNDOOM,
|
Species.HOUNDOUR,
|
||||||
Species.CAMERUPT,
|
Species.NUMEL,
|
||||||
Species.CHANDELURE,
|
Species.TORKOAL,
|
||||||
Species.TALONFLAME,
|
Species.FLETCHLING,
|
||||||
Species.PYROAR,
|
Species.LITLEO,
|
||||||
Species.COALOSSAL,
|
Species.SIZZLIPEDE,
|
||||||
Species.SCOVILLAIN,
|
Species.ROLYCOLY,
|
||||||
|
Species.CAPSAKID,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.RAPIDASH,
|
Species.PONYTA,
|
||||||
Species.FLAREON,
|
Species.FLAREON,
|
||||||
Species.TORKOAL,
|
Species.MAGMAR,
|
||||||
Species.MAGMORTAR,
|
Species.DARUMAKA,
|
||||||
Species.SALAZZLE,
|
Species.LITWICK,
|
||||||
|
Species.SALANDIT,
|
||||||
Species.TURTONATOR,
|
Species.TURTONATOR,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.VOLCARONA, Species.SKELEDIRGE],
|
[TrainerPoolTier.RARE]: [Species.LARVESTA, Species.FUECOCO],
|
||||||
};
|
};
|
||||||
|
|
||||||
const STAR_POISON: TrainerTierPools = {
|
const STAR_POISON: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.MUK,
|
Species.GRIMER,
|
||||||
Species.CROBAT,
|
Species.VENONAT,
|
||||||
Species.SKUNTANK,
|
Species.SEVIPER,
|
||||||
Species.AMOONGUSS,
|
Species.STUNKY,
|
||||||
Species.TOXAPEX,
|
Species.FOONGUS,
|
||||||
Species.TOXTRICITY,
|
Species.MAREANIE,
|
||||||
|
Species.TOXEL,
|
||||||
Species.GRAFAIAI,
|
Species.GRAFAIAI,
|
||||||
Species.CLODSIRE,
|
Species.GALAR_WOOPER,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.GENGAR,
|
Species.ZUBAT,
|
||||||
Species.SEVIPER,
|
Species.GASTLY,
|
||||||
Species.DRAGALGE,
|
Species.SKRELP,
|
||||||
Species.OVERQWIL,
|
Species.OVERQWIL,
|
||||||
Species.ALOLA_MUK,
|
Species.ALOLA_GRIMER,
|
||||||
Species.GALAR_SLOWBRO,
|
Species.GALAR_SLOWPOKE,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.GLIMMORA, Species.VENUSAUR],
|
[TrainerPoolTier.RARE]: [Species.GLIMMET, Species.BULBASAUR],
|
||||||
};
|
};
|
||||||
|
|
||||||
const STAR_FAIRY: TrainerTierPools = {
|
const STAR_FAIRY: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.CLEFABLE,
|
Species.IGGLYBUFF,
|
||||||
Species.WIGGLYTUFF,
|
Species.AZURILL,
|
||||||
Species.AZUMARILL,
|
Species.COTTONEE,
|
||||||
Species.WHIMSICOTT,
|
Species.FLABEBE,
|
||||||
Species.FLORGES,
|
Species.KLEFKI,
|
||||||
Species.HATTERENE,
|
Species.CUTIEFLY,
|
||||||
Species.GRIMMSNARL,
|
Species.HATENNA,
|
||||||
Species.TINKATON,
|
Species.TINKATINK,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.TOGEKISS,
|
Species.CLEFFA,
|
||||||
|
Species.TOGEPI,
|
||||||
Species.GARDEVOIR,
|
Species.GARDEVOIR,
|
||||||
Species.SYLVEON,
|
Species.SYLVEON,
|
||||||
Species.KLEFKI,
|
|
||||||
Species.MIMIKYU,
|
Species.MIMIKYU,
|
||||||
Species.ALOLA_NINETALES,
|
Species.IMPIDIMP,
|
||||||
|
Species.ALOLA_VULPIX,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.GALAR_RAPIDASH, Species.PRIMARINA],
|
[TrainerPoolTier.RARE]: [Species.GALAR_WEEZING, Species.POPPLIO],
|
||||||
};
|
};
|
||||||
|
|
||||||
const STAR_FIGHTING: TrainerTierPools = {
|
const STAR_FIGHTING: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.BRELOOM,
|
Species.TYROGUE,
|
||||||
Species.HARIYAMA,
|
Species.SHROOMISH,
|
||||||
Species.MEDICHAM,
|
Species.MAKUHITA,
|
||||||
Species.TOXICROAK,
|
Species.RIOLU,
|
||||||
Species.SCRAFTY,
|
Species.CROAGUNK,
|
||||||
Species.MIENSHAO,
|
Species.SCRAGGY,
|
||||||
Species.PAWMOT,
|
Species.MIENFOO,
|
||||||
Species.PALDEA_TAUROS,
|
Species.PASSIMIAN,
|
||||||
|
Species.PAWMI,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.LUCARIO,
|
Species.MEDITITE,
|
||||||
Species.CONKELDURR,
|
Species.GALLADE,
|
||||||
|
Species.TIMBURR,
|
||||||
Species.HAWLUCHA,
|
Species.HAWLUCHA,
|
||||||
Species.PASSIMIAN,
|
Species.STUFFUL,
|
||||||
Species.FALINKS,
|
Species.FALINKS,
|
||||||
Species.FLAMIGO,
|
Species.FLAMIGO,
|
||||||
|
Species.PALDEA_TAUROS,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.KOMMO_O, Species.QUAQUAVAL],
|
[TrainerPoolTier.RARE]: [Species.JANGMO_O, Species.QUAXLY],
|
||||||
};
|
};
|
||||||
|
|
||||||
export type EvilTeam =
|
export type EvilTeam =
|
||||||
|
Loading…
Reference in New Issue
Block a user