diff --git a/public/audio/bgm/water.mp3 b/public/audio/bgm/beach.mp3 similarity index 100% rename from public/audio/bgm/water.mp3 rename to public/audio/bgm/beach.mp3 diff --git a/public/audio/bgm/city.mp3 b/public/audio/bgm/city.mp3 new file mode 100644 index 000000000..0a4186afe Binary files /dev/null and b/public/audio/bgm/city.mp3 differ diff --git a/public/audio/bgm/grass.mp3 b/public/audio/bgm/grass.mp3 index 079eb3635..bf2601649 100644 Binary files a/public/audio/bgm/grass.mp3 and b/public/audio/bgm/grass.mp3 differ diff --git a/public/audio/bgm/ice_cave.mp3 b/public/audio/bgm/ice_cave.mp3 index 8d63b2377..848298c6f 100644 Binary files a/public/audio/bgm/ice_cave.mp3 and b/public/audio/bgm/ice_cave.mp3 differ diff --git a/public/audio/bgm/lake.mp3 b/public/audio/bgm/lake.mp3 new file mode 100644 index 000000000..8d63b2377 Binary files /dev/null and b/public/audio/bgm/lake.mp3 differ diff --git a/public/audio/bgm/long_grass.mp3 b/public/audio/bgm/long_grass.mp3 new file mode 100644 index 000000000..079eb3635 Binary files /dev/null and b/public/audio/bgm/long_grass.mp3 differ diff --git a/public/audio/bgm/sea.mp3 b/public/audio/bgm/sea.mp3 index df95b4ff5..862422699 100644 Binary files a/public/audio/bgm/sea.mp3 and b/public/audio/bgm/sea.mp3 differ diff --git a/public/audio/bgm/seabed.mp3 b/public/audio/bgm/seabed.mp3 new file mode 100644 index 000000000..df95b4ff5 Binary files /dev/null and b/public/audio/bgm/seabed.mp3 differ diff --git a/public/images/arenas/sea_a.png b/public/images/arenas/sea_a.png index 8672b6119..41b01d563 100644 Binary files a/public/images/arenas/sea_a.png and b/public/images/arenas/sea_a.png differ diff --git a/public/images/arenas/sea_b.png b/public/images/arenas/sea_b.png index 1b0c2522c..62287bf8c 100644 Binary files a/public/images/arenas/sea_b.png and b/public/images/arenas/sea_b.png differ diff --git a/public/images/arenas/sea_bg.png b/public/images/arenas/sea_bg.png index f7d9b398c..fa47b0bf9 100644 Binary files a/public/images/arenas/sea_bg.png and b/public/images/arenas/sea_bg.png differ diff --git a/public/images/arenas/water_a.png b/public/images/arenas/seabed_a.png similarity index 79% rename from public/images/arenas/water_a.png rename to public/images/arenas/seabed_a.png index 41b01d563..8672b6119 100644 Binary files a/public/images/arenas/water_a.png and b/public/images/arenas/seabed_a.png differ diff --git a/public/images/arenas/water_b.png b/public/images/arenas/seabed_b.png similarity index 68% rename from public/images/arenas/water_b.png rename to public/images/arenas/seabed_b.png index 62287bf8c..1b0c2522c 100644 Binary files a/public/images/arenas/water_b.png and b/public/images/arenas/seabed_b.png differ diff --git a/public/images/arenas/seabed_bg.png b/public/images/arenas/seabed_bg.png new file mode 100644 index 000000000..f7d9b398c Binary files /dev/null and b/public/images/arenas/seabed_bg.png differ diff --git a/public/images/arenas/water_bg.png b/public/images/arenas/water_bg.png deleted file mode 100644 index fa47b0bf9..000000000 Binary files a/public/images/arenas/water_bg.png and /dev/null differ diff --git a/src/biome.ts b/src/biome.ts index 3951109a8..1d42d7d3d 100644 --- a/src/biome.ts +++ b/src/biome.ts @@ -11,10 +11,14 @@ import beautify from 'json-beautify'; export enum Biome { PLAINS, GRASS, + TALL_GRASS, + CITY, FOREST, - WATER, - SWAMP, SEA, + SWAMP, + BEACH, + LAKE, + SEABED, MOUNTAIN, LAND, CAVE, @@ -103,6 +107,14 @@ export class BiomeArena { getBiomeKey() { switch (this.biomeType) { + case Biome.TALL_GRASS: + return 'grass'; + case Biome.CITY: + return 'dojo'; + case Biome.LAKE: + return 'sea'; + case Biome.BEACH: + return 'sea'; case Biome.ABYSS: return 'wasteland'; case Biome.MEADOW: @@ -173,11 +185,10 @@ const biomePools = { Species.COMBEE, { 1: [ Species.CHERUBI ], 25: [ Species.CHERRIM ] }, Species.VENIPEDE, - Species.MINCCINO, - { 1: [ Species.FOONGUS ], 39: [ Species.AMOONGUSS ] } + Species.MINCCINO ], - [PoolTier.RARE]: [ Species.ABRA, Species.CLEFFA, { 1: [ Species.SURSKIT ], 22: [ Species.MASQUERAIN ] }, Species.SLAKOTH, Species.DUCKLETT ], - [PoolTier.SUPER_RARE]: [ Species.EEVEE, Species.TOGEPI, Species.SMEARGLE, Species.TYROGUE, Species.SMOOCHUM, Species.ELEKID, Species.MAGBY, Species.RALTS, Species.WYNAUT, Species.BONSLY, Species.MIME_JR, Species.HAPPINY, Species.MUNCHLAX, Species.RIOLU ], + [PoolTier.RARE]: [ Species.ABRA, Species.CLEFFA, { 1: [ Species.SURSKIT ], 22: [ Species.MASQUERAIN ] } ], + [PoolTier.SUPER_RARE]: [ Species.EEVEE, Species.TOGEPI, Species.TYROGUE, Species.SMOOCHUM, Species.ELEKID, Species.MAGBY, Species.RALTS, Species.WYNAUT, Species.BONSLY, Species.MIME_JR, Species.HAPPINY, Species.MUNCHLAX, Species.RIOLU ], [PoolTier.ULTRA_RARE]: [ Species.DITTO ], [PoolTier.BOSS]: [], [PoolTier.BOSS_RARE]: [], @@ -186,35 +197,24 @@ const biomePools = { }, [Biome.GRASS]: { [PoolTier.COMMON]: [ - { 1: [ Species.PIDGEY ], 18: [ Species.PIDGEOTTO ], 36: [ Species.PIDGEOT ] }, - { 1: [ Species.RATTATA ], 20: [ Species.RATICATE ] }, - { 1: [ Species.ODDISH ], 21: [ Species.GLOOM ] }, { 1: [ Species.MEOWTH ], 28: [ Species.PERSIAN ] }, - { 1: [ Species.BELLSPROUT ], 21: [ Species.WEEPINBELL ] }, { 1: [ Species.DODUO ], 31: [ Species.DODRIO ] }, - { 1: [ Species.SENTRET ], 15: [ Species.FURRET ] }, { 1: [ Species.HOPPIP ], 18: [ Species.SKIPLOOM ] }, Species.SUNKERN, - { 1: [ Species.ZIGZAGOON ], 20: [ Species.LINOONE ] }, - { 1: [ Species.STARLY ], 14: [ Species.STARAVIA ], 34: [ Species.STARAPTOR ] }, + Species.STARAPTOR, { 1: [ Species.BIDOOF ], 15: [ Species.BIBAREL ] }, - { 1: [ Species.PATRAT ], 20: [ Species.WATCHOG ] }, - { 1: [ Species.LILLIPUP ], 16: [ Species.HERDIER ], 32: [ Species.STOUTLAND ] }, - { 1: [ Species.PIDOVE ], 21: [ Species.TRANQUILL ], 32: [ Species.UNFEZANT ] }, - { 1: [ Species.BLITZLE ], 27: [ Species.ZEBSTRIKA ] }, { 1: [ Species.COTTONEE ], 20: [ Species.WHIMSICOTT ] } ], [PoolTier.UNCOMMON]: [ + { 1: [ Species.PIDGEY ], 18: [ Species.PIDGEOTTO ], 36: [ Species.PIDGEOT ] }, Species.PIKACHU, - { 1: [ Species.VENONAT ], 31: [ Species.VENOMOTH ] }, - { 1: [ Species.GRIMER ], 38: [ Species.MUK ] }, - { 1: [ Species.PINECO ], 31: [ Species.FORRETRESS ] }, + { 1: [ Species.MANKEY ], 28: [ Species.PRIMEAPE ] }, { 1: [ Species.SEEDOT ], 14: [ Species.NUZLEAF ] }, { 1: [ Species.SHROOMISH ], 23: [ Species.BRELOOM ] }, - { 1: [ Species.WHISMUR ], 20: [ Species.LOUDRED ], 40: [ Species.EXPLOUD ] }, - { 1: [ Species.KRICKETOT ], 10: [ Species.KRICKETUNE ] }, + { 1: [ Species.STARLY ], 14: [ Species.STARAVIA ] }, { 1: [ Species.COMBEE ], 21: [ Species.VESPIQUEN ] }, { 1: [ Species.CHERUBI ], 25: [ Species.CHERRIM ] }, + { 1: [ Species.PIDOVE ], 21: [ Species.TRANQUILL ], 32: [ Species.UNFEZANT ] }, { 1: [ Species.FOONGUS ], 39: [ Species.AMOONGUSS ] } ], [PoolTier.RARE]: [ @@ -222,53 +222,73 @@ const biomePools = { Species.GROWLITHE, { 1: [ Species.ABRA ], 16: [ Species.KADABRA ] }, Species.EXEGGCUTE, - Species.TANGELA, - { 1: [ Species.SNUBBULL ], 23: [ Species.GRANBULL ] }, - Species.ZANGOOSE, - Species.KECLEON, { 1: [ Species.SHINX ], 15: [ Species.LUXIO ], 30: [ Species.LUXRAY ] }, { 1: [ Species.BUNEARY ], 20: [ Species.LOPUNNY ] }, Species.BOUFFALANT ], - [PoolTier.SUPER_RARE]: [ Species.FARFETCHD, Species.LICKITUNG, Species.CHANSEY, Species.KANGASKHAN, Species.SCYTHER, Species.EEVEE, Species.SNORLAX, Species.SUDOWOODO, Species.DUNSPARCE, Species.SMEARGLE, Species.AUDINO ], - [PoolTier.ULTRA_RARE]: [ Species.DITTO, Species.CASTFORM, Species.SHAYMIN ], - [PoolTier.BOSS]: [ - Species.VILEPLUME, - Species.PERSIAN, - Species.DODRIO, - Species.FURRET, - Species.JUMPLUFF, - Species.SUNFLORA, - Species.LINOONE, - Species.EXPLOUD, - Species.ZANGOOSE, - Species.KECLEON, - Species.BIBAREL, - Species.LOPUNNY, - Species.WATCHOG, - Species.STOUTLAND, - Species.ZEBSTRIKA, - Species.WHIMSICOTT + [PoolTier.SUPER_RARE]: [ Species.FARFETCHD, Species.LICKITUNG, Species.CHANSEY, Species.EEVEE, Species.SNORLAX, Species.SUDOWOODO, Species.DUNSPARCE, Species.AUDINO ], + [PoolTier.ULTRA_RARE]: [ Species.DITTO ], + [PoolTier.BOSS]: [ Species.PERSIAN, Species.DODRIO, Species.JUMPLUFF, Species.SUNFLORA, Species.BIBAREL, Species.LOPUNNY, Species.WHIMSICOTT ], + [PoolTier.BOSS_RARE]: [ Species.VENUSAUR, Species.FARFETCHD, Species.SNORLAX, Species.SUDOWOODO, Species.LICKILICKY, Species.AUDINO ], + [PoolTier.BOSS_SUPER_RARE]: [], + [PoolTier.BOSS_ULTRA_RARE]: [ Species.SHAYMIN ] + }, + [Biome.TALL_GRASS]: { + [PoolTier.COMMON]: [ + { 1: [ Species.NIDORAN_F ], 16: [ Species.NIDORINA ] }, + { 1: [ Species.NIDORAN_M ], 16: [ Species.NIDORINO ] }, + { 1: [ Species.ODDISH ], 21: [ Species.GLOOM ] }, + { 1: [ Species.SENTRET ], 15: [ Species.FURRET ] }, + { 1: [ Species.POOCHYENA ], 18: [ Species.MIGHTYENA ] }, + { 1: [ Species.ZIGZAGOON ], 20: [ Species.LINOONE ] }, + { 1: [ Species.NINCADA ], 20: [ Species.NINJASK ] } ], - [PoolTier.BOSS_RARE]: [ Species.VENUSAUR, Species.FARFETCHD, Species.KANGASKHAN, Species.SNORLAX, Species.SUDOWOODO, Species.CASTFORM, Species.LICKILICKY, Species.AUDINO ], - [PoolTier.BOSS_SUPER_RARE]: [ Species.SHAYMIN ], + [PoolTier.UNCOMMON]: [ + Species.VULPIX, + { 1: [ Species.PARAS ], 24: [ Species.PARASECT ] }, + { 1: [ Species.VENONAT ], 31: [ Species.VENOMOTH ] }, + { 1: [ Species.SPINARAK ], 22: [ Species.ARIADOS ] }, + { 1: [ Species.KRICKETOT ], 10: [ Species.KRICKETUNE ] } + ], + [PoolTier.RARE]: [ Species.PINSIR, { 1: [ Species.CHIKORITA ], 16: [ Species.BAYLEEF ], 32: [ Species.MEGANIUM ] }, Species.GIRAFARIG, Species.ZANGOOSE, Species.KECLEON, Species.TROPIUS ], + [PoolTier.SUPER_RARE]: [ Species.KANGASKHAN, Species.SCYTHER, Species.SHEDINJA ], + [PoolTier.ULTRA_RARE]: [], + [PoolTier.BOSS]: [ Species.NIDOQUEEN, Species.NIDOKING, Species.VILEPLUME, Species.FURRET, Species.MIGHTYENA, Species.LINOONE, Species.NINJASK, Species.ZANGOOSE, Species.KECLEON, Species.TROPIUS, Species.KRICKETUNE, Species.TANGROWTH ], + [PoolTier.BOSS_RARE]: [ Species.KANGASKHAN, Species.PINSIR, Species.MEGANIUM, Species.BELLOSSOM, Species.GIRAFARIG ], + [PoolTier.BOSS_SUPER_RARE]: [], + [PoolTier.BOSS_ULTRA_RARE]: [] + }, + [Biome.CITY]: { + [PoolTier.COMMON]: [ + { 1: [ Species.RATTATA ], 20: [ Species.RATICATE ] }, + Species.GRIMER, + { 1: [ Species.KOFFING ], 35: [ Species.WEEZING ] }, + { 1: [ Species.STUNKY ], 34: [ Species.SKUNTANK ] }, + { 1: [ Species.PATRAT ], 20: [ Species.WATCHOG ] }, + { 1: [ Species.LILLIPUP ], 16: [ Species.HERDIER ], 32: [ Species.STOUTLAND ] }, + Species.TRUBBISH + ], + [PoolTier.UNCOMMON]: [ Species.GARBODOR ], + [PoolTier.RARE]: [], + [PoolTier.SUPER_RARE]: [ Species.EEVEE, Species.SMEARGLE ], + [PoolTier.ULTRA_RARE]: [ Species.DITTO, Species.CASTFORM ], + [PoolTier.BOSS]: [ Species.MUK, Species.WEEZING, Species.SKUNTANK, Species.WATCHOG, Species.STOUTLAND, Species.GARBODOR ], + [PoolTier.BOSS_RARE]: [ Species.CASTFORM ], + [PoolTier.BOSS_SUPER_RARE]: [], [PoolTier.BOSS_ULTRA_RARE]: [] }, [Biome.FOREST]: { [PoolTier.COMMON]: [ - { 1: [ Species.CATERPIE ], 7: [ Species.METAPOD ], 10: [ Species.BUTTERFREE ] }, - { 1: [ Species.WEEDLE ], 7: [ Species.KAKUNA ], 10: [ Species.BEEDRILL ] }, - { 1: [ Species.NIDORAN_F ], 16: [ Species.NIDORINA ] }, - { 1: [ Species.NIDORAN_M ], 16: [ Species.NIDORINO ] }, - { 1: [ Species.PARAS ], 24: [ Species.PARASECT ] }, + Species.BUTTERFREE, + Species.BEEDRILL, { 1: [ Species.VENONAT ], 31: [ Species.VENOMOTH ] }, { 1: [ Species.BELLSPROUT ], 21: [ Species.WEEPINBELL ] }, { 1: [ Species.SPINARAK ], 22: [ Species.ARIADOS ] }, { 1: [ Species.PINECO ], 31: [ Species.FORRETRESS ] }, - { 1: [ Species.WURMPLE ], 7: [ Species.CASCOON, Species.SILCOON ], 10: [ Species.DUSTOX, Species.BEAUTIFLY ] }, + Species.BEAUTIFLY, + Species.DUSTOX, { 1: [ Species.SEEDOT ], 14: [ Species.NUZLEAF ] }, { 1: [ Species.SHROOMISH ], 23: [ Species.BRELOOM ] }, - { 1: [ Species.KRICKETOT ], 10: [ Species.KRICKETUNE ] }, { 1: [ Species.COMBEE ], 21: [ Species.VESPIQUEN ] }, { 1: [ Species.CHERUBI ], 25: [ Species.CHERRIM ] }, { 1: [ Species.SEWADDLE ], 20: [ Species.SWADLOON ], 30: [ Species.LEAVANNY ] }, @@ -280,30 +300,24 @@ const biomePools = { [PoolTier.UNCOMMON]: [ { 1: [ Species.EKANS ], 22: [ Species.ARBOK ] }, Species.EXEGGCUTE, - { 1: [ Species.KOFFING ], 35: [ Species.WEEZING ] }, - Species.TANGELA, - Species.PINSIR, { 1: [ Species.HOOTHOOT ], 20: [ Species.NOCTOWL ] }, Species.AIPOM, { 1: [ Species.TEDDIURSA ], 30: [ Species.URSARING ] }, - { 1: [ Species.NINCADA ], 20: [ Species.NINJASK ] }, Species.ROSELIA, + Species.TROPIUS, { 1: [ Species.BURMY ], 20: [ Species.MOTHIM, Species.WORMADAM ] }, - { 1: [ Species.STUNKY ], 34: [ Species.SKUNTANK ] }, { 1: [ Species.PANSAGE ], 20: [ Species.SIMISAGE ] }, { 1: [ Species.JOLTIK ], 36: [ Species.GALVANTULA ] } ], [PoolTier.RARE]: [ { 1: [ Species.BULBASAUR ], 16: [ Species.IVYSAUR ], 32: [ Species.VENUSAUR ] }, Species.SCYTHER, - { 1: [ Species.CHIKORITA ], 16: [ Species.BAYLEEF ], 32: [ Species.MEGANIUM ] }, Species.YANMA, Species.HERACROSS, Species.STANTLER, { 1: [ Species.TREECKO ], 16: [ Species.GROVYLE ], 36: [ Species.SCEPTILE ] }, { 1: [ Species.SLAKOTH ], 18: [ Species.VIGOROTH ], 36: [ Species.SLAKING ] }, Species.SEVIPER, - Species.TROPIUS, { 1: [ Species.TURTWIG ], 18: [ Species.GROTLE ], 32: [ Species.TORTERRA ] }, Species.CARNIVINE, { 1: [ Species.SNIVY ], 17: [ Species.SERVINE ], 36: [ Species.SERPERIOR ] }, @@ -311,34 +325,26 @@ const biomePools = { { 1: [ Species.FERROSEED ], 40: [ Species.FERROTHORN ] }, Species.SHELMET ], - [PoolTier.SUPER_RARE]: [ Species.SHEDINJA, Species.CHATOT, Species.DURANT ], + [PoolTier.SUPER_RARE]: [ Species.CHATOT, Species.DURANT ], [PoolTier.ULTRA_RARE]: [ Species.CELEBI, Species.VIRIZION ], [PoolTier.BOSS]: [ - Species.NIDOQUEEN, - Species.NIDOKING, - Species.PARASECT, Species.VENOMOTH, Species.VICTREEBEL, Species.EXEGGUTOR, - Species.PINSIR, Species.NOCTOWL, Species.ARIADOS, Species.FORRETRESS, Species.BEAUTIFLY, Species.DUSTOX, + Species.SHIFTRY, Species.BRELOOM, - Species.NINJASK, Species.SEVIPER, - Species.TROPIUS, - Species.KRICKETUNE, Species.WORMADAM, Species.MOTHIM, Species.VESPIQUEN, Species.CHERRIM, Species.AMBIPOM, - Species.SKUNTANK, Species.CARNIVINE, - Species.TANGROWTH, Species.YANMEGA, Species.SIMISAGE, Species.LEAVANNY, @@ -348,149 +354,136 @@ const biomePools = { Species.AMOONGUSS, Species.GALVANTULA ], - [PoolTier.BOSS_RARE]: [ Species.MEGANIUM, Species.HERACROSS, Species.STANTLER, Species.SCEPTILE, Species.SHIFTRY, Species.SLAKING, Species.TORTERRA, Species.LEAFEON, Species.SERPERIOR, Species.ESCAVALIER, Species.FERROTHORN, Species.ACCELGOR, Species.DURANT ], - [PoolTier.BOSS_SUPER_RARE]: [ Species.SCIZOR, Species.CELEBI, Species.VIRIZION ], - [PoolTier.BOSS_ULTRA_RARE]: [] + [PoolTier.BOSS_RARE]: [ Species.HERACROSS, Species.STANTLER, Species.SCEPTILE, Species.SLAKING, Species.TORTERRA, Species.LEAFEON, Species.SERPERIOR, Species.ESCAVALIER, Species.FERROTHORN, Species.ACCELGOR, Species.DURANT ], + [PoolTier.BOSS_SUPER_RARE]: [ Species.SCIZOR ], + [PoolTier.BOSS_ULTRA_RARE]: [ Species.CELEBI, Species.VIRIZION ] }, - [Biome.WATER]: { + [Biome.SEA]: { [PoolTier.COMMON]: [ - { 1: [ Species.PSYDUCK ], 33: [ Species.GOLDUCK ] }, - { 1: [ Species.POLIWAG ], 25: [ Species.POLIWHIRL ] }, - Species.MAGIKARP, - { 1: [ Species.MARILL ], 18: [ Species.AZUMARILL ] }, + { 1: [ Species.TENTACOOL ], 30: [ Species.TENTACRUEL ] }, + { 1: [ Species.HORSEA ], 32: [ Species.SEADRA ] }, { 1: [ Species.WINGULL ], 25: [ Species.PELIPPER ] }, + { 1: [ Species.CARVANHA ], 30: [ Species.SHARPEDO ] }, { 1: [ Species.BUIZEL ], 26: [ Species.FLOATZEL ] }, - { 1: [ Species.OSHAWOTT ], 17: [ Species.DEWOTT ], 36: [ Species.SAMUROTT ] } + { 1: [ Species.FINNEON ], 31: [ Species.LUMINEON ] } ], [PoolTier.UNCOMMON]: [ - { 1: [ Species.TENTACOOL ], 30: [ Species.TENTACRUEL ] }, - Species.SLOWPOKE, - Species.SLOWBRO, + { 1: [ Species.POLIWAG ], 25: [ Species.POLIWHIRL ] }, + { 1: [ Species.SLOWPOKE ], 37: [ Species.SLOWBRO ] }, Species.SHELLDER, - { 1: [ Species.KRABBY ], 28: [ Species.KINGLER ] }, + { 1: [ Species.GOLDEEN ], 33: [ Species.SEAKING ] }, { 1: [ Species.STARYU ], 20: [ Species.STARMIE ] }, - { 1: [ Species.WOOPER ], 20: [ Species.QUAGSIRE ] }, - { 1: [ Species.LOTAD ], 14: [ Species.LOMBRE ] }, - { 1: [ Species.SURSKIT ], 22: [ Species.MASQUERAIN ] }, - { 1: [ Species.CORPHISH ], 30: [ Species.CRAWDAUNT ] }, + { 1: [ Species.MAGIKARP ], 20: [ Species.GYARADOS ] }, { 1: [ Species.PANPOUR ], 20: [ Species.SIMIPOUR ] }, - { 1: [ Species.TIRTOUGA ], 37: [ Species.CARRACOSTA ] }, - { 1: [ Species.DUCKLETT ], 35: [ Species.SWANNA ] } + { 1: [ Species.TIRTOUGA ], 37: [ Species.CARRACOSTA ] } ], - [PoolTier.RARE]: [ - { 1: [ Species.SQUIRTLE ], 16: [ Species.WARTORTLE ], 36: [ Species.BLASTOISE ] }, - { 1: [ Species.TOTODILE ], 18: [ Species.CROCONAW ], 30: [ Species.FERALIGATR ] }, - { 1: [ Species.PIPLUP ], 16: [ Species.PRINPLUP ], 36: [ Species.EMPOLEON ] } - ], - [PoolTier.SUPER_RARE]: [ Species.VAPOREON, Species.SLOWKING ], - [PoolTier.ULTRA_RARE]: [ Species.SUICUNE, Species.AZELF ], - [PoolTier.BOSS]: [ Species.GOLDUCK, Species.POLIWRATH, Species.SLOWBRO, Species.GYARADOS, Species.AZUMARILL, Species.PELIPPER, Species.MASQUERAIN, Species.FLOATZEL, Species.SIMIPOUR, Species.SWANNA ], - [PoolTier.BOSS_RARE]: [ Species.BLASTOISE, Species.VAPOREON, Species.FERALIGATR, Species.SLOWKING, Species.EMPOLEON, Species.SAMUROTT ], - [PoolTier.BOSS_SUPER_RARE]: [ Species.SUICUNE, Species.AZELF ], - [PoolTier.BOSS_ULTRA_RARE]: [] + [PoolTier.RARE]: [ Species.LAPRAS, { 1: [ Species.PIPLUP ], 16: [ Species.PRINPLUP ], 36: [ Species.EMPOLEON ] } ], + [PoolTier.SUPER_RARE]: [ Species.KINGDRA, Species.WAILORD ], + [PoolTier.ULTRA_RARE]: [], + [PoolTier.BOSS]: [ Species.TENTACRUEL, Species.PELIPPER, Species.SHARPEDO, Species.FLOATZEL, Species.LUMINEON, Species.SIMIPOUR ], + [PoolTier.BOSS_RARE]: [ Species.KINGDRA, Species.WAILORD, Species.EMPOLEON ], + [PoolTier.BOSS_SUPER_RARE]: [], + [PoolTier.BOSS_ULTRA_RARE]: [ Species.LUGIA ] }, [Biome.SWAMP]: { [PoolTier.COMMON]: [ { 1: [ Species.EKANS ], 22: [ Species.ARBOK ] }, { 1: [ Species.POLIWAG ], 25: [ Species.POLIWHIRL ] }, - { 1: [ Species.GRIMER ], 38: [ Species.MUK ] }, - { 1: [ Species.KOFFING ], 35: [ Species.WEEZING ] }, { 1: [ Species.WOOPER ], 20: [ Species.QUAGSIRE ] }, { 1: [ Species.LOTAD ], 14: [ Species.LOMBRE ] }, { 1: [ Species.GULPIN ], 26: [ Species.SWALOT ] }, - { 1: [ Species.BARBOACH ], 30: [ Species.WHISCASH ] }, { 1: [ Species.SHELLOS ], 30: [ Species.GASTRODON ] }, { 1: [ Species.TYMPOLE ], 25: [ Species.PALPITOAD ], 36: [ Species.SEISMITOAD ] } ], [PoolTier.UNCOMMON]: [ - Species.SLOWPOKE, - Species.SLOWBRO, + { 1: [ Species.PSYDUCK ], 33: [ Species.GOLDUCK ] }, + { 1: [ Species.BARBOACH ], 30: [ Species.WHISCASH ] }, { 1: [ Species.SKORUPI ], 40: [ Species.DRAPION ] }, { 1: [ Species.CROAGUNK ], 37: [ Species.TOXICROAK ] }, - { 1: [ Species.TRUBBISH ], 36: [ Species.GARBODOR ] }, Species.STUNFISK ], - [PoolTier.RARE]: [ { 1: [ Species.MUDKIP ], 16: [ Species.MARSHTOMP ], 36: [ Species.SWAMPERT ] }, { 1: [ Species.TIRTOUGA ], 37: [ Species.CARRACOSTA ] } ], + [PoolTier.RARE]: [ { 1: [ Species.TOTODILE ], 18: [ Species.CROCONAW ], 30: [ Species.FERALIGATR ] }, { 1: [ Species.MUDKIP ], 16: [ Species.MARSHTOMP ], 36: [ Species.SWAMPERT ] } ], [PoolTier.SUPER_RARE]: [ Species.POLITOED ], - [PoolTier.ULTRA_RARE]: [ Species.MESPRIT, Species.KELDEO ], - [PoolTier.BOSS]: [ Species.ARBOK, Species.WEEZING, Species.QUAGSIRE, Species.SWALOT, Species.WHISCASH, Species.GASTRODON, Species.SEISMITOAD, Species.GARBODOR, Species.STUNFISK ], - [PoolTier.BOSS_RARE]: [ Species.POLITOED, Species.SWAMPERT, Species.LUDICOLO ], - [PoolTier.BOSS_SUPER_RARE]: [ Species.MESPRIT, Species.KELDEO ], + [PoolTier.ULTRA_RARE]: [ Species.AZELF ], + [PoolTier.BOSS]: [ Species.ARBOK, Species.POLIWRATH, Species.QUAGSIRE, Species.LUDICOLO, Species.SWALOT, Species.WHISCASH, Species.GASTRODON, Species.SEISMITOAD, Species.STUNFISK ], + [PoolTier.BOSS_RARE]: [ Species.FERALIGATR, Species.POLITOED, Species.SWAMPERT ], + [PoolTier.BOSS_SUPER_RARE]: [ Species.AZELF ], [PoolTier.BOSS_ULTRA_RARE]: [] }, - [Biome.SEA]: { + [Biome.BEACH]: { [PoolTier.COMMON]: [ - { 1: [ Species.TENTACOOL ], 30: [ Species.TENTACRUEL ] }, Species.SHELLDER, { 1: [ Species.KRABBY ], 28: [ Species.KINGLER ] }, - { 1: [ Species.HORSEA ], 32: [ Species.SEADRA ] }, - { 1: [ Species.GOLDEEN ], 33: [ Species.SEAKING ] }, { 1: [ Species.STARYU ], 20: [ Species.STARMIE ] }, - Species.MAGIKARP, - Species.REMORAID, - { 1: [ Species.CARVANHA ], 30: [ Species.SHARPEDO ] }, { 1: [ Species.CORPHISH ], 30: [ Species.CRAWDAUNT ] }, - Species.CLAMPERL, - { 1: [ Species.FINNEON ], 31: [ Species.LUMINEON ] }, - Species.BASCULIN, - { 1: [ Species.TIRTOUGA ], 37: [ Species.CARRACOSTA ] }, - { 1: [ Species.FRILLISH ], 40: [ Species.JELLICENT ] } + { 1: [ Species.DWEBBLE ], 34: [ Species.CRUSTLE ] }, + { 1: [ Species.TIRTOUGA ], 37: [ Species.CARRACOSTA ] } ], - [PoolTier.UNCOMMON]: [ - { 1: [ Species.CHINCHOU ], 27: [ Species.LANTURN ] }, - Species.QWILFISH, - Species.WAILMER, - { 1: [ Species.BARBOACH ], 30: [ Species.WHISCASH ] }, - Species.LUVDISC, - { 1: [ Species.SHELLOS ], 30: [ Species.GASTRODON ] } + [PoolTier.UNCOMMON]: [], + [PoolTier.RARE]: [], + [PoolTier.SUPER_RARE]: [], + [PoolTier.ULTRA_RARE]: [ Species.KELDEO ], + [PoolTier.BOSS]: [ Species.CLOYSTER, Species.KINGLER, Species.STARMIE, Species.CRAWDAUNT, Species.CRUSTLE, Species.CARRACOSTA ], + [PoolTier.BOSS_RARE]: [], + [PoolTier.BOSS_SUPER_RARE]: [ Species.KELDEO ], + [PoolTier.BOSS_ULTRA_RARE]: [] + }, + [Biome.LAKE]: { + [PoolTier.COMMON]: [ + { 1: [ Species.PSYDUCK ], 33: [ Species.GOLDUCK ] }, + { 1: [ Species.SLOWPOKE ], 37: [ Species.SLOWBRO ] }, + { 1: [ Species.GOLDEEN ], 33: [ Species.SEAKING ] }, + { 1: [ Species.MAGIKARP ], 20: [ Species.GYARADOS ] }, + { 1: [ Species.MARILL ], 18: [ Species.AZUMARILL ] }, + { 1: [ Species.DUCKLETT ], 35: [ Species.SWANNA ] } ], - [PoolTier.RARE]: [ Species.LAPRAS, Species.CORSOLA, Species.OCTILLERY, Species.MANTINE, Species.MANTYKE, Species.PHIONE, Species.ALOMOMOLA, { 1: [ Species.TYNAMO ], 39: [ Species.EELEKTRIK ] } ], - [PoolTier.SUPER_RARE]: [ { 1: [ Species.OMANYTE ], 40: [ Species.OMASTAR ] }, { 1: [ Species.KABUTO ], 40: [ Species.KABUTOPS ] }, Species.KINGDRA, Species.WAILORD, Species.RELICANTH ], + [PoolTier.UNCOMMON]: [ { 1: [ Species.WOOPER ], 20: [ Species.QUAGSIRE ] }, { 1: [ Species.LOTAD ], 14: [ Species.LOMBRE ] }, { 1: [ Species.SURSKIT ], 22: [ Species.MASQUERAIN ] } ], + [PoolTier.RARE]: [ { 1: [ Species.SQUIRTLE ], 16: [ Species.WARTORTLE ], 36: [ Species.BLASTOISE ] }, { 1: [ Species.OSHAWOTT ], 17: [ Species.DEWOTT ], 36: [ Species.SAMUROTT ] } ], + [PoolTier.SUPER_RARE]: [ Species.VAPOREON, Species.SLOWKING ], + [PoolTier.ULTRA_RARE]: [ Species.SUICUNE, Species.MESPRIT ], + [PoolTier.BOSS]: [ Species.GOLDUCK, Species.SLOWBRO, Species.SEAKING, Species.GYARADOS, Species.AZUMARILL, Species.MASQUERAIN, Species.SWANNA ], + [PoolTier.BOSS_RARE]: [ Species.BLASTOISE, Species.VAPOREON, Species.SLOWKING, Species.SAMUROTT ], + [PoolTier.BOSS_SUPER_RARE]: [ Species.SUICUNE, Species.MESPRIT ], + [PoolTier.BOSS_ULTRA_RARE]: [] + }, + [Biome.SEABED]: { + [PoolTier.COMMON]: [ { 1: [ Species.CHINCHOU ], 27: [ Species.LANTURN ] }, Species.REMORAID, Species.CLAMPERL, Species.BASCULIN, { 1: [ Species.FRILLISH ], 40: [ Species.JELLICENT ] } ], + [PoolTier.UNCOMMON]: [ { 1: [ Species.TENTACOOL ], 30: [ Species.TENTACRUEL ] }, Species.SHELLDER, Species.LUVDISC, { 1: [ Species.SHELLOS ], 30: [ Species.GASTRODON ] } ], + [PoolTier.RARE]: [ Species.QWILFISH, Species.CORSOLA, Species.OCTILLERY, Species.MANTINE, Species.MANTYKE, Species.PHIONE, Species.ALOMOMOLA, { 1: [ Species.TYNAMO ], 39: [ Species.EELEKTRIK ] } ], + [PoolTier.SUPER_RARE]: [ { 1: [ Species.OMANYTE ], 40: [ Species.OMASTAR ] }, { 1: [ Species.KABUTO ], 40: [ Species.KABUTOPS ] }, Species.RELICANTH ], [PoolTier.ULTRA_RARE]: [ Species.FEEBAS, Species.MANAPHY ], - [PoolTier.BOSS]: [ - Species.TENTACRUEL, - Species.CLOYSTER, - Species.KINGLER, - Species.SEAKING, - Species.STARMIE, - Species.GYARADOS, - Species.LANTURN, - Species.QWILFISH, - Species.CORSOLA, - Species.OCTILLERY, - Species.MANTINE, - Species.SHARPEDO, - Species.CRAWDAUNT, - Species.HUNTAIL, - Species.GOREBYSS, - Species.LUVDISC, - Species.LUMINEON, - Species.CARRACOSTA, - Species.JELLICENT, - Species.ALOMOMOLA - ], - [PoolTier.BOSS_RARE]: [ Species.OMASTAR, Species.KABUTOPS, Species.KINGDRA, Species.WAILORD, Species.RELICANTH, Species.PHIONE, Species.EELEKTROSS ], + [PoolTier.BOSS]: [ Species.LANTURN, Species.QWILFISH, Species.CORSOLA, Species.OCTILLERY, Species.MANTINE, Species.HUNTAIL, Species.GOREBYSS, Species.LUVDISC, Species.JELLICENT, Species.ALOMOMOLA ], + [PoolTier.BOSS_RARE]: [ Species.OMASTAR, Species.KABUTOPS, Species.RELICANTH, Species.PHIONE, Species.EELEKTROSS ], [PoolTier.BOSS_SUPER_RARE]: [ Species.MILOTIC, Species.MANAPHY ], - [PoolTier.BOSS_ULTRA_RARE]: [ Species.LUGIA, Species.KYOGRE ] + [PoolTier.BOSS_ULTRA_RARE]: [ Species.KYOGRE ] }, [Biome.MOUNTAIN]: { [PoolTier.COMMON]: [ { 1: [ Species.PIDGEY ], 18: [ Species.PIDGEOTTO ], 36: [ Species.PIDGEOT ] }, { 1: [ Species.SPEAROW ], 20: [ Species.FEAROW ] }, { 1: [ Species.TAILLOW ], 22: [ Species.SWELLOW ] }, + { 1: [ Species.SWABLU ], 35: [ Species.ALTARIA ] }, { 1: [ Species.STARLY ], 14: [ Species.STARAVIA ], 34: [ Species.STARAPTOR ] }, { 1: [ Species.PIDOVE ], 21: [ Species.TRANQUILL ], 32: [ Species.UNFEZANT ] } ], [PoolTier.UNCOMMON]: [ + { 1: [ Species.MACHOP ], 28: [ Species.MACHOKE ] }, { 1: [ Species.GEODUDE ], 25: [ Species.GRAVELER ] }, { 1: [ Species.RHYHORN ], 42: [ Species.RHYDON ] }, + { 1: [ Species.NATU ], 25: [ Species.XATU ] }, { 1: [ Species.ARON ], 32: [ Species.LAIRON ], 42: [ Species.AGGRON ] }, - { 1: [ Species.SWABLU ], 35: [ Species.ALTARIA ] }, { 1: [ Species.ROGGENROLA ], 25: [ Species.BOLDORE ] }, { 1: [ Species.RUFFLET ], 54: [ Species.BRAVIARY ] }, - { 1: [ Species.VULLABY ], 54: [ Species.MANDIBUZZ ] } + Species.MANDIBUZZ + ], + [PoolTier.RARE]: [ + Species.MURKROW, + { 1: [ Species.SLUGMA ], 38: [ Species.MAGCARGO ] }, + Species.SKARMORY, + { 1: [ Species.TORCHIC ], 16: [ Species.COMBUSKEN ], 36: [ Species.BLAZIKEN ] }, + { 1: [ Species.SPOINK ], 32: [ Species.GRUMPIG ] }, + Species.VULLABY ], - [PoolTier.RARE]: [ { 1: [ Species.MACHOP ], 28: [ Species.MACHOKE ] }, Species.MURKROW, { 1: [ Species.SLUGMA ], 38: [ Species.MAGCARGO ] }, Species.SKARMORY, { 1: [ Species.SPOINK ], 32: [ Species.GRUMPIG ] } ], [PoolTier.SUPER_RARE]: [ { 1: [ Species.LARVITAR ], 30: [ Species.PUPITAR ] }, { 1: [ Species.CRANIDOS ], 30: [ Species.RAMPARDOS ] }, @@ -500,7 +493,7 @@ const biomePools = { ], [PoolTier.ULTRA_RARE]: [ Species.REGISTEEL, Species.TORNADUS ], [PoolTier.BOSS]: [ Species.PIDGEOT, Species.FEAROW, Species.SKARMORY, Species.SWELLOW, Species.AGGRON, Species.STARAPTOR, Species.UNFEZANT, Species.BRAVIARY, Species.MANDIBUZZ ], - [PoolTier.BOSS_RARE]: [ Species.RAMPARDOS, Species.BASTIODON ], + [PoolTier.BOSS_RARE]: [ Species.BLAZIKEN, Species.RAMPARDOS, Species.BASTIODON ], [PoolTier.BOSS_SUPER_RARE]: [ Species.REGISTEEL, Species.TORNADUS ], [PoolTier.BOSS_ULTRA_RARE]: [ Species.HO_OH, Species.RAYQUAZA ] }, @@ -508,74 +501,72 @@ const biomePools = { [PoolTier.COMMON]: [ { 1: [ Species.DIGLETT ], 26: [ Species.DUGTRIO ] }, { 1: [ Species.GEODUDE ], 25: [ Species.GRAVELER ] }, + { 1: [ Species.CUBONE ], 28: [ Species.MAROWAK ] }, { 1: [ Species.RHYHORN ], 42: [ Species.RHYDON ] }, { 1: [ Species.PHANPY ], 25: [ Species.DONPHAN ] }, { 1: [ Species.DRILBUR ], 31: [ Species.EXCADRILL ] } ], - [PoolTier.UNCOMMON]: [ - { 1: [ Species.SANDSHREW ], 22: [ Species.SANDSLASH ] }, - { 1: [ Species.CUBONE ], 28: [ Species.MAROWAK ] }, - Species.GLIGAR, - { 1: [ Species.NUMEL ], 33: [ Species.CAMERUPT ] }, - { 1: [ Species.ROGGENROLA ], 25: [ Species.BOLDORE ] } - ], - [PoolTier.RARE]: [ Species.ONIX ], + [PoolTier.UNCOMMON]: [ { 1: [ Species.SANDSHREW ], 22: [ Species.SANDSLASH ] }, { 1: [ Species.NUMEL ], 33: [ Species.CAMERUPT ] }, { 1: [ Species.ROGGENROLA ], 25: [ Species.BOLDORE ] } ], + [PoolTier.RARE]: [ Species.ONIX, Species.GLIGAR ], [PoolTier.SUPER_RARE]: [], - [PoolTier.ULTRA_RARE]: [ Species.TERRAKION, Species.LANDORUS ], + [PoolTier.ULTRA_RARE]: [ Species.LANDORUS ], [PoolTier.BOSS]: [ Species.DUGTRIO, Species.GOLEM, Species.MAROWAK, Species.DONPHAN, Species.RHYPERIOR, Species.GLISCOR, Species.EXCADRILL ], [PoolTier.BOSS_RARE]: [ Species.STEELIX ], - [PoolTier.BOSS_SUPER_RARE]: [ Species.TERRAKION, Species.LANDORUS ], + [PoolTier.BOSS_SUPER_RARE]: [ Species.LANDORUS ], [PoolTier.BOSS_ULTRA_RARE]: [ Species.GROUDON ] }, [Biome.CAVE]: { [PoolTier.COMMON]: [ { 1: [ Species.ZUBAT ], 22: [ Species.GOLBAT ] }, + { 1: [ Species.PARAS ], 24: [ Species.PARASECT ] }, + { 1: [ Species.TEDDIURSA ], 30: [ Species.URSARING ] }, + { 1: [ Species.WHISMUR ], 20: [ Species.LOUDRED ], 40: [ Species.EXPLOUD ] }, + Species.MAWILE, { 1: [ Species.ROGGENROLA ], 25: [ Species.BOLDORE ] }, - { 1: [ Species.WOOBAT ], 20: [ Species.SWOOBAT ] }, - { 1: [ Species.DWEBBLE ], 34: [ Species.CRUSTLE ] } + { 1: [ Species.WOOBAT ], 20: [ Species.SWOOBAT ] } ], - [PoolTier.UNCOMMON]: [ { 1: [ Species.GEODUDE ], 25: [ Species.GRAVELER ] }, { 1: [ Species.TEDDIURSA ], 30: [ Species.URSARING ] }, Species.NOSEPASS, Species.MAWILE ], + [PoolTier.UNCOMMON]: [ { 1: [ Species.GEODUDE ], 25: [ Species.GRAVELER ] }, { 1: [ Species.MAKUHITA ], 24: [ Species.HARIYAMA ] }, Species.NOSEPASS ], [PoolTier.RARE]: [ Species.ONIX ], [PoolTier.SUPER_RARE]: [ Species.SHUCKLE ], [PoolTier.ULTRA_RARE]: [ Species.UXIE, Species.COBALION ], - [PoolTier.BOSS]: [ Species.ONIX, Species.CROBAT, Species.URSARING, Species.MAWILE, Species.PROBOPASS, Species.GIGALITH, Species.SWOOBAT, Species.CRUSTLE ], + [PoolTier.BOSS]: [ Species.PARASECT, Species.ONIX, Species.CROBAT, Species.URSARING, Species.EXPLOUD, Species.MAWILE, Species.PROBOPASS, Species.GIGALITH, Species.SWOOBAT ], [PoolTier.BOSS_RARE]: [ Species.SHUCKLE ], - [PoolTier.BOSS_SUPER_RARE]: [ Species.UXIE, Species.COBALION ], - [PoolTier.BOSS_ULTRA_RARE]: [] + [PoolTier.BOSS_SUPER_RARE]: [ Species.UXIE ], + [PoolTier.BOSS_ULTRA_RARE]: [ Species.MEWTWO, Species.COBALION ] }, [Biome.DESERT]: { [PoolTier.COMMON]: [ { 1: [ Species.SANDSHREW ], 22: [ Species.SANDSLASH ] }, - { 1: [ Species.TRAPINCH ], 35: [ Species.VIBRAVA ], 45: [ Species.FLYGON ] }, + Species.TRAPINCH, { 1: [ Species.CACNEA ], 32: [ Species.CACTURNE ] }, { 1: [ Species.HIPPOPOTAS ], 34: [ Species.HIPPOWDON ] }, { 1: [ Species.SKORUPI ], 40: [ Species.DRAPION ] }, - { 1: [ Species.SANDILE ], 29: [ Species.KROKOROK ], 40: [ Species.KROOKODILE ] }, - Species.MARACTUS + { 1: [ Species.SANDILE ], 29: [ Species.KROKOROK ], 40: [ Species.KROOKODILE ] } ], - [PoolTier.UNCOMMON]: [ { 1: [ Species.BALTOY ], 36: [ Species.CLAYDOL ] } ], - [PoolTier.RARE]: [ { 1: [ Species.DARUMAKA ], 35: [ Species.DARMANITAN ] }, { 1: [ Species.YAMASK ], 34: [ Species.COFAGRIGUS ] } ], + [PoolTier.UNCOMMON]: [ { 1: [ Species.BALTOY ], 36: [ Species.CLAYDOL ] }, Species.MARACTUS ], + [PoolTier.RARE]: [ { 1: [ Species.VIBRAVA ], 45: [ Species.FLYGON ] }, { 1: [ Species.DARUMAKA ], 35: [ Species.DARMANITAN ] }, { 1: [ Species.YAMASK ], 34: [ Species.COFAGRIGUS ] } ], [PoolTier.SUPER_RARE]: [ { 1: [ Species.LILEEP ], 40: [ Species.CRADILY ] }, { 1: [ Species.ANORITH ], 40: [ Species.ARMALDO ] } ], - [PoolTier.ULTRA_RARE]: [ Species.REGIROCK ], - [PoolTier.BOSS]: [ Species.SANDSLASH, Species.FLYGON, Species.CACTURNE, Species.HIPPOWDON, Species.DRAPION, Species.KROOKODILE, Species.DARMANITAN, Species.MARACTUS ], + [PoolTier.ULTRA_RARE]: [ Species.REGIROCK, Species.TERRAKION ], + [PoolTier.BOSS]: [ Species.SANDSLASH, Species.CACTURNE, Species.HIPPOWDON, Species.DRAPION, Species.KROOKODILE, Species.DARMANITAN, Species.MARACTUS ], [PoolTier.BOSS_RARE]: [ Species.CRADILY, Species.ARMALDO ], [PoolTier.BOSS_SUPER_RARE]: [ Species.REGIROCK ], - [PoolTier.BOSS_ULTRA_RARE]: [] + [PoolTier.BOSS_ULTRA_RARE]: [ Species.TERRAKION ] }, [Biome.ICE_CAVE]: { [PoolTier.COMMON]: [ { 1: [ Species.SEEL ], 34: [ Species.DEWGONG ] }, + { 1: [ Species.SWINUB ], 33: [ Species.PILOSWINE ] }, { 1: [ Species.SPHEAL ], 32: [ Species.SEALEO ], 44: [ Species.WALREIN ] }, { 1: [ Species.SNOVER ], 40: [ Species.ABOMASNOW ] }, { 1: [ Species.VANILLITE ], 35: [ Species.VANILLISH ], 47: [ Species.VANILLUXE ] }, { 1: [ Species.CUBCHOO ], 37: [ Species.BEARTIC ] } ], - [PoolTier.UNCOMMON]: [ Species.SNEASEL, { 1: [ Species.SWINUB ], 33: [ Species.PILOSWINE ] }, { 1: [ Species.SNORUNT ], 42: [ Species.GLALIE ] } ], + [PoolTier.UNCOMMON]: [ Species.SNEASEL, { 1: [ Species.SNORUNT ], 42: [ Species.GLALIE ] } ], [PoolTier.RARE]: [ Species.JYNX, Species.LAPRAS, Species.FROSLASS, Species.CRYOGONAL ], [PoolTier.SUPER_RARE]: [ Species.DELIBIRD ], [PoolTier.ULTRA_RARE]: [ Species.REGICE ], [PoolTier.BOSS]: [ Species.DEWGONG, Species.GLALIE, Species.WALREIN, Species.ABOMASNOW, Species.WEAVILE, Species.MAMOSWINE, Species.FROSLASS, Species.VANILLUXE, Species.BEARTIC, Species.CRYOGONAL ], - [PoolTier.BOSS_RARE]: [ Species.JYNX, Species.GLACEON ], + [PoolTier.BOSS_RARE]: [ Species.JYNX, Species.LAPRAS, Species.GLACEON ], [PoolTier.BOSS_SUPER_RARE]: [ Species.ARTICUNO, Species.REGICE ], [PoolTier.BOSS_ULTRA_RARE]: [ Species.KYUREM ] }, @@ -585,12 +576,12 @@ const biomePools = { { 1: [ Species.LEDYBA ], 18: [ Species.LEDIAN ] }, { 1: [ Species.SNUBBULL ], 23: [ Species.GRANBULL ] }, Species.ROSELIA, + { 1: [ Species.BLITZLE ], 27: [ Species.ZEBSTRIKA ] }, { 1: [ Species.COTTONEE ], 20: [ Species.WHIMSICOTT ] }, Species.MINCCINO ], [PoolTier.UNCOMMON]: [ Species.CLEFAIRY, - { 1: [ Species.ODDISH ], 21: [ Species.GLOOM ] }, { 1: [ Species.PONYTA ], 40: [ Species.RAPIDASH ] }, Species.TOGETIC, { 1: [ Species.MAREEP ], 15: [ Species.FLAAFFY ], 30: [ Species.AMPHAROS ] }, @@ -599,11 +590,11 @@ const biomePools = { { 1: [ Species.GLAMEOW ], 38: [ Species.PURUGLY ] }, Species.BOUFFALANT ], - [PoolTier.RARE]: [ Species.TAUROS, Species.EEVEE, Species.GIRAFARIG, Species.MILTANK, Species.VOLBEAT, Species.ILLUMISE, Species.SPINDA ], + [PoolTier.RARE]: [ Species.TAUROS, Species.EEVEE, Species.MILTANK, Species.VOLBEAT, Species.ILLUMISE, Species.SPINDA ], [PoolTier.SUPER_RARE]: [ Species.CHANSEY ], [PoolTier.ULTRA_RARE]: [ Species.LATIAS, Species.LATIOS, Species.MELOETTA ], - [PoolTier.BOSS]: [ Species.WIGGLYTUFF, Species.TAUROS, Species.LEDIAN, Species.AMPHAROS, Species.BELLOSSOM, Species.GRANBULL, Species.MILTANK, Species.GARDEVOIR, Species.DELCATTY, Species.ROSERADE, Species.PURUGLY, Species.TOGEKISS, Species.CINCCINO, Species.BOUFFALANT ], - [PoolTier.BOSS_RARE]: [ Species.CLEFABLE, Species.GIRAFARIG, Species.BLISSEY ], + [PoolTier.BOSS]: [ Species.WIGGLYTUFF, Species.TAUROS, Species.LEDIAN, Species.GRANBULL, Species.MILTANK, Species.GARDEVOIR, Species.DELCATTY, Species.ROSERADE, Species.PURUGLY, Species.TOGEKISS, Species.ZEBSTRIKA, Species.CINCCINO, Species.BOUFFALANT ], + [PoolTier.BOSS_RARE]: [ Species.CLEFABLE, Species.BLISSEY ], [PoolTier.BOSS_SUPER_RARE]: [ Species.LATIAS, Species.LATIOS, Species.MELOETTA ], [PoolTier.BOSS_ULTRA_RARE]: [] }, @@ -616,11 +607,11 @@ const biomePools = { { 1: [ Species.SHINX ], 15: [ Species.LUXIO ], 30: [ Species.LUXRAY ] } ], [PoolTier.UNCOMMON]: [ Species.ELECTABUZZ, Species.PLUSLE, Species.MINUN, Species.PACHIRISU, Species.EMOLGA ], - [PoolTier.RARE]: [], + [PoolTier.RARE]: [ { 1: [ Species.MAREEP ], 15: [ Species.FLAAFFY ] } ], [PoolTier.SUPER_RARE]: [ Species.JOLTEON ], [PoolTier.ULTRA_RARE]: [ Species.RAIKOU, Species.ROTOM, Species.THUNDURUS ], [PoolTier.BOSS]: [ Species.RAICHU, Species.MANECTRIC, Species.LUXRAY, Species.MAGNEZONE, Species.ELECTIVIRE ], - [PoolTier.BOSS_RARE]: [ Species.JOLTEON ], + [PoolTier.BOSS_RARE]: [ Species.JOLTEON, Species.AMPHAROS ], [PoolTier.BOSS_SUPER_RARE]: [ Species.ZAPDOS, Species.RAIKOU, Species.ROTOM, Species.THUNDURUS ], [PoolTier.BOSS_ULTRA_RARE]: [ Species.ZEKROM ] }, @@ -630,14 +621,13 @@ const biomePools = { [PoolTier.RARE]: [ { 1: [ Species.CHARMANDER ], 16: [ Species.CHARMELEON ], 36: [ Species.CHARIZARD ] }, { 1: [ Species.CYNDAQUIL ], 14: [ Species.QUILAVA ], 36: [ Species.TYPHLOSION ] }, - { 1: [ Species.TORCHIC ], 16: [ Species.COMBUSKEN ], 36: [ Species.BLAZIKEN ] }, { 1: [ Species.CHIMCHAR ], 14: [ Species.MONFERNO ], 36: [ Species.INFERNAPE ] }, { 1: [ Species.TEPIG ], 17: [ Species.PIGNITE ], 36: [ Species.EMBOAR ] } ], [PoolTier.SUPER_RARE]: [ Species.FLAREON, { 1: [ Species.LARVESTA ], 59: [ Species.VOLCARONA ] } ], [PoolTier.ULTRA_RARE]: [ Species.ENTEI, Species.HEATRAN ], [PoolTier.BOSS]: [ Species.NINETALES, Species.ARCANINE, Species.RAPIDASH, Species.MAGCARGO, Species.CAMERUPT, Species.TORKOAL, Species.MAGMORTAR, Species.SIMISEAR, Species.HEATMOR ], - [PoolTier.BOSS_RARE]: [ Species.CHARIZARD, Species.FLAREON, Species.TYPHLOSION, Species.BLAZIKEN, Species.INFERNAPE, Species.EMBOAR, Species.VOLCARONA ], + [PoolTier.BOSS_RARE]: [ Species.CHARIZARD, Species.FLAREON, Species.TYPHLOSION, Species.INFERNAPE, Species.EMBOAR, Species.VOLCARONA ], [PoolTier.BOSS_SUPER_RARE]: [ Species.MOLTRES, Species.ENTEI, Species.HEATRAN ], [PoolTier.BOSS_ULTRA_RARE]: [ Species.RESHIRAM ] }, @@ -646,16 +636,12 @@ const biomePools = { { 1: [ Species.GASTLY ], 25: [ Species.HAUNTER ] }, { 1: [ Species.SHUPPET ], 37: [ Species.BANETTE ] }, { 1: [ Species.DUSKULL ], 37: [ Species.DUSCLOPS ] }, - { 1: [ Species.YAMASK ], 34: [ Species.COFAGRIGUS ] } - ], - [PoolTier.UNCOMMON]: [ - { 1: [ Species.CUBONE ], 28: [ Species.MAROWAK ] }, - Species.MISDREAVUS, { 1: [ Species.DRIFLOON ], 28: [ Species.DRIFBLIM ] }, { 1: [ Species.LITWICK ], 41: [ Species.LAMPENT ] }, { 1: [ Species.GOLETT ], 43: [ Species.GOLURK ] } ], - [PoolTier.RARE]: [ { 1: [ Species.CHINGLING ], 20: [ Species.CHIMECHO ] } ], + [PoolTier.UNCOMMON]: [ { 1: [ Species.CUBONE ], 28: [ Species.MAROWAK ] }, { 1: [ Species.YAMASK ], 34: [ Species.COFAGRIGUS ] } ], + [PoolTier.RARE]: [ Species.MISDREAVUS, { 1: [ Species.CHINGLING ], 20: [ Species.CHIMECHO ] } ], [PoolTier.SUPER_RARE]: [ Species.SPIRITOMB ], [PoolTier.ULTRA_RARE]: [], [PoolTier.BOSS]: [ Species.GENGAR, Species.BANETTE, Species.DRIFBLIM, Species.MISMAGIUS, Species.DUSKNOIR, Species.COFAGRIGUS, Species.CHANDELURE, Species.GOLURK ], @@ -674,7 +660,7 @@ const biomePools = { [PoolTier.UNCOMMON]: [ { 1: [ Species.CROAGUNK ], 37: [ Species.TOXICROAK ] }, { 1: [ Species.SCRAGGY ], 39: [ Species.SCRAFTY ] }, { 1: [ Species.MIENFOO ], 50: [ Species.MIENSHAO ] } ], [PoolTier.RARE]: [ { 1: [ Species.TYROGUE ], 20: [ Species.HITMONLEE ] }, Species.HITMONCHAN, Species.LUCARIO, Species.THROH, Species.SAWK ], [PoolTier.SUPER_RARE]: [ Species.HITMONTOP, Species.GALLADE ], - [PoolTier.ULTRA_RARE]: [ Species.COBALION, Species.TERRAKION, Species.VIRIZION, Species.KELDEO ], + [PoolTier.ULTRA_RARE]: [ Species.KELDEO ], [PoolTier.BOSS]: [ Species.PRIMEAPE, Species.MACHAMP, Species.HITMONLEE, Species.HITMONCHAN, Species.HARIYAMA, Species.MEDICHAM, Species.LUCARIO, Species.TOXICROAK, Species.CONKELDURR, Species.THROH, Species.SAWK, Species.SCRAFTY, Species.MIENSHAO ], [PoolTier.BOSS_RARE]: [ Species.HITMONTOP, Species.GALLADE ], [PoolTier.BOSS_SUPER_RARE]: [ Species.COBALION, Species.TERRAKION, Species.VIRIZION, Species.KELDEO ], @@ -686,69 +672,55 @@ const biomePools = { { 1: [ Species.NATU ], 25: [ Species.XATU ] }, Species.UNOWN, { 1: [ Species.BALTOY ], 36: [ Species.CLAYDOL ] }, - { 1: [ Species.KLINK ], 38: [ Species.KLANG ], 49: [ Species.KLINKLANG ] } - ], - [PoolTier.UNCOMMON]: [ - { 1: [ Species.ABRA ], 16: [ Species.KADABRA ] }, - { 1: [ Species.SPOINK ], 32: [ Species.GRUMPIG ] }, - { 1: [ Species.BRONZOR ], 33: [ Species.BRONZONG ] }, - Species.SIGILYPH, + { 1: [ Species.KLINK ], 38: [ Species.KLANG ], 49: [ Species.KLINKLANG ] }, { 1: [ Species.ELGYEM ], 42: [ Species.BEHEEYEM ] } ], + [PoolTier.UNCOMMON]: [ { 1: [ Species.ABRA ], 16: [ Species.KADABRA ] }, { 1: [ Species.SPOINK ], 32: [ Species.GRUMPIG ] }, { 1: [ Species.BRONZOR ], 33: [ Species.BRONZONG ] }, Species.SIGILYPH ], [PoolTier.RARE]: [ Species.MR_MIME, Species.WOBBUFFET, { 1: [ Species.GOTHITA ], 32: [ Species.GOTHORITA ], 41: [ Species.GOTHITELLE ] } ], [PoolTier.SUPER_RARE]: [ Species.ESPEON, { 1: [ Species.BELDUM ], 20: [ Species.METANG ] }, { 1: [ Species.ARCHEN ], 37: [ Species.ARCHEOPS ] } ], - [PoolTier.ULTRA_RARE]: [ Species.VICTINI ], - [PoolTier.BOSS]: [ Species.ALAKAZAM, Species.HYPNO, Species.XATU, Species.GRUMPIG, Species.CLAYDOL, Species.SIGILYPH, Species.GOTHITELLE, Species.KLINKLANG ], + [PoolTier.ULTRA_RARE]: [ Species.MEW, Species.VICTINI ], + [PoolTier.BOSS]: [ Species.ALAKAZAM, Species.HYPNO, Species.XATU, Species.GRUMPIG, Species.CLAYDOL, Species.SIGILYPH, Species.GOTHITELLE, Species.KLINKLANG, Species.BEHEEYEM ], [PoolTier.BOSS_RARE]: [ Species.MR_MIME, Species.ESPEON, Species.WOBBUFFET, Species.ARCHEOPS ], [PoolTier.BOSS_SUPER_RARE]: [ Species.VICTINI ], - [PoolTier.BOSS_ULTRA_RARE]: [ Species.MEWTWO, Species.REGIGIGAS ] + [PoolTier.BOSS_ULTRA_RARE]: [ Species.MEW, Species.REGIGIGAS ] }, [Biome.WASTELAND]: { - [PoolTier.COMMON]: [ Species.ALTARIA ], - [PoolTier.UNCOMMON]: [ + [PoolTier.COMMON]: [ { 1: [ Species.LARVITAR ], 30: [ Species.PUPITAR ] }, { 1: [ Species.VIBRAVA ], 45: [ Species.FLYGON ] }, { 1: [ Species.BAGON ], 30: [ Species.SHELGON ], 50: [ Species.SALAMENCE ] }, { 1: [ Species.GIBLE ], 24: [ Species.GABITE ], 48: [ Species.GARCHOMP ] }, { 1: [ Species.AXEW ], 38: [ Species.FRAXURE ] } ], - [PoolTier.RARE]: [ { 1: [ Species.DRATINI ], 30: [ Species.DRAGONAIR ], 55: [ Species.DRAGONITE ] }, { 1: [ Species.DEINO ], 50: [ Species.ZWEILOUS ], 64: [ Species.HYDREIGON ] } ], + [PoolTier.UNCOMMON]: [ Species.SWABLU, { 1: [ Species.DEINO ], 50: [ Species.ZWEILOUS ], 64: [ Species.HYDREIGON ] } ], + [PoolTier.RARE]: [ { 1: [ Species.DRATINI ], 30: [ Species.DRAGONAIR ], 55: [ Species.DRAGONITE ] } ], [PoolTier.SUPER_RARE]: [ Species.AERODACTYL, Species.DRUDDIGON ], [PoolTier.ULTRA_RARE]: [], - [PoolTier.BOSS]: [ Species.DRAGONITE, Species.TYRANITAR, Species.ALTARIA, Species.SALAMENCE, Species.GARCHOMP, Species.HAXORUS ], + [PoolTier.BOSS]: [ Species.DRAGONITE, Species.TYRANITAR, Species.FLYGON, Species.SALAMENCE, Species.GARCHOMP, Species.HAXORUS ], [PoolTier.BOSS_RARE]: [ Species.AERODACTYL, Species.DRUDDIGON ], [PoolTier.BOSS_SUPER_RARE]: [], [PoolTier.BOSS_ULTRA_RARE]: [ Species.DIALGA ] }, [Biome.ABYSS]: { - [PoolTier.COMMON]: [ { 1: [ Species.HOUNDOUR ], 24: [ Species.HOUNDOOM ] }, { 1: [ Species.POOCHYENA ], 18: [ Species.MIGHTYENA ] }, Species.SABLEYE, { 1: [ Species.PURRLOIN ], 20: [ Species.LIEPARD ] } ], - [PoolTier.UNCOMMON]: [ Species.MURKROW, { 1: [ Species.PAWNIARD ], 52: [ Species.BISHARP ] }, { 1: [ Species.DEINO ], 50: [ Species.ZWEILOUS ], 64: [ Species.HYDREIGON ] } ], - [PoolTier.RARE]: [ Species.ABSOL, Species.SPIRITOMB, { 1: [ Species.ZORUA ], 30: [ Species.ZOROARK ] } ], + [PoolTier.COMMON]: [ Species.MURKROW, { 1: [ Species.HOUNDOUR ], 24: [ Species.HOUNDOOM ] }, Species.SABLEYE, { 1: [ Species.PURRLOIN ], 20: [ Species.LIEPARD ] }, { 1: [ Species.PAWNIARD ], 52: [ Species.BISHARP ] } ], + [PoolTier.UNCOMMON]: [], + [PoolTier.RARE]: [ Species.ABSOL, Species.SPIRITOMB, { 1: [ Species.ZORUA ], 30: [ Species.ZOROARK ] }, { 1: [ Species.DEINO ], 50: [ Species.ZWEILOUS ], 64: [ Species.HYDREIGON ] } ], [PoolTier.SUPER_RARE]: [ Species.UMBREON ], [PoolTier.ULTRA_RARE]: [ Species.DARKRAI ], - [PoolTier.BOSS]: [ Species.HOUNDOOM, Species.MIGHTYENA, Species.SABLEYE, Species.ABSOL, Species.HONCHKROW, Species.SPIRITOMB, Species.LIEPARD, Species.ZOROARK, Species.BISHARP, Species.HYDREIGON ], + [PoolTier.BOSS]: [ Species.HOUNDOOM, Species.SABLEYE, Species.ABSOL, Species.HONCHKROW, Species.SPIRITOMB, Species.LIEPARD, Species.ZOROARK, Species.BISHARP, Species.HYDREIGON ], [PoolTier.BOSS_RARE]: [ Species.UMBREON ], [PoolTier.BOSS_SUPER_RARE]: [ Species.DARKRAI ], [PoolTier.BOSS_ULTRA_RARE]: [ Species.PALKIA ] }, [Biome.SPACE]: { - [PoolTier.COMMON]: [ - Species.CLEFAIRY, - Species.LUNATONE, - Species.SOLROCK, - Species.BALTOY, - { 1: [ Species.CHINGLING ], 20: [ Species.CHIMECHO ] }, - { 1: [ Species.BRONZOR ], 33: [ Species.BRONZONG ] }, - { 1: [ Species.MUNNA ], 30: [ Species.MUSHARNA ] }, - { 1: [ Species.ELGYEM ], 42: [ Species.BEHEEYEM ] } - ], - [PoolTier.UNCOMMON]: [ Species.CLAYDOL ], + [PoolTier.COMMON]: [ Species.CLEFAIRY, Species.LUNATONE, Species.SOLROCK, { 1: [ Species.BRONZOR ], 33: [ Species.BRONZONG ] }, { 1: [ Species.MUNNA ], 30: [ Species.MUSHARNA ] } ], + [PoolTier.UNCOMMON]: [ { 1: [ Species.BALTOY ], 36: [ Species.CLAYDOL ] }, { 1: [ Species.CHINGLING ], 20: [ Species.CHIMECHO ] }, { 1: [ Species.ELGYEM ], 42: [ Species.BEHEEYEM ] } ], [PoolTier.RARE]: [ { 1: [ Species.BELDUM ], 20: [ Species.METANG ], 45: [ Species.METAGROSS ] }, Species.SIGILYPH, { 1: [ Species.SOLOSIS ], 32: [ Species.DUOSION ], 41: [ Species.REUNICLUS ] } ], [PoolTier.SUPER_RARE]: [ { 1: [ Species.PORYGON ], 20: [ Species.PORYGON2 ] } ], - [PoolTier.ULTRA_RARE]: [ Species.MEW, Species.JIRACHI, Species.DEOXYS, Species.CRESSELIA, Species.GENESECT ], - [PoolTier.BOSS]: [ Species.CLEFABLE, Species.LUNATONE, Species.SOLROCK, Species.CHIMECHO, Species.BRONZONG, Species.MUSHARNA, Species.REUNICLUS, Species.BEHEEYEM ], - [PoolTier.BOSS_RARE]: [ Species.METAGROSS ], - [PoolTier.BOSS_SUPER_RARE]: [ Species.MEW, Species.JIRACHI, Species.DEOXYS, Species.PORYGON_Z, Species.CRESSELIA, Species.GENESECT ], + [PoolTier.ULTRA_RARE]: [ Species.JIRACHI, Species.DEOXYS, Species.CRESSELIA, Species.GENESECT ], + [PoolTier.BOSS]: [ Species.CLEFABLE, Species.LUNATONE, Species.SOLROCK, Species.CHIMECHO, Species.BRONZONG, Species.MUSHARNA, Species.REUNICLUS ], + [PoolTier.BOSS_RARE]: [ Species.METAGROSS, Species.PORYGON_Z ], + [PoolTier.BOSS_SUPER_RARE]: [ Species.JIRACHI, Species.DEOXYS, Species.CRESSELIA, Species.GENESECT ], [PoolTier.BOSS_ULTRA_RARE]: [ Species.ARCEUS ] } }; @@ -782,26 +754,24 @@ const biomePools = { ] ], [ Species.SQUIRTLE, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.RARE ] + [ Biome.LAKE, PoolTier.RARE ] ] ], [ Species.WARTORTLE, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.RARE ] + [ Biome.LAKE, PoolTier.RARE ] ] ], [ Species.BLASTOISE, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.RARE ], - [ Biome.WATER, PoolTier.BOSS_RARE ] + [ Biome.LAKE, PoolTier.RARE ], + [ Biome.LAKE, PoolTier.BOSS_RARE ] ] ], [ Species.CATERPIE, Type.BUG, -1, [ - [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.PLAINS, PoolTier.COMMON ] ] ], [ Species.METAPOD, Type.BUG, -1, [ - [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.PLAINS, PoolTier.COMMON ] ] ], [ Species.BUTTERFREE, Type.BUG, Type.FLYING, [ @@ -809,13 +779,11 @@ const biomePools = { ] ], [ Species.WEEDLE, Type.BUG, Type.POISON, [ - [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.PLAINS, PoolTier.COMMON ] ] ], [ Species.KAKUNA, Type.BUG, Type.POISON, [ - [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.PLAINS, PoolTier.COMMON ] ] ], [ Species.BEEDRILL, Type.BUG, Type.POISON, [ @@ -824,28 +792,28 @@ const biomePools = { ], [ Species.PIDGEY, Type.NORMAL, Type.FLYING, [ [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.COMMON ], + [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.MOUNTAIN, PoolTier.COMMON ] ] ], [ Species.PIDGEOTTO, Type.NORMAL, Type.FLYING, [ - [ Biome.GRASS, PoolTier.COMMON ], + [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.MOUNTAIN, PoolTier.COMMON ] ] ], [ Species.PIDGEOT, Type.NORMAL, Type.FLYING, [ - [ Biome.GRASS, PoolTier.COMMON ], + [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.MOUNTAIN, PoolTier.COMMON ], [ Biome.MOUNTAIN, PoolTier.BOSS ] ] ], [ Species.RATTATA, Type.NORMAL, -1, [ [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.COMMON ] + [ Biome.CITY, PoolTier.COMMON ] ] ], [ Species.RATICATE, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.COMMON ] + [ Biome.CITY, PoolTier.COMMON ] ] ], [ Species.SPEAROW, Type.NORMAL, Type.FLYING, [ @@ -892,28 +860,28 @@ const biomePools = { ], [ Species.NIDORAN_F, Type.POISON, -1, [ [ Biome.PLAINS, PoolTier.UNCOMMON ], - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.TALL_GRASS, PoolTier.COMMON ] ] ], [ Species.NIDORINA, Type.POISON, -1, [ - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.TALL_GRASS, PoolTier.COMMON ] ] ], [ Species.NIDOQUEEN, Type.POISON, Type.GROUND, [ - [ Biome.FOREST, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.NIDORAN_M, Type.POISON, -1, [ [ Biome.PLAINS, PoolTier.UNCOMMON ], - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.TALL_GRASS, PoolTier.COMMON ] ] ], [ Species.NIDORINO, Type.POISON, -1, [ - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.TALL_GRASS, PoolTier.COMMON ] ] ], [ Species.NIDOKING, Type.POISON, Type.GROUND, [ - [ Biome.FOREST, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.CLEFAIRY, Type.FAIRY, -1, [ @@ -928,6 +896,7 @@ const biomePools = { ] ], [ Species.VULPIX, Type.FIRE, -1, [ + [ Biome.TALL_GRASS, PoolTier.UNCOMMON ], [ Biome.VOLCANO, PoolTier.COMMON ] ] ], @@ -954,37 +923,37 @@ const biomePools = { ], [ Species.ODDISH, Type.GRASS, Type.POISON, [ [ Biome.PLAINS, PoolTier.UNCOMMON ], - [ Biome.GRASS, PoolTier.COMMON ], - [ Biome.MEADOW, PoolTier.UNCOMMON ] + [ Biome.TALL_GRASS, PoolTier.COMMON ] ] ], [ Species.GLOOM, Type.GRASS, Type.POISON, [ - [ Biome.GRASS, PoolTier.COMMON ], - [ Biome.MEADOW, PoolTier.UNCOMMON ] + [ Biome.TALL_GRASS, PoolTier.COMMON ] ] ], [ Species.VILEPLUME, Type.GRASS, Type.POISON, [ - [ Biome.GRASS, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.PARAS, Type.BUG, Type.GRASS, [ [ Biome.PLAINS, PoolTier.UNCOMMON ], - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.TALL_GRASS, PoolTier.UNCOMMON ], + [ Biome.CAVE, PoolTier.COMMON ] ] ], [ Species.PARASECT, Type.BUG, Type.GRASS, [ - [ Biome.FOREST, PoolTier.COMMON ], - [ Biome.FOREST, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.UNCOMMON ], + [ Biome.CAVE, PoolTier.COMMON ], + [ Biome.CAVE, PoolTier.BOSS ] ] ], [ Species.VENONAT, Type.BUG, Type.POISON, [ [ Biome.PLAINS, PoolTier.UNCOMMON ], - [ Biome.GRASS, PoolTier.UNCOMMON ], + [ Biome.TALL_GRASS, PoolTier.UNCOMMON ], [ Biome.FOREST, PoolTier.COMMON ] ] ], [ Species.VENOMOTH, Type.BUG, Type.POISON, [ - [ Biome.GRASS, PoolTier.UNCOMMON ], + [ Biome.TALL_GRASS, PoolTier.UNCOMMON ], [ Biome.FOREST, PoolTier.COMMON ], [ Biome.FOREST, PoolTier.BOSS ] ] @@ -1009,19 +978,23 @@ const biomePools = { ] ], [ Species.PSYDUCK, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.COMMON ] + [ Biome.SWAMP, PoolTier.UNCOMMON ], + [ Biome.LAKE, PoolTier.COMMON ] ] ], [ Species.GOLDUCK, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.COMMON ], - [ Biome.WATER, PoolTier.BOSS ] + [ Biome.SWAMP, PoolTier.UNCOMMON ], + [ Biome.LAKE, PoolTier.COMMON ], + [ Biome.LAKE, PoolTier.BOSS ] ] ], [ Species.MANKEY, Type.FIGHTING, -1, [ + [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.DOJO, PoolTier.COMMON ] ] ], [ Species.PRIMEAPE, Type.FIGHTING, -1, [ + [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.DOJO, PoolTier.COMMON ], [ Biome.DOJO, PoolTier.BOSS ] ] @@ -1036,17 +1009,17 @@ const biomePools = { ] ], [ Species.POLIWAG, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.COMMON ], + [ Biome.SEA, PoolTier.UNCOMMON ], [ Biome.SWAMP, PoolTier.COMMON ] ] ], [ Species.POLIWHIRL, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.COMMON ], + [ Biome.SEA, PoolTier.UNCOMMON ], [ Biome.SWAMP, PoolTier.COMMON ] ] ], [ Species.POLIWRATH, Type.WATER, Type.FIGHTING, [ - [ Biome.WATER, PoolTier.BOSS ] + [ Biome.SWAMP, PoolTier.BOSS ] ] ], [ Species.ABRA, Type.PSYCHIC, -1, [ @@ -1065,12 +1038,12 @@ const biomePools = { ] ], [ Species.MACHOP, Type.FIGHTING, -1, [ - [ Biome.MOUNTAIN, PoolTier.RARE ], + [ Biome.MOUNTAIN, PoolTier.UNCOMMON ], [ Biome.DOJO, PoolTier.COMMON ] ] ], [ Species.MACHOKE, Type.FIGHTING, -1, [ - [ Biome.MOUNTAIN, PoolTier.RARE ], + [ Biome.MOUNTAIN, PoolTier.UNCOMMON ], [ Biome.DOJO, PoolTier.COMMON ] ] ], @@ -1080,12 +1053,10 @@ const biomePools = { ], [ Species.BELLSPROUT, Type.GRASS, Type.POISON, [ [ Biome.PLAINS, PoolTier.UNCOMMON ], - [ Biome.GRASS, PoolTier.COMMON ], [ Biome.FOREST, PoolTier.COMMON ] ] ], [ Species.WEEPINBELL, Type.GRASS, Type.POISON, [ - [ Biome.GRASS, PoolTier.COMMON ], [ Biome.FOREST, PoolTier.COMMON ] ] ], @@ -1094,14 +1065,14 @@ const biomePools = { ] ], [ Species.TENTACOOL, Type.WATER, Type.POISON, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.SEA, PoolTier.COMMON ], + [ Biome.SEABED, PoolTier.UNCOMMON ] ] ], [ Species.TENTACRUEL, Type.WATER, Type.POISON, [ - [ Biome.WATER, PoolTier.UNCOMMON ], [ Biome.SEA, PoolTier.COMMON ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEA, PoolTier.BOSS ], + [ Biome.SEABED, PoolTier.UNCOMMON ] ] ], [ Species.GEODUDE, Type.ROCK, Type.GROUND, [ @@ -1132,14 +1103,14 @@ const biomePools = { ] ], [ Species.SLOWPOKE, Type.WATER, Type.PSYCHIC, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.SWAMP, PoolTier.UNCOMMON ] + [ Biome.SEA, PoolTier.UNCOMMON ], + [ Biome.LAKE, PoolTier.COMMON ] ] ], [ Species.SLOWBRO, Type.WATER, Type.PSYCHIC, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.WATER, PoolTier.BOSS ], - [ Biome.SWAMP, PoolTier.UNCOMMON ], + [ Biome.SEA, PoolTier.UNCOMMON ], + [ Biome.LAKE, PoolTier.COMMON ], + [ Biome.LAKE, PoolTier.BOSS ] ] ], [ Species.MAGNEMITE, Type.ELECTRIC, Type.STEEL, [ @@ -1174,22 +1145,21 @@ const biomePools = { ] ], [ Species.GRIMER, Type.POISON, -1, [ - [ Biome.GRASS, PoolTier.UNCOMMON ], - [ Biome.SWAMP, PoolTier.COMMON ] + [ Biome.CITY, PoolTier.COMMON ] ] ], [ Species.MUK, Type.POISON, -1, [ - [ Biome.GRASS, PoolTier.UNCOMMON ], - [ Biome.SWAMP, PoolTier.COMMON ] + [ Biome.CITY, PoolTier.BOSS ] ] ], [ Species.SHELLDER, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.SEA, PoolTier.UNCOMMON ], + [ Biome.BEACH, PoolTier.COMMON ], + [ Biome.SEABED, PoolTier.UNCOMMON ] ] ], [ Species.CLOYSTER, Type.WATER, Type.ICE, [ - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.BEACH, PoolTier.BOSS ] ] ], [ Species.GASTLY, Type.GHOST, Type.POISON, [ @@ -1220,14 +1190,12 @@ const biomePools = { ] ], [ Species.KRABBY, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.BEACH, PoolTier.COMMON ] ] ], [ Species.KINGLER, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.SEA, PoolTier.COMMON ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.BEACH, PoolTier.COMMON ], + [ Biome.BEACH, PoolTier.BOSS ] ] ], [ Species.VOLTORB, Type.ELECTRIC, -1, [ @@ -1248,12 +1216,12 @@ const biomePools = { ] ], [ Species.CUBONE, Type.GROUND, -1, [ - [ Biome.LAND, PoolTier.UNCOMMON ], + [ Biome.LAND, PoolTier.COMMON ], [ Biome.GRAVEYARD, PoolTier.UNCOMMON ] ] ], [ Species.MAROWAK, Type.GROUND, -1, [ - [ Biome.LAND, PoolTier.UNCOMMON ], + [ Biome.LAND, PoolTier.COMMON ], [ Biome.GRAVEYARD, PoolTier.UNCOMMON ], [ Biome.LAND, PoolTier.BOSS ] ] @@ -1273,14 +1241,12 @@ const biomePools = { ] ], [ Species.KOFFING, Type.POISON, -1, [ - [ Biome.FOREST, PoolTier.UNCOMMON ], - [ Biome.SWAMP, PoolTier.COMMON ] + [ Biome.CITY, PoolTier.COMMON ] ] ], [ Species.WEEZING, Type.POISON, -1, [ - [ Biome.FOREST, PoolTier.UNCOMMON ], - [ Biome.SWAMP, PoolTier.COMMON ], - [ Biome.SWAMP, PoolTier.BOSS ] + [ Biome.CITY, PoolTier.COMMON ], + [ Biome.CITY, PoolTier.BOSS ] ] ], [ Species.RHYHORN, Type.GROUND, Type.ROCK, [ @@ -1299,13 +1265,13 @@ const biomePools = { ] ], [ Species.TANGELA, Type.GRASS, -1, [ - [ Biome.GRASS, PoolTier.RARE ], [ Biome.FOREST, PoolTier.UNCOMMON ] + [ Biome.TALL_GRASS, PoolTier.COMMON ] ] ], [ Species.KANGASKHAN, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.SUPER_RARE ], - [ Biome.GRASS, PoolTier.BOSS_RARE ] + [ Biome.TALL_GRASS, PoolTier.SUPER_RARE ], + [ Biome.TALL_GRASS, PoolTier.BOSS_RARE ] ] ], [ Species.HORSEA, Type.WATER, -1, [ @@ -1317,23 +1283,25 @@ const biomePools = { ] ], [ Species.GOLDEEN, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.LAKE, PoolTier.COMMON ], + [ Biome.SEA, PoolTier.UNCOMMON ] ] ], [ Species.SEAKING, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.COMMON ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.LAKE, PoolTier.COMMON ], + [ Biome.LAKE, PoolTier.BOSS ], + [ Biome.SEA, PoolTier.UNCOMMON ] ] ], [ Species.STARYU, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.BEACH, PoolTier.COMMON ], + [ Biome.SEA, PoolTier.UNCOMMON ] ] ], [ Species.STARMIE, Type.WATER, Type.PSYCHIC, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.SEA, PoolTier.COMMON ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.BEACH, PoolTier.COMMON ], + [ Biome.BEACH, PoolTier.BOSS ], + [ Biome.SEA, PoolTier.UNCOMMON ] ] ], [ Species.MR_MIME, Type.PSYCHIC, Type.FAIRY, [ @@ -1342,7 +1310,7 @@ const biomePools = { ] ], [ Species.SCYTHER, Type.BUG, Type.FLYING, [ - [ Biome.GRASS, PoolTier.SUPER_RARE ], + [ Biome.TALL_GRASS, PoolTier.SUPER_RARE ], [ Biome.FOREST, PoolTier.RARE ] ] ], @@ -1360,8 +1328,8 @@ const biomePools = { ] ], [ Species.PINSIR, Type.BUG, -1, [ - [ Biome.FOREST, PoolTier.UNCOMMON ], - [ Biome.FOREST, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.RARE ], + [ Biome.TALL_GRASS, PoolTier.BOSS_RARE ] ] ], [ Species.TAUROS, Type.NORMAL, -1, [ @@ -1370,34 +1338,38 @@ const biomePools = { ] ], [ Species.MAGIKARP, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.COMMON ], - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.SEA, PoolTier.UNCOMMON ], + [ Biome.LAKE, PoolTier.COMMON ] ] ], [ Species.GYARADOS, Type.WATER, Type.FLYING, [ - [ Biome.WATER, PoolTier.BOSS ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEA, PoolTier.UNCOMMON ], + [ Biome.LAKE, PoolTier.COMMON ], + [ Biome.LAKE, PoolTier.BOSS ] ] ], [ Species.LAPRAS, Type.WATER, Type.ICE, [ [ Biome.SEA, PoolTier.RARE ], - [ Biome.ICE_CAVE, PoolTier.RARE ] + [ Biome.ICE_CAVE, PoolTier.RARE ], + [ Biome.ICE_CAVE, PoolTier.BOSS_RARE ] ] ], [ Species.DITTO, Type.NORMAL, -1, [ [ Biome.PLAINS, PoolTier.ULTRA_RARE ], - [ Biome.GRASS, PoolTier.ULTRA_RARE ] + [ Biome.GRASS, PoolTier.ULTRA_RARE ], + [ Biome.CITY, PoolTier.ULTRA_RARE ] ] ], [ Species.EEVEE, Type.NORMAL, -1, [ [ Biome.PLAINS, PoolTier.SUPER_RARE ], [ Biome.GRASS, PoolTier.SUPER_RARE ], + [ Biome.CITY, PoolTier.SUPER_RARE ], [ Biome.MEADOW, PoolTier.RARE ] ] ], [ Species.VAPOREON, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.SUPER_RARE ], - [ Biome.WATER, PoolTier.BOSS_RARE ] + [ Biome.LAKE, PoolTier.SUPER_RARE ], + [ Biome.LAKE, PoolTier.BOSS_RARE ] ] ], [ Species.JOLTEON, Type.ELECTRIC, -1, [ @@ -1415,21 +1387,21 @@ const biomePools = { ] ], [ Species.OMANYTE, Type.ROCK, Type.WATER, [ - [ Biome.SEA, PoolTier.SUPER_RARE ] + [ Biome.SEABED, PoolTier.SUPER_RARE ] ] ], [ Species.OMASTAR, Type.ROCK, Type.WATER, [ - [ Biome.SEA, PoolTier.SUPER_RARE ], - [ Biome.SEA, PoolTier.BOSS_RARE ] + [ Biome.SEABED, PoolTier.SUPER_RARE ], + [ Biome.SEABED, PoolTier.BOSS_RARE ] ] ], [ Species.KABUTO, Type.ROCK, Type.WATER, [ - [ Biome.SEA, PoolTier.SUPER_RARE ] + [ Biome.SEABED, PoolTier.SUPER_RARE ] ] ], [ Species.KABUTOPS, Type.ROCK, Type.WATER, [ - [ Biome.SEA, PoolTier.SUPER_RARE ], - [ Biome.SEA, PoolTier.BOSS_RARE ] + [ Biome.SEABED, PoolTier.SUPER_RARE ], + [ Biome.SEABED, PoolTier.BOSS_RARE ] ] ], [ Species.AERODACTYL, Type.ROCK, Type.FLYING, [ @@ -1468,25 +1440,25 @@ const biomePools = { ] ], [ Species.MEWTWO, Type.PSYCHIC, -1, [ - [ Biome.RUINS, PoolTier.BOSS_ULTRA_RARE ] + [ Biome.CAVE, PoolTier.BOSS_ULTRA_RARE ] ] ], [ Species.MEW, Type.PSYCHIC, -1, [ - [ Biome.SPACE, PoolTier.ULTRA_RARE ], - [ Biome.SPACE, PoolTier.BOSS_SUPER_RARE ] + [ Biome.RUINS, PoolTier.ULTRA_RARE ], + [ Biome.RUINS, PoolTier.BOSS_ULTRA_RARE ] ] ], [ Species.CHIKORITA, Type.GRASS, -1, [ - [ Biome.FOREST, PoolTier.RARE ] + [ Biome.TALL_GRASS, PoolTier.RARE ] ] ], [ Species.BAYLEEF, Type.GRASS, -1, [ - [ Biome.FOREST, PoolTier.RARE ] + [ Biome.TALL_GRASS, PoolTier.RARE ] ] ], [ Species.MEGANIUM, Type.GRASS, -1, [ - [ Biome.FOREST, PoolTier.RARE ], - [ Biome.FOREST, PoolTier.BOSS_RARE ] + [ Biome.TALL_GRASS, PoolTier.RARE ], + [ Biome.TALL_GRASS, PoolTier.BOSS_RARE ] ] ], [ Species.CYNDAQUIL, Type.FIRE, -1, [ @@ -1503,26 +1475,26 @@ const biomePools = { ] ], [ Species.TOTODILE, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.RARE ] + [ Biome.SWAMP, PoolTier.RARE ] ] ], [ Species.CROCONAW, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.RARE ] + [ Biome.SWAMP, PoolTier.RARE ] ] ], [ Species.FERALIGATR, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.RARE ], - [ Biome.WATER, PoolTier.BOSS_RARE ] + [ Biome.SWAMP, PoolTier.RARE ], + [ Biome.SWAMP, PoolTier.BOSS_RARE ] ] ], [ Species.SENTRET, Type.NORMAL, -1, [ [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.COMMON ] + [ Biome.TALL_GRASS, PoolTier.COMMON ] ] ], [ Species.FURRET, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.COMMON ], + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.HOOTHOOT, Type.NORMAL, Type.FLYING, [ @@ -1546,10 +1518,12 @@ const biomePools = { ] ], [ Species.SPINARAK, Type.BUG, Type.POISON, [ + [ Biome.TALL_GRASS, PoolTier.UNCOMMON ], [ Biome.FOREST, PoolTier.COMMON ] ] ], [ Species.ARIADOS, Type.BUG, Type.POISON, [ + [ Biome.TALL_GRASS, PoolTier.UNCOMMON ], [ Biome.FOREST, PoolTier.COMMON ], [ Biome.FOREST, PoolTier.BOSS ] ] @@ -1559,12 +1533,12 @@ const biomePools = { ] ], [ Species.CHINCHOU, Type.WATER, Type.ELECTRIC, [ - [ Biome.SEA, PoolTier.UNCOMMON ] + [ Biome.SEABED, PoolTier.COMMON ] ] ], [ Species.LANTURN, Type.WATER, Type.ELECTRIC, [ - [ Biome.SEA, PoolTier.UNCOMMON ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEABED, PoolTier.COMMON ], + [ Biome.SEABED, PoolTier.BOSS ] ] ], [ Species.PICHU, Type.ELECTRIC, -1, [ @@ -1588,38 +1562,42 @@ const biomePools = { ] ], [ Species.NATU, Type.PSYCHIC, Type.FLYING, [ + [ Biome.MOUNTAIN, PoolTier.UNCOMMON ], [ Biome.RUINS, PoolTier.COMMON ] ] ], [ Species.XATU, Type.PSYCHIC, Type.FLYING, [ + [ Biome.MOUNTAIN, PoolTier.UNCOMMON ], [ Biome.RUINS, PoolTier.COMMON ], [ Biome.RUINS, PoolTier.BOSS ] ] ], [ Species.MAREEP, Type.ELECTRIC, -1, [ - [ Biome.MEADOW, PoolTier.UNCOMMON ] + [ Biome.MEADOW, PoolTier.UNCOMMON ], + [ Biome.POWER_PLANT, PoolTier.RARE ] ] ], [ Species.FLAAFFY, Type.ELECTRIC, -1, [ - [ Biome.MEADOW, PoolTier.UNCOMMON ] + [ Biome.MEADOW, PoolTier.UNCOMMON ], + [ Biome.POWER_PLANT, PoolTier.RARE ] ] ], [ Species.AMPHAROS, Type.ELECTRIC, -1, [ [ Biome.MEADOW, PoolTier.UNCOMMON ], - [ Biome.MEADOW, PoolTier.BOSS ] + [ Biome.POWER_PLANT, PoolTier.BOSS_RARE ] ] ], [ Species.BELLOSSOM, Type.GRASS, -1, [ - [ Biome.MEADOW, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.BOSS_RARE ] ] ], [ Species.MARILL, Type.WATER, Type.FAIRY, [ - [ Biome.WATER, PoolTier.COMMON ] + [ Biome.LAKE, PoolTier.COMMON ] ] ], [ Species.AZUMARILL, Type.WATER, Type.FAIRY, [ - [ Biome.WATER, PoolTier.COMMON ], - [ Biome.WATER, PoolTier.BOSS ] + [ Biome.LAKE, PoolTier.COMMON ], + [ Biome.LAKE, PoolTier.BOSS ] ] ], [ Species.SUDOWOODO, Type.ROCK, -1, [ @@ -1663,12 +1641,12 @@ const biomePools = { ] ], [ Species.WOOPER, Type.WATER, Type.GROUND, [ - [ Biome.WATER, PoolTier.UNCOMMON ], + [ Biome.LAKE, PoolTier.UNCOMMON ], [ Biome.SWAMP, PoolTier.COMMON ] ] ], [ Species.QUAGSIRE, Type.WATER, Type.GROUND, [ - [ Biome.WATER, PoolTier.UNCOMMON ], + [ Biome.LAKE, PoolTier.UNCOMMON ], [ Biome.SWAMP, PoolTier.COMMON ], [ Biome.SWAMP, PoolTier.BOSS ] ] @@ -1685,16 +1663,16 @@ const biomePools = { ], [ Species.MURKROW, Type.DARK, Type.FLYING, [ [ Biome.MOUNTAIN, PoolTier.RARE ], - [ Biome.ABYSS, PoolTier.UNCOMMON ] + [ Biome.ABYSS, PoolTier.COMMON ] ] ], [ Species.SLOWKING, Type.WATER, Type.PSYCHIC, [ - [ Biome.WATER, PoolTier.SUPER_RARE ], - [ Biome.WATER, PoolTier.BOSS_RARE ] + [ Biome.LAKE, PoolTier.SUPER_RARE ], + [ Biome.LAKE, PoolTier.BOSS_RARE ] ] ], [ Species.MISDREAVUS, Type.GHOST, -1, [ - [ Biome.GRAVEYARD, PoolTier.UNCOMMON ] + [ Biome.GRAVEYARD, PoolTier.RARE ] ] ], [ Species.UNOWN, Type.PSYCHIC, -1, [ @@ -1707,17 +1685,15 @@ const biomePools = { ] ], [ Species.GIRAFARIG, Type.NORMAL, Type.PSYCHIC, [ - [ Biome.MEADOW, PoolTier.RARE ], - [ Biome.MEADOW, PoolTier.BOSS_RARE ] + [ Biome.TALL_GRASS, PoolTier.RARE ], + [ Biome.TALL_GRASS, PoolTier.BOSS_RARE ] ] ], [ Species.PINECO, Type.BUG, -1, [ - [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.FOREST, PoolTier.COMMON ] ] ], [ Species.FORRETRESS, Type.BUG, Type.STEEL, [ - [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.FOREST, PoolTier.COMMON ], [ Biome.FOREST, PoolTier.BOSS ] ] @@ -1727,7 +1703,7 @@ const biomePools = { ] ], [ Species.GLIGAR, Type.GROUND, Type.FLYING, [ - [ Biome.LAND, PoolTier.UNCOMMON ] + [ Biome.LAND, PoolTier.RARE ] ] ], [ Species.STEELIX, Type.STEEL, Type.GROUND, [ @@ -1735,19 +1711,17 @@ const biomePools = { ] ], [ Species.SNUBBULL, Type.FAIRY, -1, [ - [ Biome.GRASS, PoolTier.RARE ], [ Biome.MEADOW, PoolTier.COMMON ] ] ], [ Species.GRANBULL, Type.FAIRY, -1, [ - [ Biome.GRASS, PoolTier.RARE ], [ Biome.MEADOW, PoolTier.COMMON ], [ Biome.MEADOW, PoolTier.BOSS ] ] ], [ Species.QWILFISH, Type.WATER, Type.POISON, [ - [ Biome.SEA, PoolTier.UNCOMMON ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEABED, PoolTier.RARE ], + [ Biome.SEABED, PoolTier.BOSS ] ] ], [ Species.SCIZOR, Type.BUG, Type.STEEL, [ @@ -1770,12 +1744,12 @@ const biomePools = { ], [ Species.TEDDIURSA, Type.NORMAL, -1, [ [ Biome.FOREST, PoolTier.UNCOMMON ], - [ Biome.CAVE, PoolTier.UNCOMMON ] + [ Biome.CAVE, PoolTier.COMMON ] ] ], [ Species.URSARING, Type.NORMAL, -1, [ [ Biome.FOREST, PoolTier.UNCOMMON ], - [ Biome.CAVE, PoolTier.UNCOMMON ], + [ Biome.CAVE, PoolTier.COMMON ], [ Biome.CAVE, PoolTier.BOSS ] ] ], @@ -1791,25 +1765,25 @@ const biomePools = { ] ], [ Species.SWINUB, Type.ICE, Type.GROUND, [ - [ Biome.ICE_CAVE, PoolTier.UNCOMMON ] + [ Biome.ICE_CAVE, PoolTier.COMMON ] ] ], [ Species.PILOSWINE, Type.ICE, Type.GROUND, [ - [ Biome.ICE_CAVE, PoolTier.UNCOMMON] + [ Biome.ICE_CAVE, PoolTier.COMMON] ] ], [ Species.CORSOLA, Type.WATER, Type.ROCK, [ - [ Biome.SEA, PoolTier.RARE ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEABED, PoolTier.RARE ], + [ Biome.SEABED, PoolTier.BOSS ] ] ], [ Species.REMORAID, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.SEABED, PoolTier.COMMON ] ] ], [ Species.OCTILLERY, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.RARE ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEABED, PoolTier.RARE ], + [ Biome.SEABED, PoolTier.BOSS ] ] ], [ Species.DELIBIRD, Type.ICE, Type.FLYING, [ @@ -1817,8 +1791,8 @@ const biomePools = { ] ], [ Species.MANTINE, Type.WATER, Type.FLYING, [ - [ Biome.SEA, PoolTier.RARE ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEABED, PoolTier.RARE ], + [ Biome.SEABED, PoolTier.BOSS ] ] ], [ Species.SKARMORY, Type.STEEL, Type.FLYING, [ @@ -1859,8 +1833,7 @@ const biomePools = { ] ], [ Species.SMEARGLE, Type.NORMAL, -1, [ - [ Biome.PLAINS, PoolTier.SUPER_RARE ], - [ Biome.GRASS, PoolTier.SUPER_RARE ] + [ Biome.CITY, PoolTier.SUPER_RARE ] ] ], [ Species.TYROGUE, Type.FIGHTING, -1, [ @@ -1905,18 +1878,18 @@ const biomePools = { ] ], [ Species.SUICUNE, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.ULTRA_RARE ], - [ Biome.WATER, PoolTier.BOSS_SUPER_RARE ] + [ Biome.LAKE, PoolTier.ULTRA_RARE ], + [ Biome.LAKE, PoolTier.BOSS_SUPER_RARE ] ] ], [ Species.LARVITAR, Type.ROCK, Type.GROUND, [ [ Biome.MOUNTAIN, PoolTier.SUPER_RARE ], - [ Biome.WASTELAND, PoolTier.UNCOMMON ] + [ Biome.WASTELAND, PoolTier.COMMON ] ] ], [ Species.PUPITAR, Type.ROCK, Type.GROUND, [ [ Biome.MOUNTAIN, PoolTier.SUPER_RARE ], - [ Biome.WASTELAND, PoolTier.UNCOMMON ] + [ Biome.WASTELAND, PoolTier.COMMON ] ] ], [ Species.TYRANITAR, Type.ROCK, Type.DARK, [ @@ -1933,7 +1906,7 @@ const biomePools = { ], [ Species.CELEBI, Type.PSYCHIC, Type.GRASS, [ [ Biome.FOREST, PoolTier.ULTRA_RARE ], - [ Biome.FOREST, PoolTier.BOSS_SUPER_RARE ] + [ Biome.FOREST, PoolTier.BOSS_ULTRA_RARE ] ] ], [ Species.TREECKO, Type.GRASS, -1, [ @@ -1950,16 +1923,16 @@ const biomePools = { ] ], [ Species.TORCHIC, Type.FIRE, -1, [ - [ Biome.VOLCANO, PoolTier.RARE ] + [ Biome.MOUNTAIN, PoolTier.RARE ] ] ], [ Species.COMBUSKEN, Type.FIRE, Type.FIGHTING, [ - [ Biome.VOLCANO, PoolTier.RARE ] + [ Biome.MOUNTAIN, PoolTier.RARE ] ] ], [ Species.BLAZIKEN, Type.FIRE, Type.FIGHTING, [ - [ Biome.VOLCANO, PoolTier.RARE ], - [ Biome.VOLCANO, PoolTier.BOSS_RARE ] + [ Biome.MOUNTAIN, PoolTier.RARE ], + [ Biome.MOUNTAIN, PoolTier.BOSS_RARE ] ] ], [ Species.MUDKIP, Type.WATER, -1, [ @@ -1977,32 +1950,30 @@ const biomePools = { ], [ Species.POOCHYENA, Type.DARK, -1, [ [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.ABYSS, PoolTier.COMMON ] + [ Biome.TALL_GRASS, PoolTier.COMMON ] ] ], [ Species.MIGHTYENA, Type.DARK, -1, [ - [ Biome.ABYSS, PoolTier.COMMON ], - [ Biome.ABYSS, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.COMMON ], + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.ZIGZAGOON, Type.NORMAL, -1, [ [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.COMMON ] + [ Biome.TALL_GRASS, PoolTier.COMMON ] ] ], [ Species.LINOONE, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.COMMON ], + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.WURMPLE, Type.BUG, -1, [ - [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.PLAINS, PoolTier.COMMON ] ] ], [ Species.SILCOON, Type.BUG, -1, [ - [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.PLAINS, PoolTier.COMMON ] ] ], [ Species.BEAUTIFLY, Type.BUG, Type.FLYING, [ @@ -2011,8 +1982,7 @@ const biomePools = { ] ], [ Species.CASCOON, Type.BUG, -1, [ - [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.PLAINS, PoolTier.COMMON ] ] ], [ Species.DUSTOX, Type.BUG, Type.POISON, [ @@ -2022,17 +1992,17 @@ const biomePools = { ], [ Species.LOTAD, Type.WATER, Type.GRASS, [ [ Biome.PLAINS, PoolTier.UNCOMMON ], - [ Biome.WATER, PoolTier.UNCOMMON ], + [ Biome.LAKE, PoolTier.UNCOMMON ], [ Biome.SWAMP, PoolTier.COMMON ] ] ], [ Species.LOMBRE, Type.WATER, Type.GRASS, [ - [ Biome.WATER, PoolTier.UNCOMMON ], + [ Biome.LAKE, PoolTier.UNCOMMON ], [ Biome.SWAMP, PoolTier.COMMON ] ] ], [ Species.LUDICOLO, Type.WATER, Type.GRASS, [ - [ Biome.SWAMP, PoolTier.BOSS_RARE ] + [ Biome.SWAMP, PoolTier.BOSS ] ] ], [ Species.SEEDOT, Type.GRASS, -1, [ @@ -2047,7 +2017,7 @@ const biomePools = { ] ], [ Species.SHIFTRY, Type.GRASS, Type.DARK, [ - [ Biome.FOREST, PoolTier.BOSS_RARE ] + [ Biome.FOREST, PoolTier.BOSS ] ] ], [ Species.TAILLOW, Type.NORMAL, Type.FLYING, [ @@ -2061,12 +2031,12 @@ const biomePools = { ] ], [ Species.WINGULL, Type.WATER, Type.FLYING, [ - [ Biome.WATER, PoolTier.COMMON ] + [ Biome.SEA, PoolTier.COMMON ] ] ], [ Species.PELIPPER, Type.WATER, Type.FLYING, [ - [ Biome.WATER, PoolTier.COMMON ], - [ Biome.WATER, PoolTier.BOSS ] + [ Biome.SEA, PoolTier.COMMON ], + [ Biome.SEA, PoolTier.BOSS ] ] ], [ Species.RALTS, Type.PSYCHIC, Type.FAIRY, [ @@ -2085,13 +2055,13 @@ const biomePools = { ], [ Species.SURSKIT, Type.BUG, Type.WATER, [ [ Biome.PLAINS, PoolTier.RARE ], - [ Biome.WATER, PoolTier.UNCOMMON ] + [ Biome.LAKE, PoolTier.UNCOMMON ] ] ], [ Species.MASQUERAIN, Type.BUG, Type.FLYING, [ [ Biome.PLAINS, PoolTier.RARE ], - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.WATER, PoolTier.BOSS ] + [ Biome.LAKE, PoolTier.UNCOMMON ], + [ Biome.LAKE, PoolTier.BOSS ] ] ], [ Species.SHROOMISH, Type.GRASS, -1, [ @@ -2108,7 +2078,6 @@ const biomePools = { ] ], [ Species.SLAKOTH, Type.NORMAL, -1, [ - [ Biome.PLAINS, PoolTier.RARE ], [ Biome.FOREST, PoolTier.RARE ] ] ], @@ -2123,37 +2092,39 @@ const biomePools = { ], [ Species.NINCADA, Type.BUG, Type.GROUND, [ [ Biome.PLAINS, PoolTier.UNCOMMON ], - [ Biome.FOREST, PoolTier.UNCOMMON ] + [ Biome.TALL_GRASS, PoolTier.COMMON ] ] ], [ Species.NINJASK, Type.BUG, Type.FLYING, [ - [ Biome.FOREST, PoolTier.UNCOMMON ], - [ Biome.FOREST, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.COMMON ], + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.SHEDINJA, Type.BUG, Type.GHOST, [ - [ Biome.FOREST, PoolTier.SUPER_RARE ] + [ Biome.TALL_GRASS, PoolTier.SUPER_RARE ] ] ], [ Species.WHISMUR, Type.NORMAL, -1, [ [ Biome.PLAINS, PoolTier.UNCOMMON ], - [ Biome.GRASS, PoolTier.UNCOMMON ] + [ Biome.CAVE, PoolTier.COMMON ] ] ], [ Species.LOUDRED, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.UNCOMMON ] + [ Biome.CAVE, PoolTier.COMMON ] ] ], [ Species.EXPLOUD, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.UNCOMMON ], - [ Biome.GRASS, PoolTier.BOSS ] + [ Biome.CAVE, PoolTier.COMMON ], + [ Biome.CAVE, PoolTier.BOSS ] ] ], [ Species.MAKUHITA, Type.FIGHTING, -1, [ + [ Biome.CAVE, PoolTier.UNCOMMON ], [ Biome.DOJO, PoolTier.COMMON ] ] ], [ Species.HARIYAMA, Type.FIGHTING, -1, [ + [ Biome.CAVE, PoolTier.UNCOMMON ], [ Biome.DOJO, PoolTier.COMMON ], [ Biome.DOJO, PoolTier.BOSS ] ] @@ -2182,7 +2153,7 @@ const biomePools = { ] ], [ Species.MAWILE, Type.STEEL, Type.FAIRY, [ - [ Biome.CAVE, PoolTier.UNCOMMON ], + [ Biome.CAVE, PoolTier.COMMON ], [ Biome.CAVE, PoolTier.BOSS ] ] ], @@ -2257,7 +2228,8 @@ const biomePools = { ] ], [ Species.WAILMER, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.UNCOMMON ] + [ Biome.SEA, PoolTier.COMMON ] + [ Biome.SEABED, PoolTier.UNCOMMON ] ] ], [ Species.WAILORD, Type.WATER, -1, [ @@ -2301,14 +2273,14 @@ const biomePools = { ] ], [ Species.VIBRAVA, Type.GROUND, Type.DRAGON, [ - [ Biome.DESERT, PoolTier.COMMON ], - [ Biome.WASTELAND, PoolTier.UNCOMMON ] + [ Biome.DESERT, PoolTier.RARE ], + [ Biome.WASTELAND, PoolTier.COMMON ] ] ], [ Species.FLYGON, Type.GROUND, Type.DRAGON, [ - [ Biome.DESERT, PoolTier.COMMON ], - [ Biome.DESERT, PoolTier.BOSS ], - [ Biome.WASTELAND, PoolTier.UNCOMMON ] + [ Biome.DESERT, PoolTier.RARE ], + [ Biome.WASTELAND, PoolTier.COMMON ], + [ Biome.WASTELAND, PoolTier.BOSS ], ] ], [ Species.CACNEA, Type.GRASS, -1, [ @@ -2321,18 +2293,19 @@ const biomePools = { ] ], [ Species.SWABLU, Type.NORMAL, Type.FLYING, [ - [ Biome.MOUNTAIN, PoolTier.UNCOMMON ] + [ Biome.MOUNTAIN, PoolTier.COMMON ], + [ Biome.WASTELAND, PoolTier.UNCOMMON ] ] ], [ Species.ALTARIA, Type.DRAGON, Type.FLYING, [ - [ Biome.MOUNTAIN, PoolTier.UNCOMMON ], - [ Biome.WASTELAND, PoolTier.COMMON ], - [ Biome.WASTELAND, PoolTier.BOSS ] + [ Biome.MOUNTAIN, PoolTier.COMMON ], + [ Biome.MOUNTAIN, PoolTier.BOSS ] + [ Biome.WASTELAND, PoolTier.UNCOMMON ] ] ], [ Species.ZANGOOSE, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.RARE ], - [ Biome.GRASS, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.RARE ], + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.SEVIPER, Type.POISON, -1, [ @@ -2351,31 +2324,27 @@ const biomePools = { ] ], [ Species.BARBOACH, Type.WATER, Type.GROUND, [ - [ Biome.SWAMP, PoolTier.COMMON ], - [ Biome.SEA, PoolTier.UNCOMMON ] + [ Biome.SWAMP, PoolTier.UNCOMMON ] ] ], [ Species.WHISCASH, Type.WATER, Type.GROUND, [ - [ Biome.SWAMP, PoolTier.COMMON ], - [ Biome.SWAMP, PoolTier.BOSS ], - [ Biome.SEA, PoolTier.UNCOMMON ] + [ Biome.SWAMP, PoolTier.UNCOMMON ], + [ Biome.SWAMP, PoolTier.BOSS ] ] ], [ Species.CORPHISH, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.BEACH, PoolTier.COMMON ] ] ], [ Species.CRAWDAUNT, Type.WATER, Type.DARK, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.SEA, PoolTier.COMMON ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.BEACH, PoolTier.COMMON ], + [ Biome.BEACH, PoolTier.BOSS ] ] ], [ Species.BALTOY, Type.GROUND, Type.PSYCHIC, [ [ Biome.DESERT, PoolTier.UNCOMMON ], [ Biome.RUINS, PoolTier.COMMON ], - [ Biome.SPACE, PoolTier.COMMON ] + [ Biome.SPACE, PoolTier.UNCOMMON ] ] ], [ Species.CLAYDOL, Type.GROUND, Type.PSYCHIC, [ @@ -2404,21 +2373,21 @@ const biomePools = { ] ], [ Species.FEEBAS, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.ULTRA_RARE ] + [ Biome.SEABED, PoolTier.ULTRA_RARE ] ] ], [ Species.MILOTIC, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.BOSS_SUPER_RARE ] + [ Biome.SEABED, PoolTier.BOSS_SUPER_RARE ] ] ], [ Species.CASTFORM, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.ULTRA_RARE ], - [ Biome.GRASS, PoolTier.BOSS_RARE ] + [ Biome.CITY, PoolTier.ULTRA_RARE ], + [ Biome.CITY, PoolTier.BOSS_RARE ] ] ], [ Species.KECLEON, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.RARE ], - [ Biome.GRASS, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.RARE ], + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.SHUPPET, Type.GHOST, -1, [ @@ -2439,13 +2408,14 @@ const biomePools = { ] ], [ Species.TROPIUS, Type.GRASS, Type.FLYING, [ - [ Biome.FOREST, PoolTier.RARE ], - [ Biome.FOREST, PoolTier.BOSS ] + [ Biome.FOREST, PoolTier.UNCOMMON ], + [ Biome.TALL_GRASS, PoolTier.RARE ], + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.CHIMECHO, Type.PSYCHIC, -1, [ [ Biome.GRAVEYARD, PoolTier.RARE ], - [ Biome.SPACE, PoolTier.COMMON ], + [ Biome.SPACE, PoolTier.UNCOMMON ], [ Biome.SPACE, PoolTier.BOSS ] ] ], @@ -2481,37 +2451,37 @@ const biomePools = { ] ], [ Species.CLAMPERL, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.SEABED, PoolTier.COMMON ] ] ], [ Species.HUNTAIL, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEABED, PoolTier.BOSS ] ] ], [ Species.GOREBYSS, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEABED, PoolTier.BOSS ] ] ], [ Species.RELICANTH, Type.WATER, Type.ROCK, [ - [ Biome.SEA, PoolTier.SUPER_RARE ], - [ Biome.SEA, PoolTier.BOSS_RARE ] + [ Biome.SEABED, PoolTier.SUPER_RARE ], + [ Biome.SEABED, PoolTier.BOSS_RARE ] ] ], [ Species.LUVDISC, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.UNCOMMON ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEABED, PoolTier.UNCOMMON ], + [ Biome.SEABED, PoolTier.BOSS ] ] ], [ Species.BAGON, Type.DRAGON, -1, [ - [ Biome.WASTELAND, PoolTier.UNCOMMON ] + [ Biome.WASTELAND, PoolTier.COMMON ] ] ], [ Species.SHELGON, Type.DRAGON, -1, [ - [ Biome.WASTELAND, PoolTier.UNCOMMON ] + [ Biome.WASTELAND, PoolTier.COMMON ] ] ], [ Species.SALAMENCE, Type.DRAGON, Type.FLYING, [ - [ Biome.WASTELAND, PoolTier.UNCOMMON ], + [ Biome.WASTELAND, PoolTier.COMMON ], [ Biome.WASTELAND, PoolTier.BOSS ] ] ], @@ -2556,7 +2526,7 @@ const biomePools = { ] ], [ Species.KYOGRE, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.BOSS_ULTRA_RARE ] + [ Biome.SEABED, PoolTier.BOSS_ULTRA_RARE ] ] ], [ Species.GROUDON, Type.GROUND, -1, [ @@ -2604,26 +2574,26 @@ const biomePools = { ] ], [ Species.PIPLUP, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.RARE ] - ] + [ Biome.SEA, PoolTier.RARE ] + ] ], [ Species.PRINPLUP, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.RARE ] + [ Biome.SEA, PoolTier.RARE ] ] ], [ Species.EMPOLEON, Type.WATER, Type.STEEL, [ - [ Biome.WATER, PoolTier.RARE ], - [ Biome.WATER, PoolTier.BOSS_RARE ] + [ Biome.SEA, PoolTier.RARE ], + [ Biome.SEA, PoolTier.BOSS_RARE ] ] ], [ Species.STARLY, Type.NORMAL, Type.FLYING, [ [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.COMMON ], + [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.MOUNTAIN, PoolTier.COMMON ] ] ], [ Species.STARAVIA, Type.NORMAL, Type.FLYING, [ - [ Biome.GRASS, PoolTier.COMMON ], + [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.MOUNTAIN, PoolTier.COMMON ] ] ], @@ -2645,14 +2615,12 @@ const biomePools = { ], [ Species.KRICKETOT, Type.BUG, -1, [ [ Biome.PLAINS, PoolTier.UNCOMMON ], - [ Biome.GRASS, PoolTier.UNCOMMON ], - [ Biome.FOREST, PoolTier.COMMON ] + [ Biome.TALL_GRASS, PoolTier.UNCOMMON ] ] ], [ Species.KRICKETUNE, Type.BUG, -1, [ - [ Biome.GRASS, PoolTier.UNCOMMON ], - [ Biome.FOREST, PoolTier.COMMON ], - [ Biome.FOREST, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.UNCOMMON ], + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.SHINX, Type.ELECTRIC, -1, [ @@ -2728,12 +2696,12 @@ const biomePools = { ] ], [ Species.BUIZEL, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.COMMON ] + [ Biome.SEA, PoolTier.COMMON ] ] ], [ Species.FLOATZEL, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.COMMON ], - [ Biome.WATER, PoolTier.BOSS ] + [ Biome.SEA, PoolTier.COMMON ], + [ Biome.SEA, PoolTier.BOSS ] ] ], [ Species.CHERUBI, Type.GRASS, -1, [ @@ -2751,13 +2719,13 @@ const biomePools = { ], [ Species.SHELLOS, Type.WATER, -1, [ [ Biome.SWAMP, PoolTier.COMMON ], - [ Biome.SEA, PoolTier.UNCOMMON ] + [ Biome.SEABED, PoolTier.UNCOMMON ] ] ], [ Species.GASTRODON, Type.WATER, Type.GROUND, [ [ Biome.SWAMP, PoolTier.COMMON ], [ Biome.SWAMP, PoolTier.BOSS ], - [ Biome.SEA, PoolTier.UNCOMMON ] + [ Biome.SEABED, PoolTier.UNCOMMON ] ] ], [ Species.AMBIPOM, Type.NORMAL, -1, [ @@ -2765,11 +2733,11 @@ const biomePools = { ] ], [ Species.DRIFLOON, Type.GHOST, Type.FLYING, [ - [ Biome.GRAVEYARD, PoolTier.UNCOMMON ] + [ Biome.GRAVEYARD, PoolTier.COMMON ] ] ], [ Species.DRIFBLIM, Type.GHOST, Type.FLYING, [ - [ Biome.GRAVEYARD, PoolTier.UNCOMMON ], + [ Biome.GRAVEYARD, PoolTier.COMMON ], [ Biome.GRAVEYARD, PoolTier.BOSS ] ] ], @@ -2801,16 +2769,16 @@ const biomePools = { ], [ Species.CHINGLING, Type.PSYCHIC, -1, [ [ Biome.GRAVEYARD, PoolTier.RARE ], - [ Biome.SPACE, PoolTier.COMMON ] + [ Biome.SPACE, PoolTier.UNCOMMON ] ] ], [ Species.STUNKY, Type.POISON, Type.DARK, [ - [ Biome.FOREST, PoolTier.UNCOMMON ] + [ Biome.CITY, PoolTier.COMMON ] ] ], [ Species.SKUNTANK, Type.POISON, Type.DARK, [ - [ Biome.FOREST, PoolTier.UNCOMMON ], - [ Biome.FOREST, PoolTier.BOSS ] + [ Biome.CITY, PoolTier.COMMON ], + [ Biome.CITY, PoolTier.BOSS ] ] ], [ Species.BRONZOR, Type.STEEL, Type.PSYCHIC, [ @@ -2848,17 +2816,17 @@ const biomePools = { ], [ Species.GIBLE, Type.DRAGON, Type.GROUND, [ [ Biome.MOUNTAIN, PoolTier.SUPER_RARE ], - [ Biome.WASTELAND, PoolTier.UNCOMMON ] + [ Biome.WASTELAND, PoolTier.COMMON ] ] ], [ Species.GABITE, Type.DRAGON, Type.GROUND, [ [ Biome.MOUNTAIN, PoolTier.SUPER_RARE ], - [ Biome.WASTELAND, PoolTier.UNCOMMON ] + [ Biome.WASTELAND, PoolTier.COMMON ] ] ], [ Species.GARCHOMP, Type.DRAGON, Type.GROUND, [ [ Biome.MOUNTAIN, PoolTier.SUPER_RARE ], - [ Biome.WASTELAND, PoolTier.UNCOMMON ], + [ Biome.WASTELAND, PoolTier.COMMON ], [ Biome.WASTELAND, PoolTier.BOSS ] ] ], @@ -2921,7 +2889,7 @@ const biomePools = { ] ], [ Species.MANTYKE, Type.WATER, Type.FLYING, [ - [ Biome.SEA, PoolTier.RARE ] + [ Biome.SEABED, PoolTier.RARE ] ] ], [ Species.SNOVER, Type.GRASS, Type.ICE, [ @@ -2950,7 +2918,7 @@ const biomePools = { ] ], [ Species.TANGROWTH, Type.GRASS, -1, [ - [ Biome.FOREST, PoolTier.BOSS ] + [ Biome.TALL_GRASS, PoolTier.BOSS ] ] ], [ Species.ELECTIVIRE, Type.ELECTRIC, -1, [ @@ -2986,7 +2954,7 @@ const biomePools = { ] ], [ Species.PORYGON_Z, Type.NORMAL, -1, [ - [ Biome.SPACE, PoolTier.BOSS_SUPER_RARE ] + [ Biome.SPACE, PoolTier.BOSS_RARE ] ] ], [ Species.GALLADE, Type.PSYCHIC, Type.FIGHTING, [ @@ -3018,13 +2986,13 @@ const biomePools = { ] ], [ Species.MESPRIT, Type.PSYCHIC, -1, [ - [ Biome.SWAMP, PoolTier.ULTRA_RARE ], - [ Biome.SWAMP, PoolTier.BOSS_SUPER_RARE ] + [ Biome.LAKE, PoolTier.ULTRA_RARE ], + [ Biome.LAKE, PoolTier.BOSS_SUPER_RARE ] ] ], [ Species.AZELF, Type.PSYCHIC, -1, [ - [ Biome.WATER, PoolTier.ULTRA_RARE ], - [ Biome.WATER, PoolTier.BOSS_SUPER_RARE ] + [ Biome.SWAMP, PoolTier.ULTRA_RARE ], + [ Biome.SWAMP, PoolTier.BOSS_SUPER_RARE ] ] ], [ Species.DIALGA, Type.STEEL, Type.DRAGON, [ @@ -3054,13 +3022,13 @@ const biomePools = { ] ], [ Species.PHIONE, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.RARE ], - [ Biome.SEA, PoolTier.BOSS_RARE ] + [ Biome.SEABED, PoolTier.RARE ], + [ Biome.SEABED, PoolTier.BOSS_RARE ] ] ], [ Species.MANAPHY, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.ULTRA_RARE ], - [ Biome.SEA, PoolTier.BOSS_SUPER_RARE ] + [ Biome.SEABED, PoolTier.ULTRA_RARE ], + [ Biome.SEABED, PoolTier.BOSS_SUPER_RARE ] ] ], [ Species.DARKRAI, Type.DARK, -1, [ @@ -3069,8 +3037,7 @@ const biomePools = { ] ], [ Species.SHAYMIN, Type.GRASS, -1, [ - [ Biome.GRASS, PoolTier.ULTRA_RARE ], - [ Biome.GRASS, PoolTier.BOSS_SUPER_RARE ] + [ Biome.GRASS, PoolTier.BOSS_ULTRA_RARE ] ] ], [ Species.ARCEUS, Type.NORMAL, -1, [ @@ -3109,40 +3076,40 @@ const biomePools = { ] ], [ Species.OSHAWOTT, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.COMMON ] + [ Biome.LAKE, PoolTier.RARE ] ] ], [ Species.DEWOTT, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.COMMON ] + [ Biome.LAKE, PoolTier.RARE ] ] ], [ Species.SAMUROTT, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.COMMON ], - [ Biome.WATER, PoolTier.BOSS_RARE ] + [ Biome.LAKE, PoolTier.RARE ], + [ Biome.LAKE, PoolTier.BOSS_RARE ] ] ], [ Species.PATRAT, Type.NORMAL, -1, [ [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.COMMON ] + [ Biome.CITY, PoolTier.COMMON ] ] ], [ Species.WATCHOG, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.BOSS ] + [ Biome.CITY, PoolTier.COMMON ], + [ Biome.CITY, PoolTier.BOSS ] ] ], [ Species.LILLIPUP, Type.NORMAL, -1, [ [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.COMMON ] + [ Biome.CITY, PoolTier.COMMON ] ] ], [ Species.HERDIER, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.COMMON ] + [ Biome.CITY, PoolTier.COMMON ] ] ], [ Species.STOUTLAND, Type.NORMAL, -1, [ - [ Biome.GRASS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.BOSS ] + [ Biome.CITY, PoolTier.COMMON ], + [ Biome.CITY, PoolTier.BOSS ] ] ], [ Species.PURRLOIN, Type.DARK, -1, [ @@ -3175,12 +3142,12 @@ const biomePools = { ] ], [ Species.PANPOUR, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.UNCOMMON ] + [ Biome.SEA, PoolTier.UNCOMMON ] ] ], [ Species.SIMIPOUR, Type.WATER, -1, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.WATER, PoolTier.BOSS ] + [ Biome.SEA, PoolTier.UNCOMMON ], + [ Biome.SEA, PoolTier.BOSS ] ] ], [ Species.MUNNA, Type.PSYCHIC, -1, [ @@ -3194,28 +3161,28 @@ const biomePools = { ], [ Species.PIDOVE, Type.NORMAL, Type.FLYING, [ [ Biome.PLAINS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.COMMON ], + [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.MOUNTAIN, PoolTier.COMMON ] ] ], [ Species.TRANQUILL, Type.NORMAL, Type.FLYING, [ - [ Biome.GRASS, PoolTier.COMMON ], + [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.MOUNTAIN, PoolTier.COMMON ] ] ], [ Species.UNFEZANT, Type.NORMAL, Type.FLYING, [ - [ Biome.GRASS, PoolTier.COMMON ], + [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.MOUNTAIN, PoolTier.COMMON ], [ Biome.MOUNTAIN, PoolTier.BOSS ] ] ], [ Species.BLITZLE, Type.ELECTRIC, -1, [ - [ Biome.GRASS, PoolTier.COMMON ] + [ Biome.MEADOW, PoolTier.COMMON ] ] ], [ Species.ZEBSTRIKA, Type.ELECTRIC, -1, [ - [ Biome.GRASS, PoolTier.COMMON ], - [ Biome.GRASS, PoolTier.BOSS ] + [ Biome.MEADOW, PoolTier.COMMON ], + [ Biome.MEADOW, PoolTier.BOSS ] ] ], [ Species.ROGGENROLA, Type.ROCK, -1, [ @@ -3340,7 +3307,7 @@ const biomePools = { ] ], [ Species.BASCULIN, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.SEABED, PoolTier.COMMON ] ] ], [ Species.SANDILE, Type.GROUND, Type.DARK, [ @@ -3366,17 +3333,17 @@ const biomePools = { ] ], [ Species.MARACTUS, Type.GRASS, -1, [ - [ Biome.DESERT, PoolTier.COMMON ], + [ Biome.DESERT, PoolTier.UNCOMMON ], [ Biome.DESERT, PoolTier.BOSS ] ] ], [ Species.DWEBBLE, Type.BUG, Type.ROCK, [ - [ Biome.CAVE, PoolTier.COMMON ] + [ Biome.BEACH, PoolTier.COMMON ] ] ], [ Species.CRUSTLE, Type.BUG, Type.ROCK, [ - [ Biome.CAVE, PoolTier.COMMON ], - [ Biome.CAVE, PoolTier.BOSS ] + [ Biome.BEACH, PoolTier.COMMON ], + [ Biome.BEACH, PoolTier.BOSS ] ] ], [ Species.SCRAGGY, Type.DARK, Type.FIGHTING, [ @@ -3396,26 +3363,24 @@ const biomePools = { ], [ Species.YAMASK, Type.GHOST, -1, [ [ Biome.DESERT, PoolTier.RARE ], - [ Biome.GRAVEYARD, PoolTier.COMMON ] + [ Biome.GRAVEYARD, PoolTier.UNCOMMON ] ] ], [ Species.COFAGRIGUS, Type.GHOST, -1, [ [ Biome.DESERT, PoolTier.RARE ], - [ Biome.GRAVEYARD, PoolTier.COMMON ], + [ Biome.GRAVEYARD, PoolTier.UNCOMMON ], [ Biome.GRAVEYARD, PoolTier.BOSS ] ] ], [ Species.TIRTOUGA, Type.WATER, Type.ROCK, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.SWAMP, PoolTier.RARE ], - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.BEACH, PoolTier.COMMON ], + [ Biome.SEA, PoolTier.UNCOMMON ] ] ], [ Species.CARRACOSTA, Type.WATER, Type.ROCK, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.SWAMP, PoolTier.RARE ], - [ Biome.SEA, PoolTier.COMMON ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.BEACH, PoolTier.COMMON ], + [ Biome.BEACH, PoolTier.BOSS ], + [ Biome.SEA, PoolTier.UNCOMMON ] ] ], [ Species.ARCHEN, Type.ROCK, Type.FLYING, [ @@ -3428,12 +3393,12 @@ const biomePools = { ] ], [ Species.TRUBBISH, Type.POISON, -1, [ - [ Biome.SWAMP, PoolTier.UNCOMMON ] + [ Biome.CITY, PoolTier.COMMON ] ] ], [ Species.GARBODOR, Type.POISON, -1, [ - [ Biome.SWAMP, PoolTier.UNCOMMON ], - [ Biome.SWAMP, PoolTier.BOSS ] + [ Biome.CITY, PoolTier.UNCOMMON ], + [ Biome.CITY, PoolTier.BOSS ] ] ], [ Species.ZORUA, Type.DARK, -1, [ @@ -3481,13 +3446,12 @@ const biomePools = { ] ], [ Species.DUCKLETT, Type.WATER, Type.FLYING, [ - [ Biome.PLAINS, PoolTier.RARE ], - [ Biome.WATER, PoolTier.UNCOMMON ] + [ Biome.LAKE, PoolTier.COMMON ] ] ], [ Species.SWANNA, Type.WATER, Type.FLYING, [ - [ Biome.WATER, PoolTier.UNCOMMON ], - [ Biome.WATER, PoolTier.BOSS ] + [ Biome.LAKE, PoolTier.COMMON ], + [ Biome.LAKE, PoolTier.BOSS ] ] ], [ Species.VANILLITE, Type.ICE, -1, [ @@ -3525,30 +3489,28 @@ const biomePools = { ] ], [ Species.FOONGUS, Type.GRASS, Type.POISON, [ - [ Biome.PLAINS, PoolTier.UNCOMMON ], [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.FOREST, PoolTier.COMMON ] ] ], [ Species.AMOONGUSS, Type.GRASS, Type.POISON, [ - [ Biome.PLAINS, PoolTier.UNCOMMON ], [ Biome.GRASS, PoolTier.UNCOMMON ], [ Biome.FOREST, PoolTier.COMMON ], [ Biome.FOREST, PoolTier.BOSS ] ] ], [ Species.FRILLISH, Type.WATER, Type.GHOST, [ - [ Biome.SEA, PoolTier.COMMON ] + [ Biome.SEABED, PoolTier.COMMON ] ] ], [ Species.JELLICENT, Type.WATER, Type.GHOST, [ - [ Biome.SEA, PoolTier.COMMON ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEABED, PoolTier.COMMON ], + [ Biome.SEABED, PoolTier.BOSS ] ] ], [ Species.ALOMOMOLA, Type.WATER, -1, [ - [ Biome.SEA, PoolTier.RARE ], - [ Biome.SEA, PoolTier.BOSS ] + [ Biome.SEABED, PoolTier.RARE ], + [ Biome.SEABED, PoolTier.BOSS ] ] ], [ Species.JOLTIK, Type.BUG, Type.ELECTRIC, [ @@ -3583,34 +3545,34 @@ const biomePools = { ] ], [ Species.TYNAMO, Type.ELECTRIC, -1, [ - [ Biome.SEA, PoolTier.RARE ] + [ Biome.SEABED, PoolTier.RARE ] ] ], [ Species.EELEKTRIK, Type.ELECTRIC, -1, [ - [ Biome.SEA, PoolTier.RARE ] + [ Biome.SEABED, PoolTier.RARE ] ] ], [ Species.EELEKTROSS, Type.ELECTRIC, -1, [ - [ Biome.SEA, PoolTier.BOSS_RARE ] + [ Biome.SEABED, PoolTier.BOSS_RARE ] ] ], [ Species.ELGYEM, Type.PSYCHIC, -1, [ - [ Biome.RUINS, PoolTier.UNCOMMON ], - [ Biome.SPACE, PoolTier.COMMON ] + [ Biome.RUINS, PoolTier.COMMON ], + [ Biome.SPACE, PoolTier.UNCOMMON ] ] ], [ Species.BEHEEYEM, Type.PSYCHIC, -1, [ - [ Biome.RUINS, PoolTier.UNCOMMON ], - [ Biome.SPACE, PoolTier.COMMON ], - [ Biome.SPACE, PoolTier.BOSS ] + [ Biome.RUINS, PoolTier.COMMON ], + [ Biome.RUINS, PoolTier.BOSS ], + [ Biome.SPACE, PoolTier.UNCOMMON ] ] ], [ Species.LITWICK, Type.GHOST, Type.FIRE, [ - [ Biome.GRAVEYARD, PoolTier.UNCOMMON ] + [ Biome.GRAVEYARD, PoolTier.COMMON ] ] ], [ Species.LAMPENT, Type.GHOST, Type.FIRE, [ - [ Biome.GRAVEYARD, PoolTier.UNCOMMON ] + [ Biome.GRAVEYARD, PoolTier.COMMON ] ] ], [ Species.CHANDELURE, Type.GHOST, Type.FIRE, [ @@ -3619,12 +3581,12 @@ const biomePools = { ], [ Species.AXEW, Type.DRAGON, -1, [ [ Biome.MOUNTAIN, PoolTier.SUPER_RARE ], - [ Biome.WASTELAND, PoolTier.UNCOMMON ] + [ Biome.WASTELAND, PoolTier.COMMON ] ] ], [ Species.FRAXURE, Type.DRAGON, -1, [ [ Biome.MOUNTAIN, PoolTier.SUPER_RARE ], - [ Biome.WASTELAND, PoolTier.UNCOMMON ] + [ Biome.WASTELAND, PoolTier.COMMON ] ] ], [ Species.HAXORUS, Type.DRAGON, -1, [ @@ -3673,20 +3635,20 @@ const biomePools = { ] ], [ Species.GOLETT, Type.GROUND, Type.GHOST, [ - [ Biome.GRAVEYARD, PoolTier.UNCOMMON ] + [ Biome.GRAVEYARD, PoolTier.COMMON ] ] ], [ Species.GOLURK, Type.GROUND, Type.GHOST, [ - [ Biome.GRAVEYARD, PoolTier.UNCOMMON ], + [ Biome.GRAVEYARD, PoolTier.COMMON ], [ Biome.GRAVEYARD, PoolTier.BOSS ] ] ], [ Species.PAWNIARD, Type.DARK, Type.STEEL, [ - [ Biome.ABYSS, PoolTier.UNCOMMON ] + [ Biome.ABYSS, PoolTier.COMMON ] ] ], [ Species.BISHARP, Type.DARK, Type.STEEL, [ - [ Biome.ABYSS, PoolTier.UNCOMMON ], + [ Biome.ABYSS, PoolTier.COMMON ], [ Biome.ABYSS, PoolTier.BOSS ] ] ], @@ -3706,7 +3668,7 @@ const biomePools = { ] ], [ Species.VULLABY, Type.DARK, Type.FLYING, [ - [ Biome.MOUNTAIN, PoolTier.UNCOMMON ] + [ Biome.MOUNTAIN, PoolTier.RARE ] ] ], [ Species.MANDIBUZZ, Type.DARK, Type.FLYING, [ @@ -3725,18 +3687,18 @@ const biomePools = { ] ], [ Species.DEINO, Type.DARK, Type.DRAGON, [ - [ Biome.WASTELAND, PoolTier.RARE ], - [ Biome.ABYSS, PoolTier.UNCOMMON ] + [ Biome.WASTELAND, PoolTier.UNCOMMON ], + [ Biome.ABYSS, PoolTier.RARE ] ] ], [ Species.ZWEILOUS, Type.DARK, Type.DRAGON, [ - [ Biome.WASTELAND, PoolTier.RARE ], - [ Biome.ABYSS, PoolTier.UNCOMMON ] + [ Biome.WASTELAND, PoolTier.UNCOMMON ], + [ Biome.ABYSS, PoolTier.RARE ] ] ], [ Species.HYDREIGON, Type.DARK, Type.DRAGON, [ - [ Biome.WASTELAND, PoolTier.RARE ], - [ Biome.ABYSS, PoolTier.UNCOMMON ], + [ Biome.WASTELAND, PoolTier.UNCOMMON ], + [ Biome.ABYSS, PoolTier.RARE ], [ Biome.ABYSS, PoolTier.BOSS ] ] ], @@ -3751,22 +3713,19 @@ const biomePools = { ], [ Species.COBALION, Type.STEEL, Type.FIGHTING, [ [ Biome.CAVE, PoolTier.ULTRA_RARE ], - [ Biome.CAVE, PoolTier.BOSS_SUPER_RARE ], - [ Biome.DOJO, PoolTier.ULTRA_RARE ], + [ Biome.CAVE, PoolTier.BOSS_ULTRA_RARE ], [ Biome.DOJO, PoolTier.BOSS_SUPER_RARE ] ] ], [ Species.TERRAKION, Type.ROCK, Type.FIGHTING, [ - [ Biome.LAND, PoolTier.ULTRA_RARE ], - [ Biome.LAND, PoolTier.BOSS_SUPER_RARE ], - [ Biome.DOJO, PoolTier.ULTRA_RARE ], + [ Biome.DESERT, PoolTier.ULTRA_RARE ], + [ Biome.DESERT, PoolTier.BOSS_ULTRA_RARE ], [ Biome.DOJO, PoolTier.BOSS_SUPER_RARE ] ] ], [ Species.VIRIZION, Type.GRASS, Type.FIGHTING, [ [ Biome.FOREST, PoolTier.ULTRA_RARE ], - [ Biome.FOREST, PoolTier.BOSS_SUPER_RARE ], - [ Biome.DOJO, PoolTier.ULTRA_RARE ], + [ Biome.FOREST, PoolTier.BOSS_ULTRA_RARE ], [ Biome.DOJO, PoolTier.BOSS_SUPER_RARE ] ] ], @@ -3798,8 +3757,8 @@ const biomePools = { ] ], [ Species.KELDEO, Type.WATER, Type.FIGHTING, [ - [ Biome.SWAMP, PoolTier.ULTRA_RARE ], - [ Biome.SWAMP, PoolTier.BOSS_SUPER_RARE ], + [ Biome.BEACH, PoolTier.ULTRA_RARE ], + [ Biome.BEACH, PoolTier.BOSS_SUPER_RARE ], [ Biome.DOJO, PoolTier.ULTRA_RARE ], [ Biome.DOJO, PoolTier.BOSS_SUPER_RARE ] ] @@ -3835,6 +3794,9 @@ const biomePools = { const biome = b[0]; const tier = b[1]; + if (!biomePools.hasOwnProperty(biome) || !biomePools[biome].hasOwnProperty(tier)) + continue; + const biomeTierPool = biomePools[biome][tier]; let treeIndex = -1; diff --git a/src/pokemon-evolutions.ts b/src/pokemon-evolutions.ts index c944d6d5b..230ced81f 100644 --- a/src/pokemon-evolutions.ts +++ b/src/pokemon-evolutions.ts @@ -137,7 +137,8 @@ export const pokemonEvolutions = { new SpeciesEvolution(Species.RAPIDASH, 40, null, null) ], [Species.SLOWPOKE]: [ - new SpeciesEvolution(Species.SLOWBRO, 37, null, null) + new SpeciesEvolution(Species.SLOWBRO, 37, null, null), + new SpeciesEvolution(Species.SLOWKING, 1, "Link Cable", new SpeciesEvolutionCondition((p: Pokemon) => true /* King's rock*/), SpeciesWildEvolutionDelay.VERY_LONG) ], [Species.MAGNEMITE]: [ new SpeciesEvolution(Species.MAGNETON, 30, null, null) @@ -837,9 +838,6 @@ export const pokemonEvolutions = { [Species.GRAVELER]: [ new SpeciesEvolution(Species.GOLEM, 1, "Link Cable", null, SpeciesWildEvolutionDelay.VERY_LONG) ], - [Species.SLOWPOKE]: [ - new SpeciesEvolution(Species.SLOWKING, 1, "Link Cable", new SpeciesEvolutionCondition((p: Pokemon) => true /* King's rock*/), SpeciesWildEvolutionDelay.VERY_LONG) - ], [Species.HAUNTER]: [ new SpeciesEvolution(Species.GENGAR, 1, "Link Cable", new SpeciesEvolutionCondition((p: Pokemon) => true), SpeciesWildEvolutionDelay.VERY_LONG) ],