@pkmn/sim 0.9.29 → 0.9.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/config/formats.js +17 -0
- package/build/cjs/config/formats.js.map +1 -1
- package/build/cjs/data/abilities.js +12 -8
- package/build/cjs/data/abilities.js.map +1 -1
- package/build/cjs/data/aliases.js +4 -0
- package/build/cjs/data/aliases.js.map +1 -1
- package/build/cjs/data/conditions.js +7 -7
- package/build/cjs/data/conditions.js.map +1 -1
- package/build/cjs/data/formats-data.js +11 -3
- package/build/cjs/data/formats-data.js.map +1 -1
- package/build/cjs/data/learnsets.js +175 -10
- package/build/cjs/data/learnsets.js.map +1 -1
- package/build/cjs/data/mods/gen5/abilities.js +1 -13
- package/build/cjs/data/mods/gen5/abilities.js.map +1 -1
- package/build/cjs/data/mods/gen5/moves.js +2 -4
- package/build/cjs/data/mods/gen5/moves.js.map +1 -1
- package/build/cjs/data/mods/gen7/moves.js +2 -1
- package/build/cjs/data/mods/gen7/moves.js.map +1 -1
- package/build/cjs/data/moves.js +11 -11
- package/build/cjs/data/moves.js.map +1 -1
- package/build/cjs/data/pokedex.js +32 -2
- package/build/cjs/data/pokedex.js.map +1 -1
- package/build/cjs/data/pokemongo.d.ts +2 -2
- package/build/cjs/data/pokemongo.js +291 -198
- package/build/cjs/data/pokemongo.js.map +1 -1
- package/build/cjs/data/text/default.js +1 -1
- package/build/cjs/data/text/default.js.map +1 -1
- package/build/cjs/sim/team-validator.js +16 -9
- package/build/cjs/sim/team-validator.js.map +1 -1
- package/build/esm/config/formats.mjs +17 -0
- package/build/esm/config/formats.mjs.map +1 -1
- package/build/esm/data/abilities.mjs +12 -8
- package/build/esm/data/abilities.mjs.map +1 -1
- package/build/esm/data/aliases.mjs +4 -0
- package/build/esm/data/aliases.mjs.map +1 -1
- package/build/esm/data/conditions.mjs +7 -7
- package/build/esm/data/conditions.mjs.map +1 -1
- package/build/esm/data/formats-data.mjs +11 -3
- package/build/esm/data/formats-data.mjs.map +1 -1
- package/build/esm/data/learnsets.mjs +175 -10
- package/build/esm/data/learnsets.mjs.map +1 -1
- package/build/esm/data/mods/gen5/abilities.mjs +1 -13
- package/build/esm/data/mods/gen5/abilities.mjs.map +1 -1
- package/build/esm/data/mods/gen5/moves.mjs +2 -4
- package/build/esm/data/mods/gen5/moves.mjs.map +1 -1
- package/build/esm/data/mods/gen7/moves.mjs +2 -1
- package/build/esm/data/mods/gen7/moves.mjs.map +1 -1
- package/build/esm/data/moves.mjs +11 -11
- package/build/esm/data/moves.mjs.map +1 -1
- package/build/esm/data/pokedex.mjs +32 -2
- package/build/esm/data/pokedex.mjs.map +1 -1
- package/build/esm/data/pokemongo.d.mts +2 -2
- package/build/esm/data/pokemongo.mjs +291 -198
- package/build/esm/data/pokemongo.mjs.map +1 -1
- package/build/esm/data/text/default.mjs +1 -1
- package/build/esm/data/text/default.mjs.map +1 -1
- package/build/esm/sim/team-validator.mjs +16 -9
- package/build/esm/sim/team-validator.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11,14 +11,14 @@ exports.PokemonGoData = void 0;
|
|
|
11
11
|
* - egg: Hatches from 2, 5, or 10 km eggs
|
|
12
12
|
* - giovanni: Shadow Pokemon rescued from Giovanni and purified
|
|
13
13
|
* - 12kmegg: Hatches from a 12 km egg, which is obtained from Team GO Rocket Leaders which unlock at level 8
|
|
14
|
-
* - raid: Caught from defeating a raid boss
|
|
14
|
+
* - raid: Caught from defeating a raid boss (also used for GBL encounters)
|
|
15
15
|
* - research: Reward from field research, special research, or research breakthrough
|
|
16
16
|
* If the Pokemon is obtainable from the wild, other sources do not need to be included due to redundancy.
|
|
17
17
|
* For shinies that can't be obtained from the wild, all other sources should be included.
|
|
18
18
|
*
|
|
19
19
|
* - Shiny origin restrictions:
|
|
20
20
|
* - noshiny: This Pokemon's shiny form is unavailable in Pokemon GO
|
|
21
|
-
* - nowildshiny: This Pokemon can't be obtained as shiny from the wild
|
|
21
|
+
* - (currently unused) nowildshiny: This Pokemon can't be obtained as shiny from the wild
|
|
22
22
|
*
|
|
23
23
|
* - Trade restrictions:
|
|
24
24
|
* - notrade: This Pokemon cannot be traded at all
|
|
@@ -100,9 +100,9 @@ exports.PokemonGoData = {
|
|
|
100
100
|
mankey: { encounters: ['wild'] },
|
|
101
101
|
primeape: { encounters: ['wild'] },
|
|
102
102
|
growlithe: { encounters: ['wild'] },
|
|
103
|
-
growlithehisui: { encounters: ['
|
|
103
|
+
growlithehisui: { encounters: ['wild'] },
|
|
104
104
|
arcanine: { encounters: ['wild'] },
|
|
105
|
-
arcaninehisui: { encounters: ['
|
|
105
|
+
arcaninehisui: { encounters: ['wild'] },
|
|
106
106
|
poliwag: { encounters: ['wild'] },
|
|
107
107
|
poliwhirl: { encounters: ['wild'] },
|
|
108
108
|
poliwrath: { encounters: ['wild'] },
|
|
@@ -154,9 +154,9 @@ exports.PokemonGoData = {
|
|
|
154
154
|
krabby: { encounters: ['wild'] },
|
|
155
155
|
kingler: { encounters: ['wild'] },
|
|
156
156
|
voltorb: { encounters: ['wild'] },
|
|
157
|
-
voltorbhisui: { encounters: ['wild'
|
|
157
|
+
voltorbhisui: { encounters: ['wild'] },
|
|
158
158
|
electrode: { encounters: ['wild'] },
|
|
159
|
-
electrodehisui: { encounters: ['wild'
|
|
159
|
+
electrodehisui: { encounters: ['wild'] },
|
|
160
160
|
exeggcute: { encounters: ['wild'] },
|
|
161
161
|
exeggutor: { encounters: ['wild'] },
|
|
162
162
|
exeggutoralola: { encounters: ['wild'] },
|
|
@@ -242,6 +242,7 @@ exports.PokemonGoData = {
|
|
|
242
242
|
cyndaquil: { encounters: ['wild'] },
|
|
243
243
|
quilava: { encounters: ['wild'] },
|
|
244
244
|
typhlosion: { encounters: ['wild'] },
|
|
245
|
+
typhlosionhisui: { encounters: ['raid'] },
|
|
245
246
|
totodile: { encounters: ['wild'] },
|
|
246
247
|
croconaw: { encounters: ['wild'] },
|
|
247
248
|
feraligatr: { encounters: ['wild'] },
|
|
@@ -279,6 +280,7 @@ exports.PokemonGoData = {
|
|
|
279
280
|
sunflora: { encounters: ['wild'] },
|
|
280
281
|
yanma: { encounters: ['wild'] },
|
|
281
282
|
wooper: { encounters: ['wild'] },
|
|
283
|
+
wooperpaldea: { encounters: ['wild'] },
|
|
282
284
|
quagsire: { encounters: ['wild'] },
|
|
283
285
|
espeon: { encounters: ['wild'] },
|
|
284
286
|
umbreon: { encounters: ['wild'] },
|
|
@@ -298,7 +300,7 @@ exports.PokemonGoData = {
|
|
|
298
300
|
unownj: { encounters: ['wild'] },
|
|
299
301
|
unownk: { encounters: ['wild', 'noshiny'] },
|
|
300
302
|
unownl: { encounters: ['wild'] },
|
|
301
|
-
unownm: { encounters: ['wild'
|
|
303
|
+
unownm: { encounters: ['wild'] },
|
|
302
304
|
unownn: { encounters: ['wild'] },
|
|
303
305
|
unowno: { encounters: ['wild'] },
|
|
304
306
|
unownp: { encounters: ['wild'] },
|
|
@@ -312,8 +314,8 @@ exports.PokemonGoData = {
|
|
|
312
314
|
unownx: { encounters: ['wild'] },
|
|
313
315
|
unowny: { encounters: ['wild'] },
|
|
314
316
|
unownz: { encounters: ['wild', 'noshiny'] },
|
|
315
|
-
unownexclamation: { encounters: ['wild'
|
|
316
|
-
unownquestion: { encounters: ['wild'
|
|
317
|
+
unownexclamation: { encounters: ['wild'] },
|
|
318
|
+
unownquestion: { encounters: ['wild'] },
|
|
317
319
|
wobbuffet: { encounters: ['wild'] },
|
|
318
320
|
girafarig: { encounters: ['wild'] },
|
|
319
321
|
pineco: { encounters: ['wild'] },
|
|
@@ -324,12 +326,12 @@ exports.PokemonGoData = {
|
|
|
324
326
|
snubbull: { encounters: ['wild'] },
|
|
325
327
|
granbull: { encounters: ['wild'] },
|
|
326
328
|
qwilfish: { encounters: ['wild'] },
|
|
327
|
-
qwilfishhisui: { encounters: ['wild'
|
|
329
|
+
qwilfishhisui: { encounters: ['wild'] },
|
|
328
330
|
scizor: { encounters: ['wild'] },
|
|
329
331
|
shuckle: { encounters: ['wild'] },
|
|
330
332
|
heracross: { encounters: ['wild'] },
|
|
331
333
|
sneasel: { encounters: ['wild'] },
|
|
332
|
-
sneaselhisui: { encounters: ['wild'
|
|
334
|
+
sneaselhisui: { encounters: ['wild'] },
|
|
333
335
|
teddiursa: { encounters: ['wild'] },
|
|
334
336
|
ursaring: { encounters: ['wild'] },
|
|
335
337
|
slugma: { encounters: ['wild'] },
|
|
@@ -337,6 +339,7 @@ exports.PokemonGoData = {
|
|
|
337
339
|
swinub: { encounters: ['wild'] },
|
|
338
340
|
piloswine: { encounters: ['wild'] },
|
|
339
341
|
corsola: { encounters: ['wild'] },
|
|
342
|
+
corsolagalar: { encounters: ['egg'] },
|
|
340
343
|
remoraid: { encounters: ['wild'] },
|
|
341
344
|
octillery: { encounters: ['wild'] },
|
|
342
345
|
delibird: { encounters: ['wild'] },
|
|
@@ -497,8 +500,8 @@ exports.PokemonGoData = {
|
|
|
497
500
|
registeel: { encounters: ['giovanni', 'raid', 'research', 'specialtrade'] },
|
|
498
501
|
latias: { encounters: ['wild'] },
|
|
499
502
|
latios: { encounters: ['wild'] },
|
|
500
|
-
kyogre: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
501
|
-
groudon: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
503
|
+
kyogre: { encounters: ['giovanni', 'raid', 'research', 'specialtrade'] },
|
|
504
|
+
groudon: { encounters: ['giovanni', 'raid', 'research', 'specialtrade'] },
|
|
502
505
|
rayquaza: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
503
506
|
jirachi: { encounters: ['research', 'notrade'] },
|
|
504
507
|
deoxys: { encounters: ['raid', 'specialtrade'] },
|
|
@@ -534,14 +537,14 @@ exports.PokemonGoData = {
|
|
|
534
537
|
mothim: { encounters: ['wild'] },
|
|
535
538
|
combee: { encounters: ['wild'] },
|
|
536
539
|
vespiquen: { encounters: ['wild'] },
|
|
537
|
-
pachirisu: { encounters: ['wild'
|
|
540
|
+
pachirisu: { encounters: ['wild'] },
|
|
538
541
|
buizel: { encounters: ['wild'] },
|
|
539
542
|
floatzel: { encounters: ['wild'] },
|
|
540
543
|
cherubi: { encounters: ['wild'] },
|
|
541
|
-
shellos: { encounters: ['wild'
|
|
542
|
-
shelloseast: { encounters: ['wild'
|
|
543
|
-
gastrodon: { encounters: ['wild'
|
|
544
|
-
gastrodoneast: { encounters: ['wild'
|
|
544
|
+
shellos: { encounters: ['wild'] },
|
|
545
|
+
shelloseast: { encounters: ['wild'] },
|
|
546
|
+
gastrodon: { encounters: ['wild'] },
|
|
547
|
+
gastrodoneast: { encounters: ['wild'] },
|
|
545
548
|
ambipom: { encounters: ['wild'] },
|
|
546
549
|
drifloon: { encounters: ['wild'] },
|
|
547
550
|
drifblim: { encounters: ['wild'] },
|
|
@@ -551,29 +554,29 @@ exports.PokemonGoData = {
|
|
|
551
554
|
honchkrow: { encounters: ['wild'] },
|
|
552
555
|
glameow: { encounters: ['wild'] },
|
|
553
556
|
purugly: { encounters: ['wild'] },
|
|
554
|
-
chingling: { encounters: ['egg'
|
|
555
|
-
stunky: { encounters: ['wild'
|
|
556
|
-
skuntank: { encounters: ['wild'
|
|
557
|
+
chingling: { encounters: ['egg'] },
|
|
558
|
+
stunky: { encounters: ['wild'] },
|
|
559
|
+
skuntank: { encounters: ['wild'] },
|
|
557
560
|
bronzor: { encounters: ['wild'] },
|
|
558
561
|
bronzong: { encounters: ['wild'] },
|
|
559
562
|
bonsly: { encounters: ['egg'] },
|
|
560
563
|
mimejr: { encounters: ['egg'] },
|
|
561
564
|
happiny: { encounters: ['egg'] },
|
|
562
|
-
chatot: { encounters: ['wild'
|
|
565
|
+
chatot: { encounters: ['wild'] },
|
|
563
566
|
spiritomb: { encounters: ['research'] },
|
|
564
567
|
gible: { encounters: ['wild'] },
|
|
565
568
|
gabite: { encounters: ['wild'] },
|
|
566
569
|
garchomp: { encounters: ['wild'] },
|
|
567
570
|
munchlax: { encounters: ['egg'] },
|
|
568
571
|
riolu: { encounters: ['egg'] },
|
|
569
|
-
lucario: { encounters: ['
|
|
572
|
+
lucario: { encounters: ['wild'] },
|
|
570
573
|
hippopotas: { encounters: ['wild'] },
|
|
571
574
|
hippowdon: { encounters: ['wild'] },
|
|
572
575
|
skorupi: { encounters: ['wild'] },
|
|
573
576
|
drapion: { encounters: ['wild'] },
|
|
574
577
|
croagunk: { encounters: ['wild'] },
|
|
575
578
|
toxicroak: { encounters: ['wild'] },
|
|
576
|
-
carnivine: { encounters: ['wild'
|
|
579
|
+
carnivine: { encounters: ['wild'] },
|
|
577
580
|
finneon: { encounters: ['wild'] },
|
|
578
581
|
lumineon: { encounters: ['wild'] },
|
|
579
582
|
mantyke: { encounters: ['egg'] },
|
|
@@ -597,17 +600,17 @@ exports.PokemonGoData = {
|
|
|
597
600
|
probopass: { encounters: ['wild'] },
|
|
598
601
|
dusknoir: { encounters: ['wild'] },
|
|
599
602
|
froslass: { encounters: ['wild'] },
|
|
600
|
-
rotom: { encounters: ['wild'
|
|
603
|
+
rotom: { encounters: ['wild'] },
|
|
601
604
|
uxie: { encounters: ['wild'] },
|
|
602
605
|
mesprit: { encounters: ['wild'] },
|
|
603
606
|
azelf: { encounters: ['wild'] },
|
|
604
607
|
dialga: { encounters: ['raid', 'specialtrade'] },
|
|
605
|
-
palkia: { encounters: ['raid', 'specialtrade'] },
|
|
606
|
-
heatran: { encounters: ['raid', 'specialtrade'] },
|
|
607
|
-
regigigas: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
608
|
+
palkia: { encounters: ['giovanni', 'raid', 'specialtrade'] },
|
|
609
|
+
heatran: { encounters: ['giovanni', 'raid', 'research', 'specialtrade'] },
|
|
610
|
+
regigigas: { encounters: ['giovanni', 'raid', 'research', 'specialtrade'] },
|
|
608
611
|
giratina: { encounters: ['raid', 'specialtrade'] },
|
|
609
|
-
cresselia: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
610
|
-
darkrai: { encounters: ['raid', 'notrade'] },
|
|
612
|
+
cresselia: { encounters: ['giovanni', 'raid', 'research', 'specialtrade'] },
|
|
613
|
+
darkrai: { encounters: ['raid', 'research', 'notrade'] },
|
|
611
614
|
shaymin: { encounters: ['research', 'notrade'] },
|
|
612
615
|
victini: { encounters: ['research', 'noshiny', 'notrade'] },
|
|
613
616
|
snivy: { encounters: ['wild'] },
|
|
@@ -619,6 +622,7 @@ exports.PokemonGoData = {
|
|
|
619
622
|
oshawott: { encounters: ['wild'] },
|
|
620
623
|
dewott: { encounters: ['wild'] },
|
|
621
624
|
samurott: { encounters: ['wild'] },
|
|
625
|
+
samurotthisui: { encounters: ['raid'] },
|
|
622
626
|
patrat: { encounters: ['wild'] },
|
|
623
627
|
watchog: { encounters: ['wild'] },
|
|
624
628
|
lillipup: { encounters: ['wild'] },
|
|
@@ -647,9 +651,9 @@ exports.PokemonGoData = {
|
|
|
647
651
|
drilbur: { encounters: ['wild'] },
|
|
648
652
|
excadrill: { encounters: ['wild'] },
|
|
649
653
|
audino: { encounters: ['wild'] },
|
|
650
|
-
timburr: { encounters: ['
|
|
651
|
-
gurdurr: { encounters: ['
|
|
652
|
-
conkeldurr: { encounters: ['
|
|
654
|
+
timburr: { encounters: ['wild'] },
|
|
655
|
+
gurdurr: { encounters: ['wild'] },
|
|
656
|
+
conkeldurr: { encounters: ['wild'] },
|
|
653
657
|
tympole: { encounters: ['wild'] },
|
|
654
658
|
palpitoad: { encounters: ['wild'] },
|
|
655
659
|
seismitoad: { encounters: ['wild'] },
|
|
@@ -663,23 +667,24 @@ exports.PokemonGoData = {
|
|
|
663
667
|
scolipede: { encounters: ['wild'] },
|
|
664
668
|
cottonee: { encounters: ['wild'] },
|
|
665
669
|
whimsicott: { encounters: ['wild'] },
|
|
666
|
-
petilil: { encounters: ['wild'
|
|
667
|
-
lilligant: { encounters: ['wild'
|
|
668
|
-
basculin: { encounters: ['wild', 'noshiny'] },
|
|
669
|
-
basculinbluestriped: { encounters: ['wild', 'noshiny'] },
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
670
|
+
petilil: { encounters: ['wild'] },
|
|
671
|
+
lilligant: { encounters: ['wild'] },
|
|
672
|
+
basculin: { encounters: ['wild', 'noshiny'] }, // Shiny available 2025-02-21
|
|
673
|
+
basculinbluestriped: { encounters: ['wild', 'noshiny'] }, // Shiny available 2025-02-21
|
|
674
|
+
basculinwhitestriped: { encounters: ['wild'] },
|
|
675
|
+
sandile: { encounters: ['12kmegg', 'raid', 'research'] },
|
|
676
|
+
krokorok: { encounters: ['12kmegg', 'raid', 'research'] },
|
|
677
|
+
krookodile: { encounters: ['12kmegg', 'raid', 'research'] },
|
|
673
678
|
darumaka: { encounters: ['wild'] },
|
|
674
679
|
darumakagalar: { encounters: ['wild'] },
|
|
675
680
|
darmanitan: { encounters: ['wild'] },
|
|
676
681
|
darmanitangalar: { encounters: ['wild'] },
|
|
677
|
-
maractus: { encounters: ['wild', 'noshiny'] },
|
|
682
|
+
maractus: { encounters: ['wild', 'noshiny'] }, // Shiny available 2025-02-21
|
|
678
683
|
dwebble: { encounters: ['wild'] },
|
|
679
684
|
crustle: { encounters: ['wild'] },
|
|
680
|
-
scraggy: { encounters: ['wild'
|
|
681
|
-
scrafty: { encounters: ['wild'
|
|
682
|
-
sigilyph: { encounters: ['wild'
|
|
685
|
+
scraggy: { encounters: ['wild'] },
|
|
686
|
+
scrafty: { encounters: ['wild'] },
|
|
687
|
+
sigilyph: { encounters: ['wild'] },
|
|
683
688
|
yamask: { encounters: ['wild'] },
|
|
684
689
|
yamaskgalar: { encounters: ['egg', 'raid', 'research'] },
|
|
685
690
|
cofagrigus: { encounters: ['wild'] },
|
|
@@ -689,22 +694,22 @@ exports.PokemonGoData = {
|
|
|
689
694
|
archeops: { encounters: ['wild'] },
|
|
690
695
|
trubbish: { encounters: ['wild'] },
|
|
691
696
|
garbodor: { encounters: ['wild'] },
|
|
692
|
-
zorua: { encounters: ['wild'
|
|
693
|
-
zoroark: { encounters: ['wild'
|
|
697
|
+
zorua: { encounters: ['wild'] },
|
|
698
|
+
zoroark: { encounters: ['wild'] },
|
|
694
699
|
minccino: { encounters: ['wild'] },
|
|
695
700
|
cinccino: { encounters: ['wild'] },
|
|
696
|
-
gothita: { encounters: ['wild'
|
|
697
|
-
gothorita: { encounters: ['wild'
|
|
698
|
-
gothitelle: { encounters: ['wild'
|
|
699
|
-
solosis: { encounters: ['wild'
|
|
700
|
-
duosion: { encounters: ['wild'
|
|
701
|
-
reuniclus: { encounters: ['wild'
|
|
702
|
-
ducklett: { encounters: ['wild'
|
|
703
|
-
swanna: { encounters: ['wild'
|
|
704
|
-
vanillite: { encounters: ['wild'
|
|
705
|
-
vanillish: { encounters: ['wild'
|
|
706
|
-
vanilluxe: { encounters: ['wild'
|
|
707
|
-
deerling: { encounters: ['wild', 'noshiny'] },
|
|
701
|
+
gothita: { encounters: ['wild'] },
|
|
702
|
+
gothorita: { encounters: ['wild'] },
|
|
703
|
+
gothitelle: { encounters: ['wild'] },
|
|
704
|
+
solosis: { encounters: ['wild'] },
|
|
705
|
+
duosion: { encounters: ['wild'] },
|
|
706
|
+
reuniclus: { encounters: ['wild'] },
|
|
707
|
+
ducklett: { encounters: ['wild'] },
|
|
708
|
+
swanna: { encounters: ['wild'] },
|
|
709
|
+
vanillite: { encounters: ['wild'] },
|
|
710
|
+
vanillish: { encounters: ['wild'] },
|
|
711
|
+
vanilluxe: { encounters: ['wild'] },
|
|
712
|
+
deerling: { encounters: ['wild', 'noshiny'] }, // Shiny available 2025-02-21
|
|
708
713
|
deerlingsummer: { encounters: ['wild', 'noshiny'] },
|
|
709
714
|
deerlingautumn: { encounters: ['wild', 'noshiny'] },
|
|
710
715
|
deerlingwinter: { encounters: ['wild', 'noshiny'] },
|
|
@@ -712,7 +717,7 @@ exports.PokemonGoData = {
|
|
|
712
717
|
sawsbucksummer: { encounters: ['wild', 'noshiny'] },
|
|
713
718
|
sawsbuckautumn: { encounters: ['wild', 'noshiny'] },
|
|
714
719
|
sawsbuckwinter: { encounters: ['wild', 'noshiny'] },
|
|
715
|
-
emolga: { encounters: ['wild'
|
|
720
|
+
emolga: { encounters: ['wild'] },
|
|
716
721
|
karrablast: { encounters: ['wild'] },
|
|
717
722
|
escavalier: { encounters: ['wild'] },
|
|
718
723
|
foongus: { encounters: ['wild'] },
|
|
@@ -720,16 +725,16 @@ exports.PokemonGoData = {
|
|
|
720
725
|
frillish: { encounters: ['wild'] },
|
|
721
726
|
jellicent: { encounters: ['wild'] },
|
|
722
727
|
alomomola: { encounters: ['wild'] },
|
|
723
|
-
joltik: { encounters: ['wild'
|
|
724
|
-
galvantula: { encounters: ['wild'
|
|
728
|
+
joltik: { encounters: ['wild'] },
|
|
729
|
+
galvantula: { encounters: ['wild'] },
|
|
725
730
|
ferroseed: { encounters: ['wild'] },
|
|
726
731
|
ferrothorn: { encounters: ['wild'] },
|
|
727
732
|
klink: { encounters: ['wild'] },
|
|
728
733
|
klang: { encounters: ['wild'] },
|
|
729
734
|
klinklang: { encounters: ['wild'] },
|
|
730
|
-
tynamo: { encounters: ['wild'
|
|
731
|
-
eelektrik: { encounters: ['wild'
|
|
732
|
-
eelektross: { encounters: ['wild'
|
|
735
|
+
tynamo: { encounters: ['wild'] },
|
|
736
|
+
eelektrik: { encounters: ['wild'] },
|
|
737
|
+
eelektross: { encounters: ['wild'] },
|
|
733
738
|
elgyem: { encounters: ['wild'] },
|
|
734
739
|
beheeyem: { encounters: ['wild'] },
|
|
735
740
|
litwick: { encounters: ['wild'] },
|
|
@@ -740,22 +745,22 @@ exports.PokemonGoData = {
|
|
|
740
745
|
haxorus: { encounters: ['wild'] },
|
|
741
746
|
cubchoo: { encounters: ['wild'] },
|
|
742
747
|
beartic: { encounters: ['wild'] },
|
|
743
|
-
cryogonal: { encounters: ['wild'
|
|
748
|
+
cryogonal: { encounters: ['wild'] },
|
|
744
749
|
shelmet: { encounters: ['wild'] },
|
|
745
750
|
accelgor: { encounters: ['wild'] },
|
|
746
751
|
stunfisk: { encounters: ['wild'] },
|
|
747
752
|
stunfiskgalar: { encounters: ['wild'] },
|
|
748
|
-
mienfoo: { encounters: ['wild'
|
|
749
|
-
mienshao: { encounters: ['wild'
|
|
750
|
-
druddigon: { encounters: ['
|
|
751
|
-
golett: { encounters: ['wild'
|
|
752
|
-
golurk: { encounters: ['wild'
|
|
753
|
-
pawniard: { encounters: ['
|
|
754
|
-
bisharp: { encounters: ['
|
|
755
|
-
bouffalant: { encounters: ['wild'
|
|
753
|
+
mienfoo: { encounters: ['wild'] },
|
|
754
|
+
mienshao: { encounters: ['wild'] },
|
|
755
|
+
druddigon: { encounters: ['wild'] },
|
|
756
|
+
golett: { encounters: ['wild'] },
|
|
757
|
+
golurk: { encounters: ['wild'] },
|
|
758
|
+
pawniard: { encounters: ['wild'] },
|
|
759
|
+
bisharp: { encounters: ['wild'] },
|
|
760
|
+
bouffalant: { encounters: ['wild'] },
|
|
756
761
|
rufflet: { encounters: ['wild'] },
|
|
757
762
|
braviary: { encounters: ['wild'] },
|
|
758
|
-
braviaryhisui: { encounters: ['
|
|
763
|
+
braviaryhisui: { encounters: ['wild'] },
|
|
759
764
|
vullaby: { encounters: ['wild'] },
|
|
760
765
|
mandibuzz: { encounters: ['wild'] },
|
|
761
766
|
heatmor: { encounters: ['wild'] },
|
|
@@ -763,16 +768,16 @@ exports.PokemonGoData = {
|
|
|
763
768
|
deino: { encounters: ['wild'] },
|
|
764
769
|
zweilous: { encounters: ['wild'] },
|
|
765
770
|
hydreigon: { encounters: ['wild'] },
|
|
766
|
-
larvesta: { encounters: ['egg'
|
|
767
|
-
volcarona: { encounters: ['egg'
|
|
768
|
-
cobalion: { encounters: ['raid', 'specialtrade'] },
|
|
769
|
-
terrakion: { encounters: ['raid', 'specialtrade'] },
|
|
770
|
-
virizion: { encounters: ['raid', 'specialtrade'] },
|
|
771
|
-
tornadus: { encounters: ['raid', 'specialtrade'] },
|
|
772
|
-
thundurus: { encounters: ['raid', 'specialtrade'] },
|
|
771
|
+
larvesta: { encounters: ['egg'] },
|
|
772
|
+
volcarona: { encounters: ['egg'] },
|
|
773
|
+
cobalion: { encounters: ['raid', 'specialtrade'] }, // research available 2025-02-24
|
|
774
|
+
terrakion: { encounters: ['raid', 'specialtrade'] }, // research available 2025-02-24
|
|
775
|
+
virizion: { encounters: ['raid', 'specialtrade'] }, // research available 2025-02-24
|
|
776
|
+
tornadus: { encounters: ['raid', 'research', 'specialtrade'] }, // research available 2025-02-21
|
|
777
|
+
thundurus: { encounters: ['raid', 'research', 'specialtrade'] }, // research available 2025-02-21
|
|
773
778
|
reshiram: { encounters: ['raid', 'specialtrade'] },
|
|
774
779
|
zekrom: { encounters: ['raid', 'specialtrade'] },
|
|
775
|
-
landorus: { encounters: ['raid', 'specialtrade'] },
|
|
780
|
+
landorus: { encounters: ['raid', 'research', 'specialtrade'] }, // research available 2025-02-21
|
|
776
781
|
kyurem: { encounters: ['raid', 'specialtrade'] },
|
|
777
782
|
// Kyurem-Black/White are not directly obtained from Pokemon GO but should be able to have legal Pokemon GO origin
|
|
778
783
|
kyuremblack: { encounters: ['raid', 'specialtrade'] },
|
|
@@ -786,9 +791,9 @@ exports.PokemonGoData = {
|
|
|
786
791
|
fennekin: { encounters: ['wild'] },
|
|
787
792
|
braixen: { encounters: ['wild'] },
|
|
788
793
|
delphox: { encounters: ['wild'] },
|
|
789
|
-
froakie: { encounters: ['wild'
|
|
790
|
-
frogadier: { encounters: ['wild'
|
|
791
|
-
greninja: { encounters: ['wild'
|
|
794
|
+
froakie: { encounters: ['wild'] },
|
|
795
|
+
frogadier: { encounters: ['wild'] },
|
|
796
|
+
greninja: { encounters: ['wild'] },
|
|
792
797
|
bunnelby: { encounters: ['wild'] },
|
|
793
798
|
diggersby: { encounters: ['wild'] },
|
|
794
799
|
fletchling: { encounters: ['wild'] },
|
|
@@ -796,45 +801,45 @@ exports.PokemonGoData = {
|
|
|
796
801
|
talonflame: { encounters: ['wild'] },
|
|
797
802
|
// Scatterbug is actually obtained in a special type of encounter,
|
|
798
803
|
// but the level and IV floors are the same as research encounters
|
|
799
|
-
scatterbug: { encounters: ['research'
|
|
800
|
-
spewpa: { encounters: ['research'
|
|
801
|
-
vivillon: { encounters: ['research'
|
|
802
|
-
vivillonarchipelago: { encounters: ['research'
|
|
803
|
-
vivilloncontinent: { encounters: ['research'
|
|
804
|
-
vivillonelegant: { encounters: ['research'
|
|
805
|
-
vivillongarden: { encounters: ['research'
|
|
806
|
-
vivillonhighplains: { encounters: ['research'
|
|
807
|
-
vivillonicysnow: { encounters: ['research'
|
|
808
|
-
vivillonjungle: { encounters: ['research'
|
|
809
|
-
vivillonmarine: { encounters: ['research'
|
|
810
|
-
vivillonmodern: { encounters: ['research'
|
|
811
|
-
vivillonmonsoon: { encounters: ['research'
|
|
812
|
-
vivillonocean: { encounters: ['research'
|
|
813
|
-
vivillonpolar: { encounters: ['research'
|
|
814
|
-
vivillonriver: { encounters: ['research'
|
|
815
|
-
vivillonsandstorm: { encounters: ['research'
|
|
816
|
-
vivillonsavanna: { encounters: ['research'
|
|
817
|
-
vivillonsun: { encounters: ['research'
|
|
818
|
-
vivillontundra: { encounters: ['research'
|
|
804
|
+
scatterbug: { encounters: ['research'] },
|
|
805
|
+
spewpa: { encounters: ['research'] },
|
|
806
|
+
vivillon: { encounters: ['research'] },
|
|
807
|
+
vivillonarchipelago: { encounters: ['research'] },
|
|
808
|
+
vivilloncontinent: { encounters: ['research'] },
|
|
809
|
+
vivillonelegant: { encounters: ['research'] },
|
|
810
|
+
vivillongarden: { encounters: ['research'] },
|
|
811
|
+
vivillonhighplains: { encounters: ['research'] },
|
|
812
|
+
vivillonicysnow: { encounters: ['research'] },
|
|
813
|
+
vivillonjungle: { encounters: ['research'] },
|
|
814
|
+
vivillonmarine: { encounters: ['research'] },
|
|
815
|
+
vivillonmodern: { encounters: ['research'] },
|
|
816
|
+
vivillonmonsoon: { encounters: ['research'] },
|
|
817
|
+
vivillonocean: { encounters: ['research'] },
|
|
818
|
+
vivillonpolar: { encounters: ['research'] },
|
|
819
|
+
vivillonriver: { encounters: ['research'] },
|
|
820
|
+
vivillonsandstorm: { encounters: ['research'] },
|
|
821
|
+
vivillonsavanna: { encounters: ['research'] },
|
|
822
|
+
vivillonsun: { encounters: ['research'] },
|
|
823
|
+
vivillontundra: { encounters: ['research'] },
|
|
819
824
|
litleo: { encounters: ['wild'] },
|
|
820
825
|
pyroar: { encounters: ['wild'] },
|
|
821
|
-
flabebe: { encounters: ['wild'
|
|
822
|
-
flabebeblue: { encounters: ['wild'
|
|
823
|
-
flabebeorange: { encounters: ['wild'
|
|
824
|
-
flabebewhite: { encounters: ['wild'
|
|
825
|
-
flabebeyellow: { encounters: ['wild'
|
|
826
|
-
floette: { encounters: ['wild'
|
|
827
|
-
floetteblue: { encounters: ['wild'
|
|
828
|
-
floetteorange: { encounters: ['wild'
|
|
829
|
-
floettewhite: { encounters: ['wild'
|
|
830
|
-
floetteyellow: { encounters: ['wild'
|
|
831
|
-
florges: { encounters: ['wild'
|
|
832
|
-
florgesblue: { encounters: ['wild'
|
|
833
|
-
florgesorange: { encounters: ['wild'
|
|
834
|
-
florgeswhite: { encounters: ['wild'
|
|
835
|
-
florgesyellow: { encounters: ['wild'
|
|
836
|
-
pancham: { encounters: ['wild'
|
|
837
|
-
pangoro: { encounters: ['wild'
|
|
826
|
+
flabebe: { encounters: ['wild'] },
|
|
827
|
+
flabebeblue: { encounters: ['wild'] },
|
|
828
|
+
flabebeorange: { encounters: ['wild'] },
|
|
829
|
+
flabebewhite: { encounters: ['wild'] },
|
|
830
|
+
flabebeyellow: { encounters: ['wild'] },
|
|
831
|
+
floette: { encounters: ['wild'] },
|
|
832
|
+
floetteblue: { encounters: ['wild'] },
|
|
833
|
+
floetteorange: { encounters: ['wild'] },
|
|
834
|
+
floettewhite: { encounters: ['wild'] },
|
|
835
|
+
floetteyellow: { encounters: ['wild'] },
|
|
836
|
+
florges: { encounters: ['wild'] },
|
|
837
|
+
florgesblue: { encounters: ['wild'] },
|
|
838
|
+
florgesorange: { encounters: ['wild'] },
|
|
839
|
+
florgeswhite: { encounters: ['wild'] },
|
|
840
|
+
florgesyellow: { encounters: ['wild'] },
|
|
841
|
+
pancham: { encounters: ['wild'] },
|
|
842
|
+
pangoro: { encounters: ['wild'] },
|
|
838
843
|
furfrou: { encounters: ['wild'] },
|
|
839
844
|
furfroudandy: { encounters: ['wild'] },
|
|
840
845
|
furfroudebutante: { encounters: ['wild'] },
|
|
@@ -856,97 +861,105 @@ exports.PokemonGoData = {
|
|
|
856
861
|
malamar: { encounters: ['wild'] },
|
|
857
862
|
binacle: { encounters: ['wild'] },
|
|
858
863
|
barbaracle: { encounters: ['wild'] },
|
|
859
|
-
skrelp: { encounters: ['wild'
|
|
860
|
-
dragalge: { encounters: ['wild'
|
|
864
|
+
skrelp: { encounters: ['wild'] },
|
|
865
|
+
dragalge: { encounters: ['wild'] },
|
|
861
866
|
clauncher: { encounters: ['wild'] },
|
|
862
867
|
clawitzer: { encounters: ['wild'] },
|
|
863
868
|
helioptile: { encounters: ['wild'] },
|
|
864
869
|
heliolisk: { encounters: ['wild'] },
|
|
865
|
-
tyrunt: { encounters: ['wild'
|
|
866
|
-
tyrantrum: { encounters: ['wild'
|
|
867
|
-
amaura: { encounters: ['wild'
|
|
868
|
-
aurorus: { encounters: ['wild'
|
|
870
|
+
tyrunt: { encounters: ['wild'] },
|
|
871
|
+
tyrantrum: { encounters: ['wild'] },
|
|
872
|
+
amaura: { encounters: ['wild'] },
|
|
873
|
+
aurorus: { encounters: ['wild'] },
|
|
869
874
|
sylveon: { encounters: ['wild'] },
|
|
870
875
|
hawlucha: { encounters: ['wild', 'noshiny'] },
|
|
871
876
|
dedenne: { encounters: ['wild'] },
|
|
872
877
|
carbink: { encounters: ['research', 'noshiny'] },
|
|
873
|
-
goomy: { encounters: ['wild'
|
|
874
|
-
sliggoo: { encounters: ['wild'
|
|
875
|
-
goodra: { encounters: ['wild'
|
|
878
|
+
goomy: { encounters: ['wild'] },
|
|
879
|
+
sliggoo: { encounters: ['wild'] },
|
|
880
|
+
goodra: { encounters: ['wild'] },
|
|
876
881
|
klefki: { encounters: ['wild', 'noshiny'] },
|
|
877
|
-
phantump: { encounters: ['wild'
|
|
878
|
-
trevenant: { encounters: ['wild'
|
|
879
|
-
pumpkaboo: { encounters: ['wild'
|
|
880
|
-
pumpkaboolarge: { encounters: ['wild'
|
|
881
|
-
pumpkaboosmall: { encounters: ['wild'
|
|
882
|
-
pumpkaboosuper: { encounters: ['wild'
|
|
883
|
-
gourgeist: { encounters: ['wild'
|
|
884
|
-
gourgeistlarge: { encounters: ['wild'
|
|
885
|
-
gourgeistsmall: { encounters: ['wild'
|
|
886
|
-
gourgeistsuper: { encounters: ['wild'
|
|
882
|
+
phantump: { encounters: ['wild'] },
|
|
883
|
+
trevenant: { encounters: ['wild'] },
|
|
884
|
+
pumpkaboo: { encounters: ['wild'] },
|
|
885
|
+
pumpkaboolarge: { encounters: ['wild'] },
|
|
886
|
+
pumpkaboosmall: { encounters: ['wild'] },
|
|
887
|
+
pumpkaboosuper: { encounters: ['wild'] },
|
|
888
|
+
gourgeist: { encounters: ['wild'] },
|
|
889
|
+
gourgeistlarge: { encounters: ['wild'] },
|
|
890
|
+
gourgeistsmall: { encounters: ['wild'] },
|
|
891
|
+
gourgeistsuper: { encounters: ['wild'] },
|
|
887
892
|
bergmite: { encounters: ['wild'] },
|
|
888
893
|
avalugg: { encounters: ['wild'] },
|
|
889
|
-
avalugghisui: { encounters: ['
|
|
894
|
+
avalugghisui: { encounters: ['wild'] },
|
|
890
895
|
noibat: { encounters: ['wild'] },
|
|
891
896
|
noivern: { encounters: ['wild'] },
|
|
892
897
|
xerneas: { encounters: ['raid', 'specialtrade'] },
|
|
893
898
|
yveltal: { encounters: ['raid', 'specialtrade'] },
|
|
894
|
-
// zygarde: {encounters: ['research', 'noshiny']},
|
|
895
|
-
|
|
899
|
+
// zygarde: {encounters: ['research', 'noshiny', 'notrade']},
|
|
900
|
+
diancie: { encounters: ['research', 'noshiny', 'notrade'] },
|
|
896
901
|
hoopa: { encounters: ['raid', 'research', 'noshiny', 'notrade'] },
|
|
897
|
-
rowlet: { encounters: ['wild'
|
|
898
|
-
dartrix: { encounters: ['wild'
|
|
899
|
-
decidueye: { encounters: ['wild'
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
902
|
+
rowlet: { encounters: ['wild'] },
|
|
903
|
+
dartrix: { encounters: ['wild'] },
|
|
904
|
+
decidueye: { encounters: ['wild'] },
|
|
905
|
+
decidueyehisui: { encounters: ['raid'] },
|
|
906
|
+
litten: { encounters: ['wild'] },
|
|
907
|
+
torracat: { encounters: ['wild'] },
|
|
908
|
+
incineroar: { encounters: ['wild'] },
|
|
909
|
+
popplio: { encounters: ['wild'] },
|
|
910
|
+
brionne: { encounters: ['wild'] },
|
|
911
|
+
primarina: { encounters: ['wild'] },
|
|
906
912
|
pikipek: { encounters: ['wild', 'noshiny'] },
|
|
907
913
|
trumbeak: { encounters: ['wild', 'noshiny'] },
|
|
908
914
|
toucannon: { encounters: ['wild', 'noshiny'] },
|
|
909
915
|
yungoos: { encounters: ['wild'] },
|
|
910
916
|
gumshoos: { encounters: ['wild'] },
|
|
911
|
-
grubbin: { encounters: ['wild'
|
|
912
|
-
charjabug: { encounters: ['wild'
|
|
913
|
-
vikavolt: { encounters: ['wild'
|
|
914
|
-
crabrawler: { encounters: ['wild'
|
|
915
|
-
crabominable: { encounters: ['wild'
|
|
916
|
-
oricorio: { encounters: ['wild'
|
|
917
|
-
cutiefly: { encounters: ['wild'
|
|
918
|
-
ribombee: { encounters: ['wild'
|
|
917
|
+
grubbin: { encounters: ['wild'] },
|
|
918
|
+
charjabug: { encounters: ['wild'] },
|
|
919
|
+
vikavolt: { encounters: ['wild'] },
|
|
920
|
+
crabrawler: { encounters: ['wild'] },
|
|
921
|
+
crabominable: { encounters: ['wild'] },
|
|
922
|
+
oricorio: { encounters: ['wild'] },
|
|
923
|
+
cutiefly: { encounters: ['wild'] },
|
|
924
|
+
ribombee: { encounters: ['wild'] },
|
|
919
925
|
rockruff: { encounters: ['wild'] },
|
|
926
|
+
rockruffdusk: { encounters: ['wild'] },
|
|
920
927
|
lycanroc: { encounters: ['wild'] },
|
|
921
928
|
lycanrocmidnight: { encounters: ['wild'] },
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
929
|
+
lycanrocdusk: { encounters: ['wild'] },
|
|
930
|
+
mareanie: { encounters: ['wild'] },
|
|
931
|
+
toxapex: { encounters: ['wild'] },
|
|
932
|
+
// mudbray: {encounters: ['wild']}, available 2025-03-29
|
|
933
|
+
// mudsdale: {encounters: ['wild']},
|
|
934
|
+
dewpider: { encounters: ['wild'] },
|
|
935
|
+
araquanid: { encounters: ['wild'] },
|
|
926
936
|
fomantis: { encounters: ['wild'] },
|
|
927
937
|
lurantis: { encounters: ['wild'] },
|
|
928
|
-
morelull: { encounters: ['wild'
|
|
929
|
-
shiinotic: { encounters: ['wild'
|
|
930
|
-
salandit: { encounters: ['12kmegg', 'noshiny'] },
|
|
931
|
-
salazzle: { encounters: ['12kmegg', 'noshiny'] },
|
|
938
|
+
morelull: { encounters: ['wild'] },
|
|
939
|
+
shiinotic: { encounters: ['wild'] },
|
|
940
|
+
salandit: { encounters: ['12kmegg', 'research', 'noshiny'] },
|
|
941
|
+
salazzle: { encounters: ['12kmegg', 'research', 'noshiny'] },
|
|
932
942
|
stufful: { encounters: ['wild'] },
|
|
933
943
|
bewear: { encounters: ['wild'] },
|
|
934
|
-
bounsweet: { encounters: ['wild'
|
|
935
|
-
steenee: { encounters: ['wild'
|
|
936
|
-
tsareena: { encounters: ['wild'
|
|
944
|
+
bounsweet: { encounters: ['wild'] },
|
|
945
|
+
steenee: { encounters: ['wild'] },
|
|
946
|
+
tsareena: { encounters: ['wild'] },
|
|
937
947
|
comfey: { encounters: ['wild', 'noshiny'] },
|
|
938
|
-
oranguru: { encounters: ['wild'
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
948
|
+
oranguru: { encounters: ['wild'] },
|
|
949
|
+
passimian: { encounters: ['wild'] },
|
|
950
|
+
wimpod: { encounters: ['wild'] },
|
|
951
|
+
golisopod: { encounters: ['wild'] },
|
|
952
|
+
sandygast: { encounters: ['wild'] },
|
|
953
|
+
palossand: { encounters: ['wild'] },
|
|
954
|
+
komala: { encounters: ['wild'] },
|
|
955
|
+
turtonator: { encounters: ['egg', 'raid', 'research'] },
|
|
956
|
+
togedemaru: { encounters: ['wild'] },
|
|
946
957
|
bruxish: { encounters: ['wild', 'noshiny'] },
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
958
|
+
drampa: { encounters: ['egg', 'raid', 'research'] },
|
|
959
|
+
dhelmise: { encounters: ['raid', 'noshiny'] },
|
|
960
|
+
jangmoo: { encounters: ['wild'] },
|
|
961
|
+
hakamoo: { encounters: ['wild'] },
|
|
962
|
+
kommoo: { encounters: ['wild'] },
|
|
950
963
|
tapukoko: { encounters: ['raid'] },
|
|
951
964
|
tapulele: { encounters: ['raid'] },
|
|
952
965
|
tapubulu: { encounters: ['raid'] },
|
|
@@ -956,31 +969,111 @@ exports.PokemonGoData = {
|
|
|
956
969
|
solgaleo: { encounters: ['research', 'noshiny', 'specialtrade'] },
|
|
957
970
|
lunala: { encounters: ['research', 'noshiny', 'specialtrade'] },
|
|
958
971
|
nihilego: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
959
|
-
buzzwole: { encounters: ['raid', 'research', '
|
|
960
|
-
pheromosa: { encounters: ['raid', 'research', '
|
|
961
|
-
xurkitree: { encounters: ['raid', 'research', '
|
|
962
|
-
celesteela: { encounters: ['raid', 'research', '
|
|
963
|
-
kartana: { encounters: ['raid', 'research', '
|
|
964
|
-
guzzlord: { encounters: ['raid', 'research', '
|
|
972
|
+
buzzwole: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
973
|
+
pheromosa: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
974
|
+
xurkitree: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
975
|
+
celesteela: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
976
|
+
kartana: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
977
|
+
guzzlord: { encounters: ['raid', 'research', 'specialtrade'] },
|
|
978
|
+
poipole: { encounters: ['research', 'noshiny', 'specialtrade'] },
|
|
979
|
+
naganadel: { encounters: ['research', 'noshiny', 'specialtrade'] },
|
|
980
|
+
stakataka: { encounters: ['raid', 'research', 'noshiny', 'specialtrade'] },
|
|
981
|
+
blacephalon: { encounters: ['raid', 'research', 'noshiny', 'specialtrade'] },
|
|
982
|
+
necrozma: { encounters: ['raid', 'specialtrade'] },
|
|
965
983
|
meltan: { encounters: ['wild'] },
|
|
966
984
|
melmetal: { encounters: ['wild'] },
|
|
967
|
-
|
|
968
|
-
|
|
985
|
+
grookey: { encounters: ['wild', 'noshiny'] },
|
|
986
|
+
thwackey: { encounters: ['wild', 'noshiny'] },
|
|
987
|
+
rillaboom: { encounters: ['wild', 'noshiny'] },
|
|
988
|
+
scorbunny: { encounters: ['wild', 'noshiny'] },
|
|
989
|
+
raboot: { encounters: ['wild', 'noshiny'] },
|
|
990
|
+
cinderace: { encounters: ['wild', 'noshiny'] },
|
|
991
|
+
sobble: { encounters: ['wild', 'noshiny'] },
|
|
992
|
+
drizzile: { encounters: ['wild', 'noshiny'] },
|
|
993
|
+
inteleon: { encounters: ['wild', 'noshiny'] },
|
|
994
|
+
skwovet: { encounters: ['wild'] },
|
|
995
|
+
greedent: { encounters: ['wild'] },
|
|
996
|
+
rookidee: { encounters: ['wild', 'noshiny'] },
|
|
997
|
+
corvisquire: { encounters: ['wild', 'noshiny'] },
|
|
998
|
+
corviknight: { encounters: ['wild', 'noshiny'] },
|
|
999
|
+
toxel: { encounters: ['egg'] },
|
|
1000
|
+
toxtricity: { encounters: ['egg', 'raid', 'research'] },
|
|
1001
|
+
toxtricitylowkey: { encounters: ['egg', 'raid', 'research'] },
|
|
1002
|
+
sinistea: { encounters: ['raid', 'research', 'noshiny'] },
|
|
1003
|
+
sinisteaantique: { encounters: ['raid', 'research', 'noshiny'] },
|
|
1004
|
+
polteageist: { encounters: ['raid', 'research', 'noshiny'] },
|
|
1005
|
+
polteageistantique: { encounters: ['raid', 'research', 'noshiny'] },
|
|
1006
|
+
hatenna: { encounters: ['wild', 'noshiny'] },
|
|
1007
|
+
hattrem: { encounters: ['wild', 'noshiny'] },
|
|
1008
|
+
hatterene: { encounters: ['wild', 'noshiny'] },
|
|
969
1009
|
obstagoon: { encounters: ['wild'] },
|
|
970
1010
|
perrserker: { encounters: ['wild'] },
|
|
1011
|
+
cursola: { encounters: ['egg'] },
|
|
971
1012
|
sirfetchd: { encounters: ['wild'] },
|
|
972
1013
|
mrrime: { encounters: ['wild'] },
|
|
973
1014
|
runerigus: { encounters: ['egg', 'raid', 'research'] },
|
|
974
|
-
falinks: { encounters: ['wild'
|
|
975
|
-
|
|
976
|
-
|
|
1015
|
+
falinks: { encounters: ['wild'] },
|
|
1016
|
+
stonjourner: { encounters: ['wild', 'noshiny'] },
|
|
1017
|
+
morpeko: { encounters: ['wild', 'noshiny'] },
|
|
1018
|
+
dreepy: { encounters: ['wild', 'noshiny'] },
|
|
1019
|
+
drakloak: { encounters: ['wild', 'noshiny'] },
|
|
1020
|
+
dragapult: { encounters: ['wild', 'noshiny'] },
|
|
1021
|
+
zacian: { encounters: ['raid', 'specialtrade'] },
|
|
1022
|
+
zamazenta: { encounters: ['raid', 'specialtrade'] },
|
|
977
1023
|
zarude: { encounters: ['research', 'noshiny', 'notrade'] },
|
|
978
|
-
regieleki: { encounters: ['raid', '
|
|
979
|
-
regidrago: { encounters: ['raid', '
|
|
1024
|
+
regieleki: { encounters: ['raid', 'specialtrade'] },
|
|
1025
|
+
regidrago: { encounters: ['raid', 'specialtrade'] },
|
|
1026
|
+
wyrdeer: { encounters: ['wild'] },
|
|
980
1027
|
kleavor: { encounters: ['wild'] },
|
|
981
1028
|
ursaluna: { encounters: ['wild'] },
|
|
982
|
-
sneasler: { encounters: ['wild'
|
|
983
|
-
overqwil: { encounters: ['wild'
|
|
1029
|
+
sneasler: { encounters: ['wild'] },
|
|
1030
|
+
overqwil: { encounters: ['wild'] },
|
|
1031
|
+
enamorus: { encounters: ['raid', 'noshiny', 'specialtrade'] },
|
|
1032
|
+
sprigatito: { encounters: ['wild'] },
|
|
1033
|
+
floragato: { encounters: ['wild'] },
|
|
1034
|
+
meowscarada: { encounters: ['wild'] },
|
|
1035
|
+
fuecoco: { encounters: ['wild', 'noshiny'] }, // Shiny available 2025-03-08
|
|
1036
|
+
crocalor: { encounters: ['wild', 'noshiny'] },
|
|
1037
|
+
skeledirge: { encounters: ['wild', 'noshiny'] },
|
|
1038
|
+
quaxly: { encounters: ['wild', 'noshiny'] },
|
|
1039
|
+
quaxwell: { encounters: ['wild', 'noshiny'] },
|
|
1040
|
+
quaquaval: { encounters: ['wild', 'noshiny'] },
|
|
1041
|
+
lechonk: { encounters: ['wild'] },
|
|
1042
|
+
oinkologne: { encounters: ['wild'] },
|
|
1043
|
+
oinkolognef: { encounters: ['wild'] },
|
|
1044
|
+
nymble: { encounters: ['wild'] },
|
|
1045
|
+
lokix: { encounters: ['wild'] },
|
|
1046
|
+
tandemaus: { encounters: ['research', 'noshiny'] },
|
|
1047
|
+
maushold: { encounters: ['research', 'noshiny'] },
|
|
1048
|
+
mausholdfour: { encounters: ['research', 'noshiny'] },
|
|
1049
|
+
fidough: { encounters: ['wild', 'noshiny'] },
|
|
1050
|
+
dachsbun: { encounters: ['wild', 'noshiny'] },
|
|
1051
|
+
pawmi: { encounters: ['wild', 'noshiny'] },
|
|
1052
|
+
pawmo: { encounters: ['wild', 'noshiny'] },
|
|
1053
|
+
pawmot: { encounters: ['wild', 'noshiny'] },
|
|
1054
|
+
smoliv: { encounters: ['wild'] },
|
|
1055
|
+
dolliv: { encounters: ['wild'] },
|
|
1056
|
+
arboliva: { encounters: ['wild'] },
|
|
1057
|
+
charcadet: { encounters: ['egg', 'research', 'noshiny'] },
|
|
1058
|
+
armarouge: { encounters: ['egg', 'research', 'noshiny'] },
|
|
1059
|
+
ceruledge: { encounters: ['egg', 'research', 'noshiny'] },
|
|
1060
|
+
tadbulb: { encounters: ['wild', 'noshiny'] },
|
|
1061
|
+
bellibolt: { encounters: ['wild', 'noshiny'] },
|
|
1062
|
+
shroodle: { encounters: ['12kmegg', 'noshiny'] },
|
|
1063
|
+
grafaiai: { encounters: ['12kmegg', 'noshiny'] },
|
|
1064
|
+
wiglett: { encounters: ['wild', 'noshiny'] },
|
|
1065
|
+
wugtrio: { encounters: ['wild', 'noshiny'] },
|
|
1066
|
+
varoom: { encounters: ['12kmegg', 'noshiny'] },
|
|
1067
|
+
revavroom: { encounters: ['12kmegg', 'noshiny'] },
|
|
1068
|
+
greavard: { encounters: ['wild', 'noshiny'] },
|
|
1069
|
+
houndstone: { encounters: ['wild', 'noshiny'] },
|
|
1070
|
+
cetoddle: { encounters: ['wild'] },
|
|
1071
|
+
cetitan: { encounters: ['wild'] },
|
|
1072
|
+
annihilape: { encounters: ['wild'] },
|
|
1073
|
+
clodsire: { encounters: ['wild', 'noshiny'] },
|
|
1074
|
+
frigibax: { encounters: ['wild', 'noshiny'] },
|
|
1075
|
+
arctibax: { encounters: ['wild', 'noshiny'] },
|
|
1076
|
+
baxcalibur: { encounters: ['wild', 'noshiny'] },
|
|
984
1077
|
gimmighoulroaming: { encounters: ['wild', 'noshiny'] },
|
|
985
1078
|
gholdengo: { encounters: ['wild', 'noshiny'] },
|
|
986
1079
|
};
|