@pokepc/dataset 6.3.0

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 (1936) hide show
  1. package/LICENSE +18 -0
  2. package/README.md +161 -0
  3. package/build/lib/box-preset-sanitizer.d.mts +31 -0
  4. package/build/lib/box-preset-sanitizer.d.mts.map +1 -0
  5. package/build/lib/box-preset-sanitizer.mjs +54 -0
  6. package/build/lib/box-preset-sanitizer.mjs.map +1 -0
  7. package/build/lib/box-preset-transform.d.mts +20 -0
  8. package/build/lib/box-preset-transform.d.mts.map +1 -0
  9. package/build/lib/box-preset-transform.mjs +128 -0
  10. package/build/lib/box-preset-transform.mjs.map +1 -0
  11. package/build/lib/constants.d.mts +7 -0
  12. package/build/lib/constants.d.mts.map +1 -0
  13. package/build/lib/constants.mjs +20 -0
  14. package/build/lib/constants.mjs.map +1 -0
  15. package/build/lib/enums.d.mts +24 -0
  16. package/build/lib/enums.d.mts.map +1 -0
  17. package/build/lib/enums.mjs +186 -0
  18. package/build/lib/enums.mjs.map +1 -0
  19. package/build/lib/fs.d.mts +147 -0
  20. package/build/lib/fs.d.mts.map +1 -0
  21. package/build/lib/fs.mjs +251 -0
  22. package/build/lib/fs.mjs.map +1 -0
  23. package/build/lib/languages.d.mts +26 -0
  24. package/build/lib/languages.d.mts.map +1 -0
  25. package/build/lib/languages.mjs +255 -0
  26. package/build/lib/languages.mjs.map +1 -0
  27. package/build/lib/schemas.d.mts +805 -0
  28. package/build/lib/schemas.d.mts.map +1 -0
  29. package/build/lib/schemas.mjs +349 -0
  30. package/build/lib/schemas.mjs.map +1 -0
  31. package/build/lib/search.d.mts +6 -0
  32. package/build/lib/search.d.mts.map +1 -0
  33. package/build/lib/search.mjs +45 -0
  34. package/build/lib/search.mjs.map +1 -0
  35. package/build/lib/types.d.mts +197 -0
  36. package/build/lib/types.d.mts.map +1 -0
  37. package/build/lib/types.mjs +1 -0
  38. package/build/lib/utils.d.mts +22 -0
  39. package/build/lib/utils.d.mts.map +1 -0
  40. package/build/lib/utils.mjs +180 -0
  41. package/build/lib/utils.mjs.map +1 -0
  42. package/build/lib/validators.d.mts +1 -0
  43. package/build/lib/validators.mjs +1 -0
  44. package/build/utils-internal-Czgdbnkv.mjs +33 -0
  45. package/build/utils-internal-Czgdbnkv.mjs.map +1 -0
  46. package/data/abilities.json +2843 -0
  47. package/data/boxpresets/classic/b2w2.json +3668 -0
  48. package/data/boxpresets/classic/bdsp.json +2896 -0
  49. package/data/boxpresets/classic/bw.json +3652 -0
  50. package/data/boxpresets/classic/c.json +682 -0
  51. package/data/boxpresets/classic/champions.json +1 -0
  52. package/data/boxpresets/classic/col.json +1 -0
  53. package/data/boxpresets/classic/dp.json +2870 -0
  54. package/data/boxpresets/classic/e.json +1924 -0
  55. package/data/boxpresets/classic/frlg.json +1922 -0
  56. package/data/boxpresets/classic/go.json +5506 -0
  57. package/data/boxpresets/classic/gs.json +682 -0
  58. package/data/boxpresets/classic/hgss.json +2892 -0
  59. package/data/boxpresets/classic/home.json +11769 -0
  60. package/data/boxpresets/classic/la.json +2395 -0
  61. package/data/boxpresets/classic/lgpe.json +420 -0
  62. package/data/boxpresets/classic/lza.json +2043 -0
  63. package/data/boxpresets/classic/oras.json +4210 -0
  64. package/data/boxpresets/classic/pt.json +2892 -0
  65. package/data/boxpresets/classic/rb.json +388 -0
  66. package/data/boxpresets/classic/rs.json +960 -0
  67. package/data/boxpresets/classic/sm.json +4754 -0
  68. package/data/boxpresets/classic/sv.json +5038 -0
  69. package/data/boxpresets/classic/swsh.json +5960 -0
  70. package/data/boxpresets/classic/usum.json +4794 -0
  71. package/data/boxpresets/classic/xd.json +1 -0
  72. package/data/boxpresets/classic/xy.json +4208 -0
  73. package/data/boxpresets/classic/y.json +388 -0
  74. package/data/boxpresets/modern/b2w2/fully-sorted-minimal.json +914 -0
  75. package/data/boxpresets/modern/b2w2/fully-sorted.json +929 -0
  76. package/data/boxpresets/modern/b2w2/sorted-species-minimal.json +914 -0
  77. package/data/boxpresets/modern/b2w2/sorted-species.json +933 -0
  78. package/data/boxpresets/modern/b2w2.json +1 -0
  79. package/data/boxpresets/modern/bdsp/fully-sorted-minimal.json +725 -0
  80. package/data/boxpresets/modern/bdsp/fully-sorted.json +730 -0
  81. package/data/boxpresets/modern/bdsp/sorted-species-minimal.json +729 -0
  82. package/data/boxpresets/modern/bdsp/sorted-species.json +734 -0
  83. package/data/boxpresets/modern/bdsp.json +1 -0
  84. package/data/boxpresets/modern/bw/fully-sorted-minimal.json +914 -0
  85. package/data/boxpresets/modern/bw/fully-sorted.json +923 -0
  86. package/data/boxpresets/modern/bw/sorted-species-minimal.json +914 -0
  87. package/data/boxpresets/modern/bw/sorted-species.json +923 -0
  88. package/data/boxpresets/modern/bw.json +1 -0
  89. package/data/boxpresets/modern/c/fully-sorted.json +348 -0
  90. package/data/boxpresets/modern/c/sorted-species.json +346 -0
  91. package/data/boxpresets/modern/c.json +1 -0
  92. package/data/boxpresets/modern/champions.json +1 -0
  93. package/data/boxpresets/modern/col.json +1 -0
  94. package/data/boxpresets/modern/dp/fully-sorted-minimal.json +719 -0
  95. package/data/boxpresets/modern/dp/fully-sorted.json +723 -0
  96. package/data/boxpresets/modern/dp/sorted-species-minimal.json +716 -0
  97. package/data/boxpresets/modern/dp/sorted-species.json +727 -0
  98. package/data/boxpresets/modern/dp.json +1 -0
  99. package/data/boxpresets/modern/e/fully-sorted-minimal.json +485 -0
  100. package/data/boxpresets/modern/e/fully-sorted.json +488 -0
  101. package/data/boxpresets/modern/e/sorted-species-minimal.json +485 -0
  102. package/data/boxpresets/modern/e/sorted-species.json +488 -0
  103. package/data/boxpresets/modern/e.json +1 -0
  104. package/data/boxpresets/modern/frlg/fully-sorted-minimal.json +485 -0
  105. package/data/boxpresets/modern/frlg/fully-sorted.json +487 -0
  106. package/data/boxpresets/modern/frlg/sorted-species-minimal.json +485 -0
  107. package/data/boxpresets/modern/frlg/sorted-species.json +487 -0
  108. package/data/boxpresets/modern/frlg.json +1 -0
  109. package/data/boxpresets/modern/go/fully-sorted-minimal.json +1214 -0
  110. package/data/boxpresets/modern/go/fully-sorted.json +1550 -0
  111. package/data/boxpresets/modern/go/sorted-species-minimal.json +1214 -0
  112. package/data/boxpresets/modern/go/sorted-species.json +1550 -0
  113. package/data/boxpresets/modern/go.json +1 -0
  114. package/data/boxpresets/modern/gs/fully-sorted.json +348 -0
  115. package/data/boxpresets/modern/gs/sorted-species.json +346 -0
  116. package/data/boxpresets/modern/gs.json +1 -0
  117. package/data/boxpresets/modern/hgss/fully-sorted-minimal.json +724 -0
  118. package/data/boxpresets/modern/hgss/fully-sorted.json +729 -0
  119. package/data/boxpresets/modern/hgss/sorted-species-minimal.json +728 -0
  120. package/data/boxpresets/modern/hgss/sorted-species.json +733 -0
  121. package/data/boxpresets/modern/hgss.json +1 -0
  122. package/data/boxpresets/modern/home/fully-sorted-minimal.json +1575 -0
  123. package/data/boxpresets/modern/home/fully-sorted.json +1601 -0
  124. package/data/boxpresets/modern/home/grouped-balanced.json +1670 -0
  125. package/data/boxpresets/modern/home/grouped-region.json +1858 -0
  126. package/data/boxpresets/modern/home/sorted-species-minimal.json +1576 -0
  127. package/data/boxpresets/modern/home/sorted-species.json +1590 -0
  128. package/data/boxpresets/modern/home/species-first.json +1916 -0
  129. package/data/boxpresets/modern/home.json +9 -0
  130. package/data/boxpresets/modern/la/fully-sorted-hisui.json +414 -0
  131. package/data/boxpresets/modern/la/fully-sorted-minimal.json +418 -0
  132. package/data/boxpresets/modern/la/fully-sorted.json +414 -0
  133. package/data/boxpresets/modern/la/grouped.json +437 -0
  134. package/data/boxpresets/modern/la/minimal-hisui.json +313 -0
  135. package/data/boxpresets/modern/la/sorted-species.json +437 -0
  136. package/data/boxpresets/modern/la.json +8 -0
  137. package/data/boxpresets/modern/lgpe/fully-sorted.json +213 -0
  138. package/data/boxpresets/modern/lgpe/sorted-species.json +217 -0
  139. package/data/boxpresets/modern/lgpe.json +1 -0
  140. package/data/boxpresets/modern/lza/fully-sorted-no-cosmetic-forms.json +488 -0
  141. package/data/boxpresets/modern/lza/fully-sorted-no-forms.json +441 -0
  142. package/data/boxpresets/modern/lza/fully-sorted.json +567 -0
  143. package/data/boxpresets/modern/lza/grouped-region.json +579 -0
  144. package/data/boxpresets/modern/lza.json +1 -0
  145. package/data/boxpresets/modern/oras/fully-sorted-minimal.json +1050 -0
  146. package/data/boxpresets/modern/oras/fully-sorted.json +1066 -0
  147. package/data/boxpresets/modern/oras/sorted-species-minimal.json +1052 -0
  148. package/data/boxpresets/modern/oras/sorted-species.json +1068 -0
  149. package/data/boxpresets/modern/oras.json +1 -0
  150. package/data/boxpresets/modern/pt/fully-sorted-minimal.json +724 -0
  151. package/data/boxpresets/modern/pt/fully-sorted.json +729 -0
  152. package/data/boxpresets/modern/pt/sorted-species-minimal.json +728 -0
  153. package/data/boxpresets/modern/pt/sorted-species.json +733 -0
  154. package/data/boxpresets/modern/pt.json +1 -0
  155. package/data/boxpresets/modern/rb/fully-sorted.json +199 -0
  156. package/data/boxpresets/modern/rb/sorted-species.json +199 -0
  157. package/data/boxpresets/modern/rb.json +1 -0
  158. package/data/boxpresets/modern/rs/fully-sorted.json +485 -0
  159. package/data/boxpresets/modern/rs/sorted-species.json +485 -0
  160. package/data/boxpresets/modern/rs.json +1 -0
  161. package/data/boxpresets/modern/sm/fully-sorted-minimal.json +1183 -0
  162. package/data/boxpresets/modern/sm/fully-sorted.json +1203 -0
  163. package/data/boxpresets/modern/sm/sorted-species-minimal.json +1183 -0
  164. package/data/boxpresets/modern/sm/sorted-species.json +1207 -0
  165. package/data/boxpresets/modern/sm.json +1 -0
  166. package/data/boxpresets/modern/sv/fully-grouped-paldea.json +894 -0
  167. package/data/boxpresets/modern/sv/minimal-paldea.json +826 -0
  168. package/data/boxpresets/modern/sv.json +1 -0
  169. package/data/boxpresets/modern/swsh/fully-sorted-minimal.json +971 -0
  170. package/data/boxpresets/modern/swsh/fully-sorted-regional.json +1024 -0
  171. package/data/boxpresets/modern/swsh/fully-sorted.json +999 -0
  172. package/data/boxpresets/modern/swsh/sorted-regional.json +1038 -0
  173. package/data/boxpresets/modern/swsh/sorted-species-minimal.json +970 -0
  174. package/data/boxpresets/modern/swsh/sorted-species.json +998 -0
  175. package/data/boxpresets/modern/swsh.json +8 -0
  176. package/data/boxpresets/modern/usum/fully-sorted-minimal.json +1191 -0
  177. package/data/boxpresets/modern/usum/fully-sorted.json +1217 -0
  178. package/data/boxpresets/modern/usum/sorted-species-minimal.json +1191 -0
  179. package/data/boxpresets/modern/usum/sorted-species.json +1217 -0
  180. package/data/boxpresets/modern/usum.json +1 -0
  181. package/data/boxpresets/modern/xd.json +1 -0
  182. package/data/boxpresets/modern/xy/fully-sorted-minimal.json +1050 -0
  183. package/data/boxpresets/modern/xy/fully-sorted.json +1065 -0
  184. package/data/boxpresets/modern/xy/sorted-species-minimal.json +1052 -0
  185. package/data/boxpresets/modern/xy/sorted-species.json +1067 -0
  186. package/data/boxpresets/modern/xy.json +1 -0
  187. package/data/boxpresets/modern/y/fully-sorted.json +199 -0
  188. package/data/boxpresets/modern/y/sorted-species.json +199 -0
  189. package/data/boxpresets/modern/y.json +1 -0
  190. package/data/characters.json +778 -0
  191. package/data/colors.json +12 -0
  192. package/data/games/b2w2-b2.json +50 -0
  193. package/data/games/b2w2-w2.json +50 -0
  194. package/data/games/b2w2.json +42 -0
  195. package/data/games/bdsp-bd.json +50 -0
  196. package/data/games/bdsp-sp.json +50 -0
  197. package/data/games/bdsp.json +42 -0
  198. package/data/games/bw-b.json +50 -0
  199. package/data/games/bw-w.json +50 -0
  200. package/data/games/bw.json +42 -0
  201. package/data/games/bwb2w2.json +42 -0
  202. package/data/games/c.json +42 -0
  203. package/data/games/champions.json +42 -0
  204. package/data/games/col.json +42 -0
  205. package/data/games/dp-d.json +50 -0
  206. package/data/games/dp-p.json +50 -0
  207. package/data/games/dp.json +42 -0
  208. package/data/games/dppt.json +42 -0
  209. package/data/games/e.json +42 -0
  210. package/data/games/frlg-fr.json +42 -0
  211. package/data/games/frlg-lg.json +42 -0
  212. package/data/games/frlg.json +42 -0
  213. package/data/games/go.json +42 -0
  214. package/data/games/gs-g.json +42 -0
  215. package/data/games/gs-s.json +42 -0
  216. package/data/games/gs.json +42 -0
  217. package/data/games/gsc.json +42 -0
  218. package/data/games/hgss-hg.json +50 -0
  219. package/data/games/hgss-ss.json +50 -0
  220. package/data/games/hgss.json +42 -0
  221. package/data/games/home.json +42 -0
  222. package/data/games/la.json +57 -0
  223. package/data/games/lgpe-lge.json +50 -0
  224. package/data/games/lgpe-lgp.json +50 -0
  225. package/data/games/lgpe.json +42 -0
  226. package/data/games/lza-megadimension.json +42 -0
  227. package/data/games/lza.json +50 -0
  228. package/data/games/oras-as.json +50 -0
  229. package/data/games/oras-or.json +50 -0
  230. package/data/games/oras.json +42 -0
  231. package/data/games/pokopia.json +50 -0
  232. package/data/games/pt.json +50 -0
  233. package/data/games/rb-b.json +42 -0
  234. package/data/games/rb-r.json +42 -0
  235. package/data/games/rb.json +42 -0
  236. package/data/games/rby.json +42 -0
  237. package/data/games/rs-r.json +42 -0
  238. package/data/games/rs-s.json +42 -0
  239. package/data/games/rs.json +42 -0
  240. package/data/games/rse.json +42 -0
  241. package/data/games/sm-m.json +57 -0
  242. package/data/games/sm-s.json +57 -0
  243. package/data/games/sm.json +49 -0
  244. package/data/games/smusum.json +42 -0
  245. package/data/games/sv-indigodisk.json +42 -0
  246. package/data/games/sv-s.json +50 -0
  247. package/data/games/sv-tealmask.json +42 -0
  248. package/data/games/sv-v.json +50 -0
  249. package/data/games/sv.json +42 -0
  250. package/data/games/swsh-crowntundra.json +42 -0
  251. package/data/games/swsh-islearmor.json +42 -0
  252. package/data/games/swsh-sh.json +50 -0
  253. package/data/games/swsh-sw.json +50 -0
  254. package/data/games/swsh.json +42 -0
  255. package/data/games/usum-um.json +57 -0
  256. package/data/games/usum-us.json +57 -0
  257. package/data/games/usum.json +49 -0
  258. package/data/games/wiwa-wa.json +42 -0
  259. package/data/games/wiwa-wi.json +42 -0
  260. package/data/games/wiwa.json +42 -0
  261. package/data/games/xd.json +42 -0
  262. package/data/games/xy-x.json +50 -0
  263. package/data/games/xy-y.json +50 -0
  264. package/data/games/xy.json +42 -0
  265. package/data/games/y.json +42 -0
  266. package/data/generations.json +12 -0
  267. package/data/indices/games.json +76 -0
  268. package/data/indices/pokedexes.json +60 -0
  269. package/data/indices/pokemon.json +1597 -0
  270. package/data/items.json +4702 -0
  271. package/data/languages.json +112 -0
  272. package/data/locations.json +4 -0
  273. package/data/marks.json +585 -0
  274. package/data/metadata/pokemon-mugshots.json +238 -0
  275. package/data/moves.json +14962 -0
  276. package/data/natures.json +27 -0
  277. package/data/originmarks.json +13 -0
  278. package/data/personalities.json +32 -0
  279. package/data/pokeballs.json +362 -0
  280. package/data/pokedexes/alola-akala-usum.json +197 -0
  281. package/data/pokedexes/alola-akala.json +164 -0
  282. package/data/pokedexes/alola-melemele-usum.json +223 -0
  283. package/data/pokedexes/alola-melemele.json +168 -0
  284. package/data/pokedexes/alola-poni-usum.json +191 -0
  285. package/data/pokedexes/alola-poni.json +135 -0
  286. package/data/pokedexes/alola-ulaula-usum.json +232 -0
  287. package/data/pokedexes/alola-ulaula.json +186 -0
  288. package/data/pokedexes/alola-usum.json +539 -0
  289. package/data/pokedexes/alola.json +402 -0
  290. package/data/pokedexes/champions-regular-roster-m-a.json +411 -0
  291. package/data/pokedexes/col.json +63 -0
  292. package/data/pokedexes/galar-crown-tundra.json +267 -0
  293. package/data/pokedexes/galar-isle-armor.json +285 -0
  294. package/data/pokedexes/galar.json +619 -0
  295. package/data/pokedexes/hisui-alabaster.json +10 -0
  296. package/data/pokedexes/hisui-cobalt.json +10 -0
  297. package/data/pokedexes/hisui-coronet.json +10 -0
  298. package/data/pokedexes/hisui-crimson.json +10 -0
  299. package/data/pokedexes/hisui-obsidian.json +10 -0
  300. package/data/pokedexes/hisui.json +380 -0
  301. package/data/pokedexes/hoenn-oras.json +284 -0
  302. package/data/pokedexes/hoenn.json +219 -0
  303. package/data/pokedexes/johto-hgss.json +341 -0
  304. package/data/pokedexes/johto.json +287 -0
  305. package/data/pokedexes/kalos-central.json +246 -0
  306. package/data/pokedexes/kalos-coastal.json +188 -0
  307. package/data/pokedexes/kalos-hyperspace.json +208 -0
  308. package/data/pokedexes/kalos-lumiose.json +388 -0
  309. package/data/pokedexes/kalos-mega.json +127 -0
  310. package/data/pokedexes/kalos-mountain.json +205 -0
  311. package/data/pokedexes/kanto-lgpe.json +208 -0
  312. package/data/pokedexes/kanto.json +162 -0
  313. package/data/pokedexes/national-b2w2.json +834 -0
  314. package/data/pokedexes/national-bdsp.json +662 -0
  315. package/data/pokedexes/national-bw.json +827 -0
  316. package/data/pokedexes/national-dp.json +651 -0
  317. package/data/pokedexes/national-e.json +430 -0
  318. package/data/pokedexes/national-frlg.json +426 -0
  319. package/data/pokedexes/national-gsc.json +287 -0
  320. package/data/pokedexes/national-hgss.json +656 -0
  321. package/data/pokedexes/national-oras.json +981 -0
  322. package/data/pokedexes/national-pt.json +657 -0
  323. package/data/pokedexes/national-rs.json +427 -0
  324. package/data/pokedexes/national-sm.json +1095 -0
  325. package/data/pokedexes/national-usum.json +1107 -0
  326. package/data/pokedexes/national-xy.json +983 -0
  327. package/data/pokedexes/national.json +1606 -0
  328. package/data/pokedexes/paldea-blueberry.json +362 -0
  329. package/data/pokedexes/paldea-kitakami.json +267 -0
  330. package/data/pokedexes/paldea.json +535 -0
  331. package/data/pokedexes/pokopia-event.json +14 -0
  332. package/data/pokedexes/pokopia.json +391 -0
  333. package/data/pokedexes/sinnoh-pt.json +325 -0
  334. package/data/pokedexes/sinnoh.json +250 -0
  335. package/data/pokedexes/unova-b2w2.json +356 -0
  336. package/data/pokedexes/unova.json +182 -0
  337. package/data/pokedexes/xd.json +96 -0
  338. package/data/pokemon/abomasnow-f.json +154 -0
  339. package/data/pokemon/abomasnow-mega.json +105 -0
  340. package/data/pokemon/abomasnow.json +144 -0
  341. package/data/pokemon/abra.json +164 -0
  342. package/data/pokemon/absol-mega-z.json +111 -0
  343. package/data/pokemon/absol-mega.json +104 -0
  344. package/data/pokemon/absol.json +146 -0
  345. package/data/pokemon/accelgor.json +114 -0
  346. package/data/pokemon/aegislash-blade.json +106 -0
  347. package/data/pokemon/aegislash.json +103 -0
  348. package/data/pokemon/aerodactyl-mega.json +105 -0
  349. package/data/pokemon/aerodactyl.json +161 -0
  350. package/data/pokemon/aggron-mega.json +104 -0
  351. package/data/pokemon/aggron.json +143 -0
  352. package/data/pokemon/aipom-f.json +158 -0
  353. package/data/pokemon/aipom.json +156 -0
  354. package/data/pokemon/alakazam-f.json +173 -0
  355. package/data/pokemon/alakazam-mega.json +104 -0
  356. package/data/pokemon/alakazam.json +177 -0
  357. package/data/pokemon/alcremie-caramel-swirl-berry.json +97 -0
  358. package/data/pokemon/alcremie-caramel-swirl-clover.json +97 -0
  359. package/data/pokemon/alcremie-caramel-swirl-flower.json +97 -0
  360. package/data/pokemon/alcremie-caramel-swirl-love.json +97 -0
  361. package/data/pokemon/alcremie-caramel-swirl-ribbon.json +97 -0
  362. package/data/pokemon/alcremie-caramel-swirl-star.json +97 -0
  363. package/data/pokemon/alcremie-caramel-swirl-strawberry.json +109 -0
  364. package/data/pokemon/alcremie-gmax.json +154 -0
  365. package/data/pokemon/alcremie-lemon-cream-berry.json +97 -0
  366. package/data/pokemon/alcremie-lemon-cream-clover.json +97 -0
  367. package/data/pokemon/alcremie-lemon-cream-flower.json +97 -0
  368. package/data/pokemon/alcremie-lemon-cream-love.json +97 -0
  369. package/data/pokemon/alcremie-lemon-cream-ribbon.json +97 -0
  370. package/data/pokemon/alcremie-lemon-cream-star.json +97 -0
  371. package/data/pokemon/alcremie-lemon-cream-strawberry.json +109 -0
  372. package/data/pokemon/alcremie-matcha-cream-berry.json +97 -0
  373. package/data/pokemon/alcremie-matcha-cream-clover.json +97 -0
  374. package/data/pokemon/alcremie-matcha-cream-flower.json +97 -0
  375. package/data/pokemon/alcremie-matcha-cream-love.json +97 -0
  376. package/data/pokemon/alcremie-matcha-cream-ribbon.json +97 -0
  377. package/data/pokemon/alcremie-matcha-cream-star.json +97 -0
  378. package/data/pokemon/alcremie-matcha-cream-strawberry.json +109 -0
  379. package/data/pokemon/alcremie-mint-cream-berry.json +97 -0
  380. package/data/pokemon/alcremie-mint-cream-clover.json +97 -0
  381. package/data/pokemon/alcremie-mint-cream-flower.json +97 -0
  382. package/data/pokemon/alcremie-mint-cream-love.json +97 -0
  383. package/data/pokemon/alcremie-mint-cream-ribbon.json +97 -0
  384. package/data/pokemon/alcremie-mint-cream-star.json +97 -0
  385. package/data/pokemon/alcremie-mint-cream-strawberry.json +109 -0
  386. package/data/pokemon/alcremie-rainbow-swirl-berry.json +97 -0
  387. package/data/pokemon/alcremie-rainbow-swirl-clover.json +97 -0
  388. package/data/pokemon/alcremie-rainbow-swirl-flower.json +97 -0
  389. package/data/pokemon/alcremie-rainbow-swirl-love.json +97 -0
  390. package/data/pokemon/alcremie-rainbow-swirl-ribbon.json +97 -0
  391. package/data/pokemon/alcremie-rainbow-swirl-star.json +97 -0
  392. package/data/pokemon/alcremie-rainbow-swirl-strawberry.json +109 -0
  393. package/data/pokemon/alcremie-ruby-cream-berry.json +97 -0
  394. package/data/pokemon/alcremie-ruby-cream-clover.json +97 -0
  395. package/data/pokemon/alcremie-ruby-cream-flower.json +97 -0
  396. package/data/pokemon/alcremie-ruby-cream-love.json +97 -0
  397. package/data/pokemon/alcremie-ruby-cream-ribbon.json +97 -0
  398. package/data/pokemon/alcremie-ruby-cream-star.json +97 -0
  399. package/data/pokemon/alcremie-ruby-cream-strawberry.json +109 -0
  400. package/data/pokemon/alcremie-ruby-swirl-berry.json +97 -0
  401. package/data/pokemon/alcremie-ruby-swirl-clover.json +97 -0
  402. package/data/pokemon/alcremie-ruby-swirl-flower.json +97 -0
  403. package/data/pokemon/alcremie-ruby-swirl-love.json +97 -0
  404. package/data/pokemon/alcremie-ruby-swirl-ribbon.json +97 -0
  405. package/data/pokemon/alcremie-ruby-swirl-star.json +97 -0
  406. package/data/pokemon/alcremie-ruby-swirl-strawberry.json +109 -0
  407. package/data/pokemon/alcremie-salted-cream-berry.json +97 -0
  408. package/data/pokemon/alcremie-salted-cream-clover.json +97 -0
  409. package/data/pokemon/alcremie-salted-cream-flower.json +97 -0
  410. package/data/pokemon/alcremie-salted-cream-love.json +97 -0
  411. package/data/pokemon/alcremie-salted-cream-ribbon.json +97 -0
  412. package/data/pokemon/alcremie-salted-cream-star.json +97 -0
  413. package/data/pokemon/alcremie-salted-cream-strawberry.json +109 -0
  414. package/data/pokemon/alcremie-vanilla-cream-berry.json +96 -0
  415. package/data/pokemon/alcremie-vanilla-cream-clover.json +96 -0
  416. package/data/pokemon/alcremie-vanilla-cream-flower.json +96 -0
  417. package/data/pokemon/alcremie-vanilla-cream-love.json +96 -0
  418. package/data/pokemon/alcremie-vanilla-cream-ribbon.json +96 -0
  419. package/data/pokemon/alcremie-vanilla-cream-star.json +96 -0
  420. package/data/pokemon/alcremie.json +151 -0
  421. package/data/pokemon/alomomola.json +118 -0
  422. package/data/pokemon/altaria-mega.json +105 -0
  423. package/data/pokemon/altaria.json +149 -0
  424. package/data/pokemon/amaura.json +99 -0
  425. package/data/pokemon/ambipom-f.json +148 -0
  426. package/data/pokemon/ambipom.json +142 -0
  427. package/data/pokemon/amoonguss.json +120 -0
  428. package/data/pokemon/ampharos-mega.json +105 -0
  429. package/data/pokemon/ampharos.json +146 -0
  430. package/data/pokemon/annihilape.json +86 -0
  431. package/data/pokemon/anorith.json +139 -0
  432. package/data/pokemon/appletun-gmax.json +92 -0
  433. package/data/pokemon/appletun.json +88 -0
  434. package/data/pokemon/applin.json +86 -0
  435. package/data/pokemon/araquanid.json +109 -0
  436. package/data/pokemon/arbok.json +165 -0
  437. package/data/pokemon/arboliva.json +85 -0
  438. package/data/pokemon/arcanine-hisui.json +100 -0
  439. package/data/pokemon/arcanine.json +171 -0
  440. package/data/pokemon/arceus-bug.json +135 -0
  441. package/data/pokemon/arceus-dark.json +135 -0
  442. package/data/pokemon/arceus-dragon.json +135 -0
  443. package/data/pokemon/arceus-electric.json +135 -0
  444. package/data/pokemon/arceus-fairy.json +115 -0
  445. package/data/pokemon/arceus-fighting.json +135 -0
  446. package/data/pokemon/arceus-fire.json +135 -0
  447. package/data/pokemon/arceus-flying.json +135 -0
  448. package/data/pokemon/arceus-ghost.json +135 -0
  449. package/data/pokemon/arceus-grass.json +135 -0
  450. package/data/pokemon/arceus-ground.json +135 -0
  451. package/data/pokemon/arceus-ice.json +135 -0
  452. package/data/pokemon/arceus-legendary.json +101 -0
  453. package/data/pokemon/arceus-poison.json +135 -0
  454. package/data/pokemon/arceus-psychic.json +135 -0
  455. package/data/pokemon/arceus-rock.json +135 -0
  456. package/data/pokemon/arceus-steel.json +135 -0
  457. package/data/pokemon/arceus-water.json +135 -0
  458. package/data/pokemon/arceus.json +141 -0
  459. package/data/pokemon/archaludon.json +84 -0
  460. package/data/pokemon/archen.json +116 -0
  461. package/data/pokemon/archeops.json +118 -0
  462. package/data/pokemon/arctibax.json +85 -0
  463. package/data/pokemon/arctovish.json +86 -0
  464. package/data/pokemon/arctozolt.json +86 -0
  465. package/data/pokemon/ariados.json +152 -0
  466. package/data/pokemon/armaldo.json +141 -0
  467. package/data/pokemon/armarouge.json +85 -0
  468. package/data/pokemon/aromatisse.json +101 -0
  469. package/data/pokemon/aron.json +140 -0
  470. package/data/pokemon/arrokuda.json +84 -0
  471. package/data/pokemon/articuno-galar.json +107 -0
  472. package/data/pokemon/articuno.json +165 -0
  473. package/data/pokemon/audino-mega.json +105 -0
  474. package/data/pokemon/audino.json +117 -0
  475. package/data/pokemon/aurorus.json +103 -0
  476. package/data/pokemon/avalugg-hisui.json +100 -0
  477. package/data/pokemon/avalugg.json +104 -0
  478. package/data/pokemon/axew.json +118 -0
  479. package/data/pokemon/azelf.json +125 -0
  480. package/data/pokemon/azumarill.json +153 -0
  481. package/data/pokemon/azurill.json +144 -0
  482. package/data/pokemon/bagon.json +145 -0
  483. package/data/pokemon/baltoy.json +137 -0
  484. package/data/pokemon/banette-mega.json +104 -0
  485. package/data/pokemon/banette.json +146 -0
  486. package/data/pokemon/barbaracle-mega.json +107 -0
  487. package/data/pokemon/barbaracle.json +102 -0
  488. package/data/pokemon/barboach.json +149 -0
  489. package/data/pokemon/barraskewda.json +86 -0
  490. package/data/pokemon/basculegion-f.json +105 -0
  491. package/data/pokemon/basculegion.json +98 -0
  492. package/data/pokemon/basculin-blue-striped.json +140 -0
  493. package/data/pokemon/basculin-white-striped.json +97 -0
  494. package/data/pokemon/basculin.json +130 -0
  495. package/data/pokemon/bastiodon.json +132 -0
  496. package/data/pokemon/baxcalibur-mega.json +108 -0
  497. package/data/pokemon/baxcalibur.json +85 -0
  498. package/data/pokemon/bayleef.json +153 -0
  499. package/data/pokemon/beartic.json +121 -0
  500. package/data/pokemon/beautifly-f.json +153 -0
  501. package/data/pokemon/beautifly.json +147 -0
  502. package/data/pokemon/beedrill-mega.json +105 -0
  503. package/data/pokemon/beedrill.json +165 -0
  504. package/data/pokemon/beheeyem.json +116 -0
  505. package/data/pokemon/beldum.json +148 -0
  506. package/data/pokemon/bellibolt.json +85 -0
  507. package/data/pokemon/bellossom.json +148 -0
  508. package/data/pokemon/bellsprout.json +162 -0
  509. package/data/pokemon/bergmite.json +102 -0
  510. package/data/pokemon/bewear.json +88 -0
  511. package/data/pokemon/bibarel-f.json +140 -0
  512. package/data/pokemon/bibarel.json +138 -0
  513. package/data/pokemon/bidoof-f.json +137 -0
  514. package/data/pokemon/bidoof.json +135 -0
  515. package/data/pokemon/binacle.json +100 -0
  516. package/data/pokemon/bisharp.json +121 -0
  517. package/data/pokemon/blacephalon.json +84 -0
  518. package/data/pokemon/blastoise-gmax.json +90 -0
  519. package/data/pokemon/blastoise-mega.json +104 -0
  520. package/data/pokemon/blastoise.json +172 -0
  521. package/data/pokemon/blaziken-f.json +165 -0
  522. package/data/pokemon/blaziken-mega.json +105 -0
  523. package/data/pokemon/blaziken.json +163 -0
  524. package/data/pokemon/blipbug.json +85 -0
  525. package/data/pokemon/blissey.json +154 -0
  526. package/data/pokemon/blitzle.json +114 -0
  527. package/data/pokemon/boldore.json +120 -0
  528. package/data/pokemon/boltund.json +86 -0
  529. package/data/pokemon/bombirdier.json +84 -0
  530. package/data/pokemon/bonsly.json +133 -0
  531. package/data/pokemon/bouffalant.json +112 -0
  532. package/data/pokemon/bounsweet.json +106 -0
  533. package/data/pokemon/braixen.json +100 -0
  534. package/data/pokemon/brambleghast.json +85 -0
  535. package/data/pokemon/bramblin.json +83 -0
  536. package/data/pokemon/braviary-hisui.json +100 -0
  537. package/data/pokemon/braviary.json +123 -0
  538. package/data/pokemon/breloom.json +141 -0
  539. package/data/pokemon/brionne.json +107 -0
  540. package/data/pokemon/bronzong.json +137 -0
  541. package/data/pokemon/bronzor.json +135 -0
  542. package/data/pokemon/brutebonnet.json +84 -0
  543. package/data/pokemon/bruxish.json +86 -0
  544. package/data/pokemon/budew.json +133 -0
  545. package/data/pokemon/buizel-f.json +140 -0
  546. package/data/pokemon/buizel.json +138 -0
  547. package/data/pokemon/bulbasaur.json +170 -0
  548. package/data/pokemon/buneary.json +129 -0
  549. package/data/pokemon/bunnelby.json +99 -0
  550. package/data/pokemon/burmy-sandy.json +137 -0
  551. package/data/pokemon/burmy-trash.json +137 -0
  552. package/data/pokemon/burmy.json +121 -0
  553. package/data/pokemon/butterfree-f.json +177 -0
  554. package/data/pokemon/butterfree-gmax.json +91 -0
  555. package/data/pokemon/butterfree.json +177 -0
  556. package/data/pokemon/buzzwole.json +85 -0
  557. package/data/pokemon/cacnea.json +135 -0
  558. package/data/pokemon/cacturne-f.json +151 -0
  559. package/data/pokemon/cacturne.json +149 -0
  560. package/data/pokemon/calyrex-ice.json +107 -0
  561. package/data/pokemon/calyrex-shadow.json +107 -0
  562. package/data/pokemon/calyrex.json +85 -0
  563. package/data/pokemon/camerupt-f.json +155 -0
  564. package/data/pokemon/camerupt-mega.json +105 -0
  565. package/data/pokemon/camerupt.json +153 -0
  566. package/data/pokemon/capsakid.json +83 -0
  567. package/data/pokemon/carbink.json +114 -0
  568. package/data/pokemon/carkol.json +88 -0
  569. package/data/pokemon/carnivine.json +120 -0
  570. package/data/pokemon/carracosta.json +120 -0
  571. package/data/pokemon/carvanha.json +145 -0
  572. package/data/pokemon/cascoon.json +134 -0
  573. package/data/pokemon/castform-rainy.json +121 -0
  574. package/data/pokemon/castform-snowy.json +121 -0
  575. package/data/pokemon/castform-sunny.json +121 -0
  576. package/data/pokemon/castform.json +134 -0
  577. package/data/pokemon/caterpie.json +163 -0
  578. package/data/pokemon/celebi.json +138 -0
  579. package/data/pokemon/celesteela.json +85 -0
  580. package/data/pokemon/centiskorch-gmax.json +92 -0
  581. package/data/pokemon/centiskorch.json +88 -0
  582. package/data/pokemon/ceruledge.json +85 -0
  583. package/data/pokemon/cetitan.json +85 -0
  584. package/data/pokemon/cetoddle.json +83 -0
  585. package/data/pokemon/chandelure-mega.json +105 -0
  586. package/data/pokemon/chandelure.json +122 -0
  587. package/data/pokemon/chansey.json +167 -0
  588. package/data/pokemon/charcadet.json +82 -0
  589. package/data/pokemon/charizard-gmax.json +91 -0
  590. package/data/pokemon/charizard-mega-x.json +105 -0
  591. package/data/pokemon/charizard-mega-y.json +105 -0
  592. package/data/pokemon/charizard.json +173 -0
  593. package/data/pokemon/charjabug.json +107 -0
  594. package/data/pokemon/charmander.json +169 -0
  595. package/data/pokemon/charmeleon.json +171 -0
  596. package/data/pokemon/chatot.json +125 -0
  597. package/data/pokemon/cherrim-sunshine.json +123 -0
  598. package/data/pokemon/cherrim.json +128 -0
  599. package/data/pokemon/cherubi.json +124 -0
  600. package/data/pokemon/chesnaught-mega.json +105 -0
  601. package/data/pokemon/chesnaught.json +102 -0
  602. package/data/pokemon/chespin.json +98 -0
  603. package/data/pokemon/chewtle.json +85 -0
  604. package/data/pokemon/chienpao.json +83 -0
  605. package/data/pokemon/chikorita.json +151 -0
  606. package/data/pokemon/chimchar.json +122 -0
  607. package/data/pokemon/chimecho-mega.json +109 -0
  608. package/data/pokemon/chimecho.json +141 -0
  609. package/data/pokemon/chinchou.json +153 -0
  610. package/data/pokemon/chingling.json +128 -0
  611. package/data/pokemon/chiyu.json +83 -0
  612. package/data/pokemon/cinccino.json +122 -0
  613. package/data/pokemon/cinderace-gmax.json +90 -0
  614. package/data/pokemon/cinderace.json +86 -0
  615. package/data/pokemon/clamperl.json +134 -0
  616. package/data/pokemon/clauncher.json +109 -0
  617. package/data/pokemon/clawitzer.json +112 -0
  618. package/data/pokemon/claydol.json +139 -0
  619. package/data/pokemon/clefable-mega.json +105 -0
  620. package/data/pokemon/clefable.json +168 -0
  621. package/data/pokemon/clefairy.json +166 -0
  622. package/data/pokemon/cleffa.json +155 -0
  623. package/data/pokemon/clobbopus.json +84 -0
  624. package/data/pokemon/clodsire.json +86 -0
  625. package/data/pokemon/cloyster.json +161 -0
  626. package/data/pokemon/coalossal-gmax.json +92 -0
  627. package/data/pokemon/coalossal.json +88 -0
  628. package/data/pokemon/cobalion.json +118 -0
  629. package/data/pokemon/cofagrigus.json +115 -0
  630. package/data/pokemon/combee-f.json +145 -0
  631. package/data/pokemon/combee.json +143 -0
  632. package/data/pokemon/combusken-f.json +165 -0
  633. package/data/pokemon/combusken.json +163 -0
  634. package/data/pokemon/comfey.json +106 -0
  635. package/data/pokemon/conkeldurr.json +120 -0
  636. package/data/pokemon/copperajah-gmax.json +90 -0
  637. package/data/pokemon/copperajah.json +86 -0
  638. package/data/pokemon/corphish.json +144 -0
  639. package/data/pokemon/corsola-galar.json +106 -0
  640. package/data/pokemon/corsola.json +149 -0
  641. package/data/pokemon/corviknight-gmax.json +92 -0
  642. package/data/pokemon/corviknight.json +88 -0
  643. package/data/pokemon/corvisquire.json +87 -0
  644. package/data/pokemon/cosmoem.json +97 -0
  645. package/data/pokemon/cosmog.json +95 -0
  646. package/data/pokemon/cottonee.json +120 -0
  647. package/data/pokemon/crabominable-mega.json +109 -0
  648. package/data/pokemon/crabominable.json +99 -0
  649. package/data/pokemon/crabrawler.json +85 -0
  650. package/data/pokemon/cradily.json +141 -0
  651. package/data/pokemon/cramorant-gorging.json +106 -0
  652. package/data/pokemon/cramorant-gulping.json +106 -0
  653. package/data/pokemon/cramorant.json +84 -0
  654. package/data/pokemon/cranidos.json +128 -0
  655. package/data/pokemon/crawdaunt.json +147 -0
  656. package/data/pokemon/cresselia.json +125 -0
  657. package/data/pokemon/croagunk-f.json +146 -0
  658. package/data/pokemon/croagunk.json +144 -0
  659. package/data/pokemon/crobat.json +155 -0
  660. package/data/pokemon/crocalor.json +84 -0
  661. package/data/pokemon/croconaw.json +153 -0
  662. package/data/pokemon/crustle.json +117 -0
  663. package/data/pokemon/cryogonal.json +116 -0
  664. package/data/pokemon/cubchoo.json +118 -0
  665. package/data/pokemon/cubone.json +166 -0
  666. package/data/pokemon/cufant.json +84 -0
  667. package/data/pokemon/cursola.json +86 -0
  668. package/data/pokemon/cutiefly.json +107 -0
  669. package/data/pokemon/cyclizar.json +83 -0
  670. package/data/pokemon/cyndaquil.json +151 -0
  671. package/data/pokemon/dachsbun.json +84 -0
  672. package/data/pokemon/darkrai-mega.json +107 -0
  673. package/data/pokemon/darkrai.json +124 -0
  674. package/data/pokemon/darmanitan-galar-zen.json +106 -0
  675. package/data/pokemon/darmanitan-galar.json +108 -0
  676. package/data/pokemon/darmanitan-zen.json +115 -0
  677. package/data/pokemon/darmanitan.json +115 -0
  678. package/data/pokemon/dartrix.json +110 -0
  679. package/data/pokemon/darumaka-galar.json +106 -0
  680. package/data/pokemon/darumaka.json +111 -0
  681. package/data/pokemon/decidueye-hisui.json +99 -0
  682. package/data/pokemon/decidueye.json +109 -0
  683. package/data/pokemon/dedenne.json +114 -0
  684. package/data/pokemon/deerling-autumn.json +133 -0
  685. package/data/pokemon/deerling-summer.json +133 -0
  686. package/data/pokemon/deerling-winter.json +133 -0
  687. package/data/pokemon/deerling.json +117 -0
  688. package/data/pokemon/deino.json +116 -0
  689. package/data/pokemon/delcatty.json +134 -0
  690. package/data/pokemon/delibird.json +152 -0
  691. package/data/pokemon/delphox-mega.json +105 -0
  692. package/data/pokemon/delphox.json +102 -0
  693. package/data/pokemon/deoxys-attack.json +146 -0
  694. package/data/pokemon/deoxys-defense.json +146 -0
  695. package/data/pokemon/deoxys-speed.json +146 -0
  696. package/data/pokemon/deoxys.json +131 -0
  697. package/data/pokemon/dewgong.json +158 -0
  698. package/data/pokemon/dewott.json +115 -0
  699. package/data/pokemon/dewpider.json +106 -0
  700. package/data/pokemon/dhelmise.json +84 -0
  701. package/data/pokemon/dialga-origin.json +99 -0
  702. package/data/pokemon/dialga.json +137 -0
  703. package/data/pokemon/diancie-mega.json +106 -0
  704. package/data/pokemon/diancie.json +101 -0
  705. package/data/pokemon/diggersby.json +103 -0
  706. package/data/pokemon/diglett-alola.json +133 -0
  707. package/data/pokemon/diglett.json +157 -0
  708. package/data/pokemon/dipplin.json +83 -0
  709. package/data/pokemon/ditto.json +161 -0
  710. package/data/pokemon/dodrio-f.json +167 -0
  711. package/data/pokemon/dodrio.json +171 -0
  712. package/data/pokemon/doduo-f.json +164 -0
  713. package/data/pokemon/doduo.json +168 -0
  714. package/data/pokemon/dolliv.json +85 -0
  715. package/data/pokemon/dondozo.json +83 -0
  716. package/data/pokemon/donphan-f.json +157 -0
  717. package/data/pokemon/donphan.json +155 -0
  718. package/data/pokemon/dottler.json +88 -0
  719. package/data/pokemon/doublade.json +100 -0
  720. package/data/pokemon/dracovish.json +86 -0
  721. package/data/pokemon/dracozolt.json +86 -0
  722. package/data/pokemon/dragalge-mega.json +107 -0
  723. package/data/pokemon/dragalge.json +114 -0
  724. package/data/pokemon/dragapult.json +88 -0
  725. package/data/pokemon/dragonair.json +162 -0
  726. package/data/pokemon/dragonite-mega.json +105 -0
  727. package/data/pokemon/dragonite.json +165 -0
  728. package/data/pokemon/drakloak.json +88 -0
  729. package/data/pokemon/drampa-mega.json +105 -0
  730. package/data/pokemon/drampa.json +97 -0
  731. package/data/pokemon/drapion.json +131 -0
  732. package/data/pokemon/dratini.json +160 -0
  733. package/data/pokemon/drednaw-gmax.json +92 -0
  734. package/data/pokemon/drednaw.json +88 -0
  735. package/data/pokemon/dreepy.json +86 -0
  736. package/data/pokemon/drifblim.json +138 -0
  737. package/data/pokemon/drifloon.json +136 -0
  738. package/data/pokemon/drilbur.json +120 -0
  739. package/data/pokemon/drizzile.json +86 -0
  740. package/data/pokemon/drowzee.json +155 -0
  741. package/data/pokemon/druddigon.json +116 -0
  742. package/data/pokemon/dubwool.json +87 -0
  743. package/data/pokemon/ducklett.json +103 -0
  744. package/data/pokemon/dudunsparce-three-segment.json +97 -0
  745. package/data/pokemon/dudunsparce.json +86 -0
  746. package/data/pokemon/dugtrio-alola.json +135 -0
  747. package/data/pokemon/dugtrio.json +160 -0
  748. package/data/pokemon/dunsparce.json +148 -0
  749. package/data/pokemon/duosion.json +106 -0
  750. package/data/pokemon/duraludon-gmax.json +92 -0
  751. package/data/pokemon/duraludon.json +86 -0
  752. package/data/pokemon/durant.json +113 -0
  753. package/data/pokemon/dusclops.json +142 -0
  754. package/data/pokemon/dusknoir.json +131 -0
  755. package/data/pokemon/duskull.json +140 -0
  756. package/data/pokemon/dustox-f.json +149 -0
  757. package/data/pokemon/dustox.json +147 -0
  758. package/data/pokemon/dwebble.json +115 -0
  759. package/data/pokemon/eelektrik.json +114 -0
  760. package/data/pokemon/eelektross-mega.json +104 -0
  761. package/data/pokemon/eelektross.json +114 -0
  762. package/data/pokemon/eevee-f.json +166 -0
  763. package/data/pokemon/eevee-gmax.json +91 -0
  764. package/data/pokemon/eevee.json +176 -0
  765. package/data/pokemon/eiscue-noice.json +105 -0
  766. package/data/pokemon/eiscue.json +84 -0
  767. package/data/pokemon/ekans.json +162 -0
  768. package/data/pokemon/eldegoss.json +87 -0
  769. package/data/pokemon/electabuzz.json +161 -0
  770. package/data/pokemon/electivire.json +138 -0
  771. package/data/pokemon/electrike.json +139 -0
  772. package/data/pokemon/electrode-hisui.json +100 -0
  773. package/data/pokemon/electrode.json +155 -0
  774. package/data/pokemon/elekid.json +151 -0
  775. package/data/pokemon/elgyem.json +114 -0
  776. package/data/pokemon/emboar-mega.json +105 -0
  777. package/data/pokemon/emboar.json +117 -0
  778. package/data/pokemon/emolga.json +119 -0
  779. package/data/pokemon/empoleon.json +135 -0
  780. package/data/pokemon/enamorus-therian.json +96 -0
  781. package/data/pokemon/enamorus.json +86 -0
  782. package/data/pokemon/entei.json +154 -0
  783. package/data/pokemon/escavalier.json +115 -0
  784. package/data/pokemon/espathra.json +85 -0
  785. package/data/pokemon/espeon.json +155 -0
  786. package/data/pokemon/espurr.json +101 -0
  787. package/data/pokemon/eternatus-eternamax.json +107 -0
  788. package/data/pokemon/eternatus.json +85 -0
  789. package/data/pokemon/excadrill-mega.json +105 -0
  790. package/data/pokemon/excadrill.json +124 -0
  791. package/data/pokemon/exeggcute.json +168 -0
  792. package/data/pokemon/exeggutor-alola.json +134 -0
  793. package/data/pokemon/exeggutor.json +160 -0
  794. package/data/pokemon/exploud.json +137 -0
  795. package/data/pokemon/falinks-mega.json +105 -0
  796. package/data/pokemon/falinks.json +84 -0
  797. package/data/pokemon/farfetchd-galar.json +106 -0
  798. package/data/pokemon/farfetchd.json +155 -0
  799. package/data/pokemon/farigiraf.json +86 -0
  800. package/data/pokemon/fearow.json +154 -0
  801. package/data/pokemon/feebas.json +146 -0
  802. package/data/pokemon/fennekin.json +98 -0
  803. package/data/pokemon/feraligatr-mega.json +105 -0
  804. package/data/pokemon/feraligatr.json +154 -0
  805. package/data/pokemon/ferroseed.json +111 -0
  806. package/data/pokemon/ferrothorn.json +114 -0
  807. package/data/pokemon/fezandipiti.json +81 -0
  808. package/data/pokemon/fidough.json +82 -0
  809. package/data/pokemon/finizen.json +81 -0
  810. package/data/pokemon/finneon-f.json +145 -0
  811. package/data/pokemon/finneon.json +143 -0
  812. package/data/pokemon/flaaffy.json +145 -0
  813. package/data/pokemon/flabebe-blue.json +116 -0
  814. package/data/pokemon/flabebe-orange.json +116 -0
  815. package/data/pokemon/flabebe-white.json +116 -0
  816. package/data/pokemon/flabebe-yellow.json +116 -0
  817. package/data/pokemon/flabebe.json +110 -0
  818. package/data/pokemon/flamigo.json +84 -0
  819. package/data/pokemon/flapple-gmax.json +92 -0
  820. package/data/pokemon/flapple.json +88 -0
  821. package/data/pokemon/flareon.json +166 -0
  822. package/data/pokemon/fletchinder.json +116 -0
  823. package/data/pokemon/fletchling.json +114 -0
  824. package/data/pokemon/flittle.json +83 -0
  825. package/data/pokemon/floatzel-f.json +142 -0
  826. package/data/pokemon/floatzel.json +140 -0
  827. package/data/pokemon/floette-blue.json +118 -0
  828. package/data/pokemon/floette-eternal-mega.json +105 -0
  829. package/data/pokemon/floette-eternal.json +105 -0
  830. package/data/pokemon/floette-orange.json +118 -0
  831. package/data/pokemon/floette-white.json +118 -0
  832. package/data/pokemon/floette-yellow.json +118 -0
  833. package/data/pokemon/floette.json +112 -0
  834. package/data/pokemon/floragato.json +84 -0
  835. package/data/pokemon/florges-blue.json +119 -0
  836. package/data/pokemon/florges-orange.json +119 -0
  837. package/data/pokemon/florges-white.json +119 -0
  838. package/data/pokemon/florges-yellow.json +119 -0
  839. package/data/pokemon/florges.json +113 -0
  840. package/data/pokemon/fluttermane.json +84 -0
  841. package/data/pokemon/flygon.json +148 -0
  842. package/data/pokemon/fomantis.json +105 -0
  843. package/data/pokemon/foongus.json +118 -0
  844. package/data/pokemon/forretress.json +148 -0
  845. package/data/pokemon/fraxure.json +120 -0
  846. package/data/pokemon/frigibax.json +83 -0
  847. package/data/pokemon/frillish-f.json +128 -0
  848. package/data/pokemon/frillish.json +126 -0
  849. package/data/pokemon/froakie.json +98 -0
  850. package/data/pokemon/frogadier.json +100 -0
  851. package/data/pokemon/froslass-mega.json +105 -0
  852. package/data/pokemon/froslass.json +139 -0
  853. package/data/pokemon/frosmoth.json +87 -0
  854. package/data/pokemon/fuecoco.json +82 -0
  855. package/data/pokemon/furfrou-dandy.json +114 -0
  856. package/data/pokemon/furfrou-debutante.json +114 -0
  857. package/data/pokemon/furfrou-diamond.json +114 -0
  858. package/data/pokemon/furfrou-heart.json +114 -0
  859. package/data/pokemon/furfrou-kabuki.json +114 -0
  860. package/data/pokemon/furfrou-la-reine.json +114 -0
  861. package/data/pokemon/furfrou-matron.json +114 -0
  862. package/data/pokemon/furfrou-pharaoh.json +114 -0
  863. package/data/pokemon/furfrou-star.json +114 -0
  864. package/data/pokemon/furfrou.json +108 -0
  865. package/data/pokemon/furret.json +144 -0
  866. package/data/pokemon/gabite-f.json +152 -0
  867. package/data/pokemon/gabite.json +150 -0
  868. package/data/pokemon/gallade-mega.json +105 -0
  869. package/data/pokemon/gallade.json +140 -0
  870. package/data/pokemon/galvantula.json +121 -0
  871. package/data/pokemon/garbodor-gmax.json +91 -0
  872. package/data/pokemon/garbodor.json +123 -0
  873. package/data/pokemon/garchomp-f.json +153 -0
  874. package/data/pokemon/garchomp-mega-z.json +108 -0
  875. package/data/pokemon/garchomp-mega.json +105 -0
  876. package/data/pokemon/garchomp.json +151 -0
  877. package/data/pokemon/gardevoir-mega.json +105 -0
  878. package/data/pokemon/gardevoir.json +151 -0
  879. package/data/pokemon/garganacl.json +85 -0
  880. package/data/pokemon/gastly.json +171 -0
  881. package/data/pokemon/gastrodon-east.json +160 -0
  882. package/data/pokemon/gastrodon.json +140 -0
  883. package/data/pokemon/genesect-burn.json +121 -0
  884. package/data/pokemon/genesect-chill.json +121 -0
  885. package/data/pokemon/genesect-douse.json +121 -0
  886. package/data/pokemon/genesect-shock.json +121 -0
  887. package/data/pokemon/genesect.json +104 -0
  888. package/data/pokemon/gengar-gmax.json +90 -0
  889. package/data/pokemon/gengar-mega.json +105 -0
  890. package/data/pokemon/gengar.json +173 -0
  891. package/data/pokemon/geodude-alola.json +129 -0
  892. package/data/pokemon/geodude.json +161 -0
  893. package/data/pokemon/gholdengo.json +85 -0
  894. package/data/pokemon/gible-f.json +150 -0
  895. package/data/pokemon/gible.json +148 -0
  896. package/data/pokemon/gigalith.json +119 -0
  897. package/data/pokemon/gimmighoul-roaming.json +93 -0
  898. package/data/pokemon/gimmighoul.json +83 -0
  899. package/data/pokemon/girafarig-f.json +159 -0
  900. package/data/pokemon/girafarig.json +153 -0
  901. package/data/pokemon/giratina-origin.json +144 -0
  902. package/data/pokemon/giratina.json +129 -0
  903. package/data/pokemon/glaceon.json +138 -0
  904. package/data/pokemon/glalie-mega.json +104 -0
  905. package/data/pokemon/glalie.json +150 -0
  906. package/data/pokemon/glameow.json +118 -0
  907. package/data/pokemon/glastrier.json +84 -0
  908. package/data/pokemon/gligar-f.json +166 -0
  909. package/data/pokemon/gligar.json +164 -0
  910. package/data/pokemon/glimmet.json +83 -0
  911. package/data/pokemon/glimmora-mega.json +107 -0
  912. package/data/pokemon/glimmora.json +85 -0
  913. package/data/pokemon/gliscor.json +131 -0
  914. package/data/pokemon/gloom-f.json +166 -0
  915. package/data/pokemon/gloom.json +169 -0
  916. package/data/pokemon/gogoat.json +100 -0
  917. package/data/pokemon/golbat-f.json +174 -0
  918. package/data/pokemon/golbat.json +178 -0
  919. package/data/pokemon/goldeen-f.json +167 -0
  920. package/data/pokemon/goldeen.json +171 -0
  921. package/data/pokemon/golduck.json +168 -0
  922. package/data/pokemon/golem-alola.json +130 -0
  923. package/data/pokemon/golem.json +162 -0
  924. package/data/pokemon/golett.json +121 -0
  925. package/data/pokemon/golisopod-mega.json +109 -0
  926. package/data/pokemon/golisopod.json +86 -0
  927. package/data/pokemon/golurk-mega.json +109 -0
  928. package/data/pokemon/golurk.json +124 -0
  929. package/data/pokemon/goodra-hisui.json +101 -0
  930. package/data/pokemon/goodra.json +118 -0
  931. package/data/pokemon/goomy.json +116 -0
  932. package/data/pokemon/gorebyss.json +136 -0
  933. package/data/pokemon/gossifleur.json +85 -0
  934. package/data/pokemon/gothita.json +116 -0
  935. package/data/pokemon/gothitelle.json +118 -0
  936. package/data/pokemon/gothorita.json +118 -0
  937. package/data/pokemon/gougingfire.json +83 -0
  938. package/data/pokemon/gourgeist-large.json +124 -0
  939. package/data/pokemon/gourgeist-small.json +124 -0
  940. package/data/pokemon/gourgeist-super.json +124 -0
  941. package/data/pokemon/gourgeist.json +104 -0
  942. package/data/pokemon/grafaiai.json +86 -0
  943. package/data/pokemon/granbull.json +156 -0
  944. package/data/pokemon/grapploct.json +86 -0
  945. package/data/pokemon/graveler-alola.json +131 -0
  946. package/data/pokemon/graveler.json +163 -0
  947. package/data/pokemon/greattusk.json +84 -0
  948. package/data/pokemon/greavard.json +82 -0
  949. package/data/pokemon/greedent.json +86 -0
  950. package/data/pokemon/greninja-ash.json +106 -0
  951. package/data/pokemon/greninja-mega.json +105 -0
  952. package/data/pokemon/greninja.json +103 -0
  953. package/data/pokemon/grimer-alola.json +129 -0
  954. package/data/pokemon/grimer.json +159 -0
  955. package/data/pokemon/grimmsnarl-gmax.json +92 -0
  956. package/data/pokemon/grimmsnarl.json +88 -0
  957. package/data/pokemon/grookey.json +84 -0
  958. package/data/pokemon/grotle.json +133 -0
  959. package/data/pokemon/groudon-primal.json +107 -0
  960. package/data/pokemon/groudon.json +149 -0
  961. package/data/pokemon/grovyle.json +151 -0
  962. package/data/pokemon/growlithe-hisui.json +98 -0
  963. package/data/pokemon/growlithe.json +168 -0
  964. package/data/pokemon/grubbin.json +104 -0
  965. package/data/pokemon/grumpig.json +139 -0
  966. package/data/pokemon/gulpin-f.json +150 -0
  967. package/data/pokemon/gulpin.json +148 -0
  968. package/data/pokemon/gumshoos.json +88 -0
  969. package/data/pokemon/gurdurr.json +120 -0
  970. package/data/pokemon/guzzlord.json +85 -0
  971. package/data/pokemon/gyarados-f.json +178 -0
  972. package/data/pokemon/gyarados-mega.json +105 -0
  973. package/data/pokemon/gyarados.json +182 -0
  974. package/data/pokemon/hakamoo.json +109 -0
  975. package/data/pokemon/happiny.json +138 -0
  976. package/data/pokemon/hariyama.json +144 -0
  977. package/data/pokemon/hatenna.json +85 -0
  978. package/data/pokemon/hatterene-gmax.json +92 -0
  979. package/data/pokemon/hatterene.json +88 -0
  980. package/data/pokemon/hattrem.json +87 -0
  981. package/data/pokemon/haunter.json +173 -0
  982. package/data/pokemon/hawlucha-mega.json +105 -0
  983. package/data/pokemon/hawlucha.json +114 -0
  984. package/data/pokemon/haxorus.json +120 -0
  985. package/data/pokemon/heatmor.json +112 -0
  986. package/data/pokemon/heatran-mega.json +109 -0
  987. package/data/pokemon/heatran.json +129 -0
  988. package/data/pokemon/heliolisk.json +103 -0
  989. package/data/pokemon/helioptile.json +100 -0
  990. package/data/pokemon/heracross-f.json +170 -0
  991. package/data/pokemon/heracross-mega.json +105 -0
  992. package/data/pokemon/heracross.json +168 -0
  993. package/data/pokemon/herdier.json +120 -0
  994. package/data/pokemon/hippopotas-f.json +150 -0
  995. package/data/pokemon/hippopotas.json +144 -0
  996. package/data/pokemon/hippowdon-f.json +153 -0
  997. package/data/pokemon/hippowdon.json +147 -0
  998. package/data/pokemon/hitmonchan.json +159 -0
  999. package/data/pokemon/hitmonlee.json +159 -0
  1000. package/data/pokemon/hitmontop.json +149 -0
  1001. package/data/pokemon/honchkrow.json +134 -0
  1002. package/data/pokemon/honedge.json +98 -0
  1003. package/data/pokemon/hooh.json +153 -0
  1004. package/data/pokemon/hoopa-unbound.json +119 -0
  1005. package/data/pokemon/hoopa.json +100 -0
  1006. package/data/pokemon/hoothoot.json +157 -0
  1007. package/data/pokemon/hoppip.json +143 -0
  1008. package/data/pokemon/horsea.json +160 -0
  1009. package/data/pokemon/houndoom-f.json +171 -0
  1010. package/data/pokemon/houndoom-mega.json +105 -0
  1011. package/data/pokemon/houndoom.json +169 -0
  1012. package/data/pokemon/houndour.json +155 -0
  1013. package/data/pokemon/houndstone.json +85 -0
  1014. package/data/pokemon/huntail.json +136 -0
  1015. package/data/pokemon/hydrapple.json +84 -0
  1016. package/data/pokemon/hydreigon.json +119 -0
  1017. package/data/pokemon/hypno-f.json +165 -0
  1018. package/data/pokemon/hypno.json +169 -0
  1019. package/data/pokemon/igglybuff.json +157 -0
  1020. package/data/pokemon/illumise.json +136 -0
  1021. package/data/pokemon/impidimp.json +86 -0
  1022. package/data/pokemon/incineroar.json +109 -0
  1023. package/data/pokemon/indeedee-f.json +109 -0
  1024. package/data/pokemon/indeedee.json +98 -0
  1025. package/data/pokemon/infernape.json +135 -0
  1026. package/data/pokemon/inkay.json +113 -0
  1027. package/data/pokemon/inteleon-gmax.json +90 -0
  1028. package/data/pokemon/inteleon.json +86 -0
  1029. package/data/pokemon/ironboulder.json +83 -0
  1030. package/data/pokemon/ironbundle.json +84 -0
  1031. package/data/pokemon/ironcrown.json +83 -0
  1032. package/data/pokemon/ironhands.json +84 -0
  1033. package/data/pokemon/ironjugulis.json +84 -0
  1034. package/data/pokemon/ironleaves.json +85 -0
  1035. package/data/pokemon/ironmoth.json +84 -0
  1036. package/data/pokemon/ironthorns.json +84 -0
  1037. package/data/pokemon/irontreads.json +84 -0
  1038. package/data/pokemon/ironvaliant.json +84 -0
  1039. package/data/pokemon/ivysaur.json +172 -0
  1040. package/data/pokemon/jangmoo.json +106 -0
  1041. package/data/pokemon/jellicent-f.json +130 -0
  1042. package/data/pokemon/jellicent.json +128 -0
  1043. package/data/pokemon/jigglypuff.json +168 -0
  1044. package/data/pokemon/jirachi.json +137 -0
  1045. package/data/pokemon/jolteon.json +166 -0
  1046. package/data/pokemon/joltik.json +119 -0
  1047. package/data/pokemon/jumpluff.json +146 -0
  1048. package/data/pokemon/jynx.json +165 -0
  1049. package/data/pokemon/kabuto.json +163 -0
  1050. package/data/pokemon/kabutops.json +165 -0
  1051. package/data/pokemon/kadabra-f.json +173 -0
  1052. package/data/pokemon/kadabra.json +177 -0
  1053. package/data/pokemon/kakuna.json +163 -0
  1054. package/data/pokemon/kangaskhan-mega.json +104 -0
  1055. package/data/pokemon/kangaskhan.json +157 -0
  1056. package/data/pokemon/karrablast.json +112 -0
  1057. package/data/pokemon/kartana.json +85 -0
  1058. package/data/pokemon/kecleon.json +134 -0
  1059. package/data/pokemon/keldeo-resolute.json +125 -0
  1060. package/data/pokemon/keldeo.json +107 -0
  1061. package/data/pokemon/kilowattrel.json +86 -0
  1062. package/data/pokemon/kingambit.json +86 -0
  1063. package/data/pokemon/kingdra.json +153 -0
  1064. package/data/pokemon/kingler-gmax.json +91 -0
  1065. package/data/pokemon/kingler.json +155 -0
  1066. package/data/pokemon/kirlia.json +150 -0
  1067. package/data/pokemon/klang.json +116 -0
  1068. package/data/pokemon/klawf.json +83 -0
  1069. package/data/pokemon/kleavor.json +87 -0
  1070. package/data/pokemon/klefki.json +117 -0
  1071. package/data/pokemon/klink.json +114 -0
  1072. package/data/pokemon/klinklang.json +116 -0
  1073. package/data/pokemon/koffing.json +155 -0
  1074. package/data/pokemon/komala.json +83 -0
  1075. package/data/pokemon/kommoo.json +110 -0
  1076. package/data/pokemon/koraidon.json +83 -0
  1077. package/data/pokemon/krabby.json +153 -0
  1078. package/data/pokemon/kricketot-f.json +138 -0
  1079. package/data/pokemon/kricketot.json +136 -0
  1080. package/data/pokemon/kricketune-f.json +140 -0
  1081. package/data/pokemon/kricketune.json +138 -0
  1082. package/data/pokemon/krokorok.json +127 -0
  1083. package/data/pokemon/krookodile.json +128 -0
  1084. package/data/pokemon/kubfu.json +84 -0
  1085. package/data/pokemon/kyogre-primal.json +106 -0
  1086. package/data/pokemon/kyogre.json +149 -0
  1087. package/data/pokemon/kyurem-black.json +123 -0
  1088. package/data/pokemon/kyurem-white.json +123 -0
  1089. package/data/pokemon/kyurem.json +117 -0
  1090. package/data/pokemon/lairon.json +142 -0
  1091. package/data/pokemon/lampent.json +121 -0
  1092. package/data/pokemon/landorus-therian.json +125 -0
  1093. package/data/pokemon/landorus.json +108 -0
  1094. package/data/pokemon/lanturn.json +155 -0
  1095. package/data/pokemon/lapras-gmax.json +92 -0
  1096. package/data/pokemon/lapras.json +161 -0
  1097. package/data/pokemon/larvesta.json +120 -0
  1098. package/data/pokemon/larvitar.json +158 -0
  1099. package/data/pokemon/latias-mega.json +105 -0
  1100. package/data/pokemon/latias.json +150 -0
  1101. package/data/pokemon/latios-mega.json +105 -0
  1102. package/data/pokemon/latios.json +150 -0
  1103. package/data/pokemon/leafeon.json +138 -0
  1104. package/data/pokemon/leavanny.json +116 -0
  1105. package/data/pokemon/lechonk.json +83 -0
  1106. package/data/pokemon/ledian-f.json +166 -0
  1107. package/data/pokemon/ledian.json +164 -0
  1108. package/data/pokemon/ledyba-f.json +164 -0
  1109. package/data/pokemon/ledyba.json +162 -0
  1110. package/data/pokemon/lickilicky.json +132 -0
  1111. package/data/pokemon/lickitung.json +156 -0
  1112. package/data/pokemon/liepard.json +106 -0
  1113. package/data/pokemon/lileep.json +139 -0
  1114. package/data/pokemon/lilligant-hisui.json +100 -0
  1115. package/data/pokemon/lilligant.json +123 -0
  1116. package/data/pokemon/lillipup.json +118 -0
  1117. package/data/pokemon/linoone-galar.json +110 -0
  1118. package/data/pokemon/linoone.json +146 -0
  1119. package/data/pokemon/litleo.json +100 -0
  1120. package/data/pokemon/litten.json +105 -0
  1121. package/data/pokemon/litwick.json +119 -0
  1122. package/data/pokemon/lokix.json +85 -0
  1123. package/data/pokemon/lombre.json +143 -0
  1124. package/data/pokemon/lopunny-mega.json +105 -0
  1125. package/data/pokemon/lopunny.json +131 -0
  1126. package/data/pokemon/lotad.json +141 -0
  1127. package/data/pokemon/loudred.json +137 -0
  1128. package/data/pokemon/lucario-mega-z.json +111 -0
  1129. package/data/pokemon/lucario-mega.json +105 -0
  1130. package/data/pokemon/lucario.json +142 -0
  1131. package/data/pokemon/ludicolo-f.json +156 -0
  1132. package/data/pokemon/ludicolo.json +154 -0
  1133. package/data/pokemon/lugia.json +153 -0
  1134. package/data/pokemon/lumineon-f.json +147 -0
  1135. package/data/pokemon/lumineon.json +145 -0
  1136. package/data/pokemon/lunala.json +108 -0
  1137. package/data/pokemon/lunatone.json +135 -0
  1138. package/data/pokemon/lurantis.json +108 -0
  1139. package/data/pokemon/luvdisc.json +141 -0
  1140. package/data/pokemon/luxio-f.json +147 -0
  1141. package/data/pokemon/luxio.json +145 -0
  1142. package/data/pokemon/luxray-f.json +148 -0
  1143. package/data/pokemon/luxray.json +146 -0
  1144. package/data/pokemon/lycanroc-dusk.json +118 -0
  1145. package/data/pokemon/lycanroc-midnight.json +132 -0
  1146. package/data/pokemon/lycanroc.json +111 -0
  1147. package/data/pokemon/mabosstiff.json +85 -0
  1148. package/data/pokemon/machamp-gmax.json +91 -0
  1149. package/data/pokemon/machamp.json +164 -0
  1150. package/data/pokemon/machoke.json +164 -0
  1151. package/data/pokemon/machop.json +162 -0
  1152. package/data/pokemon/magby.json +150 -0
  1153. package/data/pokemon/magcargo.json +147 -0
  1154. package/data/pokemon/magearna-mega.json +110 -0
  1155. package/data/pokemon/magearna-original-mega.json +109 -0
  1156. package/data/pokemon/magearna-original.json +117 -0
  1157. package/data/pokemon/magearna.json +96 -0
  1158. package/data/pokemon/magikarp-f.json +174 -0
  1159. package/data/pokemon/magikarp.json +178 -0
  1160. package/data/pokemon/magmar.json +161 -0
  1161. package/data/pokemon/magmortar.json +138 -0
  1162. package/data/pokemon/magnemite.json +167 -0
  1163. package/data/pokemon/magneton.json +170 -0
  1164. package/data/pokemon/magnezone.json +139 -0
  1165. package/data/pokemon/makuhita.json +142 -0
  1166. package/data/pokemon/malamar-mega.json +107 -0
  1167. package/data/pokemon/malamar.json +116 -0
  1168. package/data/pokemon/mamoswine-f.json +149 -0
  1169. package/data/pokemon/mamoswine.json +147 -0
  1170. package/data/pokemon/manaphy.json +119 -0
  1171. package/data/pokemon/mandibuzz.json +123 -0
  1172. package/data/pokemon/manectric-mega.json +104 -0
  1173. package/data/pokemon/manectric.json +143 -0
  1174. package/data/pokemon/mankey.json +155 -0
  1175. package/data/pokemon/mantine.json +148 -0
  1176. package/data/pokemon/mantyke.json +132 -0
  1177. package/data/pokemon/maractus.json +114 -0
  1178. package/data/pokemon/mareanie.json +108 -0
  1179. package/data/pokemon/mareep.json +153 -0
  1180. package/data/pokemon/marill.json +151 -0
  1181. package/data/pokemon/marowak-alola.json +134 -0
  1182. package/data/pokemon/marowak.json +158 -0
  1183. package/data/pokemon/marshadow.json +85 -0
  1184. package/data/pokemon/marshtomp.json +152 -0
  1185. package/data/pokemon/maschiff.json +83 -0
  1186. package/data/pokemon/masquerain.json +144 -0
  1187. package/data/pokemon/maushold-three.json +97 -0
  1188. package/data/pokemon/maushold.json +86 -0
  1189. package/data/pokemon/mawile-mega.json +104 -0
  1190. package/data/pokemon/mawile.json +142 -0
  1191. package/data/pokemon/medicham-f.json +154 -0
  1192. package/data/pokemon/medicham-mega.json +105 -0
  1193. package/data/pokemon/medicham.json +152 -0
  1194. package/data/pokemon/meditite-f.json +151 -0
  1195. package/data/pokemon/meditite.json +149 -0
  1196. package/data/pokemon/meganium-f.json +167 -0
  1197. package/data/pokemon/meganium-mega.json +105 -0
  1198. package/data/pokemon/meganium.json +165 -0
  1199. package/data/pokemon/melmetal-gmax.json +89 -0
  1200. package/data/pokemon/melmetal.json +84 -0
  1201. package/data/pokemon/meloetta-pirouette.json +107 -0
  1202. package/data/pokemon/meloetta.json +105 -0
  1203. package/data/pokemon/meltan.json +84 -0
  1204. package/data/pokemon/meowscarada.json +85 -0
  1205. package/data/pokemon/meowstic-f.json +127 -0
  1206. package/data/pokemon/meowstic-mega.json +108 -0
  1207. package/data/pokemon/meowstic.json +117 -0
  1208. package/data/pokemon/meowth-alola.json +130 -0
  1209. package/data/pokemon/meowth-galar.json +107 -0
  1210. package/data/pokemon/meowth-gmax.json +91 -0
  1211. package/data/pokemon/meowth.json +170 -0
  1212. package/data/pokemon/mesprit.json +125 -0
  1213. package/data/pokemon/metagross-mega.json +105 -0
  1214. package/data/pokemon/metagross.json +151 -0
  1215. package/data/pokemon/metang.json +150 -0
  1216. package/data/pokemon/metapod.json +164 -0
  1217. package/data/pokemon/mew.json +158 -0
  1218. package/data/pokemon/mewtwo-mega-x.json +106 -0
  1219. package/data/pokemon/mewtwo-mega-y.json +105 -0
  1220. package/data/pokemon/mewtwo.json +167 -0
  1221. package/data/pokemon/mienfoo.json +118 -0
  1222. package/data/pokemon/mienshao.json +120 -0
  1223. package/data/pokemon/mightyena.json +146 -0
  1224. package/data/pokemon/milcery.json +84 -0
  1225. package/data/pokemon/milotic-f.json +162 -0
  1226. package/data/pokemon/milotic.json +160 -0
  1227. package/data/pokemon/miltank.json +154 -0
  1228. package/data/pokemon/mimejr.json +130 -0
  1229. package/data/pokemon/mimikyu-busted.json +117 -0
  1230. package/data/pokemon/mimikyu.json +109 -0
  1231. package/data/pokemon/minccino.json +120 -0
  1232. package/data/pokemon/minior-blue.json +107 -0
  1233. package/data/pokemon/minior-green.json +107 -0
  1234. package/data/pokemon/minior-indigo.json +107 -0
  1235. package/data/pokemon/minior-orange.json +107 -0
  1236. package/data/pokemon/minior-red.json +113 -0
  1237. package/data/pokemon/minior-violet.json +107 -0
  1238. package/data/pokemon/minior-yellow.json +107 -0
  1239. package/data/pokemon/minior.json +115 -0
  1240. package/data/pokemon/minun.json +135 -0
  1241. package/data/pokemon/miraidon.json +83 -0
  1242. package/data/pokemon/misdreavus.json +154 -0
  1243. package/data/pokemon/mismagius.json +126 -0
  1244. package/data/pokemon/moltres-galar.json +107 -0
  1245. package/data/pokemon/moltres.json +165 -0
  1246. package/data/pokemon/monferno.json +134 -0
  1247. package/data/pokemon/morelull.json +86 -0
  1248. package/data/pokemon/morgrem.json +88 -0
  1249. package/data/pokemon/morpeko-hangry.json +106 -0
  1250. package/data/pokemon/morpeko.json +85 -0
  1251. package/data/pokemon/mothim.json +122 -0
  1252. package/data/pokemon/mrmime-galar.json +110 -0
  1253. package/data/pokemon/mrmime.json +169 -0
  1254. package/data/pokemon/mrrime.json +88 -0
  1255. package/data/pokemon/mudbray.json +106 -0
  1256. package/data/pokemon/mudkip.json +149 -0
  1257. package/data/pokemon/mudsdale.json +109 -0
  1258. package/data/pokemon/muk-alola.json +131 -0
  1259. package/data/pokemon/muk.json +161 -0
  1260. package/data/pokemon/munchlax.json +136 -0
  1261. package/data/pokemon/munkidori.json +81 -0
  1262. package/data/pokemon/munna.json +116 -0
  1263. package/data/pokemon/murkrow-f.json +160 -0
  1264. package/data/pokemon/murkrow.json +158 -0
  1265. package/data/pokemon/musharna.json +118 -0
  1266. package/data/pokemon/nacli.json +83 -0
  1267. package/data/pokemon/naclstack.json +85 -0
  1268. package/data/pokemon/naganadel.json +87 -0
  1269. package/data/pokemon/natu.json +148 -0
  1270. package/data/pokemon/necrozma-dawn-wings.json +107 -0
  1271. package/data/pokemon/necrozma-dusk-mane.json +107 -0
  1272. package/data/pokemon/necrozma-ultra.json +107 -0
  1273. package/data/pokemon/necrozma.json +105 -0
  1274. package/data/pokemon/nickit.json +85 -0
  1275. package/data/pokemon/nidoking.json +154 -0
  1276. package/data/pokemon/nidoqueen.json +154 -0
  1277. package/data/pokemon/nidoranf.json +151 -0
  1278. package/data/pokemon/nidoranm.json +151 -0
  1279. package/data/pokemon/nidorina.json +153 -0
  1280. package/data/pokemon/nidorino.json +153 -0
  1281. package/data/pokemon/nihilego.json +85 -0
  1282. package/data/pokemon/nincada.json +144 -0
  1283. package/data/pokemon/ninetales-alola.json +137 -0
  1284. package/data/pokemon/ninetales.json +164 -0
  1285. package/data/pokemon/ninjask.json +146 -0
  1286. package/data/pokemon/noctowl.json +149 -0
  1287. package/data/pokemon/noibat.json +113 -0
  1288. package/data/pokemon/noivern.json +116 -0
  1289. package/data/pokemon/nosepass.json +143 -0
  1290. package/data/pokemon/numel-f.json +152 -0
  1291. package/data/pokemon/numel.json +150 -0
  1292. package/data/pokemon/nuzleaf-f.json +157 -0
  1293. package/data/pokemon/nuzleaf.json +155 -0
  1294. package/data/pokemon/nymble.json +82 -0
  1295. package/data/pokemon/obstagoon.json +89 -0
  1296. package/data/pokemon/octillery-f.json +165 -0
  1297. package/data/pokemon/octillery.json +159 -0
  1298. package/data/pokemon/oddish.json +156 -0
  1299. package/data/pokemon/ogerpon-cornerstone.json +98 -0
  1300. package/data/pokemon/ogerpon-hearthflame.json +98 -0
  1301. package/data/pokemon/ogerpon-wellspring.json +98 -0
  1302. package/data/pokemon/ogerpon.json +85 -0
  1303. package/data/pokemon/oinkologne-f.json +103 -0
  1304. package/data/pokemon/oinkologne.json +96 -0
  1305. package/data/pokemon/okidogi.json +81 -0
  1306. package/data/pokemon/omanyte.json +163 -0
  1307. package/data/pokemon/omastar.json +165 -0
  1308. package/data/pokemon/onix.json +160 -0
  1309. package/data/pokemon/oranguru.json +98 -0
  1310. package/data/pokemon/orbeetle-gmax.json +92 -0
  1311. package/data/pokemon/orbeetle.json +88 -0
  1312. package/data/pokemon/oricorio-pau.json +106 -0
  1313. package/data/pokemon/oricorio-pom-pom.json +106 -0
  1314. package/data/pokemon/oricorio-sensu.json +106 -0
  1315. package/data/pokemon/oricorio.json +85 -0
  1316. package/data/pokemon/orthworm.json +82 -0
  1317. package/data/pokemon/oshawott.json +114 -0
  1318. package/data/pokemon/overqwil.json +87 -0
  1319. package/data/pokemon/pachirisu-f.json +143 -0
  1320. package/data/pokemon/pachirisu.json +137 -0
  1321. package/data/pokemon/palafin-hero.json +93 -0
  1322. package/data/pokemon/palafin.json +84 -0
  1323. package/data/pokemon/palkia-origin.json +99 -0
  1324. package/data/pokemon/palkia.json +137 -0
  1325. package/data/pokemon/palossand.json +110 -0
  1326. package/data/pokemon/palpitoad.json +117 -0
  1327. package/data/pokemon/pancham.json +110 -0
  1328. package/data/pokemon/pangoro.json +114 -0
  1329. package/data/pokemon/panpour.json +100 -0
  1330. package/data/pokemon/pansage.json +100 -0
  1331. package/data/pokemon/pansear.json +100 -0
  1332. package/data/pokemon/paras.json +154 -0
  1333. package/data/pokemon/parasect.json +156 -0
  1334. package/data/pokemon/passimian.json +96 -0
  1335. package/data/pokemon/patrat.json +101 -0
  1336. package/data/pokemon/pawmi.json +83 -0
  1337. package/data/pokemon/pawmo.json +86 -0
  1338. package/data/pokemon/pawmot.json +86 -0
  1339. package/data/pokemon/pawniard.json +119 -0
  1340. package/data/pokemon/pecharunt.json +81 -0
  1341. package/data/pokemon/pelipper.json +150 -0
  1342. package/data/pokemon/perrserker.json +87 -0
  1343. package/data/pokemon/persian-alola.json +131 -0
  1344. package/data/pokemon/persian.json +172 -0
  1345. package/data/pokemon/petilil.json +123 -0
  1346. package/data/pokemon/phanpy.json +142 -0
  1347. package/data/pokemon/phantump.json +117 -0
  1348. package/data/pokemon/pheromosa.json +85 -0
  1349. package/data/pokemon/phione.json +120 -0
  1350. package/data/pokemon/pichu.json +155 -0
  1351. package/data/pokemon/pidgeot-mega.json +105 -0
  1352. package/data/pokemon/pidgeot.json +155 -0
  1353. package/data/pokemon/pidgeotto.json +154 -0
  1354. package/data/pokemon/pidgey.json +152 -0
  1355. package/data/pokemon/pidove.json +115 -0
  1356. package/data/pokemon/pignite.json +116 -0
  1357. package/data/pokemon/pikachu-alola.json +116 -0
  1358. package/data/pokemon/pikachu-f.json +172 -0
  1359. package/data/pokemon/pikachu-gmax.json +90 -0
  1360. package/data/pokemon/pikachu-hoenn.json +116 -0
  1361. package/data/pokemon/pikachu-kalos.json +116 -0
  1362. package/data/pokemon/pikachu-original.json +117 -0
  1363. package/data/pokemon/pikachu-partner.json +106 -0
  1364. package/data/pokemon/pikachu-sinnoh.json +116 -0
  1365. package/data/pokemon/pikachu-unova.json +116 -0
  1366. package/data/pokemon/pikachu-world.json +106 -0
  1367. package/data/pokemon/pikachu.json +188 -0
  1368. package/data/pokemon/pikipek.json +86 -0
  1369. package/data/pokemon/piloswine-f.json +165 -0
  1370. package/data/pokemon/piloswine.json +163 -0
  1371. package/data/pokemon/pincurchin.json +84 -0
  1372. package/data/pokemon/pineco.json +143 -0
  1373. package/data/pokemon/pinsir-mega.json +105 -0
  1374. package/data/pokemon/pinsir.json +159 -0
  1375. package/data/pokemon/piplup.json +122 -0
  1376. package/data/pokemon/plusle.json +136 -0
  1377. package/data/pokemon/poipole.json +84 -0
  1378. package/data/pokemon/politoed-f.json +165 -0
  1379. package/data/pokemon/politoed.json +163 -0
  1380. package/data/pokemon/poliwag.json +159 -0
  1381. package/data/pokemon/poliwhirl.json +161 -0
  1382. package/data/pokemon/poliwrath.json +163 -0
  1383. package/data/pokemon/poltchageist-artisan.json +102 -0
  1384. package/data/pokemon/poltchageist.json +81 -0
  1385. package/data/pokemon/polteageist-antique.json +98 -0
  1386. package/data/pokemon/polteageist.json +87 -0
  1387. package/data/pokemon/ponyta-galar.json +107 -0
  1388. package/data/pokemon/ponyta.json +153 -0
  1389. package/data/pokemon/poochyena.json +144 -0
  1390. package/data/pokemon/popplio.json +105 -0
  1391. package/data/pokemon/porygon.json +161 -0
  1392. package/data/pokemon/porygon2.json +153 -0
  1393. package/data/pokemon/porygonz.json +138 -0
  1394. package/data/pokemon/primarina.json +109 -0
  1395. package/data/pokemon/primeape.json +158 -0
  1396. package/data/pokemon/prinplup.json +133 -0
  1397. package/data/pokemon/probopass.json +133 -0
  1398. package/data/pokemon/psyduck.json +165 -0
  1399. package/data/pokemon/pumpkaboo-large.json +122 -0
  1400. package/data/pokemon/pumpkaboo-small.json +122 -0
  1401. package/data/pokemon/pumpkaboo-super.json +122 -0
  1402. package/data/pokemon/pumpkaboo.json +102 -0
  1403. package/data/pokemon/pupitar.json +159 -0
  1404. package/data/pokemon/purrloin.json +103 -0
  1405. package/data/pokemon/purugly.json +120 -0
  1406. package/data/pokemon/pyroar-f.json +115 -0
  1407. package/data/pokemon/pyroar-mega.json +107 -0
  1408. package/data/pokemon/pyroar.json +113 -0
  1409. package/data/pokemon/pyukumuku.json +84 -0
  1410. package/data/pokemon/quagsire-f.json +160 -0
  1411. package/data/pokemon/quagsire.json +158 -0
  1412. package/data/pokemon/quaquaval.json +85 -0
  1413. package/data/pokemon/quaxly.json +82 -0
  1414. package/data/pokemon/quaxwell.json +84 -0
  1415. package/data/pokemon/quilava.json +153 -0
  1416. package/data/pokemon/quilladin.json +100 -0
  1417. package/data/pokemon/qwilfish-hisui.json +98 -0
  1418. package/data/pokemon/qwilfish.json +148 -0
  1419. package/data/pokemon/raboot.json +86 -0
  1420. package/data/pokemon/rabsca.json +85 -0
  1421. package/data/pokemon/ragingbolt.json +83 -0
  1422. package/data/pokemon/raichu-alola.json +134 -0
  1423. package/data/pokemon/raichu-f.json +171 -0
  1424. package/data/pokemon/raichu-mega-x.json +105 -0
  1425. package/data/pokemon/raichu-mega-y.json +105 -0
  1426. package/data/pokemon/raichu.json +174 -0
  1427. package/data/pokemon/raikou.json +154 -0
  1428. package/data/pokemon/ralts.json +148 -0
  1429. package/data/pokemon/rampardos.json +131 -0
  1430. package/data/pokemon/rapidash-galar.json +110 -0
  1431. package/data/pokemon/rapidash.json +156 -0
  1432. package/data/pokemon/raticate-alola.json +111 -0
  1433. package/data/pokemon/raticate-f.json +157 -0
  1434. package/data/pokemon/raticate.json +161 -0
  1435. package/data/pokemon/rattata-alola.json +108 -0
  1436. package/data/pokemon/rattata-f.json +154 -0
  1437. package/data/pokemon/rattata.json +158 -0
  1438. package/data/pokemon/rayquaza-mega.json +105 -0
  1439. package/data/pokemon/rayquaza.json +150 -0
  1440. package/data/pokemon/regice.json +147 -0
  1441. package/data/pokemon/regidrago.json +83 -0
  1442. package/data/pokemon/regieleki.json +83 -0
  1443. package/data/pokemon/regigigas.json +125 -0
  1444. package/data/pokemon/regirock.json +147 -0
  1445. package/data/pokemon/registeel.json +147 -0
  1446. package/data/pokemon/relicanth-f.json +160 -0
  1447. package/data/pokemon/relicanth.json +154 -0
  1448. package/data/pokemon/rellor.json +82 -0
  1449. package/data/pokemon/remoraid.json +146 -0
  1450. package/data/pokemon/reshiram.json +104 -0
  1451. package/data/pokemon/reuniclus.json +107 -0
  1452. package/data/pokemon/revavroom.json +85 -0
  1453. package/data/pokemon/rhydon-f.json +173 -0
  1454. package/data/pokemon/rhydon.json +177 -0
  1455. package/data/pokemon/rhyhorn-f.json +170 -0
  1456. package/data/pokemon/rhyhorn.json +174 -0
  1457. package/data/pokemon/rhyperior-f.json +155 -0
  1458. package/data/pokemon/rhyperior.json +149 -0
  1459. package/data/pokemon/ribombee.json +109 -0
  1460. package/data/pokemon/rillaboom-gmax.json +90 -0
  1461. package/data/pokemon/rillaboom.json +86 -0
  1462. package/data/pokemon/riolu.json +138 -0
  1463. package/data/pokemon/roaringmoon.json +84 -0
  1464. package/data/pokemon/rockruff.json +107 -0
  1465. package/data/pokemon/roggenrola.json +118 -0
  1466. package/data/pokemon/rolycoly.json +85 -0
  1467. package/data/pokemon/rookidee.json +85 -0
  1468. package/data/pokemon/roselia-f.json +158 -0
  1469. package/data/pokemon/roselia.json +156 -0
  1470. package/data/pokemon/roserade-f.json +149 -0
  1471. package/data/pokemon/roserade.json +147 -0
  1472. package/data/pokemon/rotom-fan.json +150 -0
  1473. package/data/pokemon/rotom-frost.json +150 -0
  1474. package/data/pokemon/rotom-heat.json +150 -0
  1475. package/data/pokemon/rotom-mow.json +150 -0
  1476. package/data/pokemon/rotom-wash.json +150 -0
  1477. package/data/pokemon/rotom.json +134 -0
  1478. package/data/pokemon/rowlet.json +109 -0
  1479. package/data/pokemon/rufflet.json +123 -0
  1480. package/data/pokemon/runerigus.json +86 -0
  1481. package/data/pokemon/sableye-mega.json +105 -0
  1482. package/data/pokemon/sableye.json +148 -0
  1483. package/data/pokemon/salamence-mega.json +105 -0
  1484. package/data/pokemon/salamence.json +149 -0
  1485. package/data/pokemon/salandit.json +106 -0
  1486. package/data/pokemon/salazzle.json +109 -0
  1487. package/data/pokemon/samurott-hisui.json +99 -0
  1488. package/data/pokemon/samurott.json +114 -0
  1489. package/data/pokemon/sandaconda-gmax.json +91 -0
  1490. package/data/pokemon/sandaconda.json +87 -0
  1491. package/data/pokemon/sandile.json +125 -0
  1492. package/data/pokemon/sandshrew-alola.json +120 -0
  1493. package/data/pokemon/sandshrew.json +156 -0
  1494. package/data/pokemon/sandslash-alola.json +122 -0
  1495. package/data/pokemon/sandslash.json +158 -0
  1496. package/data/pokemon/sandygast.json +108 -0
  1497. package/data/pokemon/sandyshocks.json +84 -0
  1498. package/data/pokemon/sawk.json +114 -0
  1499. package/data/pokemon/sawsbuck-autumn.json +135 -0
  1500. package/data/pokemon/sawsbuck-summer.json +135 -0
  1501. package/data/pokemon/sawsbuck-winter.json +135 -0
  1502. package/data/pokemon/sawsbuck.json +119 -0
  1503. package/data/pokemon/scatterbug.json +99 -0
  1504. package/data/pokemon/sceptile-mega.json +105 -0
  1505. package/data/pokemon/sceptile.json +151 -0
  1506. package/data/pokemon/scizor-f.json +179 -0
  1507. package/data/pokemon/scizor-mega.json +105 -0
  1508. package/data/pokemon/scizor.json +177 -0
  1509. package/data/pokemon/scolipede-mega.json +107 -0
  1510. package/data/pokemon/scolipede.json +117 -0
  1511. package/data/pokemon/scorbunny.json +84 -0
  1512. package/data/pokemon/scovillain-mega.json +107 -0
  1513. package/data/pokemon/scovillain.json +86 -0
  1514. package/data/pokemon/scrafty-mega.json +107 -0
  1515. package/data/pokemon/scrafty.json +125 -0
  1516. package/data/pokemon/scraggy.json +123 -0
  1517. package/data/pokemon/screamtail.json +84 -0
  1518. package/data/pokemon/scyther-f.json +180 -0
  1519. package/data/pokemon/scyther.json +184 -0
  1520. package/data/pokemon/seadra.json +162 -0
  1521. package/data/pokemon/seaking-f.json +169 -0
  1522. package/data/pokemon/seaking.json +173 -0
  1523. package/data/pokemon/sealeo.json +143 -0
  1524. package/data/pokemon/seedot.json +141 -0
  1525. package/data/pokemon/seel.json +155 -0
  1526. package/data/pokemon/seismitoad.json +117 -0
  1527. package/data/pokemon/sentret.json +141 -0
  1528. package/data/pokemon/serperior.json +114 -0
  1529. package/data/pokemon/servine.json +113 -0
  1530. package/data/pokemon/seviper.json +137 -0
  1531. package/data/pokemon/sewaddle.json +115 -0
  1532. package/data/pokemon/sharpedo-mega.json +105 -0
  1533. package/data/pokemon/sharpedo.json +148 -0
  1534. package/data/pokemon/shaymin-sky.json +131 -0
  1535. package/data/pokemon/shaymin.json +123 -0
  1536. package/data/pokemon/shedinja.json +145 -0
  1537. package/data/pokemon/shelgon.json +147 -0
  1538. package/data/pokemon/shellder.json +158 -0
  1539. package/data/pokemon/shellos-east.json +157 -0
  1540. package/data/pokemon/shellos.json +137 -0
  1541. package/data/pokemon/shelmet.json +112 -0
  1542. package/data/pokemon/shieldon.json +129 -0
  1543. package/data/pokemon/shiftry-f.json +157 -0
  1544. package/data/pokemon/shiftry.json +155 -0
  1545. package/data/pokemon/shiinotic.json +88 -0
  1546. package/data/pokemon/shinx-f.json +145 -0
  1547. package/data/pokemon/shinx.json +143 -0
  1548. package/data/pokemon/shroodle.json +84 -0
  1549. package/data/pokemon/shroomish.json +138 -0
  1550. package/data/pokemon/shuckle.json +143 -0
  1551. package/data/pokemon/shuppet.json +142 -0
  1552. package/data/pokemon/sigilyph.json +113 -0
  1553. package/data/pokemon/silcoon.json +134 -0
  1554. package/data/pokemon/silicobra.json +85 -0
  1555. package/data/pokemon/silvally-bug.json +107 -0
  1556. package/data/pokemon/silvally-dark.json +107 -0
  1557. package/data/pokemon/silvally-dragon.json +107 -0
  1558. package/data/pokemon/silvally-electric.json +107 -0
  1559. package/data/pokemon/silvally-fairy.json +107 -0
  1560. package/data/pokemon/silvally-fighting.json +107 -0
  1561. package/data/pokemon/silvally-fire.json +107 -0
  1562. package/data/pokemon/silvally-flying.json +107 -0
  1563. package/data/pokemon/silvally-ghost.json +107 -0
  1564. package/data/pokemon/silvally-grass.json +107 -0
  1565. package/data/pokemon/silvally-ground.json +107 -0
  1566. package/data/pokemon/silvally-ice.json +107 -0
  1567. package/data/pokemon/silvally-poison.json +107 -0
  1568. package/data/pokemon/silvally-psychic.json +107 -0
  1569. package/data/pokemon/silvally-rock.json +107 -0
  1570. package/data/pokemon/silvally-steel.json +107 -0
  1571. package/data/pokemon/silvally-water.json +107 -0
  1572. package/data/pokemon/silvally.json +103 -0
  1573. package/data/pokemon/simipour.json +103 -0
  1574. package/data/pokemon/simisage.json +103 -0
  1575. package/data/pokemon/simisear.json +103 -0
  1576. package/data/pokemon/sinistcha-masterpiece.json +104 -0
  1577. package/data/pokemon/sinistcha.json +83 -0
  1578. package/data/pokemon/sinistea-antique.json +96 -0
  1579. package/data/pokemon/sinistea.json +85 -0
  1580. package/data/pokemon/sirfetchd.json +86 -0
  1581. package/data/pokemon/sizzlipede.json +86 -0
  1582. package/data/pokemon/skarmory-mega.json +105 -0
  1583. package/data/pokemon/skarmory.json +154 -0
  1584. package/data/pokemon/skeledirge.json +85 -0
  1585. package/data/pokemon/skiddo.json +98 -0
  1586. package/data/pokemon/skiploom.json +146 -0
  1587. package/data/pokemon/skitty.json +131 -0
  1588. package/data/pokemon/skorupi.json +129 -0
  1589. package/data/pokemon/skrelp.json +112 -0
  1590. package/data/pokemon/skuntank.json +139 -0
  1591. package/data/pokemon/skwovet.json +84 -0
  1592. package/data/pokemon/slaking.json +136 -0
  1593. package/data/pokemon/slakoth.json +134 -0
  1594. package/data/pokemon/sliggoo-hisui.json +100 -0
  1595. package/data/pokemon/sliggoo.json +116 -0
  1596. package/data/pokemon/slitherwing.json +84 -0
  1597. package/data/pokemon/slowbro-galar.json +110 -0
  1598. package/data/pokemon/slowbro-mega.json +105 -0
  1599. package/data/pokemon/slowbro.json +165 -0
  1600. package/data/pokemon/slowking-galar.json +110 -0
  1601. package/data/pokemon/slowking.json +155 -0
  1602. package/data/pokemon/slowpoke-galar.json +107 -0
  1603. package/data/pokemon/slowpoke.json +162 -0
  1604. package/data/pokemon/slugma.json +143 -0
  1605. package/data/pokemon/slurpuff.json +101 -0
  1606. package/data/pokemon/smeargle.json +144 -0
  1607. package/data/pokemon/smoliv.json +83 -0
  1608. package/data/pokemon/smoochum.json +153 -0
  1609. package/data/pokemon/sneasel-f.json +165 -0
  1610. package/data/pokemon/sneasel-hisui-f.json +104 -0
  1611. package/data/pokemon/sneasel-hisui.json +104 -0
  1612. package/data/pokemon/sneasel.json +163 -0
  1613. package/data/pokemon/sneasler.json +88 -0
  1614. package/data/pokemon/snivy.json +111 -0
  1615. package/data/pokemon/snom.json +85 -0
  1616. package/data/pokemon/snorlax-gmax.json +91 -0
  1617. package/data/pokemon/snorlax.json +164 -0
  1618. package/data/pokemon/snorunt.json +147 -0
  1619. package/data/pokemon/snover-f.json +143 -0
  1620. package/data/pokemon/snover.json +141 -0
  1621. package/data/pokemon/snubbull.json +154 -0
  1622. package/data/pokemon/sobble.json +84 -0
  1623. package/data/pokemon/solgaleo.json +108 -0
  1624. package/data/pokemon/solosis.json +104 -0
  1625. package/data/pokemon/solrock.json +136 -0
  1626. package/data/pokemon/spearow.json +152 -0
  1627. package/data/pokemon/spectrier.json +84 -0
  1628. package/data/pokemon/spewpa.json +100 -0
  1629. package/data/pokemon/spheal.json +141 -0
  1630. package/data/pokemon/spidops.json +84 -0
  1631. package/data/pokemon/spinarak.json +148 -0
  1632. package/data/pokemon/spinda.json +136 -0
  1633. package/data/pokemon/spiritomb.json +133 -0
  1634. package/data/pokemon/spoink.json +137 -0
  1635. package/data/pokemon/sprigatito.json +82 -0
  1636. package/data/pokemon/spritzee.json +98 -0
  1637. package/data/pokemon/squawkabilly-blue.json +96 -0
  1638. package/data/pokemon/squawkabilly-white.json +96 -0
  1639. package/data/pokemon/squawkabilly-yellow.json +96 -0
  1640. package/data/pokemon/squawkabilly.json +85 -0
  1641. package/data/pokemon/squirtle.json +169 -0
  1642. package/data/pokemon/stakataka.json +84 -0
  1643. package/data/pokemon/stantler.json +152 -0
  1644. package/data/pokemon/staraptor-f.json +147 -0
  1645. package/data/pokemon/staraptor-mega.json +109 -0
  1646. package/data/pokemon/staraptor.json +141 -0
  1647. package/data/pokemon/staravia-f.json +143 -0
  1648. package/data/pokemon/staravia.json +141 -0
  1649. package/data/pokemon/starly-f.json +141 -0
  1650. package/data/pokemon/starly.json +139 -0
  1651. package/data/pokemon/starmie-mega.json +105 -0
  1652. package/data/pokemon/starmie.json +165 -0
  1653. package/data/pokemon/staryu.json +160 -0
  1654. package/data/pokemon/steelix-f.json +166 -0
  1655. package/data/pokemon/steelix-mega.json +105 -0
  1656. package/data/pokemon/steelix.json +164 -0
  1657. package/data/pokemon/steenee.json +108 -0
  1658. package/data/pokemon/stonjourner.json +83 -0
  1659. package/data/pokemon/stoutland.json +120 -0
  1660. package/data/pokemon/stufful.json +86 -0
  1661. package/data/pokemon/stunfisk-galar.json +106 -0
  1662. package/data/pokemon/stunfisk.json +116 -0
  1663. package/data/pokemon/stunky.json +137 -0
  1664. package/data/pokemon/sudowoodo-f.json +179 -0
  1665. package/data/pokemon/sudowoodo.json +173 -0
  1666. package/data/pokemon/suicune.json +154 -0
  1667. package/data/pokemon/sunflora.json +144 -0
  1668. package/data/pokemon/sunkern.json +141 -0
  1669. package/data/pokemon/surskit.json +142 -0
  1670. package/data/pokemon/swablu.json +145 -0
  1671. package/data/pokemon/swadloon.json +117 -0
  1672. package/data/pokemon/swalot-f.json +152 -0
  1673. package/data/pokemon/swalot.json +150 -0
  1674. package/data/pokemon/swampert-mega.json +105 -0
  1675. package/data/pokemon/swampert.json +152 -0
  1676. package/data/pokemon/swanna.json +105 -0
  1677. package/data/pokemon/swellow.json +137 -0
  1678. package/data/pokemon/swinub.json +149 -0
  1679. package/data/pokemon/swirlix.json +98 -0
  1680. package/data/pokemon/swoobat.json +114 -0
  1681. package/data/pokemon/sylveon.json +120 -0
  1682. package/data/pokemon/tadbulb.json +83 -0
  1683. package/data/pokemon/taillow.json +134 -0
  1684. package/data/pokemon/talonflame.json +117 -0
  1685. package/data/pokemon/tandemaus.json +83 -0
  1686. package/data/pokemon/tangela.json +154 -0
  1687. package/data/pokemon/tangrowth-f.json +149 -0
  1688. package/data/pokemon/tangrowth.json +143 -0
  1689. package/data/pokemon/tapubulu.json +86 -0
  1690. package/data/pokemon/tapufini.json +86 -0
  1691. package/data/pokemon/tapukoko.json +86 -0
  1692. package/data/pokemon/tapulele.json +86 -0
  1693. package/data/pokemon/tarountula.json +82 -0
  1694. package/data/pokemon/tatsugiri-droopy-mega.json +107 -0
  1695. package/data/pokemon/tatsugiri-droopy.json +95 -0
  1696. package/data/pokemon/tatsugiri-mega.json +108 -0
  1697. package/data/pokemon/tatsugiri-stretchy-mega.json +107 -0
  1698. package/data/pokemon/tatsugiri-stretchy.json +95 -0
  1699. package/data/pokemon/tatsugiri.json +90 -0
  1700. package/data/pokemon/tauros-paldea-fire.json +98 -0
  1701. package/data/pokemon/tauros-paldea-water.json +98 -0
  1702. package/data/pokemon/tauros-paldea.json +97 -0
  1703. package/data/pokemon/tauros.json +169 -0
  1704. package/data/pokemon/teddiursa.json +152 -0
  1705. package/data/pokemon/tentacool.json +163 -0
  1706. package/data/pokemon/tentacruel.json +165 -0
  1707. package/data/pokemon/tepig.json +114 -0
  1708. package/data/pokemon/terapagos-stellar.json +94 -0
  1709. package/data/pokemon/terapagos-terastal.json +96 -0
  1710. package/data/pokemon/terapagos.json +81 -0
  1711. package/data/pokemon/terrakion.json +118 -0
  1712. package/data/pokemon/thievul.json +87 -0
  1713. package/data/pokemon/throh.json +114 -0
  1714. package/data/pokemon/thundurus-therian.json +125 -0
  1715. package/data/pokemon/thundurus.json +118 -0
  1716. package/data/pokemon/thwackey.json +86 -0
  1717. package/data/pokemon/timburr.json +118 -0
  1718. package/data/pokemon/tinglu.json +83 -0
  1719. package/data/pokemon/tinkatink.json +84 -0
  1720. package/data/pokemon/tinkaton.json +86 -0
  1721. package/data/pokemon/tinkatuff.json +86 -0
  1722. package/data/pokemon/tirtouga.json +118 -0
  1723. package/data/pokemon/toedscool.json +82 -0
  1724. package/data/pokemon/toedscruel.json +84 -0
  1725. package/data/pokemon/togedemaru.json +86 -0
  1726. package/data/pokemon/togekiss.json +133 -0
  1727. package/data/pokemon/togepi.json +146 -0
  1728. package/data/pokemon/togetic.json +149 -0
  1729. package/data/pokemon/torchic-f.json +162 -0
  1730. package/data/pokemon/torchic.json +160 -0
  1731. package/data/pokemon/torkoal.json +153 -0
  1732. package/data/pokemon/tornadus-therian.json +124 -0
  1733. package/data/pokemon/tornadus.json +117 -0
  1734. package/data/pokemon/torracat.json +107 -0
  1735. package/data/pokemon/torterra.json +135 -0
  1736. package/data/pokemon/totodile.json +151 -0
  1737. package/data/pokemon/toucannon.json +88 -0
  1738. package/data/pokemon/toxapex.json +109 -0
  1739. package/data/pokemon/toxel.json +86 -0
  1740. package/data/pokemon/toxicroak-f.json +149 -0
  1741. package/data/pokemon/toxicroak.json +147 -0
  1742. package/data/pokemon/toxtricity-gmax.json +92 -0
  1743. package/data/pokemon/toxtricity-low-key-gmax.json +92 -0
  1744. package/data/pokemon/toxtricity-low-key.json +110 -0
  1745. package/data/pokemon/toxtricity.json +89 -0
  1746. package/data/pokemon/tranquill.json +117 -0
  1747. package/data/pokemon/trapinch.json +146 -0
  1748. package/data/pokemon/treecko.json +149 -0
  1749. package/data/pokemon/trevenant.json +119 -0
  1750. package/data/pokemon/tropius.json +142 -0
  1751. package/data/pokemon/trubbish.json +120 -0
  1752. package/data/pokemon/trumbeak.json +88 -0
  1753. package/data/pokemon/tsareena.json +109 -0
  1754. package/data/pokemon/turtonator.json +84 -0
  1755. package/data/pokemon/turtwig.json +122 -0
  1756. package/data/pokemon/tympole.json +114 -0
  1757. package/data/pokemon/tynamo.json +112 -0
  1758. package/data/pokemon/typenull.json +86 -0
  1759. package/data/pokemon/typhlosion-hisui.json +99 -0
  1760. package/data/pokemon/typhlosion.json +152 -0
  1761. package/data/pokemon/tyranitar-mega.json +105 -0
  1762. package/data/pokemon/tyranitar.json +161 -0
  1763. package/data/pokemon/tyrantrum.json +103 -0
  1764. package/data/pokemon/tyrogue.json +145 -0
  1765. package/data/pokemon/tyrunt.json +99 -0
  1766. package/data/pokemon/umbreon.json +155 -0
  1767. package/data/pokemon/unfezant-f.json +130 -0
  1768. package/data/pokemon/unfezant.json +128 -0
  1769. package/data/pokemon/unown-b.json +154 -0
  1770. package/data/pokemon/unown-c.json +154 -0
  1771. package/data/pokemon/unown-d.json +154 -0
  1772. package/data/pokemon/unown-e.json +154 -0
  1773. package/data/pokemon/unown-exclamation.json +130 -0
  1774. package/data/pokemon/unown-f.json +154 -0
  1775. package/data/pokemon/unown-g.json +154 -0
  1776. package/data/pokemon/unown-h.json +154 -0
  1777. package/data/pokemon/unown-i.json +154 -0
  1778. package/data/pokemon/unown-j.json +154 -0
  1779. package/data/pokemon/unown-k.json +154 -0
  1780. package/data/pokemon/unown-l.json +154 -0
  1781. package/data/pokemon/unown-m.json +154 -0
  1782. package/data/pokemon/unown-n.json +154 -0
  1783. package/data/pokemon/unown-o.json +154 -0
  1784. package/data/pokemon/unown-p.json +154 -0
  1785. package/data/pokemon/unown-q.json +154 -0
  1786. package/data/pokemon/unown-question.json +130 -0
  1787. package/data/pokemon/unown-r.json +154 -0
  1788. package/data/pokemon/unown-s.json +154 -0
  1789. package/data/pokemon/unown-t.json +154 -0
  1790. package/data/pokemon/unown-u.json +154 -0
  1791. package/data/pokemon/unown-v.json +154 -0
  1792. package/data/pokemon/unown-w.json +154 -0
  1793. package/data/pokemon/unown-x.json +154 -0
  1794. package/data/pokemon/unown-y.json +154 -0
  1795. package/data/pokemon/unown-z.json +154 -0
  1796. package/data/pokemon/unown.json +176 -0
  1797. package/data/pokemon/ursaluna-bloodmoon.json +106 -0
  1798. package/data/pokemon/ursaluna.json +87 -0
  1799. package/data/pokemon/ursaring-f.json +167 -0
  1800. package/data/pokemon/ursaring.json +165 -0
  1801. package/data/pokemon/urshifu-gmax.json +91 -0
  1802. package/data/pokemon/urshifu-rapid-strike-gmax.json +91 -0
  1803. package/data/pokemon/urshifu-rapid-strike.json +109 -0
  1804. package/data/pokemon/urshifu.json +88 -0
  1805. package/data/pokemon/uxie.json +125 -0
  1806. package/data/pokemon/vanillish.json +120 -0
  1807. package/data/pokemon/vanillite.json +118 -0
  1808. package/data/pokemon/vanilluxe.json +121 -0
  1809. package/data/pokemon/vaporeon.json +166 -0
  1810. package/data/pokemon/varoom.json +83 -0
  1811. package/data/pokemon/veluza.json +83 -0
  1812. package/data/pokemon/venipede.json +115 -0
  1813. package/data/pokemon/venomoth.json +157 -0
  1814. package/data/pokemon/venonat.json +154 -0
  1815. package/data/pokemon/venusaur-f.json +180 -0
  1816. package/data/pokemon/venusaur-gmax.json +91 -0
  1817. package/data/pokemon/venusaur-mega.json +105 -0
  1818. package/data/pokemon/venusaur.json +184 -0
  1819. package/data/pokemon/vespiquen.json +134 -0
  1820. package/data/pokemon/vibrava.json +148 -0
  1821. package/data/pokemon/victini.json +102 -0
  1822. package/data/pokemon/victreebel-mega.json +105 -0
  1823. package/data/pokemon/victreebel.json +165 -0
  1824. package/data/pokemon/vigoroth.json +136 -0
  1825. package/data/pokemon/vikavolt.json +107 -0
  1826. package/data/pokemon/vileplume-f.json +166 -0
  1827. package/data/pokemon/vileplume.json +169 -0
  1828. package/data/pokemon/virizion.json +118 -0
  1829. package/data/pokemon/vivillon-archipelago.json +99 -0
  1830. package/data/pokemon/vivillon-continental.json +99 -0
  1831. package/data/pokemon/vivillon-elegant.json +99 -0
  1832. package/data/pokemon/vivillon-fancy.json +98 -0
  1833. package/data/pokemon/vivillon-garden.json +99 -0
  1834. package/data/pokemon/vivillon-high-plains.json +99 -0
  1835. package/data/pokemon/vivillon-jungle.json +99 -0
  1836. package/data/pokemon/vivillon-marine.json +99 -0
  1837. package/data/pokemon/vivillon-meadow.json +99 -0
  1838. package/data/pokemon/vivillon-modern.json +99 -0
  1839. package/data/pokemon/vivillon-monsoon.json +99 -0
  1840. package/data/pokemon/vivillon-ocean.json +99 -0
  1841. package/data/pokemon/vivillon-pokeball.json +96 -0
  1842. package/data/pokemon/vivillon-polar.json +99 -0
  1843. package/data/pokemon/vivillon-river.json +99 -0
  1844. package/data/pokemon/vivillon-sandstorm.json +99 -0
  1845. package/data/pokemon/vivillon-savanna.json +99 -0
  1846. package/data/pokemon/vivillon-sun.json +99 -0
  1847. package/data/pokemon/vivillon-tundra.json +99 -0
  1848. package/data/pokemon/vivillon.json +111 -0
  1849. package/data/pokemon/volbeat.json +136 -0
  1850. package/data/pokemon/volcanion.json +101 -0
  1851. package/data/pokemon/volcarona.json +123 -0
  1852. package/data/pokemon/voltorb-hisui.json +98 -0
  1853. package/data/pokemon/voltorb.json +153 -0
  1854. package/data/pokemon/vullaby.json +121 -0
  1855. package/data/pokemon/vulpix-alola.json +133 -0
  1856. package/data/pokemon/vulpix.json +161 -0
  1857. package/data/pokemon/wailmer.json +142 -0
  1858. package/data/pokemon/wailord.json +144 -0
  1859. package/data/pokemon/walkingwake.json +85 -0
  1860. package/data/pokemon/walrein.json +143 -0
  1861. package/data/pokemon/wartortle.json +171 -0
  1862. package/data/pokemon/watchog.json +104 -0
  1863. package/data/pokemon/wattrel.json +84 -0
  1864. package/data/pokemon/weavile-f.json +153 -0
  1865. package/data/pokemon/weavile.json +151 -0
  1866. package/data/pokemon/weedle.json +162 -0
  1867. package/data/pokemon/weepinbell.json +164 -0
  1868. package/data/pokemon/weezing-galar.json +110 -0
  1869. package/data/pokemon/weezing.json +157 -0
  1870. package/data/pokemon/whimsicott.json +123 -0
  1871. package/data/pokemon/whirlipede.json +117 -0
  1872. package/data/pokemon/whiscash.json +151 -0
  1873. package/data/pokemon/whismur.json +135 -0
  1874. package/data/pokemon/wigglytuff.json +169 -0
  1875. package/data/pokemon/wiglett.json +83 -0
  1876. package/data/pokemon/wimpod.json +84 -0
  1877. package/data/pokemon/wingull.json +147 -0
  1878. package/data/pokemon/wishiwashi-school.json +105 -0
  1879. package/data/pokemon/wishiwashi.json +84 -0
  1880. package/data/pokemon/wobbuffet-f.json +164 -0
  1881. package/data/pokemon/wobbuffet.json +158 -0
  1882. package/data/pokemon/wochien.json +83 -0
  1883. package/data/pokemon/woobat.json +113 -0
  1884. package/data/pokemon/wooloo.json +85 -0
  1885. package/data/pokemon/wooper-f.json +168 -0
  1886. package/data/pokemon/wooper-paldea.json +98 -0
  1887. package/data/pokemon/wooper.json +166 -0
  1888. package/data/pokemon/wormadam-sandy.json +144 -0
  1889. package/data/pokemon/wormadam-trash.json +144 -0
  1890. package/data/pokemon/wormadam.json +124 -0
  1891. package/data/pokemon/wugtrio.json +85 -0
  1892. package/data/pokemon/wurmple.json +133 -0
  1893. package/data/pokemon/wynaut.json +139 -0
  1894. package/data/pokemon/wyrdeer.json +87 -0
  1895. package/data/pokemon/xatu-f.json +163 -0
  1896. package/data/pokemon/xatu.json +161 -0
  1897. package/data/pokemon/xerneas-active.json +82 -0
  1898. package/data/pokemon/xerneas.json +86 -0
  1899. package/data/pokemon/xurkitree.json +84 -0
  1900. package/data/pokemon/yamask-galar.json +106 -0
  1901. package/data/pokemon/yamask.json +112 -0
  1902. package/data/pokemon/yamper.json +84 -0
  1903. package/data/pokemon/yanma.json +145 -0
  1904. package/data/pokemon/yanmega.json +131 -0
  1905. package/data/pokemon/yungoos.json +85 -0
  1906. package/data/pokemon/yveltal.json +99 -0
  1907. package/data/pokemon/zacian-crowned.json +108 -0
  1908. package/data/pokemon/zacian.json +85 -0
  1909. package/data/pokemon/zamazenta-crowned.json +108 -0
  1910. package/data/pokemon/zamazenta.json +85 -0
  1911. package/data/pokemon/zangoose.json +137 -0
  1912. package/data/pokemon/zapdos-galar.json +107 -0
  1913. package/data/pokemon/zapdos.json +165 -0
  1914. package/data/pokemon/zarude-dada.json +106 -0
  1915. package/data/pokemon/zarude.json +84 -0
  1916. package/data/pokemon/zebstrika.json +116 -0
  1917. package/data/pokemon/zekrom.json +104 -0
  1918. package/data/pokemon/zeraora-mega.json +109 -0
  1919. package/data/pokemon/zeraora.json +84 -0
  1920. package/data/pokemon/zigzagoon-galar.json +108 -0
  1921. package/data/pokemon/zigzagoon.json +144 -0
  1922. package/data/pokemon/zoroark-hisui.json +98 -0
  1923. package/data/pokemon/zoroark.json +121 -0
  1924. package/data/pokemon/zorua-hisui.json +96 -0
  1925. package/data/pokemon/zorua.json +118 -0
  1926. package/data/pokemon/zubat-f.json +172 -0
  1927. package/data/pokemon/zubat.json +176 -0
  1928. package/data/pokemon/zweilous.json +118 -0
  1929. package/data/pokemon/zygarde-10.json +108 -0
  1930. package/data/pokemon/zygarde-complete-mega.json +110 -0
  1931. package/data/pokemon/zygarde-complete.json +107 -0
  1932. package/data/pokemon/zygarde.json +112 -0
  1933. package/data/regions.json +14 -0
  1934. package/data/ribbons.json +542 -0
  1935. package/data/types.json +21 -0
  1936. package/package.json +50 -0
@@ -0,0 +1,4754 @@
1
+ {
2
+ "sorted-species": {
3
+ "id": "sorted-species",
4
+ "name": "National: Sorted by Species",
5
+ "version": 1,
6
+ "gameSet": "sm",
7
+ "description": "(Recommended) Pokémon Boxes are sorted following HOME's National Dex order, separating Species and Forms. First you will find all the species, then all the forms starting in a new box (leaving a gap with the species).",
8
+ "boxes": [
9
+ {
10
+ "pokemon": [
11
+ "bulbasaur",
12
+ "ivysaur",
13
+ "venusaur",
14
+ "charmander",
15
+ "charmeleon",
16
+ "charizard",
17
+ "squirtle",
18
+ "wartortle",
19
+ "blastoise",
20
+ "caterpie",
21
+ "metapod",
22
+ "butterfree",
23
+ "weedle",
24
+ "kakuna",
25
+ "beedrill",
26
+ "pidgey",
27
+ "pidgeotto",
28
+ "pidgeot",
29
+ "rattata",
30
+ "raticate",
31
+ "spearow",
32
+ "fearow",
33
+ "ekans",
34
+ "arbok",
35
+ "pikachu",
36
+ "raichu",
37
+ "sandshrew",
38
+ "sandslash",
39
+ "nidoranf",
40
+ "nidorina"
41
+ ]
42
+ },
43
+ {
44
+ "pokemon": [
45
+ "nidoqueen",
46
+ "nidoranm",
47
+ "nidorino",
48
+ "nidoking",
49
+ "clefairy",
50
+ "clefable",
51
+ "vulpix",
52
+ "ninetales",
53
+ "jigglypuff",
54
+ "wigglytuff",
55
+ "zubat",
56
+ "golbat",
57
+ "oddish",
58
+ "gloom",
59
+ "vileplume",
60
+ "paras",
61
+ "parasect",
62
+ "venonat",
63
+ "venomoth",
64
+ "diglett",
65
+ "dugtrio",
66
+ "meowth",
67
+ "persian",
68
+ "psyduck",
69
+ "golduck",
70
+ "mankey",
71
+ "primeape",
72
+ "growlithe",
73
+ "arcanine",
74
+ "poliwag"
75
+ ]
76
+ },
77
+ {
78
+ "pokemon": [
79
+ "poliwhirl",
80
+ "poliwrath",
81
+ "abra",
82
+ "kadabra",
83
+ "alakazam",
84
+ "machop",
85
+ "machoke",
86
+ "machamp",
87
+ "bellsprout",
88
+ "weepinbell",
89
+ "victreebel",
90
+ "tentacool",
91
+ "tentacruel",
92
+ "geodude",
93
+ "graveler",
94
+ "golem",
95
+ "ponyta",
96
+ "rapidash",
97
+ "slowpoke",
98
+ "slowbro",
99
+ "magnemite",
100
+ "magneton",
101
+ "farfetchd",
102
+ "doduo",
103
+ "dodrio",
104
+ "seel",
105
+ "dewgong",
106
+ "grimer",
107
+ "muk",
108
+ "shellder"
109
+ ]
110
+ },
111
+ {
112
+ "pokemon": [
113
+ "cloyster",
114
+ "gastly",
115
+ "haunter",
116
+ "gengar",
117
+ "onix",
118
+ "drowzee",
119
+ "hypno",
120
+ "krabby",
121
+ "kingler",
122
+ "voltorb",
123
+ "electrode",
124
+ "exeggcute",
125
+ "exeggutor",
126
+ "cubone",
127
+ "marowak",
128
+ "hitmonlee",
129
+ "hitmonchan",
130
+ "lickitung",
131
+ "koffing",
132
+ "weezing",
133
+ "rhyhorn",
134
+ "rhydon",
135
+ "chansey",
136
+ "tangela",
137
+ "kangaskhan",
138
+ "horsea",
139
+ "seadra",
140
+ "goldeen",
141
+ "seaking",
142
+ "staryu"
143
+ ]
144
+ },
145
+ {
146
+ "pokemon": [
147
+ "starmie",
148
+ "mrmime",
149
+ "scyther",
150
+ "jynx",
151
+ "electabuzz",
152
+ "magmar",
153
+ "pinsir",
154
+ "tauros",
155
+ "magikarp",
156
+ "gyarados",
157
+ "lapras",
158
+ "ditto",
159
+ "eevee",
160
+ "vaporeon",
161
+ "jolteon",
162
+ "flareon",
163
+ "porygon",
164
+ "omanyte",
165
+ "omastar",
166
+ "kabuto",
167
+ "kabutops",
168
+ "aerodactyl",
169
+ "snorlax",
170
+ "articuno",
171
+ "zapdos",
172
+ "moltres",
173
+ "dratini",
174
+ "dragonair",
175
+ "dragonite",
176
+ "mewtwo"
177
+ ]
178
+ },
179
+ {
180
+ "pokemon": [
181
+ "mew",
182
+ "chikorita",
183
+ "bayleef",
184
+ "meganium",
185
+ "cyndaquil",
186
+ "quilava",
187
+ "typhlosion",
188
+ "totodile",
189
+ "croconaw",
190
+ "feraligatr",
191
+ "sentret",
192
+ "furret",
193
+ "hoothoot",
194
+ "noctowl",
195
+ "ledyba",
196
+ "ledian",
197
+ "spinarak",
198
+ "ariados",
199
+ "crobat",
200
+ "chinchou",
201
+ "lanturn",
202
+ "pichu",
203
+ "cleffa",
204
+ "igglybuff",
205
+ "togepi",
206
+ "togetic",
207
+ "natu",
208
+ "xatu",
209
+ "mareep",
210
+ "flaaffy"
211
+ ]
212
+ },
213
+ {
214
+ "pokemon": [
215
+ "ampharos",
216
+ "bellossom",
217
+ "marill",
218
+ "azumarill",
219
+ "sudowoodo",
220
+ "politoed",
221
+ "hoppip",
222
+ "skiploom",
223
+ "jumpluff",
224
+ "aipom",
225
+ "sunkern",
226
+ "sunflora",
227
+ "yanma",
228
+ "wooper",
229
+ "quagsire",
230
+ "espeon",
231
+ "umbreon",
232
+ "murkrow",
233
+ "slowking",
234
+ "misdreavus",
235
+ "unown",
236
+ "wobbuffet",
237
+ "girafarig",
238
+ "pineco",
239
+ "forretress",
240
+ "dunsparce",
241
+ "gligar",
242
+ "steelix",
243
+ "snubbull",
244
+ "granbull"
245
+ ]
246
+ },
247
+ {
248
+ "pokemon": [
249
+ "qwilfish",
250
+ "scizor",
251
+ "shuckle",
252
+ "heracross",
253
+ "sneasel",
254
+ "teddiursa",
255
+ "ursaring",
256
+ "slugma",
257
+ "magcargo",
258
+ "swinub",
259
+ "piloswine",
260
+ "corsola",
261
+ "remoraid",
262
+ "octillery",
263
+ "delibird",
264
+ "mantine",
265
+ "skarmory",
266
+ "houndour",
267
+ "houndoom",
268
+ "kingdra",
269
+ "phanpy",
270
+ "donphan",
271
+ "porygon2",
272
+ "stantler",
273
+ "smeargle",
274
+ "tyrogue",
275
+ "hitmontop",
276
+ "smoochum",
277
+ "elekid",
278
+ "magby"
279
+ ]
280
+ },
281
+ {
282
+ "pokemon": [
283
+ "miltank",
284
+ "blissey",
285
+ "raikou",
286
+ "entei",
287
+ "suicune",
288
+ "larvitar",
289
+ "pupitar",
290
+ "tyranitar",
291
+ "lugia",
292
+ "hooh",
293
+ "celebi",
294
+ "treecko",
295
+ "grovyle",
296
+ "sceptile",
297
+ "torchic",
298
+ "combusken",
299
+ "blaziken",
300
+ "mudkip",
301
+ "marshtomp",
302
+ "swampert",
303
+ "poochyena",
304
+ "mightyena",
305
+ "zigzagoon",
306
+ "linoone",
307
+ "wurmple",
308
+ "silcoon",
309
+ "beautifly",
310
+ "cascoon",
311
+ "dustox",
312
+ "lotad"
313
+ ]
314
+ },
315
+ {
316
+ "pokemon": [
317
+ "lombre",
318
+ "ludicolo",
319
+ "seedot",
320
+ "nuzleaf",
321
+ "shiftry",
322
+ "taillow",
323
+ "swellow",
324
+ "wingull",
325
+ "pelipper",
326
+ "ralts",
327
+ "kirlia",
328
+ "gardevoir",
329
+ "surskit",
330
+ "masquerain",
331
+ "shroomish",
332
+ "breloom",
333
+ "slakoth",
334
+ "vigoroth",
335
+ "slaking",
336
+ "nincada",
337
+ "ninjask",
338
+ "shedinja",
339
+ "whismur",
340
+ "loudred",
341
+ "exploud",
342
+ "makuhita",
343
+ "hariyama",
344
+ "azurill",
345
+ "nosepass",
346
+ "skitty"
347
+ ]
348
+ },
349
+ {
350
+ "pokemon": [
351
+ "delcatty",
352
+ "sableye",
353
+ "mawile",
354
+ "aron",
355
+ "lairon",
356
+ "aggron",
357
+ "meditite",
358
+ "medicham",
359
+ "electrike",
360
+ "manectric",
361
+ "plusle",
362
+ "minun",
363
+ "volbeat",
364
+ "illumise",
365
+ "roselia",
366
+ "gulpin",
367
+ "swalot",
368
+ "carvanha",
369
+ "sharpedo",
370
+ "wailmer",
371
+ "wailord",
372
+ "numel",
373
+ "camerupt",
374
+ "torkoal",
375
+ "spoink",
376
+ "grumpig",
377
+ "spinda",
378
+ "trapinch",
379
+ "vibrava",
380
+ "flygon"
381
+ ]
382
+ },
383
+ {
384
+ "pokemon": [
385
+ "cacnea",
386
+ "cacturne",
387
+ "swablu",
388
+ "altaria",
389
+ "zangoose",
390
+ "seviper",
391
+ "lunatone",
392
+ "solrock",
393
+ "barboach",
394
+ "whiscash",
395
+ "corphish",
396
+ "crawdaunt",
397
+ "baltoy",
398
+ "claydol",
399
+ "lileep",
400
+ "cradily",
401
+ "anorith",
402
+ "armaldo",
403
+ "feebas",
404
+ "milotic",
405
+ "castform",
406
+ "kecleon",
407
+ "shuppet",
408
+ "banette",
409
+ "duskull",
410
+ "dusclops",
411
+ "tropius",
412
+ "chimecho",
413
+ "absol",
414
+ "wynaut"
415
+ ]
416
+ },
417
+ {
418
+ "pokemon": [
419
+ "snorunt",
420
+ "glalie",
421
+ "spheal",
422
+ "sealeo",
423
+ "walrein",
424
+ "clamperl",
425
+ "huntail",
426
+ "gorebyss",
427
+ "relicanth",
428
+ "luvdisc",
429
+ "bagon",
430
+ "shelgon",
431
+ "salamence",
432
+ "beldum",
433
+ "metang",
434
+ "metagross",
435
+ "regirock",
436
+ "regice",
437
+ "registeel",
438
+ "latias",
439
+ "latios",
440
+ "kyogre",
441
+ "groudon",
442
+ "rayquaza",
443
+ "jirachi",
444
+ "deoxys",
445
+ "turtwig",
446
+ "grotle",
447
+ "torterra",
448
+ "chimchar"
449
+ ]
450
+ },
451
+ {
452
+ "pokemon": [
453
+ "monferno",
454
+ "infernape",
455
+ "piplup",
456
+ "prinplup",
457
+ "empoleon",
458
+ "starly",
459
+ "staravia",
460
+ "staraptor",
461
+ "bidoof",
462
+ "bibarel",
463
+ "kricketot",
464
+ "kricketune",
465
+ "shinx",
466
+ "luxio",
467
+ "luxray",
468
+ "budew",
469
+ "roserade",
470
+ "cranidos",
471
+ "rampardos",
472
+ "shieldon",
473
+ "bastiodon",
474
+ "burmy",
475
+ "wormadam",
476
+ "mothim",
477
+ "combee",
478
+ "vespiquen",
479
+ "pachirisu",
480
+ "buizel",
481
+ "floatzel",
482
+ "cherubi"
483
+ ]
484
+ },
485
+ {
486
+ "pokemon": [
487
+ "cherrim",
488
+ "shellos",
489
+ "gastrodon",
490
+ "ambipom",
491
+ "drifloon",
492
+ "drifblim",
493
+ "buneary",
494
+ "lopunny",
495
+ "mismagius",
496
+ "honchkrow",
497
+ "glameow",
498
+ "purugly",
499
+ "chingling",
500
+ "stunky",
501
+ "skuntank",
502
+ "bronzor",
503
+ "bronzong",
504
+ "bonsly",
505
+ "mimejr",
506
+ "happiny",
507
+ "chatot",
508
+ "spiritomb",
509
+ "gible",
510
+ "gabite",
511
+ "garchomp",
512
+ "munchlax",
513
+ "riolu",
514
+ "lucario",
515
+ "hippopotas",
516
+ "hippowdon"
517
+ ]
518
+ },
519
+ {
520
+ "pokemon": [
521
+ "skorupi",
522
+ "drapion",
523
+ "croagunk",
524
+ "toxicroak",
525
+ "carnivine",
526
+ "finneon",
527
+ "lumineon",
528
+ "mantyke",
529
+ "snover",
530
+ "abomasnow",
531
+ "weavile",
532
+ "magnezone",
533
+ "lickilicky",
534
+ "rhyperior",
535
+ "tangrowth",
536
+ "electivire",
537
+ "magmortar",
538
+ "togekiss",
539
+ "yanmega",
540
+ "leafeon",
541
+ "glaceon",
542
+ "gliscor",
543
+ "mamoswine",
544
+ "porygonz",
545
+ "gallade",
546
+ "probopass",
547
+ "dusknoir",
548
+ "froslass",
549
+ "rotom",
550
+ "uxie"
551
+ ]
552
+ },
553
+ {
554
+ "pokemon": [
555
+ "mesprit",
556
+ "azelf",
557
+ "dialga",
558
+ "palkia",
559
+ "heatran",
560
+ "regigigas",
561
+ "giratina",
562
+ "cresselia",
563
+ "phione",
564
+ "manaphy",
565
+ "darkrai",
566
+ "shaymin",
567
+ "arceus",
568
+ "victini",
569
+ "snivy",
570
+ "servine",
571
+ "serperior",
572
+ "tepig",
573
+ "pignite",
574
+ "emboar",
575
+ "oshawott",
576
+ "dewott",
577
+ "samurott",
578
+ "patrat",
579
+ "watchog",
580
+ "lillipup",
581
+ "herdier",
582
+ "stoutland",
583
+ "purrloin",
584
+ "liepard"
585
+ ]
586
+ },
587
+ {
588
+ "pokemon": [
589
+ "pansage",
590
+ "simisage",
591
+ "pansear",
592
+ "simisear",
593
+ "panpour",
594
+ "simipour",
595
+ "munna",
596
+ "musharna",
597
+ "pidove",
598
+ "tranquill",
599
+ "unfezant",
600
+ "blitzle",
601
+ "zebstrika",
602
+ "roggenrola",
603
+ "boldore",
604
+ "gigalith",
605
+ "woobat",
606
+ "swoobat",
607
+ "drilbur",
608
+ "excadrill",
609
+ "audino",
610
+ "timburr",
611
+ "gurdurr",
612
+ "conkeldurr",
613
+ "tympole",
614
+ "palpitoad",
615
+ "seismitoad",
616
+ "throh",
617
+ "sawk",
618
+ "sewaddle"
619
+ ]
620
+ },
621
+ {
622
+ "pokemon": [
623
+ "swadloon",
624
+ "leavanny",
625
+ "venipede",
626
+ "whirlipede",
627
+ "scolipede",
628
+ "cottonee",
629
+ "whimsicott",
630
+ "petilil",
631
+ "lilligant",
632
+ "basculin",
633
+ "sandile",
634
+ "krokorok",
635
+ "krookodile",
636
+ "darumaka",
637
+ "darmanitan",
638
+ "maractus",
639
+ "dwebble",
640
+ "crustle",
641
+ "scraggy",
642
+ "scrafty",
643
+ "sigilyph",
644
+ "yamask",
645
+ "cofagrigus",
646
+ "tirtouga",
647
+ "carracosta",
648
+ "archen",
649
+ "archeops",
650
+ "trubbish",
651
+ "garbodor",
652
+ "zorua"
653
+ ]
654
+ },
655
+ {
656
+ "pokemon": [
657
+ "zoroark",
658
+ "minccino",
659
+ "cinccino",
660
+ "gothita",
661
+ "gothorita",
662
+ "gothitelle",
663
+ "solosis",
664
+ "duosion",
665
+ "reuniclus",
666
+ "ducklett",
667
+ "swanna",
668
+ "vanillite",
669
+ "vanillish",
670
+ "vanilluxe",
671
+ "deerling",
672
+ "sawsbuck",
673
+ "emolga",
674
+ "karrablast",
675
+ "escavalier",
676
+ "foongus",
677
+ "amoonguss",
678
+ "frillish",
679
+ "jellicent",
680
+ "alomomola",
681
+ "joltik",
682
+ "galvantula",
683
+ "ferroseed",
684
+ "ferrothorn",
685
+ "klink",
686
+ "klang"
687
+ ]
688
+ },
689
+ {
690
+ "pokemon": [
691
+ "klinklang",
692
+ "tynamo",
693
+ "eelektrik",
694
+ "eelektross",
695
+ "elgyem",
696
+ "beheeyem",
697
+ "litwick",
698
+ "lampent",
699
+ "chandelure",
700
+ "axew",
701
+ "fraxure",
702
+ "haxorus",
703
+ "cubchoo",
704
+ "beartic",
705
+ "cryogonal",
706
+ "shelmet",
707
+ "accelgor",
708
+ "stunfisk",
709
+ "mienfoo",
710
+ "mienshao",
711
+ "druddigon",
712
+ "golett",
713
+ "golurk",
714
+ "pawniard",
715
+ "bisharp",
716
+ "bouffalant",
717
+ "rufflet",
718
+ "braviary",
719
+ "vullaby",
720
+ "mandibuzz"
721
+ ]
722
+ },
723
+ {
724
+ "pokemon": [
725
+ "heatmor",
726
+ "durant",
727
+ "deino",
728
+ "zweilous",
729
+ "hydreigon",
730
+ "larvesta",
731
+ "volcarona",
732
+ "cobalion",
733
+ "terrakion",
734
+ "virizion",
735
+ "tornadus",
736
+ "thundurus",
737
+ "reshiram",
738
+ "zekrom",
739
+ "landorus",
740
+ "kyurem",
741
+ "keldeo",
742
+ "meloetta",
743
+ "genesect",
744
+ "chespin",
745
+ "quilladin",
746
+ "chesnaught",
747
+ "fennekin",
748
+ "braixen",
749
+ "delphox",
750
+ "froakie",
751
+ "frogadier",
752
+ "greninja",
753
+ "bunnelby",
754
+ "diggersby"
755
+ ]
756
+ },
757
+ {
758
+ "pokemon": [
759
+ "fletchling",
760
+ "fletchinder",
761
+ "talonflame",
762
+ "scatterbug",
763
+ "spewpa",
764
+ "vivillon",
765
+ "litleo",
766
+ "pyroar",
767
+ "flabebe",
768
+ "floette",
769
+ "florges",
770
+ "skiddo",
771
+ "gogoat",
772
+ "pancham",
773
+ "pangoro",
774
+ "furfrou",
775
+ "espurr",
776
+ "meowstic",
777
+ "honedge",
778
+ "doublade",
779
+ "aegislash",
780
+ "spritzee",
781
+ "aromatisse",
782
+ "swirlix",
783
+ "slurpuff",
784
+ "inkay",
785
+ "malamar",
786
+ "binacle",
787
+ "barbaracle",
788
+ "skrelp"
789
+ ]
790
+ },
791
+ {
792
+ "pokemon": [
793
+ "dragalge",
794
+ "clauncher",
795
+ "clawitzer",
796
+ "helioptile",
797
+ "heliolisk",
798
+ "tyrunt",
799
+ "tyrantrum",
800
+ "amaura",
801
+ "aurorus",
802
+ "sylveon",
803
+ "hawlucha",
804
+ "dedenne",
805
+ "carbink",
806
+ "goomy",
807
+ "sliggoo",
808
+ "goodra",
809
+ "klefki",
810
+ "phantump",
811
+ "trevenant",
812
+ "pumpkaboo",
813
+ "gourgeist",
814
+ "bergmite",
815
+ "avalugg",
816
+ "noibat",
817
+ "noivern",
818
+ "xerneas",
819
+ "yveltal",
820
+ "zygarde",
821
+ "diancie",
822
+ "hoopa"
823
+ ]
824
+ },
825
+ {
826
+ "pokemon": [
827
+ "volcanion",
828
+ "rowlet",
829
+ "dartrix",
830
+ "decidueye",
831
+ "litten",
832
+ "torracat",
833
+ "incineroar",
834
+ "popplio",
835
+ "brionne",
836
+ "primarina",
837
+ "pikipek",
838
+ "trumbeak",
839
+ "toucannon",
840
+ "yungoos",
841
+ "gumshoos",
842
+ "grubbin",
843
+ "charjabug",
844
+ "vikavolt",
845
+ "crabrawler",
846
+ "crabominable",
847
+ "oricorio",
848
+ "cutiefly",
849
+ "ribombee",
850
+ "rockruff",
851
+ "lycanroc",
852
+ "wishiwashi",
853
+ "mareanie",
854
+ "toxapex",
855
+ "mudbray",
856
+ "mudsdale"
857
+ ]
858
+ },
859
+ {
860
+ "pokemon": [
861
+ "dewpider",
862
+ "araquanid",
863
+ "fomantis",
864
+ "lurantis",
865
+ "morelull",
866
+ "shiinotic",
867
+ "salandit",
868
+ "salazzle",
869
+ "stufful",
870
+ "bewear",
871
+ "bounsweet",
872
+ "steenee",
873
+ "tsareena",
874
+ "comfey",
875
+ "oranguru",
876
+ "passimian",
877
+ "wimpod",
878
+ "golisopod",
879
+ "sandygast",
880
+ "palossand",
881
+ "pyukumuku",
882
+ "typenull",
883
+ "silvally",
884
+ "minior-red",
885
+ "komala",
886
+ "turtonator",
887
+ "togedemaru",
888
+ "mimikyu",
889
+ "bruxish",
890
+ "drampa"
891
+ ]
892
+ },
893
+ {
894
+ "pokemon": [
895
+ "dhelmise",
896
+ "jangmoo",
897
+ "hakamoo",
898
+ "kommoo",
899
+ "tapukoko",
900
+ "tapulele",
901
+ "tapubulu",
902
+ "tapufini",
903
+ "cosmog",
904
+ "cosmoem",
905
+ "solgaleo",
906
+ "lunala",
907
+ "nihilego",
908
+ "buzzwole",
909
+ "pheromosa",
910
+ "xurkitree",
911
+ "celesteela",
912
+ "kartana",
913
+ "guzzlord",
914
+ "necrozma",
915
+ "magearna",
916
+ "marshadow"
917
+ ]
918
+ },
919
+ {
920
+ "pokemon": [
921
+ "venusaur-f",
922
+ "butterfree-f",
923
+ "rattata-f",
924
+ "rattata-alola",
925
+ "raticate-f",
926
+ "raticate-alola",
927
+ "pikachu-f",
928
+ "pikachu-original",
929
+ "pikachu-hoenn",
930
+ "pikachu-sinnoh",
931
+ "pikachu-unova",
932
+ "pikachu-kalos",
933
+ "pikachu-alola",
934
+ "raichu-f",
935
+ "raichu-alola",
936
+ "sandshrew-alola",
937
+ "sandslash-alola",
938
+ "vulpix-alola",
939
+ "ninetales-alola",
940
+ "zubat-f",
941
+ "golbat-f",
942
+ "gloom-f",
943
+ "vileplume-f",
944
+ "diglett-alola",
945
+ "dugtrio-alola",
946
+ "meowth-alola",
947
+ "persian-alola",
948
+ "kadabra-f",
949
+ "alakazam-f",
950
+ "geodude-alola"
951
+ ]
952
+ },
953
+ {
954
+ "pokemon": [
955
+ "graveler-alola",
956
+ "golem-alola",
957
+ "doduo-f",
958
+ "dodrio-f",
959
+ "grimer-alola",
960
+ "muk-alola",
961
+ "hypno-f",
962
+ "exeggutor-alola",
963
+ "marowak-alola",
964
+ "rhyhorn-f",
965
+ "rhydon-f",
966
+ "goldeen-f",
967
+ "seaking-f",
968
+ "scyther-f",
969
+ "magikarp-f",
970
+ "gyarados-f",
971
+ "meganium-f",
972
+ "ledyba-f",
973
+ "ledian-f",
974
+ "xatu-f",
975
+ "sudowoodo-f",
976
+ "politoed-f",
977
+ "aipom-f",
978
+ "wooper-f",
979
+ "quagsire-f",
980
+ "murkrow-f",
981
+ "unown-b",
982
+ "unown-c",
983
+ "unown-d",
984
+ "unown-e"
985
+ ]
986
+ },
987
+ {
988
+ "pokemon": [
989
+ "unown-f",
990
+ "unown-g",
991
+ "unown-h",
992
+ "unown-i",
993
+ "unown-j",
994
+ "unown-k",
995
+ "unown-l",
996
+ "unown-m",
997
+ "unown-n",
998
+ "unown-o",
999
+ "unown-p",
1000
+ "unown-q",
1001
+ "unown-r",
1002
+ "unown-s",
1003
+ "unown-t",
1004
+ "unown-u",
1005
+ "unown-v",
1006
+ "unown-w",
1007
+ "unown-x",
1008
+ "unown-y",
1009
+ "unown-z",
1010
+ "unown-exclamation",
1011
+ "unown-question",
1012
+ "wobbuffet-f",
1013
+ "girafarig-f",
1014
+ "gligar-f",
1015
+ "steelix-f",
1016
+ "scizor-f",
1017
+ "heracross-f",
1018
+ "sneasel-f"
1019
+ ]
1020
+ },
1021
+ {
1022
+ "pokemon": [
1023
+ "ursaring-f",
1024
+ "piloswine-f",
1025
+ "octillery-f",
1026
+ "houndoom-f",
1027
+ "donphan-f",
1028
+ "torchic-f",
1029
+ "combusken-f",
1030
+ "blaziken-f",
1031
+ "beautifly-f",
1032
+ "dustox-f",
1033
+ "ludicolo-f",
1034
+ "nuzleaf-f",
1035
+ "shiftry-f",
1036
+ "meditite-f",
1037
+ "medicham-f",
1038
+ "roselia-f",
1039
+ "gulpin-f",
1040
+ "swalot-f",
1041
+ "numel-f",
1042
+ "camerupt-f",
1043
+ "cacturne-f",
1044
+ "milotic-f",
1045
+ "relicanth-f",
1046
+ "deoxys-attack",
1047
+ "deoxys-defense",
1048
+ "deoxys-speed",
1049
+ "starly-f",
1050
+ "staravia-f",
1051
+ "staraptor-f",
1052
+ "bidoof-f"
1053
+ ]
1054
+ },
1055
+ {
1056
+ "pokemon": [
1057
+ "bibarel-f",
1058
+ "kricketot-f",
1059
+ "kricketune-f",
1060
+ "shinx-f",
1061
+ "luxio-f",
1062
+ "luxray-f",
1063
+ "roserade-f",
1064
+ "burmy-sandy",
1065
+ "burmy-trash",
1066
+ "wormadam-sandy",
1067
+ "wormadam-trash",
1068
+ "combee-f",
1069
+ "pachirisu-f",
1070
+ "buizel-f",
1071
+ "floatzel-f",
1072
+ "shellos-east",
1073
+ "gastrodon-east",
1074
+ "ambipom-f",
1075
+ "gible-f",
1076
+ "gabite-f",
1077
+ "garchomp-f",
1078
+ "hippopotas-f",
1079
+ "hippowdon-f",
1080
+ "croagunk-f",
1081
+ "toxicroak-f",
1082
+ "finneon-f",
1083
+ "lumineon-f",
1084
+ "snover-f",
1085
+ "abomasnow-f",
1086
+ "weavile-f"
1087
+ ]
1088
+ },
1089
+ {
1090
+ "pokemon": [
1091
+ "rhyperior-f",
1092
+ "tangrowth-f",
1093
+ "mamoswine-f",
1094
+ "rotom-heat",
1095
+ "rotom-wash",
1096
+ "rotom-frost",
1097
+ "rotom-fan",
1098
+ "rotom-mow",
1099
+ "giratina-origin",
1100
+ "shaymin-sky",
1101
+ "unfezant-f",
1102
+ "basculin-blue-striped",
1103
+ "deerling-summer",
1104
+ "deerling-autumn",
1105
+ "deerling-winter",
1106
+ "sawsbuck-summer",
1107
+ "sawsbuck-autumn",
1108
+ "sawsbuck-winter",
1109
+ "frillish-f",
1110
+ "jellicent-f",
1111
+ "tornadus-therian",
1112
+ "thundurus-therian",
1113
+ "landorus-therian",
1114
+ "kyurem-white",
1115
+ "kyurem-black",
1116
+ "keldeo-resolute",
1117
+ "genesect-douse",
1118
+ "genesect-shock",
1119
+ "genesect-burn",
1120
+ "genesect-chill"
1121
+ ]
1122
+ },
1123
+ {
1124
+ "pokemon": [
1125
+ "greninja--battle-bond",
1126
+ "greninja-ash",
1127
+ "vivillon-meadow",
1128
+ "vivillon-polar",
1129
+ "vivillon-tundra",
1130
+ "vivillon-continental",
1131
+ "vivillon-garden",
1132
+ "vivillon-elegant",
1133
+ "vivillon-modern",
1134
+ "vivillon-marine",
1135
+ "vivillon-archipelago",
1136
+ "vivillon-high-plains",
1137
+ "vivillon-sandstorm",
1138
+ "vivillon-river",
1139
+ "vivillon-monsoon",
1140
+ "vivillon-savanna",
1141
+ "vivillon-sun",
1142
+ "vivillon-ocean",
1143
+ "vivillon-jungle",
1144
+ "vivillon-fancy",
1145
+ "vivillon-pokeball",
1146
+ "pyroar-f",
1147
+ "flabebe-blue",
1148
+ "flabebe-orange",
1149
+ "flabebe-white",
1150
+ "flabebe-yellow",
1151
+ "floette-blue",
1152
+ "floette-orange",
1153
+ "floette-white",
1154
+ "floette-yellow"
1155
+ ]
1156
+ },
1157
+ {
1158
+ "pokemon": [
1159
+ "florges-blue",
1160
+ "florges-orange",
1161
+ "florges-white",
1162
+ "florges-yellow",
1163
+ "furfrou-heart",
1164
+ "furfrou-star",
1165
+ "furfrou-diamond",
1166
+ "furfrou-debutante",
1167
+ "furfrou-matron",
1168
+ "furfrou-dandy",
1169
+ "furfrou-la-reine",
1170
+ "furfrou-kabuki",
1171
+ "furfrou-pharaoh",
1172
+ "meowstic-f",
1173
+ "pumpkaboo-small",
1174
+ "pumpkaboo-large",
1175
+ "pumpkaboo-super",
1176
+ "gourgeist-small",
1177
+ "gourgeist-large",
1178
+ "gourgeist-super",
1179
+ "zygarde--power-construct",
1180
+ "zygarde-10",
1181
+ "zygarde-10--power-construct",
1182
+ "hoopa-unbound",
1183
+ "oricorio-pom-pom",
1184
+ "oricorio-pau",
1185
+ "oricorio-sensu",
1186
+ "lycanroc-midnight",
1187
+ "minior-orange",
1188
+ "minior-yellow"
1189
+ ]
1190
+ },
1191
+ {
1192
+ "pokemon": [
1193
+ "minior-green",
1194
+ "minior-blue",
1195
+ "minior-indigo",
1196
+ "minior-violet",
1197
+ "magearna-original"
1198
+ ]
1199
+ }
1200
+ ],
1201
+ "fullId": "sm-sorted-species"
1202
+ },
1203
+ "sorted-species-minimal": {
1204
+ "id": "sorted-species-minimal",
1205
+ "name": "National: Sorted by Species (Minimal)",
1206
+ "version": 1,
1207
+ "gameSet": "sm",
1208
+ "description": "Pokémon Boxes are sorted following HOME's National Dex order separating Species and Forms, but Legendary or Mythical Pokémon forms (like Magearna Original Color, etc) will be excluded. First you will find all the species, then all the forms starting in a new box (leaving a gap with the species).",
1209
+ "boxes": [
1210
+ {
1211
+ "pokemon": [
1212
+ "bulbasaur",
1213
+ "ivysaur",
1214
+ "venusaur",
1215
+ "charmander",
1216
+ "charmeleon",
1217
+ "charizard",
1218
+ "squirtle",
1219
+ "wartortle",
1220
+ "blastoise",
1221
+ "caterpie",
1222
+ "metapod",
1223
+ "butterfree",
1224
+ "weedle",
1225
+ "kakuna",
1226
+ "beedrill",
1227
+ "pidgey",
1228
+ "pidgeotto",
1229
+ "pidgeot",
1230
+ "rattata",
1231
+ "raticate",
1232
+ "spearow",
1233
+ "fearow",
1234
+ "ekans",
1235
+ "arbok",
1236
+ "pikachu",
1237
+ "raichu",
1238
+ "sandshrew",
1239
+ "sandslash",
1240
+ "nidoranf",
1241
+ "nidorina"
1242
+ ]
1243
+ },
1244
+ {
1245
+ "pokemon": [
1246
+ "nidoqueen",
1247
+ "nidoranm",
1248
+ "nidorino",
1249
+ "nidoking",
1250
+ "clefairy",
1251
+ "clefable",
1252
+ "vulpix",
1253
+ "ninetales",
1254
+ "jigglypuff",
1255
+ "wigglytuff",
1256
+ "zubat",
1257
+ "golbat",
1258
+ "oddish",
1259
+ "gloom",
1260
+ "vileplume",
1261
+ "paras",
1262
+ "parasect",
1263
+ "venonat",
1264
+ "venomoth",
1265
+ "diglett",
1266
+ "dugtrio",
1267
+ "meowth",
1268
+ "persian",
1269
+ "psyduck",
1270
+ "golduck",
1271
+ "mankey",
1272
+ "primeape",
1273
+ "growlithe",
1274
+ "arcanine",
1275
+ "poliwag"
1276
+ ]
1277
+ },
1278
+ {
1279
+ "pokemon": [
1280
+ "poliwhirl",
1281
+ "poliwrath",
1282
+ "abra",
1283
+ "kadabra",
1284
+ "alakazam",
1285
+ "machop",
1286
+ "machoke",
1287
+ "machamp",
1288
+ "bellsprout",
1289
+ "weepinbell",
1290
+ "victreebel",
1291
+ "tentacool",
1292
+ "tentacruel",
1293
+ "geodude",
1294
+ "graveler",
1295
+ "golem",
1296
+ "ponyta",
1297
+ "rapidash",
1298
+ "slowpoke",
1299
+ "slowbro",
1300
+ "magnemite",
1301
+ "magneton",
1302
+ "farfetchd",
1303
+ "doduo",
1304
+ "dodrio",
1305
+ "seel",
1306
+ "dewgong",
1307
+ "grimer",
1308
+ "muk",
1309
+ "shellder"
1310
+ ]
1311
+ },
1312
+ {
1313
+ "pokemon": [
1314
+ "cloyster",
1315
+ "gastly",
1316
+ "haunter",
1317
+ "gengar",
1318
+ "onix",
1319
+ "drowzee",
1320
+ "hypno",
1321
+ "krabby",
1322
+ "kingler",
1323
+ "voltorb",
1324
+ "electrode",
1325
+ "exeggcute",
1326
+ "exeggutor",
1327
+ "cubone",
1328
+ "marowak",
1329
+ "hitmonlee",
1330
+ "hitmonchan",
1331
+ "lickitung",
1332
+ "koffing",
1333
+ "weezing",
1334
+ "rhyhorn",
1335
+ "rhydon",
1336
+ "chansey",
1337
+ "tangela",
1338
+ "kangaskhan",
1339
+ "horsea",
1340
+ "seadra",
1341
+ "goldeen",
1342
+ "seaking",
1343
+ "staryu"
1344
+ ]
1345
+ },
1346
+ {
1347
+ "pokemon": [
1348
+ "starmie",
1349
+ "mrmime",
1350
+ "scyther",
1351
+ "jynx",
1352
+ "electabuzz",
1353
+ "magmar",
1354
+ "pinsir",
1355
+ "tauros",
1356
+ "magikarp",
1357
+ "gyarados",
1358
+ "lapras",
1359
+ "ditto",
1360
+ "eevee",
1361
+ "vaporeon",
1362
+ "jolteon",
1363
+ "flareon",
1364
+ "porygon",
1365
+ "omanyte",
1366
+ "omastar",
1367
+ "kabuto",
1368
+ "kabutops",
1369
+ "aerodactyl",
1370
+ "snorlax",
1371
+ "articuno",
1372
+ "zapdos",
1373
+ "moltres",
1374
+ "dratini",
1375
+ "dragonair",
1376
+ "dragonite",
1377
+ "mewtwo"
1378
+ ]
1379
+ },
1380
+ {
1381
+ "pokemon": [
1382
+ "mew",
1383
+ "chikorita",
1384
+ "bayleef",
1385
+ "meganium",
1386
+ "cyndaquil",
1387
+ "quilava",
1388
+ "typhlosion",
1389
+ "totodile",
1390
+ "croconaw",
1391
+ "feraligatr",
1392
+ "sentret",
1393
+ "furret",
1394
+ "hoothoot",
1395
+ "noctowl",
1396
+ "ledyba",
1397
+ "ledian",
1398
+ "spinarak",
1399
+ "ariados",
1400
+ "crobat",
1401
+ "chinchou",
1402
+ "lanturn",
1403
+ "pichu",
1404
+ "cleffa",
1405
+ "igglybuff",
1406
+ "togepi",
1407
+ "togetic",
1408
+ "natu",
1409
+ "xatu",
1410
+ "mareep",
1411
+ "flaaffy"
1412
+ ]
1413
+ },
1414
+ {
1415
+ "pokemon": [
1416
+ "ampharos",
1417
+ "bellossom",
1418
+ "marill",
1419
+ "azumarill",
1420
+ "sudowoodo",
1421
+ "politoed",
1422
+ "hoppip",
1423
+ "skiploom",
1424
+ "jumpluff",
1425
+ "aipom",
1426
+ "sunkern",
1427
+ "sunflora",
1428
+ "yanma",
1429
+ "wooper",
1430
+ "quagsire",
1431
+ "espeon",
1432
+ "umbreon",
1433
+ "murkrow",
1434
+ "slowking",
1435
+ "misdreavus",
1436
+ "unown",
1437
+ "wobbuffet",
1438
+ "girafarig",
1439
+ "pineco",
1440
+ "forretress",
1441
+ "dunsparce",
1442
+ "gligar",
1443
+ "steelix",
1444
+ "snubbull",
1445
+ "granbull"
1446
+ ]
1447
+ },
1448
+ {
1449
+ "pokemon": [
1450
+ "qwilfish",
1451
+ "scizor",
1452
+ "shuckle",
1453
+ "heracross",
1454
+ "sneasel",
1455
+ "teddiursa",
1456
+ "ursaring",
1457
+ "slugma",
1458
+ "magcargo",
1459
+ "swinub",
1460
+ "piloswine",
1461
+ "corsola",
1462
+ "remoraid",
1463
+ "octillery",
1464
+ "delibird",
1465
+ "mantine",
1466
+ "skarmory",
1467
+ "houndour",
1468
+ "houndoom",
1469
+ "kingdra",
1470
+ "phanpy",
1471
+ "donphan",
1472
+ "porygon2",
1473
+ "stantler",
1474
+ "smeargle",
1475
+ "tyrogue",
1476
+ "hitmontop",
1477
+ "smoochum",
1478
+ "elekid",
1479
+ "magby"
1480
+ ]
1481
+ },
1482
+ {
1483
+ "pokemon": [
1484
+ "miltank",
1485
+ "blissey",
1486
+ "raikou",
1487
+ "entei",
1488
+ "suicune",
1489
+ "larvitar",
1490
+ "pupitar",
1491
+ "tyranitar",
1492
+ "lugia",
1493
+ "hooh",
1494
+ "celebi",
1495
+ "treecko",
1496
+ "grovyle",
1497
+ "sceptile",
1498
+ "torchic",
1499
+ "combusken",
1500
+ "blaziken",
1501
+ "mudkip",
1502
+ "marshtomp",
1503
+ "swampert",
1504
+ "poochyena",
1505
+ "mightyena",
1506
+ "zigzagoon",
1507
+ "linoone",
1508
+ "wurmple",
1509
+ "silcoon",
1510
+ "beautifly",
1511
+ "cascoon",
1512
+ "dustox",
1513
+ "lotad"
1514
+ ]
1515
+ },
1516
+ {
1517
+ "pokemon": [
1518
+ "lombre",
1519
+ "ludicolo",
1520
+ "seedot",
1521
+ "nuzleaf",
1522
+ "shiftry",
1523
+ "taillow",
1524
+ "swellow",
1525
+ "wingull",
1526
+ "pelipper",
1527
+ "ralts",
1528
+ "kirlia",
1529
+ "gardevoir",
1530
+ "surskit",
1531
+ "masquerain",
1532
+ "shroomish",
1533
+ "breloom",
1534
+ "slakoth",
1535
+ "vigoroth",
1536
+ "slaking",
1537
+ "nincada",
1538
+ "ninjask",
1539
+ "shedinja",
1540
+ "whismur",
1541
+ "loudred",
1542
+ "exploud",
1543
+ "makuhita",
1544
+ "hariyama",
1545
+ "azurill",
1546
+ "nosepass",
1547
+ "skitty"
1548
+ ]
1549
+ },
1550
+ {
1551
+ "pokemon": [
1552
+ "delcatty",
1553
+ "sableye",
1554
+ "mawile",
1555
+ "aron",
1556
+ "lairon",
1557
+ "aggron",
1558
+ "meditite",
1559
+ "medicham",
1560
+ "electrike",
1561
+ "manectric",
1562
+ "plusle",
1563
+ "minun",
1564
+ "volbeat",
1565
+ "illumise",
1566
+ "roselia",
1567
+ "gulpin",
1568
+ "swalot",
1569
+ "carvanha",
1570
+ "sharpedo",
1571
+ "wailmer",
1572
+ "wailord",
1573
+ "numel",
1574
+ "camerupt",
1575
+ "torkoal",
1576
+ "spoink",
1577
+ "grumpig",
1578
+ "spinda",
1579
+ "trapinch",
1580
+ "vibrava",
1581
+ "flygon"
1582
+ ]
1583
+ },
1584
+ {
1585
+ "pokemon": [
1586
+ "cacnea",
1587
+ "cacturne",
1588
+ "swablu",
1589
+ "altaria",
1590
+ "zangoose",
1591
+ "seviper",
1592
+ "lunatone",
1593
+ "solrock",
1594
+ "barboach",
1595
+ "whiscash",
1596
+ "corphish",
1597
+ "crawdaunt",
1598
+ "baltoy",
1599
+ "claydol",
1600
+ "lileep",
1601
+ "cradily",
1602
+ "anorith",
1603
+ "armaldo",
1604
+ "feebas",
1605
+ "milotic",
1606
+ "castform",
1607
+ "kecleon",
1608
+ "shuppet",
1609
+ "banette",
1610
+ "duskull",
1611
+ "dusclops",
1612
+ "tropius",
1613
+ "chimecho",
1614
+ "absol",
1615
+ "wynaut"
1616
+ ]
1617
+ },
1618
+ {
1619
+ "pokemon": [
1620
+ "snorunt",
1621
+ "glalie",
1622
+ "spheal",
1623
+ "sealeo",
1624
+ "walrein",
1625
+ "clamperl",
1626
+ "huntail",
1627
+ "gorebyss",
1628
+ "relicanth",
1629
+ "luvdisc",
1630
+ "bagon",
1631
+ "shelgon",
1632
+ "salamence",
1633
+ "beldum",
1634
+ "metang",
1635
+ "metagross",
1636
+ "regirock",
1637
+ "regice",
1638
+ "registeel",
1639
+ "latias",
1640
+ "latios",
1641
+ "kyogre",
1642
+ "groudon",
1643
+ "rayquaza",
1644
+ "jirachi",
1645
+ "deoxys",
1646
+ "turtwig",
1647
+ "grotle",
1648
+ "torterra",
1649
+ "chimchar"
1650
+ ]
1651
+ },
1652
+ {
1653
+ "pokemon": [
1654
+ "monferno",
1655
+ "infernape",
1656
+ "piplup",
1657
+ "prinplup",
1658
+ "empoleon",
1659
+ "starly",
1660
+ "staravia",
1661
+ "staraptor",
1662
+ "bidoof",
1663
+ "bibarel",
1664
+ "kricketot",
1665
+ "kricketune",
1666
+ "shinx",
1667
+ "luxio",
1668
+ "luxray",
1669
+ "budew",
1670
+ "roserade",
1671
+ "cranidos",
1672
+ "rampardos",
1673
+ "shieldon",
1674
+ "bastiodon",
1675
+ "burmy",
1676
+ "wormadam",
1677
+ "mothim",
1678
+ "combee",
1679
+ "vespiquen",
1680
+ "pachirisu",
1681
+ "buizel",
1682
+ "floatzel",
1683
+ "cherubi"
1684
+ ]
1685
+ },
1686
+ {
1687
+ "pokemon": [
1688
+ "cherrim",
1689
+ "shellos",
1690
+ "gastrodon",
1691
+ "ambipom",
1692
+ "drifloon",
1693
+ "drifblim",
1694
+ "buneary",
1695
+ "lopunny",
1696
+ "mismagius",
1697
+ "honchkrow",
1698
+ "glameow",
1699
+ "purugly",
1700
+ "chingling",
1701
+ "stunky",
1702
+ "skuntank",
1703
+ "bronzor",
1704
+ "bronzong",
1705
+ "bonsly",
1706
+ "mimejr",
1707
+ "happiny",
1708
+ "chatot",
1709
+ "spiritomb",
1710
+ "gible",
1711
+ "gabite",
1712
+ "garchomp",
1713
+ "munchlax",
1714
+ "riolu",
1715
+ "lucario",
1716
+ "hippopotas",
1717
+ "hippowdon"
1718
+ ]
1719
+ },
1720
+ {
1721
+ "pokemon": [
1722
+ "skorupi",
1723
+ "drapion",
1724
+ "croagunk",
1725
+ "toxicroak",
1726
+ "carnivine",
1727
+ "finneon",
1728
+ "lumineon",
1729
+ "mantyke",
1730
+ "snover",
1731
+ "abomasnow",
1732
+ "weavile",
1733
+ "magnezone",
1734
+ "lickilicky",
1735
+ "rhyperior",
1736
+ "tangrowth",
1737
+ "electivire",
1738
+ "magmortar",
1739
+ "togekiss",
1740
+ "yanmega",
1741
+ "leafeon",
1742
+ "glaceon",
1743
+ "gliscor",
1744
+ "mamoswine",
1745
+ "porygonz",
1746
+ "gallade",
1747
+ "probopass",
1748
+ "dusknoir",
1749
+ "froslass",
1750
+ "rotom",
1751
+ "uxie"
1752
+ ]
1753
+ },
1754
+ {
1755
+ "pokemon": [
1756
+ "mesprit",
1757
+ "azelf",
1758
+ "dialga",
1759
+ "palkia",
1760
+ "heatran",
1761
+ "regigigas",
1762
+ "giratina",
1763
+ "cresselia",
1764
+ "phione",
1765
+ "manaphy",
1766
+ "darkrai",
1767
+ "shaymin",
1768
+ "arceus",
1769
+ "victini",
1770
+ "snivy",
1771
+ "servine",
1772
+ "serperior",
1773
+ "tepig",
1774
+ "pignite",
1775
+ "emboar",
1776
+ "oshawott",
1777
+ "dewott",
1778
+ "samurott",
1779
+ "patrat",
1780
+ "watchog",
1781
+ "lillipup",
1782
+ "herdier",
1783
+ "stoutland",
1784
+ "purrloin",
1785
+ "liepard"
1786
+ ]
1787
+ },
1788
+ {
1789
+ "pokemon": [
1790
+ "pansage",
1791
+ "simisage",
1792
+ "pansear",
1793
+ "simisear",
1794
+ "panpour",
1795
+ "simipour",
1796
+ "munna",
1797
+ "musharna",
1798
+ "pidove",
1799
+ "tranquill",
1800
+ "unfezant",
1801
+ "blitzle",
1802
+ "zebstrika",
1803
+ "roggenrola",
1804
+ "boldore",
1805
+ "gigalith",
1806
+ "woobat",
1807
+ "swoobat",
1808
+ "drilbur",
1809
+ "excadrill",
1810
+ "audino",
1811
+ "timburr",
1812
+ "gurdurr",
1813
+ "conkeldurr",
1814
+ "tympole",
1815
+ "palpitoad",
1816
+ "seismitoad",
1817
+ "throh",
1818
+ "sawk",
1819
+ "sewaddle"
1820
+ ]
1821
+ },
1822
+ {
1823
+ "pokemon": [
1824
+ "swadloon",
1825
+ "leavanny",
1826
+ "venipede",
1827
+ "whirlipede",
1828
+ "scolipede",
1829
+ "cottonee",
1830
+ "whimsicott",
1831
+ "petilil",
1832
+ "lilligant",
1833
+ "basculin",
1834
+ "sandile",
1835
+ "krokorok",
1836
+ "krookodile",
1837
+ "darumaka",
1838
+ "darmanitan",
1839
+ "maractus",
1840
+ "dwebble",
1841
+ "crustle",
1842
+ "scraggy",
1843
+ "scrafty",
1844
+ "sigilyph",
1845
+ "yamask",
1846
+ "cofagrigus",
1847
+ "tirtouga",
1848
+ "carracosta",
1849
+ "archen",
1850
+ "archeops",
1851
+ "trubbish",
1852
+ "garbodor",
1853
+ "zorua"
1854
+ ]
1855
+ },
1856
+ {
1857
+ "pokemon": [
1858
+ "zoroark",
1859
+ "minccino",
1860
+ "cinccino",
1861
+ "gothita",
1862
+ "gothorita",
1863
+ "gothitelle",
1864
+ "solosis",
1865
+ "duosion",
1866
+ "reuniclus",
1867
+ "ducklett",
1868
+ "swanna",
1869
+ "vanillite",
1870
+ "vanillish",
1871
+ "vanilluxe",
1872
+ "deerling",
1873
+ "sawsbuck",
1874
+ "emolga",
1875
+ "karrablast",
1876
+ "escavalier",
1877
+ "foongus",
1878
+ "amoonguss",
1879
+ "frillish",
1880
+ "jellicent",
1881
+ "alomomola",
1882
+ "joltik",
1883
+ "galvantula",
1884
+ "ferroseed",
1885
+ "ferrothorn",
1886
+ "klink",
1887
+ "klang"
1888
+ ]
1889
+ },
1890
+ {
1891
+ "pokemon": [
1892
+ "klinklang",
1893
+ "tynamo",
1894
+ "eelektrik",
1895
+ "eelektross",
1896
+ "elgyem",
1897
+ "beheeyem",
1898
+ "litwick",
1899
+ "lampent",
1900
+ "chandelure",
1901
+ "axew",
1902
+ "fraxure",
1903
+ "haxorus",
1904
+ "cubchoo",
1905
+ "beartic",
1906
+ "cryogonal",
1907
+ "shelmet",
1908
+ "accelgor",
1909
+ "stunfisk",
1910
+ "mienfoo",
1911
+ "mienshao",
1912
+ "druddigon",
1913
+ "golett",
1914
+ "golurk",
1915
+ "pawniard",
1916
+ "bisharp",
1917
+ "bouffalant",
1918
+ "rufflet",
1919
+ "braviary",
1920
+ "vullaby",
1921
+ "mandibuzz"
1922
+ ]
1923
+ },
1924
+ {
1925
+ "pokemon": [
1926
+ "heatmor",
1927
+ "durant",
1928
+ "deino",
1929
+ "zweilous",
1930
+ "hydreigon",
1931
+ "larvesta",
1932
+ "volcarona",
1933
+ "cobalion",
1934
+ "terrakion",
1935
+ "virizion",
1936
+ "tornadus",
1937
+ "thundurus",
1938
+ "reshiram",
1939
+ "zekrom",
1940
+ "landorus",
1941
+ "kyurem",
1942
+ "keldeo",
1943
+ "meloetta",
1944
+ "genesect",
1945
+ "chespin",
1946
+ "quilladin",
1947
+ "chesnaught",
1948
+ "fennekin",
1949
+ "braixen",
1950
+ "delphox",
1951
+ "froakie",
1952
+ "frogadier",
1953
+ "greninja",
1954
+ "bunnelby",
1955
+ "diggersby"
1956
+ ]
1957
+ },
1958
+ {
1959
+ "pokemon": [
1960
+ "fletchling",
1961
+ "fletchinder",
1962
+ "talonflame",
1963
+ "scatterbug",
1964
+ "spewpa",
1965
+ "vivillon",
1966
+ "litleo",
1967
+ "pyroar",
1968
+ "flabebe",
1969
+ "floette",
1970
+ "florges",
1971
+ "skiddo",
1972
+ "gogoat",
1973
+ "pancham",
1974
+ "pangoro",
1975
+ "furfrou",
1976
+ "espurr",
1977
+ "meowstic",
1978
+ "honedge",
1979
+ "doublade",
1980
+ "aegislash",
1981
+ "spritzee",
1982
+ "aromatisse",
1983
+ "swirlix",
1984
+ "slurpuff",
1985
+ "inkay",
1986
+ "malamar",
1987
+ "binacle",
1988
+ "barbaracle",
1989
+ "skrelp"
1990
+ ]
1991
+ },
1992
+ {
1993
+ "pokemon": [
1994
+ "dragalge",
1995
+ "clauncher",
1996
+ "clawitzer",
1997
+ "helioptile",
1998
+ "heliolisk",
1999
+ "tyrunt",
2000
+ "tyrantrum",
2001
+ "amaura",
2002
+ "aurorus",
2003
+ "sylveon",
2004
+ "hawlucha",
2005
+ "dedenne",
2006
+ "carbink",
2007
+ "goomy",
2008
+ "sliggoo",
2009
+ "goodra",
2010
+ "klefki",
2011
+ "phantump",
2012
+ "trevenant",
2013
+ "pumpkaboo",
2014
+ "gourgeist",
2015
+ "bergmite",
2016
+ "avalugg",
2017
+ "noibat",
2018
+ "noivern",
2019
+ "xerneas",
2020
+ "yveltal",
2021
+ "zygarde",
2022
+ "diancie",
2023
+ "hoopa"
2024
+ ]
2025
+ },
2026
+ {
2027
+ "pokemon": [
2028
+ "volcanion",
2029
+ "rowlet",
2030
+ "dartrix",
2031
+ "decidueye",
2032
+ "litten",
2033
+ "torracat",
2034
+ "incineroar",
2035
+ "popplio",
2036
+ "brionne",
2037
+ "primarina",
2038
+ "pikipek",
2039
+ "trumbeak",
2040
+ "toucannon",
2041
+ "yungoos",
2042
+ "gumshoos",
2043
+ "grubbin",
2044
+ "charjabug",
2045
+ "vikavolt",
2046
+ "crabrawler",
2047
+ "crabominable",
2048
+ "oricorio",
2049
+ "cutiefly",
2050
+ "ribombee",
2051
+ "rockruff",
2052
+ "lycanroc",
2053
+ "wishiwashi",
2054
+ "mareanie",
2055
+ "toxapex",
2056
+ "mudbray",
2057
+ "mudsdale"
2058
+ ]
2059
+ },
2060
+ {
2061
+ "pokemon": [
2062
+ "dewpider",
2063
+ "araquanid",
2064
+ "fomantis",
2065
+ "lurantis",
2066
+ "morelull",
2067
+ "shiinotic",
2068
+ "salandit",
2069
+ "salazzle",
2070
+ "stufful",
2071
+ "bewear",
2072
+ "bounsweet",
2073
+ "steenee",
2074
+ "tsareena",
2075
+ "comfey",
2076
+ "oranguru",
2077
+ "passimian",
2078
+ "wimpod",
2079
+ "golisopod",
2080
+ "sandygast",
2081
+ "palossand",
2082
+ "pyukumuku",
2083
+ "typenull",
2084
+ "silvally",
2085
+ "minior-red",
2086
+ "komala",
2087
+ "turtonator",
2088
+ "togedemaru",
2089
+ "mimikyu",
2090
+ "bruxish",
2091
+ "drampa"
2092
+ ]
2093
+ },
2094
+ {
2095
+ "pokemon": [
2096
+ "dhelmise",
2097
+ "jangmoo",
2098
+ "hakamoo",
2099
+ "kommoo",
2100
+ "tapukoko",
2101
+ "tapulele",
2102
+ "tapubulu",
2103
+ "tapufini",
2104
+ "cosmog",
2105
+ "cosmoem",
2106
+ "solgaleo",
2107
+ "lunala",
2108
+ "nihilego",
2109
+ "buzzwole",
2110
+ "pheromosa",
2111
+ "xurkitree",
2112
+ "celesteela",
2113
+ "kartana",
2114
+ "guzzlord",
2115
+ "necrozma",
2116
+ "magearna",
2117
+ "marshadow"
2118
+ ]
2119
+ },
2120
+ {
2121
+ "pokemon": [
2122
+ "venusaur-f",
2123
+ "butterfree-f",
2124
+ "rattata-f",
2125
+ "rattata-alola",
2126
+ "raticate-f",
2127
+ "raticate-alola",
2128
+ "pikachu-f",
2129
+ "pikachu-original",
2130
+ "pikachu-hoenn",
2131
+ "pikachu-sinnoh",
2132
+ "pikachu-unova",
2133
+ "pikachu-kalos",
2134
+ "pikachu-alola",
2135
+ "raichu-f",
2136
+ "raichu-alola",
2137
+ "sandshrew-alola",
2138
+ "sandslash-alola",
2139
+ "vulpix-alola",
2140
+ "ninetales-alola",
2141
+ "zubat-f",
2142
+ "golbat-f",
2143
+ "gloom-f",
2144
+ "vileplume-f",
2145
+ "diglett-alola",
2146
+ "dugtrio-alola",
2147
+ "meowth-alola",
2148
+ "persian-alola",
2149
+ "kadabra-f",
2150
+ "alakazam-f",
2151
+ "geodude-alola"
2152
+ ]
2153
+ },
2154
+ {
2155
+ "pokemon": [
2156
+ "graveler-alola",
2157
+ "golem-alola",
2158
+ "doduo-f",
2159
+ "dodrio-f",
2160
+ "grimer-alola",
2161
+ "muk-alola",
2162
+ "hypno-f",
2163
+ "exeggutor-alola",
2164
+ "marowak-alola",
2165
+ "rhyhorn-f",
2166
+ "rhydon-f",
2167
+ "goldeen-f",
2168
+ "seaking-f",
2169
+ "scyther-f",
2170
+ "magikarp-f",
2171
+ "gyarados-f",
2172
+ "meganium-f",
2173
+ "ledyba-f",
2174
+ "ledian-f",
2175
+ "xatu-f",
2176
+ "sudowoodo-f",
2177
+ "politoed-f",
2178
+ "aipom-f",
2179
+ "wooper-f",
2180
+ "quagsire-f",
2181
+ "murkrow-f",
2182
+ "unown-b",
2183
+ "unown-c",
2184
+ "unown-d",
2185
+ "unown-e"
2186
+ ]
2187
+ },
2188
+ {
2189
+ "pokemon": [
2190
+ "unown-f",
2191
+ "unown-g",
2192
+ "unown-h",
2193
+ "unown-i",
2194
+ "unown-j",
2195
+ "unown-k",
2196
+ "unown-l",
2197
+ "unown-m",
2198
+ "unown-n",
2199
+ "unown-o",
2200
+ "unown-p",
2201
+ "unown-q",
2202
+ "unown-r",
2203
+ "unown-s",
2204
+ "unown-t",
2205
+ "unown-u",
2206
+ "unown-v",
2207
+ "unown-w",
2208
+ "unown-x",
2209
+ "unown-y",
2210
+ "unown-z",
2211
+ "unown-exclamation",
2212
+ "unown-question",
2213
+ "wobbuffet-f",
2214
+ "girafarig-f",
2215
+ "gligar-f",
2216
+ "steelix-f",
2217
+ "scizor-f",
2218
+ "heracross-f",
2219
+ "sneasel-f"
2220
+ ]
2221
+ },
2222
+ {
2223
+ "pokemon": [
2224
+ "ursaring-f",
2225
+ "piloswine-f",
2226
+ "octillery-f",
2227
+ "houndoom-f",
2228
+ "donphan-f",
2229
+ "torchic-f",
2230
+ "combusken-f",
2231
+ "blaziken-f",
2232
+ "beautifly-f",
2233
+ "dustox-f",
2234
+ "ludicolo-f",
2235
+ "nuzleaf-f",
2236
+ "shiftry-f",
2237
+ "meditite-f",
2238
+ "medicham-f",
2239
+ "roselia-f",
2240
+ "gulpin-f",
2241
+ "swalot-f",
2242
+ "numel-f",
2243
+ "camerupt-f",
2244
+ "cacturne-f",
2245
+ "milotic-f",
2246
+ "relicanth-f",
2247
+ "starly-f",
2248
+ "staravia-f",
2249
+ "staraptor-f",
2250
+ "bidoof-f",
2251
+ "bibarel-f",
2252
+ "kricketot-f",
2253
+ "kricketune-f"
2254
+ ]
2255
+ },
2256
+ {
2257
+ "pokemon": [
2258
+ "shinx-f",
2259
+ "luxio-f",
2260
+ "luxray-f",
2261
+ "roserade-f",
2262
+ "burmy-sandy",
2263
+ "burmy-trash",
2264
+ "wormadam-sandy",
2265
+ "wormadam-trash",
2266
+ "combee-f",
2267
+ "pachirisu-f",
2268
+ "buizel-f",
2269
+ "floatzel-f",
2270
+ "shellos-east",
2271
+ "gastrodon-east",
2272
+ "ambipom-f",
2273
+ "gible-f",
2274
+ "gabite-f",
2275
+ "garchomp-f",
2276
+ "hippopotas-f",
2277
+ "hippowdon-f",
2278
+ "croagunk-f",
2279
+ "toxicroak-f",
2280
+ "finneon-f",
2281
+ "lumineon-f",
2282
+ "snover-f",
2283
+ "abomasnow-f",
2284
+ "weavile-f",
2285
+ "rhyperior-f",
2286
+ "tangrowth-f",
2287
+ "mamoswine-f"
2288
+ ]
2289
+ },
2290
+ {
2291
+ "pokemon": [
2292
+ "rotom-heat",
2293
+ "rotom-wash",
2294
+ "rotom-frost",
2295
+ "rotom-fan",
2296
+ "rotom-mow",
2297
+ "unfezant-f",
2298
+ "basculin-blue-striped",
2299
+ "deerling-summer",
2300
+ "deerling-autumn",
2301
+ "deerling-winter",
2302
+ "sawsbuck-summer",
2303
+ "sawsbuck-autumn",
2304
+ "sawsbuck-winter",
2305
+ "frillish-f",
2306
+ "jellicent-f",
2307
+ "greninja--battle-bond",
2308
+ "greninja-ash",
2309
+ "vivillon-meadow",
2310
+ "vivillon-polar",
2311
+ "vivillon-tundra",
2312
+ "vivillon-continental",
2313
+ "vivillon-garden",
2314
+ "vivillon-elegant",
2315
+ "vivillon-modern",
2316
+ "vivillon-marine",
2317
+ "vivillon-archipelago",
2318
+ "vivillon-high-plains",
2319
+ "vivillon-sandstorm",
2320
+ "vivillon-river",
2321
+ "vivillon-monsoon"
2322
+ ]
2323
+ },
2324
+ {
2325
+ "pokemon": [
2326
+ "vivillon-savanna",
2327
+ "vivillon-sun",
2328
+ "vivillon-ocean",
2329
+ "vivillon-jungle",
2330
+ "vivillon-fancy",
2331
+ "vivillon-pokeball",
2332
+ "pyroar-f",
2333
+ "flabebe-blue",
2334
+ "flabebe-orange",
2335
+ "flabebe-white",
2336
+ "flabebe-yellow",
2337
+ "floette-blue",
2338
+ "floette-orange",
2339
+ "floette-white",
2340
+ "floette-yellow",
2341
+ "florges-blue",
2342
+ "florges-orange",
2343
+ "florges-white",
2344
+ "florges-yellow",
2345
+ "furfrou-heart",
2346
+ "furfrou-star",
2347
+ "furfrou-diamond",
2348
+ "furfrou-debutante",
2349
+ "furfrou-matron",
2350
+ "furfrou-dandy",
2351
+ "furfrou-la-reine",
2352
+ "furfrou-kabuki",
2353
+ "furfrou-pharaoh",
2354
+ "meowstic-f",
2355
+ "pumpkaboo-small"
2356
+ ]
2357
+ },
2358
+ {
2359
+ "pokemon": [
2360
+ "pumpkaboo-large",
2361
+ "pumpkaboo-super",
2362
+ "gourgeist-small",
2363
+ "gourgeist-large",
2364
+ "gourgeist-super",
2365
+ "oricorio-pom-pom",
2366
+ "oricorio-pau",
2367
+ "oricorio-sensu",
2368
+ "lycanroc-midnight",
2369
+ "minior-orange",
2370
+ "minior-yellow",
2371
+ "minior-green",
2372
+ "minior-blue",
2373
+ "minior-indigo",
2374
+ "minior-violet"
2375
+ ]
2376
+ }
2377
+ ],
2378
+ "fullId": "sm-sorted-species-minimal"
2379
+ },
2380
+ "fully-sorted": {
2381
+ "id": "fully-sorted",
2382
+ "name": "National: Sorted by Forms",
2383
+ "version": 1,
2384
+ "gameSet": "sm",
2385
+ "description": "Pokémon Boxes are sorted following HOME's National Dex order, mixing Species and Forms together.",
2386
+ "boxes": [
2387
+ {
2388
+ "pokemon": [
2389
+ "bulbasaur",
2390
+ "ivysaur",
2391
+ "venusaur",
2392
+ "venusaur-f",
2393
+ "charmander",
2394
+ "charmeleon",
2395
+ "charizard",
2396
+ "squirtle",
2397
+ "wartortle",
2398
+ "blastoise",
2399
+ "caterpie",
2400
+ "metapod",
2401
+ "butterfree",
2402
+ "butterfree-f",
2403
+ "weedle",
2404
+ "kakuna",
2405
+ "beedrill",
2406
+ "pidgey",
2407
+ "pidgeotto",
2408
+ "pidgeot",
2409
+ "rattata",
2410
+ "rattata-f",
2411
+ "rattata-alola",
2412
+ "raticate",
2413
+ "raticate-f",
2414
+ "raticate-alola",
2415
+ "spearow",
2416
+ "fearow",
2417
+ "ekans",
2418
+ "arbok"
2419
+ ]
2420
+ },
2421
+ {
2422
+ "pokemon": [
2423
+ "pikachu",
2424
+ "pikachu-f",
2425
+ "pikachu-original",
2426
+ "pikachu-hoenn",
2427
+ "pikachu-sinnoh",
2428
+ "pikachu-unova",
2429
+ "pikachu-kalos",
2430
+ "pikachu-alola",
2431
+ "raichu",
2432
+ "raichu-f",
2433
+ "raichu-alola",
2434
+ "sandshrew",
2435
+ "sandshrew-alola",
2436
+ "sandslash",
2437
+ "sandslash-alola",
2438
+ "nidoranf",
2439
+ "nidorina",
2440
+ "nidoqueen",
2441
+ "nidoranm",
2442
+ "nidorino",
2443
+ "nidoking",
2444
+ "clefairy",
2445
+ "clefable",
2446
+ "vulpix",
2447
+ "vulpix-alola",
2448
+ "ninetales",
2449
+ "ninetales-alola",
2450
+ "jigglypuff",
2451
+ "wigglytuff",
2452
+ "zubat"
2453
+ ]
2454
+ },
2455
+ {
2456
+ "pokemon": [
2457
+ "zubat-f",
2458
+ "golbat",
2459
+ "golbat-f",
2460
+ "oddish",
2461
+ "gloom",
2462
+ "gloom-f",
2463
+ "vileplume",
2464
+ "vileplume-f",
2465
+ "paras",
2466
+ "parasect",
2467
+ "venonat",
2468
+ "venomoth",
2469
+ "diglett",
2470
+ "diglett-alola",
2471
+ "dugtrio",
2472
+ "dugtrio-alola",
2473
+ "meowth",
2474
+ "meowth-alola",
2475
+ "persian",
2476
+ "persian-alola",
2477
+ "psyduck",
2478
+ "golduck",
2479
+ "mankey",
2480
+ "primeape",
2481
+ "growlithe",
2482
+ "arcanine",
2483
+ "poliwag",
2484
+ "poliwhirl",
2485
+ "poliwrath",
2486
+ "abra"
2487
+ ]
2488
+ },
2489
+ {
2490
+ "pokemon": [
2491
+ "kadabra",
2492
+ "kadabra-f",
2493
+ "alakazam",
2494
+ "alakazam-f",
2495
+ "machop",
2496
+ "machoke",
2497
+ "machamp",
2498
+ "bellsprout",
2499
+ "weepinbell",
2500
+ "victreebel",
2501
+ "tentacool",
2502
+ "tentacruel",
2503
+ "geodude",
2504
+ "geodude-alola",
2505
+ "graveler",
2506
+ "graveler-alola",
2507
+ "golem",
2508
+ "golem-alola",
2509
+ "ponyta",
2510
+ "rapidash",
2511
+ "slowpoke",
2512
+ "slowbro",
2513
+ "magnemite",
2514
+ "magneton",
2515
+ "farfetchd",
2516
+ "doduo",
2517
+ "doduo-f",
2518
+ "dodrio",
2519
+ "dodrio-f",
2520
+ "seel"
2521
+ ]
2522
+ },
2523
+ {
2524
+ "pokemon": [
2525
+ "dewgong",
2526
+ "grimer",
2527
+ "grimer-alola",
2528
+ "muk",
2529
+ "muk-alola",
2530
+ "shellder",
2531
+ "cloyster",
2532
+ "gastly",
2533
+ "haunter",
2534
+ "gengar",
2535
+ "onix",
2536
+ "drowzee",
2537
+ "hypno",
2538
+ "hypno-f",
2539
+ "krabby",
2540
+ "kingler",
2541
+ "voltorb",
2542
+ "electrode",
2543
+ "exeggcute",
2544
+ "exeggutor",
2545
+ "exeggutor-alola",
2546
+ "cubone",
2547
+ "marowak",
2548
+ "marowak-alola",
2549
+ "hitmonlee",
2550
+ "hitmonchan",
2551
+ "lickitung",
2552
+ "koffing",
2553
+ "weezing",
2554
+ "rhyhorn"
2555
+ ]
2556
+ },
2557
+ {
2558
+ "pokemon": [
2559
+ "rhyhorn-f",
2560
+ "rhydon",
2561
+ "rhydon-f",
2562
+ "chansey",
2563
+ "tangela",
2564
+ "kangaskhan",
2565
+ "horsea",
2566
+ "seadra",
2567
+ "goldeen",
2568
+ "goldeen-f",
2569
+ "seaking",
2570
+ "seaking-f",
2571
+ "staryu",
2572
+ "starmie",
2573
+ "mrmime",
2574
+ "scyther",
2575
+ "scyther-f",
2576
+ "jynx",
2577
+ "electabuzz",
2578
+ "magmar",
2579
+ "pinsir",
2580
+ "tauros",
2581
+ "magikarp",
2582
+ "magikarp-f",
2583
+ "gyarados",
2584
+ "gyarados-f",
2585
+ "lapras",
2586
+ "ditto",
2587
+ "eevee",
2588
+ "vaporeon"
2589
+ ]
2590
+ },
2591
+ {
2592
+ "pokemon": [
2593
+ "jolteon",
2594
+ "flareon",
2595
+ "porygon",
2596
+ "omanyte",
2597
+ "omastar",
2598
+ "kabuto",
2599
+ "kabutops",
2600
+ "aerodactyl",
2601
+ "snorlax",
2602
+ "articuno",
2603
+ "zapdos",
2604
+ "moltres",
2605
+ "dratini",
2606
+ "dragonair",
2607
+ "dragonite",
2608
+ "mewtwo",
2609
+ "mew",
2610
+ "chikorita",
2611
+ "bayleef",
2612
+ "meganium",
2613
+ "meganium-f",
2614
+ "cyndaquil",
2615
+ "quilava",
2616
+ "typhlosion",
2617
+ "totodile",
2618
+ "croconaw",
2619
+ "feraligatr",
2620
+ "sentret",
2621
+ "furret",
2622
+ "hoothoot"
2623
+ ]
2624
+ },
2625
+ {
2626
+ "pokemon": [
2627
+ "noctowl",
2628
+ "ledyba",
2629
+ "ledyba-f",
2630
+ "ledian",
2631
+ "ledian-f",
2632
+ "spinarak",
2633
+ "ariados",
2634
+ "crobat",
2635
+ "chinchou",
2636
+ "lanturn",
2637
+ "pichu",
2638
+ "cleffa",
2639
+ "igglybuff",
2640
+ "togepi",
2641
+ "togetic",
2642
+ "natu",
2643
+ "xatu",
2644
+ "xatu-f",
2645
+ "mareep",
2646
+ "flaaffy",
2647
+ "ampharos",
2648
+ "bellossom",
2649
+ "marill",
2650
+ "azumarill",
2651
+ "sudowoodo",
2652
+ "sudowoodo-f",
2653
+ "politoed",
2654
+ "politoed-f",
2655
+ "hoppip",
2656
+ "skiploom"
2657
+ ]
2658
+ },
2659
+ {
2660
+ "pokemon": [
2661
+ "jumpluff",
2662
+ "aipom",
2663
+ "aipom-f",
2664
+ "sunkern",
2665
+ "sunflora",
2666
+ "yanma",
2667
+ "wooper",
2668
+ "wooper-f",
2669
+ "quagsire",
2670
+ "quagsire-f",
2671
+ "espeon",
2672
+ "umbreon",
2673
+ "murkrow",
2674
+ "murkrow-f",
2675
+ "slowking",
2676
+ "misdreavus",
2677
+ "unown",
2678
+ "unown-b",
2679
+ "unown-c",
2680
+ "unown-d",
2681
+ "unown-e",
2682
+ "unown-f",
2683
+ "unown-g",
2684
+ "unown-h",
2685
+ "unown-i",
2686
+ "unown-j",
2687
+ "unown-k",
2688
+ "unown-l",
2689
+ "unown-m",
2690
+ "unown-n"
2691
+ ]
2692
+ },
2693
+ {
2694
+ "pokemon": [
2695
+ "unown-o",
2696
+ "unown-p",
2697
+ "unown-q",
2698
+ "unown-r",
2699
+ "unown-s",
2700
+ "unown-t",
2701
+ "unown-u",
2702
+ "unown-v",
2703
+ "unown-w",
2704
+ "unown-x",
2705
+ "unown-y",
2706
+ "unown-z",
2707
+ "unown-exclamation",
2708
+ "unown-question",
2709
+ "wobbuffet",
2710
+ "wobbuffet-f",
2711
+ "girafarig",
2712
+ "girafarig-f",
2713
+ "pineco",
2714
+ "forretress",
2715
+ "dunsparce",
2716
+ "gligar",
2717
+ "gligar-f",
2718
+ "steelix",
2719
+ "steelix-f",
2720
+ "snubbull",
2721
+ "granbull",
2722
+ "qwilfish",
2723
+ "scizor",
2724
+ "scizor-f"
2725
+ ]
2726
+ },
2727
+ {
2728
+ "pokemon": [
2729
+ "shuckle",
2730
+ "heracross",
2731
+ "heracross-f",
2732
+ "sneasel",
2733
+ "sneasel-f",
2734
+ "teddiursa",
2735
+ "ursaring",
2736
+ "ursaring-f",
2737
+ "slugma",
2738
+ "magcargo",
2739
+ "swinub",
2740
+ "piloswine",
2741
+ "piloswine-f",
2742
+ "corsola",
2743
+ "remoraid",
2744
+ "octillery",
2745
+ "octillery-f",
2746
+ "delibird",
2747
+ "mantine",
2748
+ "skarmory",
2749
+ "houndour",
2750
+ "houndoom",
2751
+ "houndoom-f",
2752
+ "kingdra",
2753
+ "phanpy",
2754
+ "donphan",
2755
+ "donphan-f",
2756
+ "porygon2",
2757
+ "stantler",
2758
+ "smeargle"
2759
+ ]
2760
+ },
2761
+ {
2762
+ "pokemon": [
2763
+ "tyrogue",
2764
+ "hitmontop",
2765
+ "smoochum",
2766
+ "elekid",
2767
+ "magby",
2768
+ "miltank",
2769
+ "blissey",
2770
+ "raikou",
2771
+ "entei",
2772
+ "suicune",
2773
+ "larvitar",
2774
+ "pupitar",
2775
+ "tyranitar",
2776
+ "lugia",
2777
+ "hooh",
2778
+ "celebi",
2779
+ "treecko",
2780
+ "grovyle",
2781
+ "sceptile",
2782
+ "torchic",
2783
+ "torchic-f",
2784
+ "combusken",
2785
+ "combusken-f",
2786
+ "blaziken",
2787
+ "blaziken-f",
2788
+ "mudkip",
2789
+ "marshtomp",
2790
+ "swampert",
2791
+ "poochyena",
2792
+ "mightyena"
2793
+ ]
2794
+ },
2795
+ {
2796
+ "pokemon": [
2797
+ "zigzagoon",
2798
+ "linoone",
2799
+ "wurmple",
2800
+ "silcoon",
2801
+ "beautifly",
2802
+ "beautifly-f",
2803
+ "cascoon",
2804
+ "dustox",
2805
+ "dustox-f",
2806
+ "lotad",
2807
+ "lombre",
2808
+ "ludicolo",
2809
+ "ludicolo-f",
2810
+ "seedot",
2811
+ "nuzleaf",
2812
+ "nuzleaf-f",
2813
+ "shiftry",
2814
+ "shiftry-f",
2815
+ "taillow",
2816
+ "swellow",
2817
+ "wingull",
2818
+ "pelipper",
2819
+ "ralts",
2820
+ "kirlia",
2821
+ "gardevoir",
2822
+ "surskit",
2823
+ "masquerain",
2824
+ "shroomish",
2825
+ "breloom",
2826
+ "slakoth"
2827
+ ]
2828
+ },
2829
+ {
2830
+ "pokemon": [
2831
+ "vigoroth",
2832
+ "slaking",
2833
+ "nincada",
2834
+ "ninjask",
2835
+ "shedinja",
2836
+ "whismur",
2837
+ "loudred",
2838
+ "exploud",
2839
+ "makuhita",
2840
+ "hariyama",
2841
+ "azurill",
2842
+ "nosepass",
2843
+ "skitty",
2844
+ "delcatty",
2845
+ "sableye",
2846
+ "mawile",
2847
+ "aron",
2848
+ "lairon",
2849
+ "aggron",
2850
+ "meditite",
2851
+ "meditite-f",
2852
+ "medicham",
2853
+ "medicham-f",
2854
+ "electrike",
2855
+ "manectric",
2856
+ "plusle",
2857
+ "minun",
2858
+ "volbeat",
2859
+ "illumise",
2860
+ "roselia"
2861
+ ]
2862
+ },
2863
+ {
2864
+ "pokemon": [
2865
+ "roselia-f",
2866
+ "gulpin",
2867
+ "gulpin-f",
2868
+ "swalot",
2869
+ "swalot-f",
2870
+ "carvanha",
2871
+ "sharpedo",
2872
+ "wailmer",
2873
+ "wailord",
2874
+ "numel",
2875
+ "numel-f",
2876
+ "camerupt",
2877
+ "camerupt-f",
2878
+ "torkoal",
2879
+ "spoink",
2880
+ "grumpig",
2881
+ "spinda",
2882
+ "trapinch",
2883
+ "vibrava",
2884
+ "flygon",
2885
+ "cacnea",
2886
+ "cacturne",
2887
+ "cacturne-f",
2888
+ "swablu",
2889
+ "altaria",
2890
+ "zangoose",
2891
+ "seviper",
2892
+ "lunatone",
2893
+ "solrock",
2894
+ "barboach"
2895
+ ]
2896
+ },
2897
+ {
2898
+ "pokemon": [
2899
+ "whiscash",
2900
+ "corphish",
2901
+ "crawdaunt",
2902
+ "baltoy",
2903
+ "claydol",
2904
+ "lileep",
2905
+ "cradily",
2906
+ "anorith",
2907
+ "armaldo",
2908
+ "feebas",
2909
+ "milotic",
2910
+ "milotic-f",
2911
+ "castform",
2912
+ "kecleon",
2913
+ "shuppet",
2914
+ "banette",
2915
+ "duskull",
2916
+ "dusclops",
2917
+ "tropius",
2918
+ "chimecho",
2919
+ "absol",
2920
+ "wynaut",
2921
+ "snorunt",
2922
+ "glalie",
2923
+ "spheal",
2924
+ "sealeo",
2925
+ "walrein",
2926
+ "clamperl",
2927
+ "huntail",
2928
+ "gorebyss"
2929
+ ]
2930
+ },
2931
+ {
2932
+ "pokemon": [
2933
+ "relicanth",
2934
+ "relicanth-f",
2935
+ "luvdisc",
2936
+ "bagon",
2937
+ "shelgon",
2938
+ "salamence",
2939
+ "beldum",
2940
+ "metang",
2941
+ "metagross",
2942
+ "regirock",
2943
+ "regice",
2944
+ "registeel",
2945
+ "latias",
2946
+ "latios",
2947
+ "kyogre",
2948
+ "groudon",
2949
+ "rayquaza",
2950
+ "jirachi",
2951
+ "deoxys",
2952
+ "deoxys-attack",
2953
+ "deoxys-defense",
2954
+ "deoxys-speed",
2955
+ "turtwig",
2956
+ "grotle",
2957
+ "torterra",
2958
+ "chimchar",
2959
+ "monferno",
2960
+ "infernape",
2961
+ "piplup",
2962
+ "prinplup"
2963
+ ]
2964
+ },
2965
+ {
2966
+ "pokemon": [
2967
+ "empoleon",
2968
+ "starly",
2969
+ "starly-f",
2970
+ "staravia",
2971
+ "staravia-f",
2972
+ "staraptor",
2973
+ "staraptor-f",
2974
+ "bidoof",
2975
+ "bidoof-f",
2976
+ "bibarel",
2977
+ "bibarel-f",
2978
+ "kricketot",
2979
+ "kricketot-f",
2980
+ "kricketune",
2981
+ "kricketune-f",
2982
+ "shinx",
2983
+ "shinx-f",
2984
+ "luxio",
2985
+ "luxio-f",
2986
+ "luxray",
2987
+ "luxray-f",
2988
+ "budew",
2989
+ "roserade",
2990
+ "roserade-f",
2991
+ "cranidos",
2992
+ "rampardos",
2993
+ "shieldon",
2994
+ "bastiodon",
2995
+ "burmy",
2996
+ "burmy-sandy"
2997
+ ]
2998
+ },
2999
+ {
3000
+ "pokemon": [
3001
+ "burmy-trash",
3002
+ "wormadam",
3003
+ "wormadam-sandy",
3004
+ "wormadam-trash",
3005
+ "mothim",
3006
+ "combee",
3007
+ "combee-f",
3008
+ "vespiquen",
3009
+ "pachirisu",
3010
+ "pachirisu-f",
3011
+ "buizel",
3012
+ "buizel-f",
3013
+ "floatzel",
3014
+ "floatzel-f",
3015
+ "cherubi",
3016
+ "cherrim",
3017
+ "shellos",
3018
+ "shellos-east",
3019
+ "gastrodon",
3020
+ "gastrodon-east",
3021
+ "ambipom",
3022
+ "ambipom-f",
3023
+ "drifloon",
3024
+ "drifblim",
3025
+ "buneary",
3026
+ "lopunny",
3027
+ "mismagius",
3028
+ "honchkrow",
3029
+ "glameow",
3030
+ "purugly"
3031
+ ]
3032
+ },
3033
+ {
3034
+ "pokemon": [
3035
+ "chingling",
3036
+ "stunky",
3037
+ "skuntank",
3038
+ "bronzor",
3039
+ "bronzong",
3040
+ "bonsly",
3041
+ "mimejr",
3042
+ "happiny",
3043
+ "chatot",
3044
+ "spiritomb",
3045
+ "gible",
3046
+ "gible-f",
3047
+ "gabite",
3048
+ "gabite-f",
3049
+ "garchomp",
3050
+ "garchomp-f",
3051
+ "munchlax",
3052
+ "riolu",
3053
+ "lucario",
3054
+ "hippopotas",
3055
+ "hippopotas-f",
3056
+ "hippowdon",
3057
+ "hippowdon-f",
3058
+ "skorupi",
3059
+ "drapion",
3060
+ "croagunk",
3061
+ "croagunk-f",
3062
+ "toxicroak",
3063
+ "toxicroak-f",
3064
+ "carnivine"
3065
+ ]
3066
+ },
3067
+ {
3068
+ "pokemon": [
3069
+ "finneon",
3070
+ "finneon-f",
3071
+ "lumineon",
3072
+ "lumineon-f",
3073
+ "mantyke",
3074
+ "snover",
3075
+ "snover-f",
3076
+ "abomasnow",
3077
+ "abomasnow-f",
3078
+ "weavile",
3079
+ "weavile-f",
3080
+ "magnezone",
3081
+ "lickilicky",
3082
+ "rhyperior",
3083
+ "rhyperior-f",
3084
+ "tangrowth",
3085
+ "tangrowth-f",
3086
+ "electivire",
3087
+ "magmortar",
3088
+ "togekiss",
3089
+ "yanmega",
3090
+ "leafeon",
3091
+ "glaceon",
3092
+ "gliscor",
3093
+ "mamoswine",
3094
+ "mamoswine-f",
3095
+ "porygonz",
3096
+ "gallade",
3097
+ "probopass",
3098
+ "dusknoir"
3099
+ ]
3100
+ },
3101
+ {
3102
+ "pokemon": [
3103
+ "froslass",
3104
+ "rotom",
3105
+ "rotom-heat",
3106
+ "rotom-wash",
3107
+ "rotom-frost",
3108
+ "rotom-fan",
3109
+ "rotom-mow",
3110
+ "uxie",
3111
+ "mesprit",
3112
+ "azelf",
3113
+ "dialga",
3114
+ "palkia",
3115
+ "heatran",
3116
+ "regigigas",
3117
+ "giratina",
3118
+ "giratina-origin",
3119
+ "cresselia",
3120
+ "phione",
3121
+ "manaphy",
3122
+ "darkrai",
3123
+ "shaymin",
3124
+ "shaymin-sky",
3125
+ "arceus",
3126
+ "victini",
3127
+ "snivy",
3128
+ "servine",
3129
+ "serperior",
3130
+ "tepig",
3131
+ "pignite",
3132
+ "emboar"
3133
+ ]
3134
+ },
3135
+ {
3136
+ "pokemon": [
3137
+ "oshawott",
3138
+ "dewott",
3139
+ "samurott",
3140
+ "patrat",
3141
+ "watchog",
3142
+ "lillipup",
3143
+ "herdier",
3144
+ "stoutland",
3145
+ "purrloin",
3146
+ "liepard",
3147
+ "pansage",
3148
+ "simisage",
3149
+ "pansear",
3150
+ "simisear",
3151
+ "panpour",
3152
+ "simipour",
3153
+ "munna",
3154
+ "musharna",
3155
+ "pidove",
3156
+ "tranquill",
3157
+ "unfezant",
3158
+ "unfezant-f",
3159
+ "blitzle",
3160
+ "zebstrika",
3161
+ "roggenrola",
3162
+ "boldore",
3163
+ "gigalith",
3164
+ "woobat",
3165
+ "swoobat",
3166
+ "drilbur"
3167
+ ]
3168
+ },
3169
+ {
3170
+ "pokemon": [
3171
+ "excadrill",
3172
+ "audino",
3173
+ "timburr",
3174
+ "gurdurr",
3175
+ "conkeldurr",
3176
+ "tympole",
3177
+ "palpitoad",
3178
+ "seismitoad",
3179
+ "throh",
3180
+ "sawk",
3181
+ "sewaddle",
3182
+ "swadloon",
3183
+ "leavanny",
3184
+ "venipede",
3185
+ "whirlipede",
3186
+ "scolipede",
3187
+ "cottonee",
3188
+ "whimsicott",
3189
+ "petilil",
3190
+ "lilligant",
3191
+ "basculin",
3192
+ "basculin-blue-striped",
3193
+ "sandile",
3194
+ "krokorok",
3195
+ "krookodile",
3196
+ "darumaka",
3197
+ "darmanitan",
3198
+ "maractus",
3199
+ "dwebble",
3200
+ "crustle"
3201
+ ]
3202
+ },
3203
+ {
3204
+ "pokemon": [
3205
+ "scraggy",
3206
+ "scrafty",
3207
+ "sigilyph",
3208
+ "yamask",
3209
+ "cofagrigus",
3210
+ "tirtouga",
3211
+ "carracosta",
3212
+ "archen",
3213
+ "archeops",
3214
+ "trubbish",
3215
+ "garbodor",
3216
+ "zorua",
3217
+ "zoroark",
3218
+ "minccino",
3219
+ "cinccino",
3220
+ "gothita",
3221
+ "gothorita",
3222
+ "gothitelle",
3223
+ "solosis",
3224
+ "duosion",
3225
+ "reuniclus",
3226
+ "ducklett",
3227
+ "swanna",
3228
+ "vanillite",
3229
+ "vanillish",
3230
+ "vanilluxe",
3231
+ "deerling",
3232
+ "deerling-summer",
3233
+ "deerling-autumn",
3234
+ "deerling-winter"
3235
+ ]
3236
+ },
3237
+ {
3238
+ "pokemon": [
3239
+ "sawsbuck",
3240
+ "sawsbuck-summer",
3241
+ "sawsbuck-autumn",
3242
+ "sawsbuck-winter",
3243
+ "emolga",
3244
+ "karrablast",
3245
+ "escavalier",
3246
+ "foongus",
3247
+ "amoonguss",
3248
+ "frillish",
3249
+ "frillish-f",
3250
+ "jellicent",
3251
+ "jellicent-f",
3252
+ "alomomola",
3253
+ "joltik",
3254
+ "galvantula",
3255
+ "ferroseed",
3256
+ "ferrothorn",
3257
+ "klink",
3258
+ "klang",
3259
+ "klinklang",
3260
+ "tynamo",
3261
+ "eelektrik",
3262
+ "eelektross",
3263
+ "elgyem",
3264
+ "beheeyem",
3265
+ "litwick",
3266
+ "lampent",
3267
+ "chandelure",
3268
+ "axew"
3269
+ ]
3270
+ },
3271
+ {
3272
+ "pokemon": [
3273
+ "fraxure",
3274
+ "haxorus",
3275
+ "cubchoo",
3276
+ "beartic",
3277
+ "cryogonal",
3278
+ "shelmet",
3279
+ "accelgor",
3280
+ "stunfisk",
3281
+ "mienfoo",
3282
+ "mienshao",
3283
+ "druddigon",
3284
+ "golett",
3285
+ "golurk",
3286
+ "pawniard",
3287
+ "bisharp",
3288
+ "bouffalant",
3289
+ "rufflet",
3290
+ "braviary",
3291
+ "vullaby",
3292
+ "mandibuzz",
3293
+ "heatmor",
3294
+ "durant",
3295
+ "deino",
3296
+ "zweilous",
3297
+ "hydreigon",
3298
+ "larvesta",
3299
+ "volcarona",
3300
+ "cobalion",
3301
+ "terrakion",
3302
+ "virizion"
3303
+ ]
3304
+ },
3305
+ {
3306
+ "pokemon": [
3307
+ "tornadus",
3308
+ "tornadus-therian",
3309
+ "thundurus",
3310
+ "thundurus-therian",
3311
+ "reshiram",
3312
+ "zekrom",
3313
+ "landorus",
3314
+ "landorus-therian",
3315
+ "kyurem",
3316
+ "kyurem-white",
3317
+ "kyurem-black",
3318
+ "keldeo",
3319
+ "keldeo-resolute",
3320
+ "meloetta",
3321
+ "genesect",
3322
+ "genesect-douse",
3323
+ "genesect-shock",
3324
+ "genesect-burn",
3325
+ "genesect-chill",
3326
+ "chespin",
3327
+ "quilladin",
3328
+ "chesnaught",
3329
+ "fennekin",
3330
+ "braixen",
3331
+ "delphox",
3332
+ "froakie",
3333
+ "frogadier",
3334
+ "greninja",
3335
+ "greninja--battle-bond",
3336
+ "greninja-ash"
3337
+ ]
3338
+ },
3339
+ {
3340
+ "pokemon": [
3341
+ "bunnelby",
3342
+ "diggersby",
3343
+ "fletchling",
3344
+ "fletchinder",
3345
+ "talonflame",
3346
+ "scatterbug",
3347
+ "spewpa",
3348
+ "vivillon",
3349
+ "vivillon-meadow",
3350
+ "vivillon-polar",
3351
+ "vivillon-tundra",
3352
+ "vivillon-continental",
3353
+ "vivillon-garden",
3354
+ "vivillon-elegant",
3355
+ "vivillon-modern",
3356
+ "vivillon-marine",
3357
+ "vivillon-archipelago",
3358
+ "vivillon-high-plains",
3359
+ "vivillon-sandstorm",
3360
+ "vivillon-river",
3361
+ "vivillon-monsoon",
3362
+ "vivillon-savanna",
3363
+ "vivillon-sun",
3364
+ "vivillon-ocean",
3365
+ "vivillon-jungle",
3366
+ "vivillon-fancy",
3367
+ "vivillon-pokeball",
3368
+ "litleo",
3369
+ "pyroar",
3370
+ "pyroar-f"
3371
+ ]
3372
+ },
3373
+ {
3374
+ "pokemon": [
3375
+ "flabebe",
3376
+ "flabebe-blue",
3377
+ "flabebe-orange",
3378
+ "flabebe-white",
3379
+ "flabebe-yellow",
3380
+ "floette",
3381
+ "floette-blue",
3382
+ "floette-orange",
3383
+ "floette-white",
3384
+ "floette-yellow",
3385
+ "florges",
3386
+ "florges-blue",
3387
+ "florges-orange",
3388
+ "florges-white",
3389
+ "florges-yellow",
3390
+ "skiddo",
3391
+ "gogoat",
3392
+ "pancham",
3393
+ "pangoro",
3394
+ "furfrou",
3395
+ "furfrou-heart",
3396
+ "furfrou-star",
3397
+ "furfrou-diamond",
3398
+ "furfrou-debutante",
3399
+ "furfrou-matron",
3400
+ "furfrou-dandy",
3401
+ "furfrou-la-reine",
3402
+ "furfrou-kabuki",
3403
+ "furfrou-pharaoh",
3404
+ "espurr"
3405
+ ]
3406
+ },
3407
+ {
3408
+ "pokemon": [
3409
+ "meowstic",
3410
+ "meowstic-f",
3411
+ "honedge",
3412
+ "doublade",
3413
+ "aegislash",
3414
+ "spritzee",
3415
+ "aromatisse",
3416
+ "swirlix",
3417
+ "slurpuff",
3418
+ "inkay",
3419
+ "malamar",
3420
+ "binacle",
3421
+ "barbaracle",
3422
+ "skrelp",
3423
+ "dragalge",
3424
+ "clauncher",
3425
+ "clawitzer",
3426
+ "helioptile",
3427
+ "heliolisk",
3428
+ "tyrunt",
3429
+ "tyrantrum",
3430
+ "amaura",
3431
+ "aurorus",
3432
+ "sylveon",
3433
+ "hawlucha",
3434
+ "dedenne",
3435
+ "carbink",
3436
+ "goomy",
3437
+ "sliggoo",
3438
+ "goodra"
3439
+ ]
3440
+ },
3441
+ {
3442
+ "pokemon": [
3443
+ "klefki",
3444
+ "phantump",
3445
+ "trevenant",
3446
+ "pumpkaboo",
3447
+ "pumpkaboo-small",
3448
+ "pumpkaboo-large",
3449
+ "pumpkaboo-super",
3450
+ "gourgeist",
3451
+ "gourgeist-small",
3452
+ "gourgeist-large",
3453
+ "gourgeist-super",
3454
+ "bergmite",
3455
+ "avalugg",
3456
+ "noibat",
3457
+ "noivern",
3458
+ "xerneas",
3459
+ "yveltal",
3460
+ "zygarde",
3461
+ "zygarde--power-construct",
3462
+ "zygarde-10",
3463
+ "zygarde-10--power-construct",
3464
+ "diancie",
3465
+ "hoopa",
3466
+ "hoopa-unbound",
3467
+ "volcanion",
3468
+ "rowlet",
3469
+ "dartrix",
3470
+ "decidueye",
3471
+ "litten",
3472
+ "torracat"
3473
+ ]
3474
+ },
3475
+ {
3476
+ "pokemon": [
3477
+ "incineroar",
3478
+ "popplio",
3479
+ "brionne",
3480
+ "primarina",
3481
+ "pikipek",
3482
+ "trumbeak",
3483
+ "toucannon",
3484
+ "yungoos",
3485
+ "gumshoos",
3486
+ "grubbin",
3487
+ "charjabug",
3488
+ "vikavolt",
3489
+ "crabrawler",
3490
+ "crabominable",
3491
+ "oricorio",
3492
+ "oricorio-pom-pom",
3493
+ "oricorio-pau",
3494
+ "oricorio-sensu",
3495
+ "cutiefly",
3496
+ "ribombee",
3497
+ "rockruff",
3498
+ "lycanroc",
3499
+ "lycanroc-midnight",
3500
+ "wishiwashi",
3501
+ "mareanie",
3502
+ "toxapex",
3503
+ "mudbray",
3504
+ "mudsdale",
3505
+ "dewpider",
3506
+ "araquanid"
3507
+ ]
3508
+ },
3509
+ {
3510
+ "pokemon": [
3511
+ "fomantis",
3512
+ "lurantis",
3513
+ "morelull",
3514
+ "shiinotic",
3515
+ "salandit",
3516
+ "salazzle",
3517
+ "stufful",
3518
+ "bewear",
3519
+ "bounsweet",
3520
+ "steenee",
3521
+ "tsareena",
3522
+ "comfey",
3523
+ "oranguru",
3524
+ "passimian",
3525
+ "wimpod",
3526
+ "golisopod",
3527
+ "sandygast",
3528
+ "palossand",
3529
+ "pyukumuku",
3530
+ "typenull",
3531
+ "silvally",
3532
+ "minior-red",
3533
+ "minior-orange",
3534
+ "minior-yellow",
3535
+ "minior-green",
3536
+ "minior-blue",
3537
+ "minior-indigo",
3538
+ "minior-violet",
3539
+ "komala",
3540
+ "turtonator"
3541
+ ]
3542
+ },
3543
+ {
3544
+ "pokemon": [
3545
+ "togedemaru",
3546
+ "mimikyu",
3547
+ "bruxish",
3548
+ "drampa",
3549
+ "dhelmise",
3550
+ "jangmoo",
3551
+ "hakamoo",
3552
+ "kommoo",
3553
+ "tapukoko",
3554
+ "tapulele",
3555
+ "tapubulu",
3556
+ "tapufini",
3557
+ "cosmog",
3558
+ "cosmoem",
3559
+ "solgaleo",
3560
+ "lunala",
3561
+ "nihilego",
3562
+ "buzzwole",
3563
+ "pheromosa",
3564
+ "xurkitree",
3565
+ "celesteela",
3566
+ "kartana",
3567
+ "guzzlord",
3568
+ "necrozma",
3569
+ "magearna",
3570
+ "magearna-original",
3571
+ "marshadow"
3572
+ ]
3573
+ }
3574
+ ],
3575
+ "fullId": "sm-fully-sorted"
3576
+ },
3577
+ "fully-sorted-minimal": {
3578
+ "id": "fully-sorted-minimal",
3579
+ "name": "National: Sorted by Forms (Minimal)",
3580
+ "version": 1,
3581
+ "gameSet": "sm",
3582
+ "description": "Pokémon Boxes are sorted following HOME's National Dex order mixing Species and Forms, but Legendary or Mythical Pokémon forms (like Hoopa Unbound, etc) will be excluded.",
3583
+ "boxes": [
3584
+ {
3585
+ "pokemon": [
3586
+ "bulbasaur",
3587
+ "ivysaur",
3588
+ "venusaur",
3589
+ "venusaur-f",
3590
+ "charmander",
3591
+ "charmeleon",
3592
+ "charizard",
3593
+ "squirtle",
3594
+ "wartortle",
3595
+ "blastoise",
3596
+ "caterpie",
3597
+ "metapod",
3598
+ "butterfree",
3599
+ "butterfree-f",
3600
+ "weedle",
3601
+ "kakuna",
3602
+ "beedrill",
3603
+ "pidgey",
3604
+ "pidgeotto",
3605
+ "pidgeot",
3606
+ "rattata",
3607
+ "rattata-f",
3608
+ "rattata-alola",
3609
+ "raticate",
3610
+ "raticate-f",
3611
+ "raticate-alola",
3612
+ "spearow",
3613
+ "fearow",
3614
+ "ekans",
3615
+ "arbok"
3616
+ ]
3617
+ },
3618
+ {
3619
+ "pokemon": [
3620
+ "pikachu",
3621
+ "pikachu-f",
3622
+ "pikachu-original",
3623
+ "pikachu-hoenn",
3624
+ "pikachu-sinnoh",
3625
+ "pikachu-unova",
3626
+ "pikachu-kalos",
3627
+ "pikachu-alola",
3628
+ "raichu",
3629
+ "raichu-f",
3630
+ "raichu-alola",
3631
+ "sandshrew",
3632
+ "sandshrew-alola",
3633
+ "sandslash",
3634
+ "sandslash-alola",
3635
+ "nidoranf",
3636
+ "nidorina",
3637
+ "nidoqueen",
3638
+ "nidoranm",
3639
+ "nidorino",
3640
+ "nidoking",
3641
+ "clefairy",
3642
+ "clefable",
3643
+ "vulpix",
3644
+ "vulpix-alola",
3645
+ "ninetales",
3646
+ "ninetales-alola",
3647
+ "jigglypuff",
3648
+ "wigglytuff",
3649
+ "zubat"
3650
+ ]
3651
+ },
3652
+ {
3653
+ "pokemon": [
3654
+ "zubat-f",
3655
+ "golbat",
3656
+ "golbat-f",
3657
+ "oddish",
3658
+ "gloom",
3659
+ "gloom-f",
3660
+ "vileplume",
3661
+ "vileplume-f",
3662
+ "paras",
3663
+ "parasect",
3664
+ "venonat",
3665
+ "venomoth",
3666
+ "diglett",
3667
+ "diglett-alola",
3668
+ "dugtrio",
3669
+ "dugtrio-alola",
3670
+ "meowth",
3671
+ "meowth-alola",
3672
+ "persian",
3673
+ "persian-alola",
3674
+ "psyduck",
3675
+ "golduck",
3676
+ "mankey",
3677
+ "primeape",
3678
+ "growlithe",
3679
+ "arcanine",
3680
+ "poliwag",
3681
+ "poliwhirl",
3682
+ "poliwrath",
3683
+ "abra"
3684
+ ]
3685
+ },
3686
+ {
3687
+ "pokemon": [
3688
+ "kadabra",
3689
+ "kadabra-f",
3690
+ "alakazam",
3691
+ "alakazam-f",
3692
+ "machop",
3693
+ "machoke",
3694
+ "machamp",
3695
+ "bellsprout",
3696
+ "weepinbell",
3697
+ "victreebel",
3698
+ "tentacool",
3699
+ "tentacruel",
3700
+ "geodude",
3701
+ "geodude-alola",
3702
+ "graveler",
3703
+ "graveler-alola",
3704
+ "golem",
3705
+ "golem-alola",
3706
+ "ponyta",
3707
+ "rapidash",
3708
+ "slowpoke",
3709
+ "slowbro",
3710
+ "magnemite",
3711
+ "magneton",
3712
+ "farfetchd",
3713
+ "doduo",
3714
+ "doduo-f",
3715
+ "dodrio",
3716
+ "dodrio-f",
3717
+ "seel"
3718
+ ]
3719
+ },
3720
+ {
3721
+ "pokemon": [
3722
+ "dewgong",
3723
+ "grimer",
3724
+ "grimer-alola",
3725
+ "muk",
3726
+ "muk-alola",
3727
+ "shellder",
3728
+ "cloyster",
3729
+ "gastly",
3730
+ "haunter",
3731
+ "gengar",
3732
+ "onix",
3733
+ "drowzee",
3734
+ "hypno",
3735
+ "hypno-f",
3736
+ "krabby",
3737
+ "kingler",
3738
+ "voltorb",
3739
+ "electrode",
3740
+ "exeggcute",
3741
+ "exeggutor",
3742
+ "exeggutor-alola",
3743
+ "cubone",
3744
+ "marowak",
3745
+ "marowak-alola",
3746
+ "hitmonlee",
3747
+ "hitmonchan",
3748
+ "lickitung",
3749
+ "koffing",
3750
+ "weezing",
3751
+ "rhyhorn"
3752
+ ]
3753
+ },
3754
+ {
3755
+ "pokemon": [
3756
+ "rhyhorn-f",
3757
+ "rhydon",
3758
+ "rhydon-f",
3759
+ "chansey",
3760
+ "tangela",
3761
+ "kangaskhan",
3762
+ "horsea",
3763
+ "seadra",
3764
+ "goldeen",
3765
+ "goldeen-f",
3766
+ "seaking",
3767
+ "seaking-f",
3768
+ "staryu",
3769
+ "starmie",
3770
+ "mrmime",
3771
+ "scyther",
3772
+ "scyther-f",
3773
+ "jynx",
3774
+ "electabuzz",
3775
+ "magmar",
3776
+ "pinsir",
3777
+ "tauros",
3778
+ "magikarp",
3779
+ "magikarp-f",
3780
+ "gyarados",
3781
+ "gyarados-f",
3782
+ "lapras",
3783
+ "ditto",
3784
+ "eevee",
3785
+ "vaporeon"
3786
+ ]
3787
+ },
3788
+ {
3789
+ "pokemon": [
3790
+ "jolteon",
3791
+ "flareon",
3792
+ "porygon",
3793
+ "omanyte",
3794
+ "omastar",
3795
+ "kabuto",
3796
+ "kabutops",
3797
+ "aerodactyl",
3798
+ "snorlax",
3799
+ "articuno",
3800
+ "zapdos",
3801
+ "moltres",
3802
+ "dratini",
3803
+ "dragonair",
3804
+ "dragonite",
3805
+ "mewtwo",
3806
+ "mew",
3807
+ "chikorita",
3808
+ "bayleef",
3809
+ "meganium",
3810
+ "meganium-f",
3811
+ "cyndaquil",
3812
+ "quilava",
3813
+ "typhlosion",
3814
+ "totodile",
3815
+ "croconaw",
3816
+ "feraligatr",
3817
+ "sentret",
3818
+ "furret",
3819
+ "hoothoot"
3820
+ ]
3821
+ },
3822
+ {
3823
+ "pokemon": [
3824
+ "noctowl",
3825
+ "ledyba",
3826
+ "ledyba-f",
3827
+ "ledian",
3828
+ "ledian-f",
3829
+ "spinarak",
3830
+ "ariados",
3831
+ "crobat",
3832
+ "chinchou",
3833
+ "lanturn",
3834
+ "pichu",
3835
+ "cleffa",
3836
+ "igglybuff",
3837
+ "togepi",
3838
+ "togetic",
3839
+ "natu",
3840
+ "xatu",
3841
+ "xatu-f",
3842
+ "mareep",
3843
+ "flaaffy",
3844
+ "ampharos",
3845
+ "bellossom",
3846
+ "marill",
3847
+ "azumarill",
3848
+ "sudowoodo",
3849
+ "sudowoodo-f",
3850
+ "politoed",
3851
+ "politoed-f",
3852
+ "hoppip",
3853
+ "skiploom"
3854
+ ]
3855
+ },
3856
+ {
3857
+ "pokemon": [
3858
+ "jumpluff",
3859
+ "aipom",
3860
+ "aipom-f",
3861
+ "sunkern",
3862
+ "sunflora",
3863
+ "yanma",
3864
+ "wooper",
3865
+ "wooper-f",
3866
+ "quagsire",
3867
+ "quagsire-f",
3868
+ "espeon",
3869
+ "umbreon",
3870
+ "murkrow",
3871
+ "murkrow-f",
3872
+ "slowking",
3873
+ "misdreavus",
3874
+ "unown",
3875
+ "unown-b",
3876
+ "unown-c",
3877
+ "unown-d",
3878
+ "unown-e",
3879
+ "unown-f",
3880
+ "unown-g",
3881
+ "unown-h",
3882
+ "unown-i",
3883
+ "unown-j",
3884
+ "unown-k",
3885
+ "unown-l",
3886
+ "unown-m",
3887
+ "unown-n"
3888
+ ]
3889
+ },
3890
+ {
3891
+ "pokemon": [
3892
+ "unown-o",
3893
+ "unown-p",
3894
+ "unown-q",
3895
+ "unown-r",
3896
+ "unown-s",
3897
+ "unown-t",
3898
+ "unown-u",
3899
+ "unown-v",
3900
+ "unown-w",
3901
+ "unown-x",
3902
+ "unown-y",
3903
+ "unown-z",
3904
+ "unown-exclamation",
3905
+ "unown-question",
3906
+ "wobbuffet",
3907
+ "wobbuffet-f",
3908
+ "girafarig",
3909
+ "girafarig-f",
3910
+ "pineco",
3911
+ "forretress",
3912
+ "dunsparce",
3913
+ "gligar",
3914
+ "gligar-f",
3915
+ "steelix",
3916
+ "steelix-f",
3917
+ "snubbull",
3918
+ "granbull",
3919
+ "qwilfish",
3920
+ "scizor",
3921
+ "scizor-f"
3922
+ ]
3923
+ },
3924
+ {
3925
+ "pokemon": [
3926
+ "shuckle",
3927
+ "heracross",
3928
+ "heracross-f",
3929
+ "sneasel",
3930
+ "sneasel-f",
3931
+ "teddiursa",
3932
+ "ursaring",
3933
+ "ursaring-f",
3934
+ "slugma",
3935
+ "magcargo",
3936
+ "swinub",
3937
+ "piloswine",
3938
+ "piloswine-f",
3939
+ "corsola",
3940
+ "remoraid",
3941
+ "octillery",
3942
+ "octillery-f",
3943
+ "delibird",
3944
+ "mantine",
3945
+ "skarmory",
3946
+ "houndour",
3947
+ "houndoom",
3948
+ "houndoom-f",
3949
+ "kingdra",
3950
+ "phanpy",
3951
+ "donphan",
3952
+ "donphan-f",
3953
+ "porygon2",
3954
+ "stantler",
3955
+ "smeargle"
3956
+ ]
3957
+ },
3958
+ {
3959
+ "pokemon": [
3960
+ "tyrogue",
3961
+ "hitmontop",
3962
+ "smoochum",
3963
+ "elekid",
3964
+ "magby",
3965
+ "miltank",
3966
+ "blissey",
3967
+ "raikou",
3968
+ "entei",
3969
+ "suicune",
3970
+ "larvitar",
3971
+ "pupitar",
3972
+ "tyranitar",
3973
+ "lugia",
3974
+ "hooh",
3975
+ "celebi",
3976
+ "treecko",
3977
+ "grovyle",
3978
+ "sceptile",
3979
+ "torchic",
3980
+ "torchic-f",
3981
+ "combusken",
3982
+ "combusken-f",
3983
+ "blaziken",
3984
+ "blaziken-f",
3985
+ "mudkip",
3986
+ "marshtomp",
3987
+ "swampert",
3988
+ "poochyena",
3989
+ "mightyena"
3990
+ ]
3991
+ },
3992
+ {
3993
+ "pokemon": [
3994
+ "zigzagoon",
3995
+ "linoone",
3996
+ "wurmple",
3997
+ "silcoon",
3998
+ "beautifly",
3999
+ "beautifly-f",
4000
+ "cascoon",
4001
+ "dustox",
4002
+ "dustox-f",
4003
+ "lotad",
4004
+ "lombre",
4005
+ "ludicolo",
4006
+ "ludicolo-f",
4007
+ "seedot",
4008
+ "nuzleaf",
4009
+ "nuzleaf-f",
4010
+ "shiftry",
4011
+ "shiftry-f",
4012
+ "taillow",
4013
+ "swellow",
4014
+ "wingull",
4015
+ "pelipper",
4016
+ "ralts",
4017
+ "kirlia",
4018
+ "gardevoir",
4019
+ "surskit",
4020
+ "masquerain",
4021
+ "shroomish",
4022
+ "breloom",
4023
+ "slakoth"
4024
+ ]
4025
+ },
4026
+ {
4027
+ "pokemon": [
4028
+ "vigoroth",
4029
+ "slaking",
4030
+ "nincada",
4031
+ "ninjask",
4032
+ "shedinja",
4033
+ "whismur",
4034
+ "loudred",
4035
+ "exploud",
4036
+ "makuhita",
4037
+ "hariyama",
4038
+ "azurill",
4039
+ "nosepass",
4040
+ "skitty",
4041
+ "delcatty",
4042
+ "sableye",
4043
+ "mawile",
4044
+ "aron",
4045
+ "lairon",
4046
+ "aggron",
4047
+ "meditite",
4048
+ "meditite-f",
4049
+ "medicham",
4050
+ "medicham-f",
4051
+ "electrike",
4052
+ "manectric",
4053
+ "plusle",
4054
+ "minun",
4055
+ "volbeat",
4056
+ "illumise",
4057
+ "roselia"
4058
+ ]
4059
+ },
4060
+ {
4061
+ "pokemon": [
4062
+ "roselia-f",
4063
+ "gulpin",
4064
+ "gulpin-f",
4065
+ "swalot",
4066
+ "swalot-f",
4067
+ "carvanha",
4068
+ "sharpedo",
4069
+ "wailmer",
4070
+ "wailord",
4071
+ "numel",
4072
+ "numel-f",
4073
+ "camerupt",
4074
+ "camerupt-f",
4075
+ "torkoal",
4076
+ "spoink",
4077
+ "grumpig",
4078
+ "spinda",
4079
+ "trapinch",
4080
+ "vibrava",
4081
+ "flygon",
4082
+ "cacnea",
4083
+ "cacturne",
4084
+ "cacturne-f",
4085
+ "swablu",
4086
+ "altaria",
4087
+ "zangoose",
4088
+ "seviper",
4089
+ "lunatone",
4090
+ "solrock",
4091
+ "barboach"
4092
+ ]
4093
+ },
4094
+ {
4095
+ "pokemon": [
4096
+ "whiscash",
4097
+ "corphish",
4098
+ "crawdaunt",
4099
+ "baltoy",
4100
+ "claydol",
4101
+ "lileep",
4102
+ "cradily",
4103
+ "anorith",
4104
+ "armaldo",
4105
+ "feebas",
4106
+ "milotic",
4107
+ "milotic-f",
4108
+ "castform",
4109
+ "kecleon",
4110
+ "shuppet",
4111
+ "banette",
4112
+ "duskull",
4113
+ "dusclops",
4114
+ "tropius",
4115
+ "chimecho",
4116
+ "absol",
4117
+ "wynaut",
4118
+ "snorunt",
4119
+ "glalie",
4120
+ "spheal",
4121
+ "sealeo",
4122
+ "walrein",
4123
+ "clamperl",
4124
+ "huntail",
4125
+ "gorebyss"
4126
+ ]
4127
+ },
4128
+ {
4129
+ "pokemon": [
4130
+ "relicanth",
4131
+ "relicanth-f",
4132
+ "luvdisc",
4133
+ "bagon",
4134
+ "shelgon",
4135
+ "salamence",
4136
+ "beldum",
4137
+ "metang",
4138
+ "metagross",
4139
+ "regirock",
4140
+ "regice",
4141
+ "registeel",
4142
+ "latias",
4143
+ "latios",
4144
+ "kyogre",
4145
+ "groudon",
4146
+ "rayquaza",
4147
+ "jirachi",
4148
+ "deoxys",
4149
+ "turtwig",
4150
+ "grotle",
4151
+ "torterra",
4152
+ "chimchar",
4153
+ "monferno",
4154
+ "infernape",
4155
+ "piplup",
4156
+ "prinplup",
4157
+ "empoleon",
4158
+ "starly",
4159
+ "starly-f"
4160
+ ]
4161
+ },
4162
+ {
4163
+ "pokemon": [
4164
+ "staravia",
4165
+ "staravia-f",
4166
+ "staraptor",
4167
+ "staraptor-f",
4168
+ "bidoof",
4169
+ "bidoof-f",
4170
+ "bibarel",
4171
+ "bibarel-f",
4172
+ "kricketot",
4173
+ "kricketot-f",
4174
+ "kricketune",
4175
+ "kricketune-f",
4176
+ "shinx",
4177
+ "shinx-f",
4178
+ "luxio",
4179
+ "luxio-f",
4180
+ "luxray",
4181
+ "luxray-f",
4182
+ "budew",
4183
+ "roserade",
4184
+ "roserade-f",
4185
+ "cranidos",
4186
+ "rampardos",
4187
+ "shieldon",
4188
+ "bastiodon",
4189
+ "burmy",
4190
+ "burmy-sandy",
4191
+ "burmy-trash",
4192
+ "wormadam",
4193
+ "wormadam-sandy"
4194
+ ]
4195
+ },
4196
+ {
4197
+ "pokemon": [
4198
+ "wormadam-trash",
4199
+ "mothim",
4200
+ "combee",
4201
+ "combee-f",
4202
+ "vespiquen",
4203
+ "pachirisu",
4204
+ "pachirisu-f",
4205
+ "buizel",
4206
+ "buizel-f",
4207
+ "floatzel",
4208
+ "floatzel-f",
4209
+ "cherubi",
4210
+ "cherrim",
4211
+ "shellos",
4212
+ "shellos-east",
4213
+ "gastrodon",
4214
+ "gastrodon-east",
4215
+ "ambipom",
4216
+ "ambipom-f",
4217
+ "drifloon",
4218
+ "drifblim",
4219
+ "buneary",
4220
+ "lopunny",
4221
+ "mismagius",
4222
+ "honchkrow",
4223
+ "glameow",
4224
+ "purugly",
4225
+ "chingling",
4226
+ "stunky",
4227
+ "skuntank"
4228
+ ]
4229
+ },
4230
+ {
4231
+ "pokemon": [
4232
+ "bronzor",
4233
+ "bronzong",
4234
+ "bonsly",
4235
+ "mimejr",
4236
+ "happiny",
4237
+ "chatot",
4238
+ "spiritomb",
4239
+ "gible",
4240
+ "gible-f",
4241
+ "gabite",
4242
+ "gabite-f",
4243
+ "garchomp",
4244
+ "garchomp-f",
4245
+ "munchlax",
4246
+ "riolu",
4247
+ "lucario",
4248
+ "hippopotas",
4249
+ "hippopotas-f",
4250
+ "hippowdon",
4251
+ "hippowdon-f",
4252
+ "skorupi",
4253
+ "drapion",
4254
+ "croagunk",
4255
+ "croagunk-f",
4256
+ "toxicroak",
4257
+ "toxicroak-f",
4258
+ "carnivine",
4259
+ "finneon",
4260
+ "finneon-f",
4261
+ "lumineon"
4262
+ ]
4263
+ },
4264
+ {
4265
+ "pokemon": [
4266
+ "lumineon-f",
4267
+ "mantyke",
4268
+ "snover",
4269
+ "snover-f",
4270
+ "abomasnow",
4271
+ "abomasnow-f",
4272
+ "weavile",
4273
+ "weavile-f",
4274
+ "magnezone",
4275
+ "lickilicky",
4276
+ "rhyperior",
4277
+ "rhyperior-f",
4278
+ "tangrowth",
4279
+ "tangrowth-f",
4280
+ "electivire",
4281
+ "magmortar",
4282
+ "togekiss",
4283
+ "yanmega",
4284
+ "leafeon",
4285
+ "glaceon",
4286
+ "gliscor",
4287
+ "mamoswine",
4288
+ "mamoswine-f",
4289
+ "porygonz",
4290
+ "gallade",
4291
+ "probopass",
4292
+ "dusknoir",
4293
+ "froslass",
4294
+ "rotom",
4295
+ "rotom-heat"
4296
+ ]
4297
+ },
4298
+ {
4299
+ "pokemon": [
4300
+ "rotom-wash",
4301
+ "rotom-frost",
4302
+ "rotom-fan",
4303
+ "rotom-mow",
4304
+ "uxie",
4305
+ "mesprit",
4306
+ "azelf",
4307
+ "dialga",
4308
+ "palkia",
4309
+ "heatran",
4310
+ "regigigas",
4311
+ "giratina",
4312
+ "cresselia",
4313
+ "phione",
4314
+ "manaphy",
4315
+ "darkrai",
4316
+ "shaymin",
4317
+ "arceus",
4318
+ "victini",
4319
+ "snivy",
4320
+ "servine",
4321
+ "serperior",
4322
+ "tepig",
4323
+ "pignite",
4324
+ "emboar",
4325
+ "oshawott",
4326
+ "dewott",
4327
+ "samurott",
4328
+ "patrat",
4329
+ "watchog"
4330
+ ]
4331
+ },
4332
+ {
4333
+ "pokemon": [
4334
+ "lillipup",
4335
+ "herdier",
4336
+ "stoutland",
4337
+ "purrloin",
4338
+ "liepard",
4339
+ "pansage",
4340
+ "simisage",
4341
+ "pansear",
4342
+ "simisear",
4343
+ "panpour",
4344
+ "simipour",
4345
+ "munna",
4346
+ "musharna",
4347
+ "pidove",
4348
+ "tranquill",
4349
+ "unfezant",
4350
+ "unfezant-f",
4351
+ "blitzle",
4352
+ "zebstrika",
4353
+ "roggenrola",
4354
+ "boldore",
4355
+ "gigalith",
4356
+ "woobat",
4357
+ "swoobat",
4358
+ "drilbur",
4359
+ "excadrill",
4360
+ "audino",
4361
+ "timburr",
4362
+ "gurdurr",
4363
+ "conkeldurr"
4364
+ ]
4365
+ },
4366
+ {
4367
+ "pokemon": [
4368
+ "tympole",
4369
+ "palpitoad",
4370
+ "seismitoad",
4371
+ "throh",
4372
+ "sawk",
4373
+ "sewaddle",
4374
+ "swadloon",
4375
+ "leavanny",
4376
+ "venipede",
4377
+ "whirlipede",
4378
+ "scolipede",
4379
+ "cottonee",
4380
+ "whimsicott",
4381
+ "petilil",
4382
+ "lilligant",
4383
+ "basculin",
4384
+ "basculin-blue-striped",
4385
+ "sandile",
4386
+ "krokorok",
4387
+ "krookodile",
4388
+ "darumaka",
4389
+ "darmanitan",
4390
+ "maractus",
4391
+ "dwebble",
4392
+ "crustle",
4393
+ "scraggy",
4394
+ "scrafty",
4395
+ "sigilyph",
4396
+ "yamask",
4397
+ "cofagrigus"
4398
+ ]
4399
+ },
4400
+ {
4401
+ "pokemon": [
4402
+ "tirtouga",
4403
+ "carracosta",
4404
+ "archen",
4405
+ "archeops",
4406
+ "trubbish",
4407
+ "garbodor",
4408
+ "zorua",
4409
+ "zoroark",
4410
+ "minccino",
4411
+ "cinccino",
4412
+ "gothita",
4413
+ "gothorita",
4414
+ "gothitelle",
4415
+ "solosis",
4416
+ "duosion",
4417
+ "reuniclus",
4418
+ "ducklett",
4419
+ "swanna",
4420
+ "vanillite",
4421
+ "vanillish",
4422
+ "vanilluxe",
4423
+ "deerling",
4424
+ "deerling-summer",
4425
+ "deerling-autumn",
4426
+ "deerling-winter",
4427
+ "sawsbuck",
4428
+ "sawsbuck-summer",
4429
+ "sawsbuck-autumn",
4430
+ "sawsbuck-winter",
4431
+ "emolga"
4432
+ ]
4433
+ },
4434
+ {
4435
+ "pokemon": [
4436
+ "karrablast",
4437
+ "escavalier",
4438
+ "foongus",
4439
+ "amoonguss",
4440
+ "frillish",
4441
+ "frillish-f",
4442
+ "jellicent",
4443
+ "jellicent-f",
4444
+ "alomomola",
4445
+ "joltik",
4446
+ "galvantula",
4447
+ "ferroseed",
4448
+ "ferrothorn",
4449
+ "klink",
4450
+ "klang",
4451
+ "klinklang",
4452
+ "tynamo",
4453
+ "eelektrik",
4454
+ "eelektross",
4455
+ "elgyem",
4456
+ "beheeyem",
4457
+ "litwick",
4458
+ "lampent",
4459
+ "chandelure",
4460
+ "axew",
4461
+ "fraxure",
4462
+ "haxorus",
4463
+ "cubchoo",
4464
+ "beartic",
4465
+ "cryogonal"
4466
+ ]
4467
+ },
4468
+ {
4469
+ "pokemon": [
4470
+ "shelmet",
4471
+ "accelgor",
4472
+ "stunfisk",
4473
+ "mienfoo",
4474
+ "mienshao",
4475
+ "druddigon",
4476
+ "golett",
4477
+ "golurk",
4478
+ "pawniard",
4479
+ "bisharp",
4480
+ "bouffalant",
4481
+ "rufflet",
4482
+ "braviary",
4483
+ "vullaby",
4484
+ "mandibuzz",
4485
+ "heatmor",
4486
+ "durant",
4487
+ "deino",
4488
+ "zweilous",
4489
+ "hydreigon",
4490
+ "larvesta",
4491
+ "volcarona",
4492
+ "cobalion",
4493
+ "terrakion",
4494
+ "virizion",
4495
+ "tornadus",
4496
+ "thundurus",
4497
+ "reshiram",
4498
+ "zekrom",
4499
+ "landorus"
4500
+ ]
4501
+ },
4502
+ {
4503
+ "pokemon": [
4504
+ "kyurem",
4505
+ "keldeo",
4506
+ "meloetta",
4507
+ "genesect",
4508
+ "chespin",
4509
+ "quilladin",
4510
+ "chesnaught",
4511
+ "fennekin",
4512
+ "braixen",
4513
+ "delphox",
4514
+ "froakie",
4515
+ "frogadier",
4516
+ "greninja",
4517
+ "greninja--battle-bond",
4518
+ "greninja-ash",
4519
+ "bunnelby",
4520
+ "diggersby",
4521
+ "fletchling",
4522
+ "fletchinder",
4523
+ "talonflame",
4524
+ "scatterbug",
4525
+ "spewpa",
4526
+ "vivillon",
4527
+ "vivillon-meadow",
4528
+ "vivillon-polar",
4529
+ "vivillon-tundra",
4530
+ "vivillon-continental",
4531
+ "vivillon-garden",
4532
+ "vivillon-elegant",
4533
+ "vivillon-modern"
4534
+ ]
4535
+ },
4536
+ {
4537
+ "pokemon": [
4538
+ "vivillon-marine",
4539
+ "vivillon-archipelago",
4540
+ "vivillon-high-plains",
4541
+ "vivillon-sandstorm",
4542
+ "vivillon-river",
4543
+ "vivillon-monsoon",
4544
+ "vivillon-savanna",
4545
+ "vivillon-sun",
4546
+ "vivillon-ocean",
4547
+ "vivillon-jungle",
4548
+ "vivillon-fancy",
4549
+ "vivillon-pokeball",
4550
+ "litleo",
4551
+ "pyroar",
4552
+ "pyroar-f",
4553
+ "flabebe",
4554
+ "flabebe-blue",
4555
+ "flabebe-orange",
4556
+ "flabebe-white",
4557
+ "flabebe-yellow",
4558
+ "floette",
4559
+ "floette-blue",
4560
+ "floette-orange",
4561
+ "floette-white",
4562
+ "floette-yellow",
4563
+ "florges",
4564
+ "florges-blue",
4565
+ "florges-orange",
4566
+ "florges-white",
4567
+ "florges-yellow"
4568
+ ]
4569
+ },
4570
+ {
4571
+ "pokemon": [
4572
+ "skiddo",
4573
+ "gogoat",
4574
+ "pancham",
4575
+ "pangoro",
4576
+ "furfrou",
4577
+ "furfrou-heart",
4578
+ "furfrou-star",
4579
+ "furfrou-diamond",
4580
+ "furfrou-debutante",
4581
+ "furfrou-matron",
4582
+ "furfrou-dandy",
4583
+ "furfrou-la-reine",
4584
+ "furfrou-kabuki",
4585
+ "furfrou-pharaoh",
4586
+ "espurr",
4587
+ "meowstic",
4588
+ "meowstic-f",
4589
+ "honedge",
4590
+ "doublade",
4591
+ "aegislash",
4592
+ "spritzee",
4593
+ "aromatisse",
4594
+ "swirlix",
4595
+ "slurpuff",
4596
+ "inkay",
4597
+ "malamar",
4598
+ "binacle",
4599
+ "barbaracle",
4600
+ "skrelp",
4601
+ "dragalge"
4602
+ ]
4603
+ },
4604
+ {
4605
+ "pokemon": [
4606
+ "clauncher",
4607
+ "clawitzer",
4608
+ "helioptile",
4609
+ "heliolisk",
4610
+ "tyrunt",
4611
+ "tyrantrum",
4612
+ "amaura",
4613
+ "aurorus",
4614
+ "sylveon",
4615
+ "hawlucha",
4616
+ "dedenne",
4617
+ "carbink",
4618
+ "goomy",
4619
+ "sliggoo",
4620
+ "goodra",
4621
+ "klefki",
4622
+ "phantump",
4623
+ "trevenant",
4624
+ "pumpkaboo",
4625
+ "pumpkaboo-small",
4626
+ "pumpkaboo-large",
4627
+ "pumpkaboo-super",
4628
+ "gourgeist",
4629
+ "gourgeist-small",
4630
+ "gourgeist-large",
4631
+ "gourgeist-super",
4632
+ "bergmite",
4633
+ "avalugg",
4634
+ "noibat",
4635
+ "noivern"
4636
+ ]
4637
+ },
4638
+ {
4639
+ "pokemon": [
4640
+ "xerneas",
4641
+ "yveltal",
4642
+ "zygarde",
4643
+ "diancie",
4644
+ "hoopa",
4645
+ "volcanion",
4646
+ "rowlet",
4647
+ "dartrix",
4648
+ "decidueye",
4649
+ "litten",
4650
+ "torracat",
4651
+ "incineroar",
4652
+ "popplio",
4653
+ "brionne",
4654
+ "primarina",
4655
+ "pikipek",
4656
+ "trumbeak",
4657
+ "toucannon",
4658
+ "yungoos",
4659
+ "gumshoos",
4660
+ "grubbin",
4661
+ "charjabug",
4662
+ "vikavolt",
4663
+ "crabrawler",
4664
+ "crabominable",
4665
+ "oricorio",
4666
+ "oricorio-pom-pom",
4667
+ "oricorio-pau",
4668
+ "oricorio-sensu",
4669
+ "cutiefly"
4670
+ ]
4671
+ },
4672
+ {
4673
+ "pokemon": [
4674
+ "ribombee",
4675
+ "rockruff",
4676
+ "lycanroc",
4677
+ "lycanroc-midnight",
4678
+ "wishiwashi",
4679
+ "mareanie",
4680
+ "toxapex",
4681
+ "mudbray",
4682
+ "mudsdale",
4683
+ "dewpider",
4684
+ "araquanid",
4685
+ "fomantis",
4686
+ "lurantis",
4687
+ "morelull",
4688
+ "shiinotic",
4689
+ "salandit",
4690
+ "salazzle",
4691
+ "stufful",
4692
+ "bewear",
4693
+ "bounsweet",
4694
+ "steenee",
4695
+ "tsareena",
4696
+ "comfey",
4697
+ "oranguru",
4698
+ "passimian",
4699
+ "wimpod",
4700
+ "golisopod",
4701
+ "sandygast",
4702
+ "palossand",
4703
+ "pyukumuku"
4704
+ ]
4705
+ },
4706
+ {
4707
+ "pokemon": [
4708
+ "typenull",
4709
+ "silvally",
4710
+ "minior-red",
4711
+ "minior-orange",
4712
+ "minior-yellow",
4713
+ "minior-green",
4714
+ "minior-blue",
4715
+ "minior-indigo",
4716
+ "minior-violet",
4717
+ "komala",
4718
+ "turtonator",
4719
+ "togedemaru",
4720
+ "mimikyu",
4721
+ "bruxish",
4722
+ "drampa",
4723
+ "dhelmise",
4724
+ "jangmoo",
4725
+ "hakamoo",
4726
+ "kommoo",
4727
+ "tapukoko",
4728
+ "tapulele",
4729
+ "tapubulu",
4730
+ "tapufini",
4731
+ "cosmog",
4732
+ "cosmoem",
4733
+ "solgaleo",
4734
+ "lunala",
4735
+ "nihilego",
4736
+ "buzzwole",
4737
+ "pheromosa"
4738
+ ]
4739
+ },
4740
+ {
4741
+ "pokemon": [
4742
+ "xurkitree",
4743
+ "celesteela",
4744
+ "kartana",
4745
+ "guzzlord",
4746
+ "necrozma",
4747
+ "magearna",
4748
+ "marshadow"
4749
+ ]
4750
+ }
4751
+ ],
4752
+ "fullId": "sm-fully-sorted-minimal"
4753
+ }
4754
+ }