@pokepc/dataset 6.7.0-beta.1 → 6.7.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 (150) hide show
  1. package/README.md +15 -3
  2. package/build/{build-DvGzwIK8.mjs → build-D2oPkkzJ.mjs} +52 -52
  3. package/build/{build-DvGzwIK8.mjs.map → build-D2oPkkzJ.mjs.map} +1 -1
  4. package/build/{enums-DlMg7WLl.mjs → enums-u8n-nN0B.mjs} +5 -2
  5. package/build/enums-u8n-nN0B.mjs.map +1 -0
  6. package/build/lib/fs.d.mts +6 -6
  7. package/build/lib/fs.d.mts.map +1 -1
  8. package/build/lib/fs.mjs +21 -29
  9. package/build/lib/fs.mjs.map +1 -1
  10. package/build/lib/schemas.d.mts +1 -1
  11. package/build/lib/search.d.mts +2 -0
  12. package/build/lib/search.d.mts.map +1 -1
  13. package/build/lib/search.mjs +3 -3
  14. package/build/lib/search.mjs.map +1 -1
  15. package/build/lib/types.d.mts +1 -1
  16. package/build/lib/utils.d.mts +2 -0
  17. package/build/lib/utils.d.mts.map +1 -1
  18. package/build/lib/utils.mjs +3 -2
  19. package/build/lib-next/_build.mjs +1 -1
  20. package/build/lib-next/enums.d.mts.map +1 -1
  21. package/build/lib-next/enums.mjs +1 -1
  22. package/build/lib-next/schemas.d.mts +8 -8
  23. package/build/lib-next/schemas.mjs +1 -1
  24. package/build/{schemas-DZQWOWP4.d.mts → schemas-CIE3b72j.d.mts} +50 -50
  25. package/build/{schemas-DZQWOWP4.d.mts.map → schemas-CIE3b72j.d.mts.map} +1 -1
  26. package/build/{schemas-Bj1AIX0P.mjs → schemas-CWE4YPI2.mjs} +2 -2
  27. package/build/{schemas-Bj1AIX0P.mjs.map → schemas-CWE4YPI2.mjs.map} +1 -1
  28. package/build/{utils-BwovRocd.mjs → utils-BTjKkD-_.mjs} +2 -2
  29. package/build/utils-BTjKkD-_.mjs.map +1 -0
  30. package/build/utils-internal-C-UStMrZ.d.mts +7 -0
  31. package/build/utils-internal-C-UStMrZ.d.mts.map +1 -0
  32. package/build/{utils-internal-Czgdbnkv.mjs → utils-internal-DPjO9kQX.mjs} +7 -2
  33. package/build/{utils-internal-Czgdbnkv.mjs.map → utils-internal-DPjO9kQX.mjs.map} +1 -1
  34. package/data/pokedexes/champions-regular-roster-m-c.json +27 -1
  35. package/data/pokedexes/hoenn-oras.json +12 -0
  36. package/data/pokedexes/kanto-lgpe.json +11 -0
  37. package/data/pokedexes/national-oras.json +27 -0
  38. package/data/pokemon/abomasnow-mega.json +1 -1
  39. package/data/pokemon/aggron-mega.json +1 -1
  40. package/data/pokemon/ampharos-mega.json +1 -1
  41. package/data/pokemon/arboliva.json +1 -1
  42. package/data/pokemon/baxcalibur-mega.json +0 -1
  43. package/data/pokemon/blastoise-mega.json +12 -1
  44. package/data/pokemon/blaziken-mega.json +1 -1
  45. package/data/pokemon/charizard-mega-x.json +12 -2
  46. package/data/pokemon/charizard-mega-y.json +12 -2
  47. package/data/pokemon/cinderace.json +1 -1
  48. package/data/pokemon/farfetchd.json +2 -1
  49. package/data/pokemon/gengar-mega.json +1 -1
  50. package/data/pokemon/gogoat.json +2 -1
  51. package/data/pokemon/golisopod-mega.json +1 -1
  52. package/data/pokemon/grapploct.json +1 -1
  53. package/data/pokemon/heracross-mega.json +1 -1
  54. package/data/pokemon/houndoom-mega.json +1 -1
  55. package/data/pokemon/indeedee-f.json +1 -1
  56. package/data/pokemon/indeedee.json +1 -1
  57. package/data/pokemon/inteleon.json +1 -1
  58. package/data/pokemon/kangaskhan-mega.json +1 -1
  59. package/data/pokemon/lucario-mega.json +1 -1
  60. package/data/pokemon/mabosstiff.json +1 -1
  61. package/data/pokemon/manectric-mega.json +1 -1
  62. package/data/pokemon/mawile-mega.json +2 -1
  63. package/data/pokemon/mewtwo-mega-x.json +10 -1
  64. package/data/pokemon/mewtwo-mega-y.json +10 -1
  65. package/data/pokemon/mrmime.json +2 -1
  66. package/data/pokemon/pawmot.json +1 -1
  67. package/data/pokemon/perrserker.json +1 -1
  68. package/data/pokemon/persian-alola.json +2 -1
  69. package/data/pokemon/persian.json +2 -1
  70. package/data/pokemon/pincurchin.json +1 -1
  71. package/data/pokemon/pinsir-mega.json +1 -1
  72. package/data/pokemon/sableye-mega.json +1 -1
  73. package/data/pokemon/scizor-mega.json +1 -1
  74. package/data/pokemon/sirfetchd.json +1 -1
  75. package/data/pokemon/squawkabilly-blue.json +1 -1
  76. package/data/pokemon/squawkabilly-white.json +1 -1
  77. package/data/pokemon/squawkabilly-yellow.json +1 -1
  78. package/data/pokemon/squawkabilly.json +6 -2
  79. package/data/pokemon/swalot-f.json +7 -2
  80. package/data/pokemon/swalot.json +2 -1
  81. package/data/pokemon/thievul.json +1 -1
  82. package/data/pokemon/toxtricity-low-key.json +1 -1
  83. package/data/pokemon/toxtricity.json +1 -1
  84. package/data/pokemon/tyranitar-mega.json +1 -1
  85. package/data/pokemon/venusaur-mega.json +12 -1
  86. package/data/pokemon/wigglytuff.json +2 -1
  87. package/data-next/champions/abilities.json +117 -5
  88. package/data-next/champions/battle-states.json +24 -3
  89. package/data-next/champions/i18n/chs/abilities.json +104 -6
  90. package/data-next/champions/i18n/chs/battle-states.json +24 -3
  91. package/data-next/champions/i18n/chs/items.json +144 -0
  92. package/data-next/champions/i18n/chs/moves.json +25 -25
  93. package/data-next/champions/i18n/chs/pokemon.json +195 -0
  94. package/data-next/champions/i18n/cht/abilities.json +105 -7
  95. package/data-next/champions/i18n/cht/battle-states.json +24 -3
  96. package/data-next/champions/i18n/cht/items.json +144 -0
  97. package/data-next/champions/i18n/cht/moves.json +25 -25
  98. package/data-next/champions/i18n/cht/pokemon.json +195 -0
  99. package/data-next/champions/i18n/deu/abilities.json +105 -7
  100. package/data-next/champions/i18n/deu/battle-states.json +24 -3
  101. package/data-next/champions/i18n/deu/items.json +144 -0
  102. package/data-next/champions/i18n/deu/moves.json +28 -28
  103. package/data-next/champions/i18n/deu/pokemon.json +195 -0
  104. package/data-next/champions/i18n/eng/abilities.json +102 -4
  105. package/data-next/champions/i18n/eng/battle-states.json +24 -3
  106. package/data-next/champions/i18n/eng/items.json +144 -0
  107. package/data-next/champions/i18n/eng/moves.json +25 -25
  108. package/data-next/champions/i18n/eng/pokemon.json +195 -0
  109. package/data-next/champions/i18n/es-es/abilities.json +106 -8
  110. package/data-next/champions/i18n/es-es/battle-states.json +24 -3
  111. package/data-next/champions/i18n/es-es/items.json +145 -1
  112. package/data-next/champions/i18n/es-es/moves.json +25 -25
  113. package/data-next/champions/i18n/es-es/pokemon.json +195 -0
  114. package/data-next/champions/i18n/es-la/abilities.json +106 -8
  115. package/data-next/champions/i18n/es-la/battle-states.json +24 -3
  116. package/data-next/champions/i18n/es-la/items.json +145 -1
  117. package/data-next/champions/i18n/es-la/moves.json +26 -26
  118. package/data-next/champions/i18n/es-la/pokemon.json +195 -0
  119. package/data-next/champions/i18n/fra/abilities.json +105 -7
  120. package/data-next/champions/i18n/fra/battle-states.json +24 -3
  121. package/data-next/champions/i18n/fra/items.json +144 -0
  122. package/data-next/champions/i18n/fra/moves.json +25 -25
  123. package/data-next/champions/i18n/fra/pokemon.json +195 -0
  124. package/data-next/champions/i18n/ita/abilities.json +116 -18
  125. package/data-next/champions/i18n/ita/battle-states.json +24 -3
  126. package/data-next/champions/i18n/ita/items.json +145 -1
  127. package/data-next/champions/i18n/ita/moves.json +28 -28
  128. package/data-next/champions/i18n/ita/pokemon.json +195 -0
  129. package/data-next/champions/i18n/jpn/abilities.json +104 -6
  130. package/data-next/champions/i18n/jpn/battle-states.json +24 -3
  131. package/data-next/champions/i18n/jpn/items.json +144 -0
  132. package/data-next/champions/i18n/jpn/moves.json +25 -25
  133. package/data-next/champions/i18n/jpn/pokemon.json +195 -0
  134. package/data-next/champions/i18n/kor/abilities.json +104 -6
  135. package/data-next/champions/i18n/kor/battle-states.json +24 -3
  136. package/data-next/champions/i18n/kor/items.json +144 -0
  137. package/data-next/champions/i18n/kor/moves.json +25 -25
  138. package/data-next/champions/i18n/kor/pokemon.json +195 -0
  139. package/data-next/champions/i18n/pt-br/abilities.json +102 -4
  140. package/data-next/champions/i18n/pt-br/battle-states.json +24 -3
  141. package/data-next/champions/i18n/pt-br/items.json +144 -0
  142. package/data-next/champions/i18n/pt-br/moves.json +25 -25
  143. package/data-next/champions/i18n/pt-br/pokemon.json +195 -0
  144. package/data-next/champions/items.json +180 -0
  145. package/data-next/champions/moves.json +61 -61
  146. package/data-next/champions/pokemon-moves.json +1882 -173
  147. package/data-next/champions/pokemon.json +913 -21
  148. package/package.json +17 -9
  149. package/build/enums-DlMg7WLl.mjs.map +0 -1
  150. package/build/utils-BwovRocd.mjs.map +0 -1
@@ -17,6 +17,7 @@
17
17
  { "pid": "combusken-f", "dexNum": 5, "isForm": true },
18
18
  { "pid": "blaziken", "dexNum": 6, "isForm": false },
19
19
  { "pid": "blaziken-f", "dexNum": 6, "isForm": true },
20
+ { "pid": "blaziken-mega", "dexNum": 6, "isForm": true },
20
21
  { "pid": "mudkip", "dexNum": 7, "isForm": false },
21
22
  { "pid": "marshtomp", "dexNum": 8, "isForm": false },
22
23
  { "pid": "swampert", "dexNum": 9, "isForm": false },
@@ -48,6 +49,7 @@
48
49
  { "pid": "ralts", "dexNum": 29, "isForm": false },
49
50
  { "pid": "kirlia", "dexNum": 30, "isForm": false },
50
51
  { "pid": "gardevoir", "dexNum": 31, "isForm": false },
52
+ { "pid": "gardevoir-mega", "dexNum": 31, "isForm": true },
51
53
  { "pid": "gallade", "dexNum": 32, "isForm": false },
52
54
  { "pid": "gallade-mega", "dexNum": 32, "isForm": true },
53
55
  { "pid": "surskit", "dexNum": 33, "isForm": false },
@@ -62,6 +64,7 @@
62
64
  { "pid": "kadabra-f", "dexNum": 41, "isForm": true },
63
65
  { "pid": "alakazam", "dexNum": 42, "isForm": false },
64
66
  { "pid": "alakazam-f", "dexNum": 42, "isForm": true },
67
+ { "pid": "alakazam-mega", "dexNum": 42, "isForm": true },
65
68
  { "pid": "nincada", "dexNum": 43, "isForm": false },
66
69
  { "pid": "ninjask", "dexNum": 44, "isForm": false },
67
70
  { "pid": "shedinja", "dexNum": 45, "isForm": false },
@@ -78,6 +81,7 @@
78
81
  { "pid": "magikarp-f", "dexNum": 53, "isForm": true },
79
82
  { "pid": "gyarados", "dexNum": 54, "isForm": false },
80
83
  { "pid": "gyarados-f", "dexNum": 54, "isForm": true },
84
+ { "pid": "gyarados-mega", "dexNum": 54, "isForm": true },
81
85
  { "pid": "azurill", "dexNum": 55, "isForm": false },
82
86
  { "pid": "marill", "dexNum": 56, "isForm": false },
83
87
  { "pid": "azumarill", "dexNum": 57, "isForm": false },
@@ -98,9 +102,11 @@
98
102
  { "pid": "sableye", "dexNum": 70, "isForm": false },
99
103
  { "pid": "sableye-mega", "dexNum": 70, "isForm": true },
100
104
  { "pid": "mawile", "dexNum": 71, "isForm": false },
105
+ { "pid": "mawile-mega", "dexNum": 71, "isForm": true },
101
106
  { "pid": "aron", "dexNum": 72, "isForm": false },
102
107
  { "pid": "lairon", "dexNum": 73, "isForm": false },
103
108
  { "pid": "aggron", "dexNum": 74, "isForm": false },
109
+ { "pid": "aggron-mega", "dexNum": 74, "isForm": true },
104
110
  { "pid": "machop", "dexNum": 75, "isForm": false },
105
111
  { "pid": "machoke", "dexNum": 76, "isForm": false },
106
112
  { "pid": "machamp", "dexNum": 77, "isForm": false },
@@ -108,8 +114,10 @@
108
114
  { "pid": "meditite-f", "dexNum": 78, "isForm": true },
109
115
  { "pid": "medicham", "dexNum": 79, "isForm": false },
110
116
  { "pid": "medicham-f", "dexNum": 79, "isForm": true },
117
+ { "pid": "medicham-mega", "dexNum": 79, "isForm": true },
111
118
  { "pid": "electrike", "dexNum": 80, "isForm": false },
112
119
  { "pid": "manectric", "dexNum": 81, "isForm": false },
120
+ { "pid": "manectric-mega", "dexNum": 81, "isForm": true },
113
121
  { "pid": "plusle", "dexNum": 82, "isForm": false },
114
122
  { "pid": "minun", "dexNum": 83, "isForm": false },
115
123
  { "pid": "magnemite", "dexNum": 84, "isForm": false },
@@ -199,6 +207,7 @@
199
207
  { "pid": "kecleon", "dexNum": 150, "isForm": false },
200
208
  { "pid": "shuppet", "dexNum": 151, "isForm": false },
201
209
  { "pid": "banette", "dexNum": 152, "isForm": false },
210
+ { "pid": "banette-mega", "dexNum": 152, "isForm": true },
202
211
  { "pid": "duskull", "dexNum": 153, "isForm": false },
203
212
  { "pid": "dusclops", "dexNum": 154, "isForm": false },
204
213
  { "pid": "dusknoir", "dexNum": 155, "isForm": false },
@@ -206,6 +215,7 @@
206
215
  { "pid": "chingling", "dexNum": 157, "isForm": false },
207
216
  { "pid": "chimecho", "dexNum": 158, "isForm": false },
208
217
  { "pid": "absol", "dexNum": 159, "isForm": false },
218
+ { "pid": "absol-mega", "dexNum": 159, "isForm": true },
209
219
  { "pid": "vulpix", "dexNum": 160, "isForm": false },
210
220
  { "pid": "ninetales", "dexNum": 161, "isForm": false },
211
221
  { "pid": "pichu", "dexNum": 162, "isForm": false },
@@ -227,8 +237,10 @@
227
237
  { "pid": "donphan", "dexNum": 173, "isForm": false },
228
238
  { "pid": "donphan-f", "dexNum": 173, "isForm": true },
229
239
  { "pid": "pinsir", "dexNum": 174, "isForm": false },
240
+ { "pid": "pinsir-mega", "dexNum": 174, "isForm": true },
230
241
  { "pid": "heracross", "dexNum": 175, "isForm": false },
231
242
  { "pid": "heracross-f", "dexNum": 175, "isForm": true },
243
+ { "pid": "heracross-mega", "dexNum": 175, "isForm": true },
232
244
  { "pid": "rhyhorn", "dexNum": 176, "isForm": false },
233
245
  { "pid": "rhyhorn-f", "dexNum": 176, "isForm": true },
234
246
  { "pid": "rhydon", "dexNum": 177, "isForm": false },
@@ -15,9 +15,12 @@
15
15
  { "pid": "charmander", "dexNum": 4, "isForm": false },
16
16
  { "pid": "charmeleon", "dexNum": 5, "isForm": false },
17
17
  { "pid": "charizard", "dexNum": 6, "isForm": false },
18
+ { "pid": "charizard-mega-x", "dexNum": 6, "isForm": true },
19
+ { "pid": "charizard-mega-y", "dexNum": 6, "isForm": true },
18
20
  { "pid": "squirtle", "dexNum": 7, "isForm": false },
19
21
  { "pid": "wartortle", "dexNum": 8, "isForm": false },
20
22
  { "pid": "blastoise", "dexNum": 9, "isForm": false },
23
+ { "pid": "blastoise-mega", "dexNum": 9, "isForm": true },
21
24
  { "pid": "caterpie", "dexNum": 10, "isForm": false },
22
25
  { "pid": "metapod", "dexNum": 11, "isForm": false },
23
26
  { "pid": "butterfree", "dexNum": 12, "isForm": false },
@@ -98,6 +101,7 @@
98
101
  { "pid": "kadabra-f", "dexNum": 64, "isForm": true },
99
102
  { "pid": "alakazam", "dexNum": 65, "isForm": false },
100
103
  { "pid": "alakazam-f", "dexNum": 65, "isForm": true },
104
+ { "pid": "alakazam-mega", "dexNum": 65, "isForm": true },
101
105
  { "pid": "machop", "dexNum": 66, "isForm": false },
102
106
  { "pid": "machoke", "dexNum": 67, "isForm": false },
103
107
  { "pid": "machamp", "dexNum": 68, "isForm": false },
@@ -135,6 +139,7 @@
135
139
  { "pid": "gastly", "dexNum": 92, "isForm": false },
136
140
  { "pid": "haunter", "dexNum": 93, "isForm": false },
137
141
  { "pid": "gengar", "dexNum": 94, "isForm": false },
142
+ { "pid": "gengar-mega", "dexNum": 94, "isForm": true },
138
143
  { "pid": "onix", "dexNum": 95, "isForm": false },
139
144
  { "pid": "drowzee", "dexNum": 96, "isForm": false },
140
145
  { "pid": "hypno", "dexNum": 97, "isForm": false },
@@ -161,6 +166,7 @@
161
166
  { "pid": "chansey", "dexNum": 113, "isForm": false },
162
167
  { "pid": "tangela", "dexNum": 114, "isForm": false },
163
168
  { "pid": "kangaskhan", "dexNum": 115, "isForm": false },
169
+ { "pid": "kangaskhan-mega", "dexNum": 115, "isForm": true },
164
170
  { "pid": "horsea", "dexNum": 116, "isForm": false },
165
171
  { "pid": "seadra", "dexNum": 117, "isForm": false },
166
172
  { "pid": "goldeen", "dexNum": 118, "isForm": false },
@@ -176,11 +182,13 @@
176
182
  { "pid": "electabuzz", "dexNum": 125, "isForm": false },
177
183
  { "pid": "magmar", "dexNum": 126, "isForm": false },
178
184
  { "pid": "pinsir", "dexNum": 127, "isForm": false },
185
+ { "pid": "pinsir-mega", "dexNum": 127, "isForm": true },
179
186
  { "pid": "tauros", "dexNum": 128, "isForm": false },
180
187
  { "pid": "magikarp", "dexNum": 129, "isForm": false },
181
188
  { "pid": "magikarp-f", "dexNum": 129, "isForm": true },
182
189
  { "pid": "gyarados", "dexNum": 130, "isForm": false },
183
190
  { "pid": "gyarados-f", "dexNum": 130, "isForm": true },
191
+ { "pid": "gyarados-mega", "dexNum": 130, "isForm": true },
184
192
  { "pid": "lapras", "dexNum": 131, "isForm": false },
185
193
  { "pid": "ditto", "dexNum": 132, "isForm": false },
186
194
  { "pid": "eevee", "dexNum": 133, "isForm": false },
@@ -193,6 +201,7 @@
193
201
  { "pid": "kabuto", "dexNum": 140, "isForm": false },
194
202
  { "pid": "kabutops", "dexNum": 141, "isForm": false },
195
203
  { "pid": "aerodactyl", "dexNum": 142, "isForm": false },
204
+ { "pid": "aerodactyl-mega", "dexNum": 142, "isForm": true },
196
205
  { "pid": "snorlax", "dexNum": 143, "isForm": false },
197
206
  { "pid": "articuno", "dexNum": 144, "isForm": false },
198
207
  { "pid": "zapdos", "dexNum": 145, "isForm": false },
@@ -201,6 +210,8 @@
201
210
  { "pid": "dragonair", "dexNum": 148, "isForm": false },
202
211
  { "pid": "dragonite", "dexNum": 149, "isForm": false },
203
212
  { "pid": "mewtwo", "dexNum": 150, "isForm": false },
213
+ { "pid": "mewtwo-mega-x", "dexNum": 150, "isForm": true },
214
+ { "pid": "mewtwo-mega-y", "dexNum": 150, "isForm": true },
204
215
  { "pid": "mew", "dexNum": 151, "isForm": false },
205
216
  { "pid": "meltan", "dexNum": 152, "isForm": false },
206
217
  { "pid": "melmetal", "dexNum": 153, "isForm": false }
@@ -15,9 +15,12 @@
15
15
  { "pid": "charmander", "dexNum": 4, "isForm": false },
16
16
  { "pid": "charmeleon", "dexNum": 5, "isForm": false },
17
17
  { "pid": "charizard", "dexNum": 6, "isForm": false },
18
+ { "pid": "charizard-mega-x", "dexNum": 6, "isForm": true },
19
+ { "pid": "charizard-mega-y", "dexNum": 6, "isForm": true },
18
20
  { "pid": "squirtle", "dexNum": 7, "isForm": false },
19
21
  { "pid": "wartortle", "dexNum": 8, "isForm": false },
20
22
  { "pid": "blastoise", "dexNum": 9, "isForm": false },
23
+ { "pid": "blastoise-mega", "dexNum": 9, "isForm": true },
21
24
  { "pid": "caterpie", "dexNum": 10, "isForm": false },
22
25
  { "pid": "metapod", "dexNum": 11, "isForm": false },
23
26
  { "pid": "butterfree", "dexNum": 12, "isForm": false },
@@ -87,6 +90,7 @@
87
90
  { "pid": "kadabra-f", "dexNum": 64, "isForm": true },
88
91
  { "pid": "alakazam", "dexNum": 65, "isForm": false },
89
92
  { "pid": "alakazam-f", "dexNum": 65, "isForm": true },
93
+ { "pid": "alakazam-mega", "dexNum": 65, "isForm": true },
90
94
  { "pid": "machop", "dexNum": 66, "isForm": false },
91
95
  { "pid": "machoke", "dexNum": 67, "isForm": false },
92
96
  { "pid": "machamp", "dexNum": 68, "isForm": false },
@@ -119,6 +123,7 @@
119
123
  { "pid": "gastly", "dexNum": 92, "isForm": false },
120
124
  { "pid": "haunter", "dexNum": 93, "isForm": false },
121
125
  { "pid": "gengar", "dexNum": 94, "isForm": false },
126
+ { "pid": "gengar-mega", "dexNum": 94, "isForm": true },
122
127
  { "pid": "onix", "dexNum": 95, "isForm": false },
123
128
  { "pid": "drowzee", "dexNum": 96, "isForm": false },
124
129
  { "pid": "hypno", "dexNum": 97, "isForm": false },
@@ -143,6 +148,7 @@
143
148
  { "pid": "chansey", "dexNum": 113, "isForm": false },
144
149
  { "pid": "tangela", "dexNum": 114, "isForm": false },
145
150
  { "pid": "kangaskhan", "dexNum": 115, "isForm": false },
151
+ { "pid": "kangaskhan-mega", "dexNum": 115, "isForm": true },
146
152
  { "pid": "horsea", "dexNum": 116, "isForm": false },
147
153
  { "pid": "seadra", "dexNum": 117, "isForm": false },
148
154
  { "pid": "goldeen", "dexNum": 118, "isForm": false },
@@ -158,11 +164,13 @@
158
164
  { "pid": "electabuzz", "dexNum": 125, "isForm": false },
159
165
  { "pid": "magmar", "dexNum": 126, "isForm": false },
160
166
  { "pid": "pinsir", "dexNum": 127, "isForm": false },
167
+ { "pid": "pinsir-mega", "dexNum": 127, "isForm": true },
161
168
  { "pid": "tauros", "dexNum": 128, "isForm": false },
162
169
  { "pid": "magikarp", "dexNum": 129, "isForm": false },
163
170
  { "pid": "magikarp-f", "dexNum": 129, "isForm": true },
164
171
  { "pid": "gyarados", "dexNum": 130, "isForm": false },
165
172
  { "pid": "gyarados-f", "dexNum": 130, "isForm": true },
173
+ { "pid": "gyarados-mega", "dexNum": 130, "isForm": true },
166
174
  { "pid": "lapras", "dexNum": 131, "isForm": false },
167
175
  { "pid": "ditto", "dexNum": 132, "isForm": false },
168
176
  { "pid": "eevee", "dexNum": 133, "isForm": false },
@@ -175,6 +183,7 @@
175
183
  { "pid": "kabuto", "dexNum": 140, "isForm": false },
176
184
  { "pid": "kabutops", "dexNum": 141, "isForm": false },
177
185
  { "pid": "aerodactyl", "dexNum": 142, "isForm": false },
186
+ { "pid": "aerodactyl-mega", "dexNum": 142, "isForm": true },
178
187
  { "pid": "snorlax", "dexNum": 143, "isForm": false },
179
188
  { "pid": "articuno", "dexNum": 144, "isForm": false },
180
189
  { "pid": "zapdos", "dexNum": 145, "isForm": false },
@@ -183,6 +192,8 @@
183
192
  { "pid": "dragonair", "dexNum": 148, "isForm": false },
184
193
  { "pid": "dragonite", "dexNum": 149, "isForm": false },
185
194
  { "pid": "mewtwo", "dexNum": 150, "isForm": false },
195
+ { "pid": "mewtwo-mega-x", "dexNum": 150, "isForm": true },
196
+ { "pid": "mewtwo-mega-y", "dexNum": 150, "isForm": true },
186
197
  { "pid": "mew", "dexNum": 151, "isForm": false },
187
198
  { "pid": "chikorita", "dexNum": 152, "isForm": false },
188
199
  { "pid": "bayleef", "dexNum": 153, "isForm": false },
@@ -218,6 +229,7 @@
218
229
  { "pid": "mareep", "dexNum": 179, "isForm": false },
219
230
  { "pid": "flaaffy", "dexNum": 180, "isForm": false },
220
231
  { "pid": "ampharos", "dexNum": 181, "isForm": false },
232
+ { "pid": "ampharos-mega", "dexNum": 181, "isForm": true },
221
233
  { "pid": "bellossom", "dexNum": 182, "isForm": false },
222
234
  { "pid": "marill", "dexNum": 183, "isForm": false },
223
235
  { "pid": "azumarill", "dexNum": 184, "isForm": false },
@@ -288,9 +300,11 @@
288
300
  { "pid": "qwilfish", "dexNum": 211, "isForm": false },
289
301
  { "pid": "scizor", "dexNum": 212, "isForm": false },
290
302
  { "pid": "scizor-f", "dexNum": 212, "isForm": true },
303
+ { "pid": "scizor-mega", "dexNum": 212, "isForm": true },
291
304
  { "pid": "shuckle", "dexNum": 213, "isForm": false },
292
305
  { "pid": "heracross", "dexNum": 214, "isForm": false },
293
306
  { "pid": "heracross-f", "dexNum": 214, "isForm": true },
307
+ { "pid": "heracross-mega", "dexNum": 214, "isForm": true },
294
308
  { "pid": "sneasel", "dexNum": 215, "isForm": false },
295
309
  { "pid": "sneasel-f", "dexNum": 215, "isForm": true },
296
310
  { "pid": "teddiursa", "dexNum": 216, "isForm": false },
@@ -311,6 +325,7 @@
311
325
  { "pid": "houndour", "dexNum": 228, "isForm": false },
312
326
  { "pid": "houndoom", "dexNum": 229, "isForm": false },
313
327
  { "pid": "houndoom-f", "dexNum": 229, "isForm": true },
328
+ { "pid": "houndoom-mega", "dexNum": 229, "isForm": true },
314
329
  { "pid": "kingdra", "dexNum": 230, "isForm": false },
315
330
  { "pid": "phanpy", "dexNum": 231, "isForm": false },
316
331
  { "pid": "donphan", "dexNum": 232, "isForm": false },
@@ -331,6 +346,7 @@
331
346
  { "pid": "larvitar", "dexNum": 246, "isForm": false },
332
347
  { "pid": "pupitar", "dexNum": 247, "isForm": false },
333
348
  { "pid": "tyranitar", "dexNum": 248, "isForm": false },
349
+ { "pid": "tyranitar-mega", "dexNum": 248, "isForm": true },
334
350
  { "pid": "lugia", "dexNum": 249, "isForm": false },
335
351
  { "pid": "hooh", "dexNum": 250, "isForm": false },
336
352
  { "pid": "celebi", "dexNum": 251, "isForm": false },
@@ -344,6 +360,7 @@
344
360
  { "pid": "combusken-f", "dexNum": 256, "isForm": true },
345
361
  { "pid": "blaziken", "dexNum": 257, "isForm": false },
346
362
  { "pid": "blaziken-f", "dexNum": 257, "isForm": true },
363
+ { "pid": "blaziken-mega", "dexNum": 257, "isForm": true },
347
364
  { "pid": "mudkip", "dexNum": 258, "isForm": false },
348
365
  { "pid": "marshtomp", "dexNum": 259, "isForm": false },
349
366
  { "pid": "swampert", "dexNum": 260, "isForm": false },
@@ -375,6 +392,7 @@
375
392
  { "pid": "ralts", "dexNum": 280, "isForm": false },
376
393
  { "pid": "kirlia", "dexNum": 281, "isForm": false },
377
394
  { "pid": "gardevoir", "dexNum": 282, "isForm": false },
395
+ { "pid": "gardevoir-mega", "dexNum": 282, "isForm": true },
378
396
  { "pid": "surskit", "dexNum": 283, "isForm": false },
379
397
  { "pid": "masquerain", "dexNum": 284, "isForm": false },
380
398
  { "pid": "shroomish", "dexNum": 285, "isForm": false },
@@ -397,15 +415,19 @@
397
415
  { "pid": "sableye", "dexNum": 302, "isForm": false },
398
416
  { "pid": "sableye-mega", "dexNum": 302, "isForm": true },
399
417
  { "pid": "mawile", "dexNum": 303, "isForm": false },
418
+ { "pid": "mawile-mega", "dexNum": 303, "isForm": true },
400
419
  { "pid": "aron", "dexNum": 304, "isForm": false },
401
420
  { "pid": "lairon", "dexNum": 305, "isForm": false },
402
421
  { "pid": "aggron", "dexNum": 306, "isForm": false },
422
+ { "pid": "aggron-mega", "dexNum": 306, "isForm": true },
403
423
  { "pid": "meditite", "dexNum": 307, "isForm": false },
404
424
  { "pid": "meditite-f", "dexNum": 307, "isForm": true },
405
425
  { "pid": "medicham", "dexNum": 308, "isForm": false },
406
426
  { "pid": "medicham-f", "dexNum": 308, "isForm": true },
427
+ { "pid": "medicham-mega", "dexNum": 308, "isForm": true },
407
428
  { "pid": "electrike", "dexNum": 309, "isForm": false },
408
429
  { "pid": "manectric", "dexNum": 310, "isForm": false },
430
+ { "pid": "manectric-mega", "dexNum": 310, "isForm": true },
409
431
  { "pid": "plusle", "dexNum": 311, "isForm": false },
410
432
  { "pid": "minun", "dexNum": 312, "isForm": false },
411
433
  { "pid": "volbeat", "dexNum": 313, "isForm": false },
@@ -463,11 +485,13 @@
463
485
  { "pid": "kecleon", "dexNum": 352, "isForm": false },
464
486
  { "pid": "shuppet", "dexNum": 353, "isForm": false },
465
487
  { "pid": "banette", "dexNum": 354, "isForm": false },
488
+ { "pid": "banette-mega", "dexNum": 354, "isForm": true },
466
489
  { "pid": "duskull", "dexNum": 355, "isForm": false },
467
490
  { "pid": "dusclops", "dexNum": 356, "isForm": false },
468
491
  { "pid": "tropius", "dexNum": 357, "isForm": false },
469
492
  { "pid": "chimecho", "dexNum": 358, "isForm": false },
470
493
  { "pid": "absol", "dexNum": 359, "isForm": false },
494
+ { "pid": "absol-mega", "dexNum": 359, "isForm": true },
471
495
  { "pid": "wynaut", "dexNum": 360, "isForm": false },
472
496
  { "pid": "snorunt", "dexNum": 361, "isForm": false },
473
497
  { "pid": "glalie", "dexNum": 362, "isForm": false },
@@ -592,9 +616,11 @@
592
616
  { "pid": "gabite-f", "dexNum": 444, "isForm": true },
593
617
  { "pid": "garchomp", "dexNum": 445, "isForm": false },
594
618
  { "pid": "garchomp-f", "dexNum": 445, "isForm": true },
619
+ { "pid": "garchomp-mega", "dexNum": 445, "isForm": true },
595
620
  { "pid": "munchlax", "dexNum": 446, "isForm": false },
596
621
  { "pid": "riolu", "dexNum": 447, "isForm": false },
597
622
  { "pid": "lucario", "dexNum": 448, "isForm": false },
623
+ { "pid": "lucario-mega", "dexNum": 448, "isForm": true },
598
624
  { "pid": "hippopotas", "dexNum": 449, "isForm": false },
599
625
  { "pid": "hippopotas-f", "dexNum": 449, "isForm": true },
600
626
  { "pid": "hippowdon", "dexNum": 450, "isForm": false },
@@ -615,6 +641,7 @@
615
641
  { "pid": "snover-f", "dexNum": 459, "isForm": true },
616
642
  { "pid": "abomasnow", "dexNum": 460, "isForm": false },
617
643
  { "pid": "abomasnow-f", "dexNum": 460, "isForm": true },
644
+ { "pid": "abomasnow-mega", "dexNum": 460, "isForm": true },
618
645
  { "pid": "weavile", "dexNum": 461, "isForm": false },
619
646
  { "pid": "weavile-f", "dexNum": 461, "isForm": true },
620
647
  { "pid": "magnezone", "dexNum": 462, "isForm": false },
@@ -34,7 +34,7 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
- "obtainableIn": ["xy-x", "xy-y", "go", "lza"],
37
+ "obtainableIn": ["xy-x", "xy-y", "oras-or", "oras-as", "go", "lza"],
38
38
  "eventOnlyIn": [],
39
39
  "storableIn": [],
40
40
  "shinyReleased": true,
@@ -33,7 +33,7 @@
33
33
  "canDynamax": false,
34
34
  "canBeAlpha": false,
35
35
  "debutIn": "xy",
36
- "obtainableIn": ["xy-x", "oras-or", "oras-as", "go", "lza"],
36
+ "obtainableIn": ["xy-y", "oras-or", "oras-as", "go", "lza"],
37
37
  "eventOnlyIn": [],
38
38
  "storableIn": [],
39
39
  "shinyReleased": true,
@@ -34,7 +34,7 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
- "obtainableIn": ["xy-x", "xy-y", "go", "lza"],
37
+ "obtainableIn": ["xy-x", "xy-y", "oras-or", "oras-as", "go", "lza"],
38
38
  "eventOnlyIn": [],
39
39
  "storableIn": [],
40
40
  "shinyReleased": true,
@@ -35,7 +35,7 @@
35
35
  "debutIn": "sv",
36
36
  "obtainableIn": ["go", "sv-s", "sv-v"],
37
37
  "eventOnlyIn": [],
38
- "storableIn": ["go", "home", "sv-s", "sv-v"],
38
+ "storableIn": ["go", "home", "sv-s", "sv-v", "champions"],
39
39
  "shinyReleased": true,
40
40
  "baseHp": 78,
41
41
  "baseAtk": 69,
@@ -9,7 +9,6 @@
9
9
  "type2": "ice",
10
10
  "color": "gray",
11
11
  "ability1": "thermalexchange",
12
- "abilityHidden": "icebody",
13
12
  "isPrerelease": false,
14
13
  "isDefault": false,
15
14
  "isForm": true,
@@ -33,7 +33,18 @@
33
33
  "canDynamax": false,
34
34
  "canBeAlpha": false,
35
35
  "debutIn": "xy",
36
- "obtainableIn": ["xy-x", "xy-y", "go", "usum-us", "usum-um", "lgpe-lgp", "lgpe-lge", "lza"],
36
+ "obtainableIn": [
37
+ "xy-x",
38
+ "xy-y",
39
+ "oras-or",
40
+ "oras-as",
41
+ "go",
42
+ "usum-us",
43
+ "usum-um",
44
+ "lgpe-lgp",
45
+ "lgpe-lge",
46
+ "lza"
47
+ ],
37
48
  "eventOnlyIn": [],
38
49
  "storableIn": [],
39
50
  "shinyReleased": true,
@@ -35,7 +35,7 @@
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
37
  "obtainableIn": ["oras-or", "oras-as", "go"],
38
- "eventOnlyIn": ["lza"],
38
+ "eventOnlyIn": ["xy-x", "xy-y", "lza"],
39
39
  "storableIn": [],
40
40
  "shinyReleased": true,
41
41
  "baseHp": 80,
@@ -34,8 +34,18 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
- "obtainableIn": ["xy-x", "go", "usum-us", "usum-um", "lgpe-lgp", "lgpe-lge", "lza"],
38
- "eventOnlyIn": [],
37
+ "obtainableIn": [
38
+ "xy-x",
39
+ "oras-or",
40
+ "oras-as",
41
+ "go",
42
+ "usum-us",
43
+ "usum-um",
44
+ "lgpe-lgp",
45
+ "lgpe-lge",
46
+ "lza"
47
+ ],
48
+ "eventOnlyIn": ["xy-y"],
39
49
  "storableIn": [],
40
50
  "shinyReleased": true,
41
51
  "baseHp": 78,
@@ -34,8 +34,18 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
- "obtainableIn": ["xy-y", "go", "usum-us", "usum-um", "lgpe-lgp", "lgpe-lge", "lza"],
38
- "eventOnlyIn": [],
37
+ "obtainableIn": [
38
+ "xy-y",
39
+ "oras-or",
40
+ "oras-as",
41
+ "go",
42
+ "usum-us",
43
+ "usum-um",
44
+ "lgpe-lgp",
45
+ "lgpe-lge",
46
+ "lza"
47
+ ],
48
+ "eventOnlyIn": ["xy-x"],
39
49
  "storableIn": [],
40
50
  "shinyReleased": true,
41
51
  "baseHp": 78,
@@ -34,7 +34,7 @@
34
34
  "debutIn": "swsh",
35
35
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v"],
37
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "champions"],
38
38
  "shinyReleased": true,
39
39
  "baseHp": 80,
40
40
  "baseAtk": 116,
@@ -104,7 +104,8 @@
104
104
  "home",
105
105
  "bdsp-bd",
106
106
  "bdsp-sp",
107
- "lza"
107
+ "lza",
108
+ "champions"
108
109
  ],
109
110
  "shinyReleased": true,
110
111
  "baseHp": 52,
@@ -34,7 +34,7 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
- "obtainableIn": ["xy-x", "xy-y", "go", "lza"],
37
+ "obtainableIn": ["xy-x", "xy-y", "oras-or", "oras-as", "go", "lza"],
38
38
  "eventOnlyIn": [],
39
39
  "storableIn": [],
40
40
  "shinyReleased": true,
@@ -47,7 +47,8 @@
47
47
  "home",
48
48
  "sv-s",
49
49
  "sv-v",
50
- "lza"
50
+ "lza",
51
+ "champions"
51
52
  ],
52
53
  "shinyReleased": true,
53
54
  "baseHp": 123,
@@ -8,7 +8,7 @@
8
8
  "type1": "bug",
9
9
  "type2": "steel",
10
10
  "color": "gray",
11
- "ability1": "emergencyexit",
11
+ "ability1": "toughclaws",
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
@@ -34,7 +34,7 @@
34
34
  "debutIn": "swsh",
35
35
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "lza"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza"],
37
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza", "champions"],
38
38
  "shinyReleased": true,
39
39
  "baseHp": 80,
40
40
  "baseAtk": 118,
@@ -35,7 +35,7 @@
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
37
  "obtainableIn": ["xy-y", "oras-or", "oras-as", "go", "lza"],
38
- "eventOnlyIn": [],
38
+ "eventOnlyIn": ["xy-x"],
39
39
  "storableIn": [],
40
40
  "shinyReleased": true,
41
41
  "baseHp": 80,
@@ -34,7 +34,7 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
- "obtainableIn": ["xy-x", "go", "lza"],
37
+ "obtainableIn": ["xy-y", "oras-or", "oras-as", "go", "lza"],
38
38
  "eventOnlyIn": [],
39
39
  "storableIn": [],
40
40
  "shinyReleased": true,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "swsh",
38
38
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 70,
43
43
  "baseAtk": 55,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "swsh",
38
38
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 60,
43
43
  "baseAtk": 65,
@@ -34,7 +34,7 @@
34
34
  "debutIn": "swsh",
35
35
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v"],
37
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "champions"],
38
38
  "shinyReleased": true,
39
39
  "baseHp": 70,
40
40
  "baseAtk": 85,
@@ -33,7 +33,7 @@
33
33
  "canDynamax": false,
34
34
  "canBeAlpha": false,
35
35
  "debutIn": "xy",
36
- "obtainableIn": ["xy-x", "xy-y", "go", "lza"],
36
+ "obtainableIn": ["xy-x", "xy-y", "oras-or", "oras-as", "go", "lza"],
37
37
  "eventOnlyIn": [],
38
38
  "storableIn": [],
39
39
  "shinyReleased": true,
@@ -34,7 +34,7 @@
34
34
  "canDynamax": false,
35
35
  "canBeAlpha": false,
36
36
  "debutIn": "xy",
37
- "obtainableIn": ["xy-x", "xy-y", "go", "lza"],
37
+ "obtainableIn": ["xy-x", "xy-y", "oras-or", "oras-as", "go", "lza"],
38
38
  "eventOnlyIn": [],
39
39
  "storableIn": [],
40
40
  "shinyReleased": 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": 80,
41
41
  "baseAtk": 120,
@@ -33,7 +33,7 @@
33
33
  "canDynamax": false,
34
34
  "canBeAlpha": false,
35
35
  "debutIn": "xy",
36
- "obtainableIn": ["xy-y", "oras-or", "oras-as", "go", "lza"],
36
+ "obtainableIn": ["xy-x", "oras-or", "oras-as", "go", "lza"],
37
37
  "eventOnlyIn": [],
38
38
  "storableIn": [],
39
39
  "shinyReleased": true,
@@ -12,6 +12,7 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
+ "formItem": "mawilite",
15
16
  "isLegendary": false,
16
17
  "isMythical": false,
17
18
  "isBaby": false,
@@ -33,7 +34,7 @@
33
34
  "canDynamax": false,
34
35
  "canBeAlpha": false,
35
36
  "debutIn": "xy",
36
- "obtainableIn": ["xy-x", "xy-y", "oras-or", "go", "lza"],
37
+ "obtainableIn": ["xy-x", "xy-y", "oras-or", "oras-as", "go", "lza"],
37
38
  "eventOnlyIn": [],
38
39
  "storableIn": [],
39
40
  "shinyReleased": true,