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.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 = {