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.DHELMISE,
|
||||
Species.ARROKUDA,
|
||||
Species.GRAPPLOCT,
|
||||
Species.OVERQWIL,
|
||||
Species.CLOBBOPUS,
|
||||
Species.HISUI_QWILFISH,
|
||||
Species.WIGLETT,
|
||||
],
|
||||
[TrainerPoolTier.RARE]: [Species.BASCULEGION, Species.DONDOZO],
|
||||
@ -113,29 +113,29 @@ const GALACTIC: TrainerTierPools = {
|
||||
Species.ZUBAT,
|
||||
Species.MAGNEMITE,
|
||||
Species.RHYHORN,
|
||||
Species.TANGELA,
|
||||
Species.LICKITUNG,
|
||||
Species.MAGIKARP,
|
||||
Species.YANMA,
|
||||
Species.MURKROW,
|
||||
Species.SWINUB,
|
||||
Species.ELEKID,
|
||||
Species.MAGBY,
|
||||
Species.MURKROW,
|
||||
Species.BRONZOR,
|
||||
Species.SKORUPI,
|
||||
Species.LICKILICKY,
|
||||
Species.TANGROWTH,
|
||||
Species.YANMEGA,
|
||||
Species.MAMOSWINE,
|
||||
],
|
||||
[TrainerPoolTier.UNCOMMON]: [
|
||||
Species.ABRA,
|
||||
Species.GLIGAR,
|
||||
Species.SNEASEL,
|
||||
Species.DUSKULL,
|
||||
Species.DRIFLOON,
|
||||
Species.GLISCOR,
|
||||
Species.CRANIDOS,
|
||||
Species.SHIELDON,
|
||||
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 = {
|
||||
@ -230,7 +230,7 @@ const FLARE: TrainerTierPools = {
|
||||
Species.PHANTUMP,
|
||||
Species.PUMPKABOO,
|
||||
],
|
||||
[TrainerPoolTier.RARE]: [Species.SLIGGOO, Species.HISUI_SLIGGOO, Species.HISUI_AVALUGG],
|
||||
[TrainerPoolTier.RARE]: [Species.GOOMY, Species.HISUI_AVALUGG],
|
||||
};
|
||||
|
||||
const AETHER: TrainerTierPools = {
|
||||
|
Loading…
Reference in New Issue
Block a user