@pokepc/dataset 6.5.1 → 6.7.0-beta.1

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.
Files changed (91) hide show
  1. package/build/{box-preset-sanitizer-GjGde3eW.mjs → box-preset-sanitizer-DHGv5TJj.mjs} +2 -2
  2. package/build/{box-preset-sanitizer-GjGde3eW.mjs.map → box-preset-sanitizer-DHGv5TJj.mjs.map} +1 -1
  3. package/build/box-preset-sanitizer-kg68JZPB.d.mts.map +1 -1
  4. package/build/{build-DeFbpXmN.mjs → build-DvGzwIK8.mjs} +74 -17
  5. package/build/build-DvGzwIK8.mjs.map +1 -0
  6. package/build/{build-DlK17pH-.mjs → build-bE_0_-0H.mjs} +16 -15
  7. package/build/build-bE_0_-0H.mjs.map +1 -0
  8. package/build/enums-CCbmORM6.d.mts.map +1 -1
  9. package/build/lib/box-preset-sanitizer.mjs +1 -1
  10. package/build/lib/box-preset-transform.d.mts +4 -6
  11. package/build/lib/box-preset-transform.d.mts.map +1 -1
  12. package/build/lib/box-preset-transform.mjs +2 -2
  13. package/build/lib/constants.d.mts +3 -4
  14. package/build/lib/constants.d.mts.map +1 -1
  15. package/build/lib/fs.d.mts +52 -53
  16. package/build/lib/fs.d.mts.map +1 -1
  17. package/build/lib/fs.mjs +3 -3
  18. package/build/lib/fs.mjs.map +1 -1
  19. package/build/lib/languages.d.mts +11 -12
  20. package/build/lib/languages.d.mts.map +1 -1
  21. package/build/lib/schemas.d.mts +1 -1
  22. package/build/lib/schemas.mjs +1 -1
  23. package/build/lib/search.d.mts +2 -3
  24. package/build/lib/search.d.mts.map +1 -1
  25. package/build/lib/search.mjs.map +1 -1
  26. package/build/lib/types.d.mts +34 -34
  27. package/build/lib/types.d.mts.map +1 -1
  28. package/build/lib/utils.d.mts +16 -17
  29. package/build/lib/utils.d.mts.map +1 -1
  30. package/build/lib/validators.d.mts +1 -1
  31. package/build/lib-next/_build.d.mts +1 -1
  32. package/build/lib-next/_build.mjs +2 -2
  33. package/build/lib-next/enums.d.mts +41 -42
  34. package/build/lib-next/enums.d.mts.map +1 -1
  35. package/build/lib-next/fs.d.mts +3 -4
  36. package/build/lib-next/fs.d.mts.map +1 -1
  37. package/build/lib-next/languages.d.mts +17 -18
  38. package/build/lib-next/languages.d.mts.map +1 -1
  39. package/build/lib-next/schemas.d.mts +230 -232
  40. package/build/lib-next/schemas.d.mts.map +1 -1
  41. package/build/lib-next/schemas.mjs +1 -1
  42. package/build/schemas-Bj1AIX0P.mjs +93 -0
  43. package/build/schemas-Bj1AIX0P.mjs.map +1 -0
  44. package/build/schemas-CcUqoHNr.mjs +349 -0
  45. package/build/schemas-CcUqoHNr.mjs.map +1 -0
  46. package/build/schemas-DZQWOWP4.d.mts +804 -0
  47. package/build/schemas-DZQWOWP4.d.mts.map +1 -0
  48. package/build/utils-BwovRocd.mjs.map +1 -1
  49. package/data/abilities.json +9 -0
  50. package/data/games/champions.json +5 -1
  51. package/data/games/pokopia-bubblybasin.json +42 -0
  52. package/data/games/pokopia.json +1 -1
  53. package/data/indices/games.json +1 -0
  54. package/data/indices/pokedexes.json +3 -1
  55. package/data/pokedexes/champions-regular-roster-m-b.json +3 -0
  56. package/data/pokedexes/champions-regular-roster-m-c.json +464 -0
  57. package/data/pokedexes/paldea-kitakami.json +0 -2
  58. package/data/pokedexes/pokopia-basin.json +63 -0
  59. package/data/pokedexes/pokopia-event.json +6 -2
  60. package/data/pokemon/absol-mega-z.json +1 -3
  61. package/data/pokemon/baxcalibur.json +1 -1
  62. package/data/pokemon/garchomp-mega-z.json +2 -2
  63. package/data/pokemon/golisopod.json +12 -1
  64. package/data/pokemon/lucario-mega-z.json +1 -3
  65. package/data/pokemon/pyroar-f.json +7 -2
  66. package/data/pokemon/pyroar.json +2 -1
  67. package/data/pokemon/rillaboom.json +1 -1
  68. package/data/pokemon/salamence.json +2 -1
  69. package/data-next/champions/abilities.json +10 -0
  70. package/data-next/champions/i18n/chs/abilities.json +7 -0
  71. package/data-next/champions/i18n/cht/abilities.json +7 -0
  72. package/data-next/champions/i18n/deu/abilities.json +7 -0
  73. package/data-next/champions/i18n/eng/abilities.json +7 -0
  74. package/data-next/champions/i18n/es-es/abilities.json +7 -0
  75. package/data-next/champions/i18n/es-la/abilities.json +7 -0
  76. package/data-next/champions/i18n/fra/abilities.json +7 -0
  77. package/data-next/champions/i18n/ita/abilities.json +7 -0
  78. package/data-next/champions/i18n/jpn/abilities.json +7 -0
  79. package/data-next/champions/i18n/kor/abilities.json +7 -0
  80. package/data-next/champions/i18n/pt-br/abilities.json +7 -0
  81. package/data-next/champions/items.json +34 -0
  82. package/data-next/champions/moves.json +1 -0
  83. package/package.json +10 -10
  84. package/build/build-DeFbpXmN.mjs.map +0 -1
  85. package/build/build-DlK17pH-.mjs.map +0 -1
  86. package/build/schemas-B4fI9u0f.mjs +0 -93
  87. package/build/schemas-B4fI9u0f.mjs.map +0 -1
  88. package/build/schemas-BCuqOH_X.d.mts +0 -805
  89. package/build/schemas-BCuqOH_X.d.mts.map +0 -1
  90. package/build/schemas-Dt7FbAMy.mjs +0 -349
  91. package/build/schemas-Dt7FbAMy.mjs.map +0 -1
@@ -0,0 +1,464 @@
1
+ {
2
+ "id": "champions-regular-roster-m-c",
3
+ "name": "Recruiting Ranch - Regular Roster M-C",
4
+ "shortDesc": "List of Pokémon eligible for battle in Pokémon Champions Regulation Set M-C.",
5
+ "desc": "Regular Roster M-C features all Pokémon (and forms) eligible for battle in Regulation Set M-C. This includes all recruitable and transfer-only Pokémon in the Regulation Set. This list is preliminary: only part of the Regulation Set M-C additions have been announced, so it grows as the remaining Pokémon are revealed.",
6
+ "gen": 0,
7
+ "region": null,
8
+ "isNational": false,
9
+ "baseDex": null,
10
+ "pkApiId": null,
11
+ "entries": [
12
+ { "pid": "venusaur", "dexNum": 3, "isForm": false },
13
+ { "pid": "venusaur-f", "dexNum": 3, "isForm": true },
14
+ { "pid": "venusaur-mega", "dexNum": 3, "isForm": true },
15
+ { "pid": "charizard", "dexNum": 6, "isForm": false },
16
+ { "pid": "charizard-mega-x", "dexNum": 6, "isForm": true },
17
+ { "pid": "charizard-mega-y", "dexNum": 6, "isForm": true },
18
+ { "pid": "blastoise", "dexNum": 9, "isForm": false },
19
+ { "pid": "blastoise-mega", "dexNum": 9, "isForm": true },
20
+ { "pid": "beedrill", "dexNum": 15, "isForm": false },
21
+ { "pid": "beedrill-mega", "dexNum": 15, "isForm": true },
22
+ { "pid": "pidgeot", "dexNum": 18, "isForm": false },
23
+ { "pid": "pidgeot-mega", "dexNum": 18, "isForm": true },
24
+ { "pid": "arbok", "dexNum": 24, "isForm": false },
25
+ { "pid": "pikachu", "dexNum": 25, "isForm": false },
26
+ { "pid": "pikachu-f", "dexNum": 25, "isForm": true },
27
+ { "pid": "raichu", "dexNum": 26, "isForm": false },
28
+ { "pid": "raichu-f", "dexNum": 26, "isForm": true },
29
+ { "pid": "raichu-alola", "dexNum": 26, "isForm": true },
30
+ { "pid": "raichu-mega-x", "dexNum": 26, "isForm": true },
31
+ { "pid": "raichu-mega-y", "dexNum": 26, "isForm": true },
32
+ { "pid": "clefable", "dexNum": 36, "isForm": false },
33
+ { "pid": "clefable-mega", "dexNum": 36, "isForm": true },
34
+ { "pid": "ninetales", "dexNum": 38, "isForm": false },
35
+ { "pid": "ninetales-alola", "dexNum": 38, "isForm": true },
36
+ { "pid": "vileplume", "dexNum": 45, "isForm": false },
37
+ { "pid": "vileplume-f", "dexNum": 45, "isForm": true },
38
+ { "pid": "arcanine", "dexNum": 59, "isForm": false },
39
+ { "pid": "arcanine-hisui", "dexNum": 59, "isForm": true },
40
+ { "pid": "alakazam", "dexNum": 65, "isForm": false },
41
+ { "pid": "alakazam-f", "dexNum": 65, "isForm": true },
42
+ { "pid": "alakazam-mega", "dexNum": 65, "isForm": true },
43
+ { "pid": "machamp", "dexNum": 68, "isForm": false },
44
+ { "pid": "victreebel", "dexNum": 71, "isForm": false },
45
+ { "pid": "victreebel-mega", "dexNum": 71, "isForm": true },
46
+ { "pid": "slowbro", "dexNum": 80, "isForm": false },
47
+ { "pid": "slowbro-mega", "dexNum": 80, "isForm": true },
48
+ { "pid": "slowbro-galar", "dexNum": 80, "isForm": true },
49
+ { "pid": "gengar", "dexNum": 94, "isForm": false },
50
+ { "pid": "gengar-mega", "dexNum": 94, "isForm": true },
51
+ { "pid": "kangaskhan", "dexNum": 115, "isForm": false },
52
+ { "pid": "kangaskhan-mega", "dexNum": 115, "isForm": true },
53
+ { "pid": "starmie", "dexNum": 121, "isForm": false },
54
+ { "pid": "starmie-mega", "dexNum": 121, "isForm": true },
55
+ { "pid": "pinsir", "dexNum": 127, "isForm": false },
56
+ { "pid": "pinsir-mega", "dexNum": 127, "isForm": true },
57
+ { "pid": "tauros", "dexNum": 128, "isForm": false },
58
+ { "pid": "tauros-paldea", "dexNum": 128, "isForm": true },
59
+ { "pid": "tauros-paldea-fire", "dexNum": 128, "isForm": true },
60
+ { "pid": "tauros-paldea-water", "dexNum": 128, "isForm": true },
61
+ { "pid": "gyarados", "dexNum": 130, "isForm": false },
62
+ { "pid": "gyarados-f", "dexNum": 130, "isForm": true },
63
+ { "pid": "gyarados-mega", "dexNum": 130, "isForm": true },
64
+ { "pid": "ditto", "dexNum": 132, "isForm": false },
65
+ { "pid": "vaporeon", "dexNum": 134, "isForm": false },
66
+ { "pid": "jolteon", "dexNum": 135, "isForm": false },
67
+ { "pid": "flareon", "dexNum": 136, "isForm": false },
68
+ { "pid": "aerodactyl", "dexNum": 142, "isForm": false },
69
+ { "pid": "aerodactyl-mega", "dexNum": 142, "isForm": true },
70
+ { "pid": "snorlax", "dexNum": 143, "isForm": false },
71
+ { "pid": "dragonite", "dexNum": 149, "isForm": false },
72
+ { "pid": "dragonite-mega", "dexNum": 149, "isForm": true },
73
+ { "pid": "meganium", "dexNum": 154, "isForm": false },
74
+ { "pid": "meganium-f", "dexNum": 154, "isForm": true },
75
+ { "pid": "meganium-mega", "dexNum": 154, "isForm": true },
76
+ { "pid": "typhlosion", "dexNum": 157, "isForm": false },
77
+ { "pid": "typhlosion-hisui", "dexNum": 157, "isForm": true },
78
+ { "pid": "feraligatr", "dexNum": 160, "isForm": false },
79
+ { "pid": "feraligatr-mega", "dexNum": 160, "isForm": true },
80
+ { "pid": "ariados", "dexNum": 168, "isForm": false },
81
+ { "pid": "ampharos", "dexNum": 181, "isForm": false },
82
+ { "pid": "ampharos-mega", "dexNum": 181, "isForm": true },
83
+ { "pid": "azumarill", "dexNum": 184, "isForm": false },
84
+ { "pid": "politoed", "dexNum": 186, "isForm": false },
85
+ { "pid": "politoed-f", "dexNum": 186, "isForm": true },
86
+ { "pid": "espeon", "dexNum": 196, "isForm": false },
87
+ { "pid": "umbreon", "dexNum": 197, "isForm": false },
88
+ { "pid": "slowking", "dexNum": 199, "isForm": false },
89
+ { "pid": "slowking-galar", "dexNum": 199, "isForm": true },
90
+ { "pid": "forretress", "dexNum": 205, "isForm": false },
91
+ { "pid": "steelix", "dexNum": 208, "isForm": false },
92
+ { "pid": "steelix-f", "dexNum": 208, "isForm": true },
93
+ { "pid": "steelix-mega", "dexNum": 208, "isForm": true },
94
+ { "pid": "qwilfish", "dexNum": 211, "isForm": false },
95
+ { "pid": "scizor", "dexNum": 212, "isForm": false },
96
+ { "pid": "scizor-f", "dexNum": 212, "isForm": true },
97
+ { "pid": "scizor-mega", "dexNum": 212, "isForm": true },
98
+ { "pid": "heracross", "dexNum": 214, "isForm": false },
99
+ { "pid": "heracross-f", "dexNum": 214, "isForm": true },
100
+ { "pid": "heracross-mega", "dexNum": 214, "isForm": true },
101
+ { "pid": "skarmory", "dexNum": 227, "isForm": false },
102
+ { "pid": "skarmory-mega", "dexNum": 227, "isForm": true },
103
+ { "pid": "houndoom", "dexNum": 229, "isForm": false },
104
+ { "pid": "houndoom-f", "dexNum": 229, "isForm": true },
105
+ { "pid": "houndoom-mega", "dexNum": 229, "isForm": true },
106
+ { "pid": "tyranitar", "dexNum": 248, "isForm": false },
107
+ { "pid": "tyranitar-mega", "dexNum": 248, "isForm": true },
108
+ { "pid": "sceptile", "dexNum": 254, "isForm": false },
109
+ { "pid": "sceptile-mega", "dexNum": 254, "isForm": true },
110
+ { "pid": "blaziken", "dexNum": 257, "isForm": false },
111
+ { "pid": "blaziken-f", "dexNum": 257, "isForm": true },
112
+ { "pid": "blaziken-mega", "dexNum": 257, "isForm": true },
113
+ { "pid": "swampert", "dexNum": 260, "isForm": false },
114
+ { "pid": "swampert-mega", "dexNum": 260, "isForm": true },
115
+ { "pid": "pelipper", "dexNum": 279, "isForm": false },
116
+ { "pid": "gardevoir", "dexNum": 282, "isForm": false },
117
+ { "pid": "gardevoir-mega", "dexNum": 282, "isForm": true },
118
+ { "pid": "sableye", "dexNum": 302, "isForm": false },
119
+ { "pid": "sableye-mega", "dexNum": 302, "isForm": true },
120
+ { "pid": "mawile", "dexNum": 303, "isForm": false },
121
+ { "pid": "mawile-mega", "dexNum": 303, "isForm": true },
122
+ { "pid": "aggron", "dexNum": 306, "isForm": false },
123
+ { "pid": "aggron-mega", "dexNum": 306, "isForm": true },
124
+ { "pid": "medicham", "dexNum": 308, "isForm": false },
125
+ { "pid": "medicham-f", "dexNum": 308, "isForm": true },
126
+ { "pid": "medicham-mega", "dexNum": 308, "isForm": true },
127
+ { "pid": "manectric", "dexNum": 310, "isForm": false },
128
+ { "pid": "manectric-mega", "dexNum": 310, "isForm": true },
129
+ { "pid": "sharpedo", "dexNum": 319, "isForm": false },
130
+ { "pid": "sharpedo-mega", "dexNum": 319, "isForm": true },
131
+ { "pid": "camerupt", "dexNum": 323, "isForm": false },
132
+ { "pid": "camerupt-f", "dexNum": 323, "isForm": true },
133
+ { "pid": "camerupt-mega", "dexNum": 323, "isForm": true },
134
+ { "pid": "torkoal", "dexNum": 324, "isForm": false },
135
+ { "pid": "altaria", "dexNum": 334, "isForm": false },
136
+ { "pid": "altaria-mega", "dexNum": 334, "isForm": true },
137
+ { "pid": "milotic", "dexNum": 350, "isForm": false },
138
+ { "pid": "milotic-f", "dexNum": 350, "isForm": true },
139
+ { "pid": "castform", "dexNum": 351, "isForm": false },
140
+ { "pid": "castform-sunny", "dexNum": 351, "isForm": true },
141
+ { "pid": "castform-rainy", "dexNum": 351, "isForm": true },
142
+ { "pid": "castform-snowy", "dexNum": 351, "isForm": true },
143
+ { "pid": "banette", "dexNum": 354, "isForm": false },
144
+ { "pid": "banette-mega", "dexNum": 354, "isForm": true },
145
+ { "pid": "chimecho", "dexNum": 358, "isForm": false },
146
+ { "pid": "chimecho-mega", "dexNum": 358, "isForm": true },
147
+ { "pid": "absol", "dexNum": 359, "isForm": false },
148
+ { "pid": "absol-mega", "dexNum": 359, "isForm": true },
149
+ { "pid": "absol-mega-z", "dexNum": 359, "isForm": true },
150
+ { "pid": "glalie", "dexNum": 362, "isForm": false },
151
+ { "pid": "glalie-mega", "dexNum": 362, "isForm": true },
152
+ { "pid": "salamence", "dexNum": 373, "isForm": false },
153
+ { "pid": "salamence-mega", "dexNum": 373, "isForm": true },
154
+ { "pid": "metagross", "dexNum": 376, "isForm": false },
155
+ { "pid": "metagross-mega", "dexNum": 376, "isForm": true },
156
+ { "pid": "torterra", "dexNum": 389, "isForm": false },
157
+ { "pid": "infernape", "dexNum": 392, "isForm": false },
158
+ { "pid": "empoleon", "dexNum": 395, "isForm": false },
159
+ { "pid": "staraptor", "dexNum": 398, "isForm": false },
160
+ { "pid": "staraptor-f", "dexNum": 398, "isForm": true },
161
+ { "pid": "staraptor-mega", "dexNum": 398, "isForm": true },
162
+ { "pid": "luxray", "dexNum": 405, "isForm": false },
163
+ { "pid": "luxray-f", "dexNum": 405, "isForm": true },
164
+ { "pid": "roserade", "dexNum": 407, "isForm": false },
165
+ { "pid": "roserade-f", "dexNum": 407, "isForm": true },
166
+ { "pid": "rampardos", "dexNum": 409, "isForm": false },
167
+ { "pid": "bastiodon", "dexNum": 411, "isForm": false },
168
+ { "pid": "lopunny", "dexNum": 428, "isForm": false },
169
+ { "pid": "lopunny-mega", "dexNum": 428, "isForm": true },
170
+ { "pid": "spiritomb", "dexNum": 442, "isForm": false },
171
+ { "pid": "garchomp", "dexNum": 445, "isForm": false },
172
+ { "pid": "garchomp-f", "dexNum": 445, "isForm": true },
173
+ { "pid": "garchomp-mega", "dexNum": 445, "isForm": true },
174
+ { "pid": "garchomp-mega-z", "dexNum": 445, "isForm": true },
175
+ { "pid": "lucario", "dexNum": 448, "isForm": false },
176
+ { "pid": "lucario-mega", "dexNum": 448, "isForm": true },
177
+ { "pid": "lucario-mega-z", "dexNum": 448, "isForm": true },
178
+ { "pid": "hippowdon", "dexNum": 450, "isForm": false },
179
+ { "pid": "hippowdon-f", "dexNum": 450, "isForm": true },
180
+ { "pid": "toxicroak", "dexNum": 454, "isForm": false },
181
+ { "pid": "toxicroak-f", "dexNum": 454, "isForm": true },
182
+ { "pid": "abomasnow", "dexNum": 460, "isForm": false },
183
+ { "pid": "abomasnow-f", "dexNum": 460, "isForm": true },
184
+ { "pid": "abomasnow-mega", "dexNum": 460, "isForm": true },
185
+ { "pid": "weavile", "dexNum": 461, "isForm": false },
186
+ { "pid": "weavile-f", "dexNum": 461, "isForm": true },
187
+ { "pid": "rhyperior", "dexNum": 464, "isForm": false },
188
+ { "pid": "rhyperior-f", "dexNum": 464, "isForm": true },
189
+ { "pid": "leafeon", "dexNum": 470, "isForm": false },
190
+ { "pid": "glaceon", "dexNum": 471, "isForm": false },
191
+ { "pid": "gliscor", "dexNum": 472, "isForm": false },
192
+ { "pid": "mamoswine", "dexNum": 473, "isForm": false },
193
+ { "pid": "mamoswine-f", "dexNum": 473, "isForm": true },
194
+ { "pid": "gallade", "dexNum": 475, "isForm": false },
195
+ { "pid": "gallade-mega", "dexNum": 475, "isForm": true },
196
+ { "pid": "froslass", "dexNum": 478, "isForm": false },
197
+ { "pid": "froslass-mega", "dexNum": 478, "isForm": true },
198
+ { "pid": "rotom", "dexNum": 479, "isForm": false },
199
+ { "pid": "rotom-heat", "dexNum": 479, "isForm": true },
200
+ { "pid": "rotom-wash", "dexNum": 479, "isForm": true },
201
+ { "pid": "rotom-frost", "dexNum": 479, "isForm": true },
202
+ { "pid": "rotom-fan", "dexNum": 479, "isForm": true },
203
+ { "pid": "rotom-mow", "dexNum": 479, "isForm": true },
204
+ { "pid": "serperior", "dexNum": 497, "isForm": false },
205
+ { "pid": "emboar", "dexNum": 500, "isForm": false },
206
+ { "pid": "emboar-mega", "dexNum": 500, "isForm": true },
207
+ { "pid": "samurott", "dexNum": 503, "isForm": false },
208
+ { "pid": "samurott-hisui", "dexNum": 503, "isForm": true },
209
+ { "pid": "watchog", "dexNum": 505, "isForm": false },
210
+ { "pid": "liepard", "dexNum": 510, "isForm": false },
211
+ { "pid": "simisage", "dexNum": 512, "isForm": false },
212
+ { "pid": "simisear", "dexNum": 514, "isForm": false },
213
+ { "pid": "simipour", "dexNum": 516, "isForm": false },
214
+ { "pid": "musharna", "dexNum": 518, "isForm": false },
215
+ { "pid": "excadrill", "dexNum": 530, "isForm": false },
216
+ { "pid": "excadrill-mega", "dexNum": 530, "isForm": true },
217
+ { "pid": "audino", "dexNum": 531, "isForm": false },
218
+ { "pid": "audino-mega", "dexNum": 531, "isForm": true },
219
+ { "pid": "conkeldurr", "dexNum": 534, "isForm": false },
220
+ { "pid": "scolipede", "dexNum": 545, "isForm": false },
221
+ { "pid": "scolipede-mega", "dexNum": 545, "isForm": true },
222
+ { "pid": "whimsicott", "dexNum": 547, "isForm": false },
223
+ { "pid": "krookodile", "dexNum": 553, "isForm": false },
224
+ { "pid": "scrafty", "dexNum": 560, "isForm": false },
225
+ { "pid": "scrafty-mega", "dexNum": 560, "isForm": true },
226
+ { "pid": "cofagrigus", "dexNum": 563, "isForm": false },
227
+ { "pid": "garbodor", "dexNum": 569, "isForm": false },
228
+ { "pid": "zoroark", "dexNum": 571, "isForm": false },
229
+ { "pid": "zoroark-hisui", "dexNum": 571, "isForm": true },
230
+ { "pid": "reuniclus", "dexNum": 579, "isForm": false },
231
+ { "pid": "vanilluxe", "dexNum": 584, "isForm": false },
232
+ { "pid": "emolga", "dexNum": 587, "isForm": false },
233
+ { "pid": "eelektross", "dexNum": 604, "isForm": false },
234
+ { "pid": "eelektross-mega", "dexNum": 604, "isForm": true },
235
+ { "pid": "chandelure", "dexNum": 609, "isForm": false },
236
+ { "pid": "chandelure-mega", "dexNum": 609, "isForm": true },
237
+ { "pid": "beartic", "dexNum": 614, "isForm": false },
238
+ { "pid": "stunfisk", "dexNum": 618, "isForm": false },
239
+ { "pid": "stunfisk-galar", "dexNum": 618, "isForm": true },
240
+ { "pid": "golurk", "dexNum": 623, "isForm": false },
241
+ { "pid": "golurk-mega", "dexNum": 623, "isForm": true },
242
+ { "pid": "hydreigon", "dexNum": 635, "isForm": false },
243
+ { "pid": "volcarona", "dexNum": 637, "isForm": false },
244
+ { "pid": "chesnaught", "dexNum": 652, "isForm": false },
245
+ { "pid": "chesnaught-mega", "dexNum": 652, "isForm": true },
246
+ { "pid": "delphox", "dexNum": 655, "isForm": false },
247
+ { "pid": "delphox-mega", "dexNum": 655, "isForm": true },
248
+ { "pid": "greninja", "dexNum": 658, "isForm": false },
249
+ { "pid": "greninja-mega", "dexNum": 658, "isForm": true },
250
+ { "pid": "diggersby", "dexNum": 660, "isForm": false },
251
+ { "pid": "talonflame", "dexNum": 663, "isForm": false },
252
+ { "pid": "vivillon-high-plains", "dexNum": 666, "isForm": false },
253
+ { "pid": "vivillon-polar", "dexNum": 666, "isForm": true, "transferOnly": true },
254
+ { "pid": "vivillon-tundra", "dexNum": 666, "isForm": true, "transferOnly": true },
255
+ { "pid": "vivillon-continental", "dexNum": 666, "isForm": true, "transferOnly": true },
256
+ { "pid": "vivillon-garden", "dexNum": 666, "isForm": true, "transferOnly": true },
257
+ { "pid": "vivillon-elegant", "dexNum": 666, "isForm": true, "transferOnly": true },
258
+ { "pid": "vivillon-meadow", "dexNum": 666, "isForm": true, "transferOnly": true },
259
+ { "pid": "vivillon-modern", "dexNum": 666, "isForm": true, "transferOnly": true },
260
+ { "pid": "vivillon-marine", "dexNum": 666, "isForm": true, "transferOnly": true },
261
+ { "pid": "vivillon-archipelago", "dexNum": 666, "isForm": true, "transferOnly": true },
262
+ { "pid": "vivillon", "dexNum": 666, "isForm": true, "transferOnly": true },
263
+ { "pid": "vivillon-sandstorm", "dexNum": 666, "isForm": true, "transferOnly": true },
264
+ { "pid": "vivillon-river", "dexNum": 666, "isForm": true, "transferOnly": true },
265
+ { "pid": "vivillon-monsoon", "dexNum": 666, "isForm": true, "transferOnly": true },
266
+ { "pid": "vivillon-savanna", "dexNum": 666, "isForm": true, "transferOnly": true },
267
+ { "pid": "vivillon-sun", "dexNum": 666, "isForm": true, "transferOnly": true },
268
+ { "pid": "vivillon-ocean", "dexNum": 666, "isForm": true, "transferOnly": true },
269
+ { "pid": "vivillon-jungle", "dexNum": 666, "isForm": true, "transferOnly": true },
270
+ { "pid": "vivillon-fancy", "dexNum": 666, "isForm": true, "transferOnly": true },
271
+ { "pid": "vivillon-pokeball", "dexNum": 666, "isForm": true, "transferOnly": true },
272
+ { "pid": "pyroar", "dexNum": 668, "isForm": false },
273
+ { "pid": "pyroar-f", "dexNum": 668, "isForm": true },
274
+ { "pid": "pyroar-mega", "dexNum": 668, "isForm": true },
275
+ { "pid": "floette-eternal", "dexNum": 670, "isForm": true, "transferOnly": true },
276
+ { "pid": "floette-eternal-mega", "dexNum": 670, "isForm": true, "transferOnly": true },
277
+ { "pid": "florges", "dexNum": 671, "isForm": false },
278
+ { "pid": "florges-yellow", "dexNum": 671, "isForm": true },
279
+ { "pid": "florges-orange", "dexNum": 671, "isForm": true },
280
+ { "pid": "florges-blue", "dexNum": 671, "isForm": true },
281
+ { "pid": "florges-white", "dexNum": 671, "isForm": true },
282
+ { "pid": "pangoro", "dexNum": 675, "isForm": false },
283
+ { "pid": "furfrou", "dexNum": 676, "isForm": false },
284
+ { "pid": "furfrou-heart", "dexNum": 676, "isForm": true, "transferOnly": true },
285
+ { "pid": "furfrou-star", "dexNum": 676, "isForm": true, "transferOnly": true },
286
+ { "pid": "furfrou-diamond", "dexNum": 676, "isForm": true, "transferOnly": true },
287
+ { "pid": "furfrou-debutante", "dexNum": 676, "isForm": true, "transferOnly": true },
288
+ { "pid": "furfrou-matron", "dexNum": 676, "isForm": true },
289
+ { "pid": "furfrou-dandy", "dexNum": 676, "isForm": true },
290
+ { "pid": "furfrou-la-reine", "dexNum": 676, "isForm": true, "transferOnly": true },
291
+ { "pid": "furfrou-kabuki", "dexNum": 676, "isForm": true, "transferOnly": true },
292
+ { "pid": "furfrou-pharaoh", "dexNum": 676, "isForm": true, "transferOnly": true },
293
+ { "pid": "meowstic", "dexNum": 678, "isForm": false },
294
+ { "pid": "meowstic-f", "dexNum": 678, "isForm": true },
295
+ { "pid": "meowstic-mega", "dexNum": 678, "isForm": true },
296
+ { "pid": "aegislash", "dexNum": 681, "isForm": false },
297
+ { "pid": "aegislash-blade", "dexNum": 681, "isForm": true },
298
+ { "pid": "aromatisse", "dexNum": 683, "isForm": false },
299
+ { "pid": "slurpuff", "dexNum": 685, "isForm": false },
300
+ { "pid": "malamar", "dexNum": 687, "isForm": false },
301
+ { "pid": "malamar-mega", "dexNum": 687, "isForm": true },
302
+ { "pid": "barbaracle", "dexNum": 689, "isForm": false },
303
+ { "pid": "barbaracle-mega", "dexNum": 689, "isForm": true },
304
+ { "pid": "dragalge", "dexNum": 691, "isForm": false },
305
+ { "pid": "dragalge-mega", "dexNum": 691, "isForm": true },
306
+ { "pid": "clawitzer", "dexNum": 693, "isForm": false },
307
+ { "pid": "heliolisk", "dexNum": 695, "isForm": false },
308
+ { "pid": "tyrantrum", "dexNum": 697, "isForm": false },
309
+ { "pid": "aurorus", "dexNum": 699, "isForm": false },
310
+ { "pid": "sylveon", "dexNum": 700, "isForm": false },
311
+ { "pid": "hawlucha", "dexNum": 701, "isForm": false },
312
+ { "pid": "hawlucha-mega", "dexNum": 701, "isForm": true },
313
+ { "pid": "dedenne", "dexNum": 702, "isForm": false },
314
+ { "pid": "goodra", "dexNum": 706, "isForm": false },
315
+ { "pid": "goodra-hisui", "dexNum": 706, "isForm": true },
316
+ { "pid": "klefki", "dexNum": 707, "isForm": false },
317
+ { "pid": "trevenant", "dexNum": 709, "isForm": false },
318
+ { "pid": "gourgeist", "dexNum": 711, "isForm": false },
319
+ { "pid": "gourgeist-small", "dexNum": 711, "isForm": true },
320
+ { "pid": "gourgeist-large", "dexNum": 711, "isForm": true },
321
+ { "pid": "gourgeist-super", "dexNum": 711, "isForm": true },
322
+ { "pid": "avalugg", "dexNum": 713, "isForm": false },
323
+ { "pid": "avalugg-hisui", "dexNum": 713, "isForm": true },
324
+ { "pid": "noivern", "dexNum": 715, "isForm": false },
325
+ { "pid": "decidueye", "dexNum": 724, "isForm": false },
326
+ { "pid": "decidueye-hisui", "dexNum": 724, "isForm": true },
327
+ { "pid": "incineroar", "dexNum": 727, "isForm": false },
328
+ { "pid": "primarina", "dexNum": 730, "isForm": false },
329
+ { "pid": "toucannon", "dexNum": 733, "isForm": false },
330
+ { "pid": "crabominable", "dexNum": 740, "isForm": false },
331
+ { "pid": "crabominable-mega", "dexNum": 740, "isForm": true },
332
+ { "pid": "lycanroc", "dexNum": 745, "isForm": false },
333
+ { "pid": "lycanroc-midnight", "dexNum": 745, "isForm": true },
334
+ { "pid": "lycanroc-dusk", "dexNum": 745, "isForm": true },
335
+ { "pid": "toxapex", "dexNum": 748, "isForm": false },
336
+ { "pid": "mudsdale", "dexNum": 750, "isForm": false },
337
+ { "pid": "araquanid", "dexNum": 752, "isForm": false },
338
+ { "pid": "salazzle", "dexNum": 758, "isForm": false },
339
+ { "pid": "tsareena", "dexNum": 763, "isForm": false },
340
+ { "pid": "oranguru", "dexNum": 765, "isForm": false },
341
+ { "pid": "passimian", "dexNum": 766, "isForm": false },
342
+ { "pid": "golisopod", "dexNum": 768, "isForm": false },
343
+ { "pid": "golisopod-mega", "dexNum": 768, "isForm": true },
344
+ { "pid": "mimikyu", "dexNum": 778, "isForm": false },
345
+ { "pid": "mimikyu-busted", "dexNum": 778, "isForm": true },
346
+ { "pid": "drampa", "dexNum": 780, "isForm": false },
347
+ { "pid": "drampa-mega", "dexNum": 780, "isForm": true },
348
+ { "pid": "kommoo", "dexNum": 784, "isForm": false },
349
+ { "pid": "rillaboom", "dexNum": 812, "isForm": false },
350
+ { "pid": "corviknight", "dexNum": 823, "isForm": false },
351
+ { "pid": "flapple", "dexNum": 841, "isForm": false },
352
+ { "pid": "appletun", "dexNum": 842, "isForm": false },
353
+ { "pid": "sandaconda", "dexNum": 844, "isForm": false },
354
+ { "pid": "polteageist", "dexNum": 855, "isForm": false },
355
+ { "pid": "polteageist-antique", "dexNum": 855, "isForm": true },
356
+ { "pid": "hatterene", "dexNum": 858, "isForm": false },
357
+ { "pid": "grimmsnarl", "dexNum": 861, "isForm": false },
358
+ { "pid": "mrrime", "dexNum": 866, "isForm": false },
359
+ { "pid": "runerigus", "dexNum": 867, "isForm": false },
360
+ { "pid": "alcremie", "dexNum": 869, "isForm": false },
361
+ { "pid": "alcremie-vanilla-cream-berry", "dexNum": 869, "isForm": true },
362
+ { "pid": "alcremie-vanilla-cream-love", "dexNum": 869, "isForm": true },
363
+ { "pid": "alcremie-vanilla-cream-star", "dexNum": 869, "isForm": true },
364
+ { "pid": "alcremie-vanilla-cream-clover", "dexNum": 869, "isForm": true },
365
+ { "pid": "alcremie-vanilla-cream-flower", "dexNum": 869, "isForm": true },
366
+ { "pid": "alcremie-vanilla-cream-ribbon", "dexNum": 869, "isForm": true },
367
+ { "pid": "alcremie-ruby-cream-strawberry", "dexNum": 869, "isForm": true },
368
+ { "pid": "alcremie-ruby-cream-berry", "dexNum": 869, "isForm": true },
369
+ { "pid": "alcremie-ruby-cream-love", "dexNum": 869, "isForm": true },
370
+ { "pid": "alcremie-ruby-cream-star", "dexNum": 869, "isForm": true },
371
+ { "pid": "alcremie-ruby-cream-clover", "dexNum": 869, "isForm": true },
372
+ { "pid": "alcremie-ruby-cream-flower", "dexNum": 869, "isForm": true },
373
+ { "pid": "alcremie-ruby-cream-ribbon", "dexNum": 869, "isForm": true },
374
+ { "pid": "alcremie-matcha-cream-strawberry", "dexNum": 869, "isForm": true },
375
+ { "pid": "alcremie-matcha-cream-berry", "dexNum": 869, "isForm": true },
376
+ { "pid": "alcremie-matcha-cream-love", "dexNum": 869, "isForm": true },
377
+ { "pid": "alcremie-matcha-cream-star", "dexNum": 869, "isForm": true },
378
+ { "pid": "alcremie-matcha-cream-clover", "dexNum": 869, "isForm": true },
379
+ { "pid": "alcremie-matcha-cream-flower", "dexNum": 869, "isForm": true },
380
+ { "pid": "alcremie-matcha-cream-ribbon", "dexNum": 869, "isForm": true },
381
+ { "pid": "alcremie-mint-cream-strawberry", "dexNum": 869, "isForm": true },
382
+ { "pid": "alcremie-mint-cream-berry", "dexNum": 869, "isForm": true },
383
+ { "pid": "alcremie-mint-cream-love", "dexNum": 869, "isForm": true },
384
+ { "pid": "alcremie-mint-cream-star", "dexNum": 869, "isForm": true },
385
+ { "pid": "alcremie-mint-cream-clover", "dexNum": 869, "isForm": true },
386
+ { "pid": "alcremie-mint-cream-flower", "dexNum": 869, "isForm": true },
387
+ { "pid": "alcremie-mint-cream-ribbon", "dexNum": 869, "isForm": true },
388
+ { "pid": "alcremie-lemon-cream-strawberry", "dexNum": 869, "isForm": true },
389
+ { "pid": "alcremie-lemon-cream-berry", "dexNum": 869, "isForm": true },
390
+ { "pid": "alcremie-lemon-cream-love", "dexNum": 869, "isForm": true },
391
+ { "pid": "alcremie-lemon-cream-star", "dexNum": 869, "isForm": true },
392
+ { "pid": "alcremie-lemon-cream-clover", "dexNum": 869, "isForm": true },
393
+ { "pid": "alcremie-lemon-cream-flower", "dexNum": 869, "isForm": true },
394
+ { "pid": "alcremie-lemon-cream-ribbon", "dexNum": 869, "isForm": true },
395
+ { "pid": "alcremie-salted-cream-strawberry", "dexNum": 869, "isForm": true },
396
+ { "pid": "alcremie-salted-cream-berry", "dexNum": 869, "isForm": true },
397
+ { "pid": "alcremie-salted-cream-love", "dexNum": 869, "isForm": true },
398
+ { "pid": "alcremie-salted-cream-star", "dexNum": 869, "isForm": true },
399
+ { "pid": "alcremie-salted-cream-clover", "dexNum": 869, "isForm": true },
400
+ { "pid": "alcremie-salted-cream-flower", "dexNum": 869, "isForm": true },
401
+ { "pid": "alcremie-salted-cream-ribbon", "dexNum": 869, "isForm": true },
402
+ { "pid": "alcremie-ruby-swirl-strawberry", "dexNum": 869, "isForm": true },
403
+ { "pid": "alcremie-ruby-swirl-berry", "dexNum": 869, "isForm": true },
404
+ { "pid": "alcremie-ruby-swirl-love", "dexNum": 869, "isForm": true },
405
+ { "pid": "alcremie-ruby-swirl-star", "dexNum": 869, "isForm": true },
406
+ { "pid": "alcremie-ruby-swirl-clover", "dexNum": 869, "isForm": true },
407
+ { "pid": "alcremie-ruby-swirl-flower", "dexNum": 869, "isForm": true },
408
+ { "pid": "alcremie-ruby-swirl-ribbon", "dexNum": 869, "isForm": true },
409
+ { "pid": "alcremie-caramel-swirl-strawberry", "dexNum": 869, "isForm": true },
410
+ { "pid": "alcremie-caramel-swirl-berry", "dexNum": 869, "isForm": true },
411
+ { "pid": "alcremie-caramel-swirl-love", "dexNum": 869, "isForm": true },
412
+ { "pid": "alcremie-caramel-swirl-star", "dexNum": 869, "isForm": true },
413
+ { "pid": "alcremie-caramel-swirl-clover", "dexNum": 869, "isForm": true },
414
+ { "pid": "alcremie-caramel-swirl-flower", "dexNum": 869, "isForm": true },
415
+ { "pid": "alcremie-caramel-swirl-ribbon", "dexNum": 869, "isForm": true },
416
+ { "pid": "alcremie-rainbow-swirl-strawberry", "dexNum": 869, "isForm": true },
417
+ { "pid": "alcremie-rainbow-swirl-berry", "dexNum": 869, "isForm": true },
418
+ { "pid": "alcremie-rainbow-swirl-love", "dexNum": 869, "isForm": true },
419
+ { "pid": "alcremie-rainbow-swirl-star", "dexNum": 869, "isForm": true },
420
+ { "pid": "alcremie-rainbow-swirl-clover", "dexNum": 869, "isForm": true },
421
+ { "pid": "alcremie-rainbow-swirl-flower", "dexNum": 869, "isForm": true },
422
+ { "pid": "alcremie-rainbow-swirl-ribbon", "dexNum": 869, "isForm": true },
423
+ { "pid": "falinks", "dexNum": 870, "isForm": false },
424
+ { "pid": "falinks-mega", "dexNum": 870, "isForm": true },
425
+ { "pid": "morpeko", "dexNum": 877, "isForm": false },
426
+ { "pid": "morpeko-hangry", "dexNum": 877, "isForm": true },
427
+ { "pid": "dragapult", "dexNum": 887, "isForm": false },
428
+ { "pid": "wyrdeer", "dexNum": 899, "isForm": false },
429
+ { "pid": "kleavor", "dexNum": 900, "isForm": false },
430
+ { "pid": "basculegion", "dexNum": 902, "isForm": false },
431
+ { "pid": "basculegion-f", "dexNum": 902, "isForm": true },
432
+ { "pid": "sneasler", "dexNum": 903, "isForm": false },
433
+ { "pid": "overqwil", "dexNum": 904, "isForm": false },
434
+ { "pid": "meowscarada", "dexNum": 908, "isForm": false },
435
+ { "pid": "skeledirge", "dexNum": 911, "isForm": false },
436
+ { "pid": "quaquaval", "dexNum": 914, "isForm": false },
437
+ { "pid": "maushold", "dexNum": 925, "isForm": false },
438
+ { "pid": "maushold-three", "dexNum": 925, "isForm": true },
439
+ { "pid": "garganacl", "dexNum": 934, "isForm": false },
440
+ { "pid": "armarouge", "dexNum": 936, "isForm": false },
441
+ { "pid": "ceruledge", "dexNum": 937, "isForm": false },
442
+ { "pid": "bellibolt", "dexNum": 939, "isForm": false },
443
+ { "pid": "scovillain", "dexNum": 952, "isForm": false },
444
+ { "pid": "scovillain-mega", "dexNum": 952, "isForm": true },
445
+ { "pid": "espathra", "dexNum": 956, "isForm": false },
446
+ { "pid": "tinkaton", "dexNum": 959, "isForm": false },
447
+ { "pid": "palafin", "dexNum": 964, "isForm": false },
448
+ { "pid": "palafin-hero", "dexNum": 964, "isForm": true },
449
+ { "pid": "orthworm", "dexNum": 968, "isForm": false },
450
+ { "pid": "glimmora", "dexNum": 970, "isForm": false },
451
+ { "pid": "glimmora-mega", "dexNum": 970, "isForm": true },
452
+ { "pid": "houndstone", "dexNum": 972, "isForm": false },
453
+ { "pid": "annihilape", "dexNum": 979, "isForm": false },
454
+ { "pid": "farigiraf", "dexNum": 981, "isForm": false },
455
+ { "pid": "kingambit", "dexNum": 983, "isForm": false },
456
+ { "pid": "baxcalibur", "dexNum": 998, "isForm": false },
457
+ { "pid": "baxcalibur-mega", "dexNum": 998, "isForm": true },
458
+ { "pid": "gholdengo", "dexNum": 1000, "isForm": false },
459
+ { "pid": "sinistcha", "dexNum": 1013, "isForm": false },
460
+ { "pid": "sinistcha-masterpiece", "dexNum": 1013, "isForm": true },
461
+ { "pid": "archaludon", "dexNum": 1018, "isForm": false },
462
+ { "pid": "hydrapple", "dexNum": 1019, "isForm": false }
463
+ ]
464
+ }
@@ -157,9 +157,7 @@
157
157
  { "pid": "oricorio-pau", "dexNum": 115, "isForm": true },
158
158
  { "pid": "oricorio-sensu", "dexNum": 115, "isForm": true },
159
159
  { "pid": "sandshrew", "dexNum": 116, "isForm": false },
160
- { "pid": "sandshrew-alola", "dexNum": 116, "isForm": true },
161
160
  { "pid": "sandslash", "dexNum": 117, "isForm": false },
162
- { "pid": "sandslash-alola", "dexNum": 117, "isForm": true },
163
161
  { "pid": "gastly", "dexNum": 118, "isForm": false },
164
162
  { "pid": "haunter", "dexNum": 119, "isForm": false },
165
163
  { "pid": "gengar", "dexNum": 120, "isForm": false },
@@ -0,0 +1,63 @@
1
+ {
2
+ "id": "pokopia-basin",
3
+ "name": "Pokopia Basin Pokédex",
4
+ "gen": 0,
5
+ "region": "kanto",
6
+ "isNational": false,
7
+ "baseDex": "pokopia",
8
+ "pkApiId": null,
9
+ "entries": [
10
+ { "pid": "shellder", "dexNum": 1, "isForm": false },
11
+ { "pid": "cloyster", "dexNum": 2, "isForm": false },
12
+ { "pid": "horsea", "dexNum": 3, "isForm": false },
13
+ { "pid": "seadra", "dexNum": 4, "isForm": false },
14
+ { "pid": "kingdra", "dexNum": 5, "isForm": false },
15
+ { "pid": "staryu", "dexNum": 6, "isForm": false },
16
+ { "pid": "starmie", "dexNum": 7, "isForm": false },
17
+ { "pid": "totodile", "dexNum": 8, "isForm": false },
18
+ { "pid": "croconaw", "dexNum": 9, "isForm": false },
19
+ { "pid": "feraligatr", "dexNum": 10, "isForm": false },
20
+ { "pid": "chinchou", "dexNum": 11, "isForm": false },
21
+ { "pid": "lanturn", "dexNum": 12, "isForm": false },
22
+ { "pid": "corsola", "dexNum": 13, "isForm": false },
23
+ { "pid": "mudkip", "dexNum": 14, "isForm": false },
24
+ { "pid": "marshtomp", "dexNum": 15, "isForm": false },
25
+ { "pid": "swampert", "dexNum": 16, "isForm": false },
26
+ { "pid": "carvanha", "dexNum": 17, "isForm": false },
27
+ { "pid": "sharpedo", "dexNum": 18, "isForm": false },
28
+ { "pid": "barboach", "dexNum": 19, "isForm": false },
29
+ { "pid": "whiscash", "dexNum": 20, "isForm": false },
30
+ { "pid": "corphish", "dexNum": 21, "isForm": false },
31
+ { "pid": "crawdaunt", "dexNum": 22, "isForm": false },
32
+ { "pid": "luvdisc", "dexNum": 23, "isForm": false },
33
+ { "pid": "buizel", "dexNum": 24, "isForm": false },
34
+ { "pid": "floatzel", "dexNum": 25, "isForm": false },
35
+ { "pid": "finneon", "dexNum": 26, "isForm": false },
36
+ { "pid": "lumineon", "dexNum": 27, "isForm": false },
37
+ { "pid": "frillish", "dexNum": 28, "isForm": false },
38
+ { "pid": "frillish-f", "dexNum": 28, "isForm": true },
39
+ { "pid": "jellicent", "dexNum": 29, "isForm": false },
40
+ { "pid": "jellicent-f", "dexNum": 29, "isForm": true },
41
+ { "pid": "alomomola", "dexNum": 30, "isForm": false },
42
+ { "pid": "stunfisk", "dexNum": 31, "isForm": false },
43
+ { "pid": "inkay", "dexNum": 32, "isForm": false },
44
+ { "pid": "malamar", "dexNum": 33, "isForm": false },
45
+ { "pid": "popplio", "dexNum": 34, "isForm": false },
46
+ { "pid": "brionne", "dexNum": 35, "isForm": false },
47
+ { "pid": "primarina", "dexNum": 36, "isForm": false },
48
+ { "pid": "mareanie", "dexNum": 37, "isForm": false },
49
+ { "pid": "toxapex", "dexNum": 38, "isForm": false },
50
+ { "pid": "wimpod", "dexNum": 39, "isForm": false },
51
+ { "pid": "golisopod", "dexNum": 40, "isForm": false },
52
+ { "pid": "bruxish", "dexNum": 41, "isForm": false },
53
+ { "pid": "dhelmise", "dexNum": 42, "isForm": false },
54
+ { "pid": "chewtle", "dexNum": 43, "isForm": false },
55
+ { "pid": "drednaw", "dexNum": 44, "isForm": false },
56
+ { "pid": "pincurchin", "dexNum": 45, "isForm": false },
57
+ { "pid": "wiglett", "dexNum": 46, "isForm": false },
58
+ { "pid": "wugtrio", "dexNum": 47, "isForm": false },
59
+ { "pid": "veluza", "dexNum": 48, "isForm": false },
60
+ { "pid": "phione", "dexNum": 49, "isForm": false },
61
+ { "pid": "manaphy", "dexNum": 50, "isForm": false }
62
+ ]
63
+ }
@@ -4,11 +4,15 @@
4
4
  "gen": 0,
5
5
  "region": "kanto",
6
6
  "isNational": false,
7
- "baseDex": null,
7
+ "baseDex": "pokopia",
8
8
  "pkApiId": null,
9
9
  "entries": [
10
10
  { "pid": "hoppip", "dexNum": 1, "isForm": false },
11
11
  { "pid": "skiploom", "dexNum": 2, "isForm": false },
12
- { "pid": "jumpluff", "dexNum": 3, "isForm": false }
12
+ { "pid": "jumpluff", "dexNum": 3, "isForm": false },
13
+ { "pid": "sableye", "dexNum": 4, "isForm": false },
14
+ { "pid": "jirachi", "dexNum": 5, "isForm": false },
15
+ { "pid": "feebas", "dexNum": 6, "isForm": false },
16
+ { "pid": "milotic", "dexNum": 7, "isForm": false }
13
17
  ]
14
18
  }
@@ -8,9 +8,7 @@
8
8
  "type1": "dark",
9
9
  "type2": "ghost",
10
10
  "color": "white",
11
- "ability1": "pressure",
12
- "ability2": "superluck",
13
- "abilityHidden": "justified",
11
+ "ability1": "sharpness",
14
12
  "isPrerelease": false,
15
13
  "isDefault": false,
16
14
  "isForm": true,
@@ -35,7 +35,7 @@
35
35
  "debutIn": "sv",
36
36
  "obtainableIn": ["go", "sv-s", "sv-v", "lza"],
37
37
  "eventOnlyIn": [],
38
- "storableIn": ["go", "home", "sv-s", "sv-v", "lza"],
38
+ "storableIn": ["go", "home", "sv-s", "sv-v", "lza", "champions"],
39
39
  "shinyReleased": true,
40
40
  "baseHp": 115,
41
41
  "baseAtk": 145,
@@ -7,11 +7,11 @@
7
7
  "gen": 9,
8
8
  "type1": "dragon",
9
9
  "color": "blue",
10
- "ability1": "sandveil",
11
- "abilityHidden": "roughskin",
10
+ "ability1": "levitate",
12
11
  "isPrerelease": false,
13
12
  "isDefault": false,
14
13
  "isForm": true,
14
+ "formItem": "garchompitez",
15
15
  "isLegendary": false,
16
16
  "isMythical": false,
17
17
  "isBaby": false,