mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 06:42:20 +02:00
Rotom Revival Protocol (and Ponyta)
Accidentally removed Rotom from two different places
This commit is contained in:
parent
83580d76a7
commit
6cde53e16e
@ -132,6 +132,7 @@ const GALACTIC: TrainerTierPools = {
|
|||||||
Species.GLISCOR,
|
Species.GLISCOR,
|
||||||
Species.CRANIDOS,
|
Species.CRANIDOS,
|
||||||
Species.SHIELDON,
|
Species.SHIELDON,
|
||||||
|
Species.ROTOM,
|
||||||
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],
|
||||||
@ -182,9 +183,10 @@ const PLASMA_COLRESS: TrainerTierPools = {
|
|||||||
Species.VOLTORB,
|
Species.VOLTORB,
|
||||||
Species.PORYGON,
|
Species.PORYGON,
|
||||||
Species.BRONZOR,
|
Species.BRONZOR,
|
||||||
|
Species.ROTOM,
|
||||||
Species.MUNNA,
|
Species.MUNNA,
|
||||||
|
Species.DWEBBLE,
|
||||||
Species.FERROSEED,
|
Species.FERROSEED,
|
||||||
Species.TYNAMO,
|
|
||||||
Species.ELGYEM,
|
Species.ELGYEM,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.UNCOMMON]: [
|
[TrainerPoolTier.UNCOMMON]: [
|
||||||
@ -192,6 +194,7 @@ const PLASMA_COLRESS: TrainerTierPools = {
|
|||||||
Species.SIGILYPH,
|
Species.SIGILYPH,
|
||||||
Species.TIRTOUGA,
|
Species.TIRTOUGA,
|
||||||
Species.ARCHEN,
|
Species.ARCHEN,
|
||||||
|
Species.TYNAMO,
|
||||||
Species.GOLETT,
|
Species.GOLETT,
|
||||||
Species.BLIPBUG,
|
Species.BLIPBUG,
|
||||||
Species.VAROOM,
|
Species.VAROOM,
|
||||||
@ -404,7 +407,7 @@ const STAR_FAIRY: TrainerTierPools = {
|
|||||||
Species.IMPIDIMP,
|
Species.IMPIDIMP,
|
||||||
Species.ALOLA_VULPIX,
|
Species.ALOLA_VULPIX,
|
||||||
],
|
],
|
||||||
[TrainerPoolTier.RARE]: [Species.GALAR_WEEZING, Species.POPPLIO],
|
[TrainerPoolTier.RARE]: [Species.GALAR_PONYTA, Species.POPPLIO],
|
||||||
};
|
};
|
||||||
|
|
||||||
const STAR_FIGHTING: TrainerTierPools = {
|
const STAR_FIGHTING: TrainerTierPools = {
|
||||||
|
Loading…
Reference in New Issue
Block a user