mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
Update / Fix Teams
This commit is contained in:
parent
7d989fda01
commit
de69a7556a
@ -7,6 +7,7 @@ const ROCKET: TrainerTierPools = {
|
|||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.RATTATA,
|
Species.RATTATA,
|
||||||
Species.SPEAROW,
|
Species.SPEAROW,
|
||||||
|
Species.EKANS,
|
||||||
Species.VILEPLUME,
|
Species.VILEPLUME,
|
||||||
Species.DIGLETT,
|
Species.DIGLETT,
|
||||||
Species.GROWLITHE,
|
Species.GROWLITHE,
|
||||||
@ -15,7 +16,9 @@ const ROCKET: TrainerTierPools = {
|
|||||||
Species.VOLTORB,
|
Species.VOLTORB,
|
||||||
Species.EXEGGCUTE,
|
Species.EXEGGCUTE,
|
||||||
Species.CUBONE,
|
Species.CUBONE,
|
||||||
|
Species.KOFFING,
|
||||||
Species.MAGIKARP,
|
Species.MAGIKARP,
|
||||||
|
Species.ZUBAT,
|
||||||
Species.ONIX,
|
Species.ONIX,
|
||||||
Species.HOUNDOUR,
|
Species.HOUNDOUR,
|
||||||
Species.MURKROW,
|
Species.MURKROW,
|
||||||
@ -88,7 +91,6 @@ const AQUA: TrainerTierPools = {
|
|||||||
Species.CORPHISH,
|
Species.CORPHISH,
|
||||||
Species.SPHEAL,
|
Species.SPHEAL,
|
||||||
Species.CLAMPERL,
|
Species.CLAMPERL,
|
||||||
Species.WIGLETT,
|
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.MANTYKE,
|
Species.MANTYKE,
|
||||||
@ -97,21 +99,24 @@ const AQUA: TrainerTierPools = {
|
|||||||
Species.TYMPOLE,
|
Species.TYMPOLE,
|
||||||
Species.SKRELP,
|
Species.SKRELP,
|
||||||
Species.WIMPOD,
|
Species.WIMPOD,
|
||||||
|
Species.DHELMISE,
|
||||||
Species.ARROKUDA,
|
Species.ARROKUDA,
|
||||||
Species.GRAPPLOCT,
|
Species.GRAPPLOCT,
|
||||||
Species.OVERQWIL,
|
Species.OVERQWIL,
|
||||||
|
Species.WIGLETT,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.BASCULEGION, Species.DONDOZO],
|
[TrainerPoolTier.RARE]: [Species.BASCULEGION, Species.DONDOZO],
|
||||||
};
|
};
|
||||||
|
|
||||||
const GALACTIC: TrainerTierPools = {
|
const GALACTIC: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
|
Species.ZUBAT,
|
||||||
Species.MAGNEMITE,
|
Species.MAGNEMITE,
|
||||||
Species.RHYHORN,
|
Species.RHYHORN,
|
||||||
|
Species.MAGKIARP,
|
||||||
Species.ELEKID,
|
Species.ELEKID,
|
||||||
Species.MAGBY,
|
Species.MAGBY,
|
||||||
Species.MURKROW,
|
Species.MURKROW,
|
||||||
Species.DRIFLOON,
|
|
||||||
Species.BRONZOR,
|
Species.BRONZOR,
|
||||||
Species.SKORUPI,
|
Species.SKORUPI,
|
||||||
Species.LICKILICKY,
|
Species.LICKILICKY,
|
||||||
@ -123,8 +128,10 @@ const GALACTIC: TrainerTierPools = {
|
|||||||
Species.ABRA,
|
Species.ABRA,
|
||||||
Species.SNEASEL,
|
Species.SNEASEL,
|
||||||
Species.DUSKULL,
|
Species.DUSKULL,
|
||||||
|
Species.DRIFLOON,
|
||||||
Species.GLISCOR,
|
Species.GLISCOR,
|
||||||
Species.KLEAVOR,
|
Species.CRANIDOS,
|
||||||
|
Species.SHIELDON,
|
||||||
Species.OVERQWIL,
|
Species.OVERQWIL,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.SPIRITOMB, Species.URSALUNA, Species.HISUI_SNEASEL, Species.HISUI_LILLIGANT],
|
[TrainerPoolTier.RARE]: [Species.SPIRITOMB, Species.URSALUNA, Species.HISUI_SNEASEL, Species.HISUI_LILLIGANT],
|
||||||
@ -132,22 +139,27 @@ const GALACTIC: TrainerTierPools = {
|
|||||||
|
|
||||||
const PLASMA_ZINZOLIN: TrainerTierPools = {
|
const PLASMA_ZINZOLIN: TrainerTierPools = {
|
||||||
[TrainerPoolTier.COMMON]: [
|
[TrainerPoolTier.COMMON]: [
|
||||||
Species.ROGGENROLA,
|
Species.SNEASEL,
|
||||||
|
Species.SWINUB,
|
||||||
|
Species.SNORUNT,
|
||||||
|
Species.SNOVER,
|
||||||
Species.TIMBURR,
|
Species.TIMBURR,
|
||||||
Species.TYMPOLE,
|
Species.TYMPOLE,
|
||||||
Species.SANDILE,
|
Species.SANDILE,
|
||||||
Species.DARUMAKA,
|
Species.DARUMAKA,
|
||||||
Species.YAMASK,
|
|
||||||
Species.VANILLITE,
|
Species.VANILLITE,
|
||||||
Species.FOONGUS,
|
Species.FOONGUS,
|
||||||
Species.FRILLISH,
|
Species.FRILLISH,
|
||||||
Species.JOLTIK,
|
Species.JOLTIK,
|
||||||
Species.FERROSEED,
|
Species.FERROSEED,
|
||||||
Species.CUBCHOO,
|
Species.CUBCHOO,
|
||||||
|
Species.GALAR_DARUMAKA,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
|
Species.SPHEAL,
|
||||||
Species.DRILBUR,
|
Species.DRILBUR,
|
||||||
Species.SIGILYPH,
|
Species.SIGILYPH,
|
||||||
|
Species.YAMASK,
|
||||||
Species.ZORUA,
|
Species.ZORUA,
|
||||||
Species.TYNAMO,
|
Species.TYNAMO,
|
||||||
Species.MIENFOO,
|
Species.MIENFOO,
|
||||||
@ -155,9 +167,12 @@ const PLASMA_ZINZOLIN: TrainerTierPools = {
|
|||||||
Species.PAWNIARD,
|
Species.PAWNIARD,
|
||||||
Species.VULLABY,
|
Species.VULLABY,
|
||||||
Species.DURANT,
|
Species.DURANT,
|
||||||
Species.GALAR_DARUMAKA,
|
Species.BERGMITE,
|
||||||
|
Species.EISCUE,
|
||||||
|
Species.ALOLA_SANDSHREW,
|
||||||
|
Species.HISUI_ZORUA,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.AXEW, Species.DEINO, Species.HISUI_ZORUA, Species.HISUI_BRAVIARY],
|
[TrainerPoolTier.RARE]: [Species.DEINO, Species.FRIGIBAX, Species.HISUI_BRAVIARY],
|
||||||
};
|
};
|
||||||
|
|
||||||
const PLASMA_COLRESS: TrainerTierPools = {
|
const PLASMA_COLRESS: TrainerTierPools = {
|
||||||
@ -183,7 +198,7 @@ const PLASMA_COLRESS: TrainerTierPools = {
|
|||||||
Species.ALOLA_GRIMER,
|
Species.ALOLA_GRIMER,
|
||||||
Species.HISUI_VOLTORB,
|
Species.HISUI_VOLTORB,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.ELECTIVIRE, Species.MAGMORTAR, Species.BISHARP, Species.ARCHALUDON],
|
[TrainerPoolTier.RARE]: [Species.ELEKID, Species.MAGBY, Species.PAWNIARD, Species.DURALUDON],
|
||||||
};
|
};
|
||||||
|
|
||||||
const FLARE: TrainerTierPools = {
|
const FLARE: TrainerTierPools = {
|
||||||
|
Loading…
Reference in New Issue
Block a user