Rotom Revival Protocol (and Ponyta)

Accidentally removed Rotom from two different places
This commit is contained in:
Blitzy 2025-03-29 13:42:26 -05:00 committed by GitHub
parent 83580d76a7
commit 6cde53e16e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,6 +132,7 @@ const GALACTIC: TrainerTierPools = {
Species.GLISCOR,
Species.CRANIDOS,
Species.SHIELDON,
Species.ROTOM,
Species.OVERQWIL,
],
[TrainerPoolTier.RARE]: [Species.SPIRITOMB, Species.URSALUNA, Species.HISUI_SNEASEL, Species.HISUI_LILLIGANT],
@ -182,9 +183,10 @@ const PLASMA_COLRESS: TrainerTierPools = {
Species.VOLTORB,
Species.PORYGON,
Species.BRONZOR,
Species.ROTOM,
Species.MUNNA,
Species.DWEBBLE,
Species.FERROSEED,
Species.TYNAMO,
Species.ELGYEM,
],
[TrainerPoolTier.UNCOMMON]: [
@ -192,6 +194,7 @@ const PLASMA_COLRESS: TrainerTierPools = {
Species.SIGILYPH,
Species.TIRTOUGA,
Species.ARCHEN,
Species.TYNAMO,
Species.GOLETT,
Species.BLIPBUG,
Species.VAROOM,
@ -404,7 +407,7 @@ const STAR_FAIRY: TrainerTierPools = {
Species.IMPIDIMP,
Species.ALOLA_VULPIX,
],
[TrainerPoolTier.RARE]: [Species.GALAR_WEEZING, Species.POPPLIO],
[TrainerPoolTier.RARE]: [Species.GALAR_PONYTA, Species.POPPLIO],
};
const STAR_FIGHTING: TrainerTierPools = {