[Hotfix] Fix Flare Admins using wrong pool (#6742)

* Update evil-admin-trainer-pools.ts

* fixes

* add comment

---------

Co-authored-by: damocleas <damocleas25@gmail.com>
This commit is contained in:
Blitzy 2025-11-03 16:49:19 -06:00 committed by GitHub
parent 8df3383f24
commit 17ac20ef0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -223,57 +223,47 @@ const PLASMA_COLRESS: TrainerTierPools = {
const FLARE: TrainerTierPools = { const FLARE: TrainerTierPools = {
[TrainerPoolTier.COMMON]: [ [TrainerPoolTier.COMMON]: [
SpeciesId.FOONGUS,
SpeciesId.SCRAGGY, SpeciesId.SCRAGGY,
SpeciesId.DRUDDIGON, SpeciesId.FOONGUS,
SpeciesId.BUNNELBY, SpeciesId.BUNNELBY,
SpeciesId.FLETCHLING, SpeciesId.FLETCHLING,
SpeciesId.PANCHAM, SpeciesId.PANCHAM,
SpeciesId.ESPURR, SpeciesId.ESPURR,
SpeciesId.PUMPKABOO, SpeciesId.SKRELP,
SpeciesId.PHANTUMP,
SpeciesId.CLAUNCHER, SpeciesId.CLAUNCHER,
SpeciesId.HELIOPTILE,
SpeciesId.KLEFKI, SpeciesId.KLEFKI,
SpeciesId.PHANTUMP,
SpeciesId.PUMPKABOO,
], ],
[TrainerPoolTier.UNCOMMON]: [ [TrainerPoolTier.UNCOMMON]: [
SpeciesId.LITWICK, SpeciesId.LITWICK,
SpeciesId.HEATMOR, SpeciesId.HEATMOR,
SpeciesId.BINACLE, SpeciesId.BINACLE,
SpeciesId.SKRELP, SpeciesId.HELIOPTILE,
SpeciesId.BERGMITE, SpeciesId.AVALUGG,
SpeciesId.CAPSAKID, SpeciesId.CAPSAKID,
], ],
[TrainerPoolTier.RARE]: [SpeciesId.GOODRA, SpeciesId.HONEDGE], [TrainerPoolTier.RARE]: [SpeciesId.AERODACTYL, SpeciesId.HONEDGE, SpeciesId.GOOMY],
}; };
const FLARE_XEROSIC: TrainerTierPools = { const FLARE_XEROSIC: TrainerTierPools = {
[TrainerPoolTier.COMMON]: [ [TrainerPoolTier.COMMON]: [
SpeciesId.EKANS,
SpeciesId.LITWICK,
SpeciesId.PANCHAM, SpeciesId.PANCHAM,
SpeciesId.BINACLE, SpeciesId.BINACLE,
[SpeciesId.SKRELP, SpeciesId.CLAUNCHER],
SpeciesId.HELIOPTILE, SpeciesId.HELIOPTILE,
SpeciesId.CLAUNCHER, SpeciesId.KLEFKI,
SpeciesId.BUNNELBY,
SpeciesId.FLETCHLING,
SpeciesId.LITLEO,
SpeciesId.PANGORO,
SpeciesId.ESPURR,
SpeciesId.INKAY,
SpeciesId.CLAUNCHER,
SpeciesId.HELIOPTILE,
], ],
[TrainerPoolTier.UNCOMMON]: [ [TrainerPoolTier.UNCOMMON]: [
[SpeciesId.AMAURA, SpeciesId.TYRUNT], SpeciesId.ROTOM, // Always Rotom-Heat, Xerosic has their specialty type set to fire
SpeciesId.SNEASEL, [SpeciesId.TYRUNT, SpeciesId.AMAURA],
SpeciesId.LITWICK,
SpeciesId.LITLEO,
SpeciesId.BINACLE,
SpeciesId.SKRELP,
SpeciesId.NOIBAT, SpeciesId.NOIBAT,
SpeciesId.PHANTUMP, SpeciesId.SIZZLIPEDE,
SpeciesId.PUMPKABOO, SpeciesId.CAPSAKID,
], ],
[TrainerPoolTier.RARE]: [SpeciesId.HISUI_GOODRA, SpeciesId.HONEDGE], [TrainerPoolTier.RARE]: [SpeciesId.BELDUM, SpeciesId.HISUI_SLIGGOO, SpeciesId.HISUI_AVALUGG],
}; };
const AETHER: TrainerTierPools = { const AETHER: TrainerTierPools = {