mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
unevolve the buddies
This commit is contained in:
parent
4a60ede5af
commit
d22871e747
@ -101,8 +101,8 @@ const AQUA: TrainerTierPools = {
|
|||||||
Species.WIMPOD,
|
Species.WIMPOD,
|
||||||
Species.DHELMISE,
|
Species.DHELMISE,
|
||||||
Species.ARROKUDA,
|
Species.ARROKUDA,
|
||||||
Species.GRAPPLOCT,
|
Species.CLOBBOPUS,
|
||||||
Species.OVERQWIL,
|
Species.HISUI_QWILFISH,
|
||||||
Species.WIGLETT,
|
Species.WIGLETT,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.BASCULEGION, Species.DONDOZO],
|
[TrainerPoolTier.RARE]: [Species.BASCULEGION, Species.DONDOZO],
|
||||||
@ -113,29 +113,29 @@ const GALACTIC: TrainerTierPools = {
|
|||||||
Species.ZUBAT,
|
Species.ZUBAT,
|
||||||
Species.MAGNEMITE,
|
Species.MAGNEMITE,
|
||||||
Species.RHYHORN,
|
Species.RHYHORN,
|
||||||
|
Species.TANGELA,
|
||||||
|
Species.LICKITUNG,
|
||||||
Species.MAGIKARP,
|
Species.MAGIKARP,
|
||||||
|
Species.YANMA,
|
||||||
|
Species.MURKROW,
|
||||||
|
Species.SWINUB,
|
||||||
Species.ELEKID,
|
Species.ELEKID,
|
||||||
Species.MAGBY,
|
Species.MAGBY,
|
||||||
Species.MURKROW,
|
|
||||||
Species.BRONZOR,
|
Species.BRONZOR,
|
||||||
Species.SKORUPI,
|
Species.SKORUPI,
|
||||||
Species.LICKILICKY,
|
|
||||||
Species.TANGROWTH,
|
|
||||||
Species.YANMEGA,
|
|
||||||
Species.MAMOSWINE,
|
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
Species.ABRA,
|
Species.ABRA,
|
||||||
|
Species.GLIGAR,
|
||||||
Species.SNEASEL,
|
Species.SNEASEL,
|
||||||
Species.DUSKULL,
|
Species.DUSKULL,
|
||||||
Species.DRIFLOON,
|
Species.DRIFLOON,
|
||||||
Species.GLISCOR,
|
|
||||||
Species.CRANIDOS,
|
Species.CRANIDOS,
|
||||||
Species.SHIELDON,
|
Species.SHIELDON,
|
||||||
Species.ROTOM,
|
Species.ROTOM,
|
||||||
Species.OVERQWIL,
|
Species.HISUI_QWILFISH,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.SPIRITOMB, Species.URSALUNA, Species.HISUI_SNEASEL, Species.HISUI_LILLIGANT],
|
[TrainerPoolTier.RARE]: [Species.SPIRITOMB, Species.TEDDIURSA, Species.HISUI_SNEASEL, Species.HISUI_LILLIGANT],
|
||||||
};
|
};
|
||||||
|
|
||||||
const PLASMA_ZINZOLIN: TrainerTierPools = {
|
const PLASMA_ZINZOLIN: TrainerTierPools = {
|
||||||
@ -230,7 +230,7 @@ const FLARE: TrainerTierPools = {
|
|||||||
Species.PHANTUMP,
|
Species.PHANTUMP,
|
||||||
Species.PUMPKABOO,
|
Species.PUMPKABOO,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.SLIGGOO, Species.HISUI_SLIGGOO, Species.HISUI_AVALUGG],
|
[TrainerPoolTier.RARE]: [Species.GOOMY, Species.HISUI_AVALUGG],
|
||||||
};
|
};
|
||||||
|
|
||||||
const AETHER: TrainerTierPools = {
|
const AETHER: TrainerTierPools = {
|
||||||
|
Loading…
Reference in New Issue
Block a user