@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,4794 @@
1
+ {
2
+ "sorted-species": {
3
+ "id": "sorted-species",
4
+ "name": "National: Sorted by Species",
5
+ "version": 1,
6
+ "gameSet": "usum",
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
+ "poipole",
918
+ "naganadel",
919
+ "stakataka",
920
+ "blacephalon",
921
+ "zeraora"
922
+ ]
923
+ },
924
+ {
925
+ "pokemon": [
926
+ "venusaur-f",
927
+ "butterfree-f",
928
+ "rattata-f",
929
+ "rattata-alola",
930
+ "raticate-f",
931
+ "raticate-alola",
932
+ "pikachu-f",
933
+ "pikachu-original",
934
+ "pikachu-hoenn",
935
+ "pikachu-sinnoh",
936
+ "pikachu-unova",
937
+ "pikachu-kalos",
938
+ "pikachu-alola",
939
+ "pikachu-partner",
940
+ "raichu-f",
941
+ "raichu-alola",
942
+ "sandshrew-alola",
943
+ "sandslash-alola",
944
+ "vulpix-alola",
945
+ "ninetales-alola",
946
+ "zubat-f",
947
+ "golbat-f",
948
+ "gloom-f",
949
+ "vileplume-f",
950
+ "diglett-alola",
951
+ "dugtrio-alola",
952
+ "meowth-alola",
953
+ "persian-alola",
954
+ "kadabra-f",
955
+ "alakazam-f"
956
+ ]
957
+ },
958
+ {
959
+ "pokemon": [
960
+ "geodude-alola",
961
+ "graveler-alola",
962
+ "golem-alola",
963
+ "doduo-f",
964
+ "dodrio-f",
965
+ "grimer-alola",
966
+ "muk-alola",
967
+ "hypno-f",
968
+ "exeggutor-alola",
969
+ "marowak-alola",
970
+ "rhyhorn-f",
971
+ "rhydon-f",
972
+ "goldeen-f",
973
+ "seaking-f",
974
+ "scyther-f",
975
+ "magikarp-f",
976
+ "gyarados-f",
977
+ "meganium-f",
978
+ "ledyba-f",
979
+ "ledian-f",
980
+ "xatu-f",
981
+ "sudowoodo-f",
982
+ "politoed-f",
983
+ "aipom-f",
984
+ "wooper-f",
985
+ "quagsire-f",
986
+ "murkrow-f",
987
+ "unown-b",
988
+ "unown-c",
989
+ "unown-d"
990
+ ]
991
+ },
992
+ {
993
+ "pokemon": [
994
+ "unown-e",
995
+ "unown-f",
996
+ "unown-g",
997
+ "unown-h",
998
+ "unown-i",
999
+ "unown-j",
1000
+ "unown-k",
1001
+ "unown-l",
1002
+ "unown-m",
1003
+ "unown-n",
1004
+ "unown-o",
1005
+ "unown-p",
1006
+ "unown-q",
1007
+ "unown-r",
1008
+ "unown-s",
1009
+ "unown-t",
1010
+ "unown-u",
1011
+ "unown-v",
1012
+ "unown-w",
1013
+ "unown-x",
1014
+ "unown-y",
1015
+ "unown-z",
1016
+ "unown-exclamation",
1017
+ "unown-question",
1018
+ "wobbuffet-f",
1019
+ "girafarig-f",
1020
+ "gligar-f",
1021
+ "steelix-f",
1022
+ "scizor-f",
1023
+ "heracross-f"
1024
+ ]
1025
+ },
1026
+ {
1027
+ "pokemon": [
1028
+ "sneasel-f",
1029
+ "ursaring-f",
1030
+ "piloswine-f",
1031
+ "octillery-f",
1032
+ "houndoom-f",
1033
+ "donphan-f",
1034
+ "torchic-f",
1035
+ "combusken-f",
1036
+ "blaziken-f",
1037
+ "beautifly-f",
1038
+ "dustox-f",
1039
+ "ludicolo-f",
1040
+ "nuzleaf-f",
1041
+ "shiftry-f",
1042
+ "meditite-f",
1043
+ "medicham-f",
1044
+ "roselia-f",
1045
+ "gulpin-f",
1046
+ "swalot-f",
1047
+ "numel-f",
1048
+ "camerupt-f",
1049
+ "cacturne-f",
1050
+ "milotic-f",
1051
+ "relicanth-f",
1052
+ "deoxys-attack",
1053
+ "deoxys-defense",
1054
+ "deoxys-speed",
1055
+ "starly-f",
1056
+ "staravia-f",
1057
+ "staraptor-f"
1058
+ ]
1059
+ },
1060
+ {
1061
+ "pokemon": [
1062
+ "bidoof-f",
1063
+ "bibarel-f",
1064
+ "kricketot-f",
1065
+ "kricketune-f",
1066
+ "shinx-f",
1067
+ "luxio-f",
1068
+ "luxray-f",
1069
+ "roserade-f",
1070
+ "burmy-sandy",
1071
+ "burmy-trash",
1072
+ "wormadam-sandy",
1073
+ "wormadam-trash",
1074
+ "combee-f",
1075
+ "pachirisu-f",
1076
+ "buizel-f",
1077
+ "floatzel-f",
1078
+ "shellos-east",
1079
+ "gastrodon-east",
1080
+ "ambipom-f",
1081
+ "gible-f",
1082
+ "gabite-f",
1083
+ "garchomp-f",
1084
+ "hippopotas-f",
1085
+ "hippowdon-f",
1086
+ "croagunk-f",
1087
+ "toxicroak-f",
1088
+ "finneon-f",
1089
+ "lumineon-f",
1090
+ "snover-f",
1091
+ "abomasnow-f"
1092
+ ]
1093
+ },
1094
+ {
1095
+ "pokemon": [
1096
+ "weavile-f",
1097
+ "rhyperior-f",
1098
+ "tangrowth-f",
1099
+ "mamoswine-f",
1100
+ "rotom-heat",
1101
+ "rotom-wash",
1102
+ "rotom-frost",
1103
+ "rotom-fan",
1104
+ "rotom-mow",
1105
+ "giratina-origin",
1106
+ "shaymin-sky",
1107
+ "unfezant-f",
1108
+ "basculin-blue-striped",
1109
+ "deerling-summer",
1110
+ "deerling-autumn",
1111
+ "deerling-winter",
1112
+ "sawsbuck-summer",
1113
+ "sawsbuck-autumn",
1114
+ "sawsbuck-winter",
1115
+ "frillish-f",
1116
+ "jellicent-f",
1117
+ "tornadus-therian",
1118
+ "thundurus-therian",
1119
+ "landorus-therian",
1120
+ "kyurem-white",
1121
+ "kyurem-black",
1122
+ "keldeo-resolute",
1123
+ "genesect-douse",
1124
+ "genesect-shock",
1125
+ "genesect-burn"
1126
+ ]
1127
+ },
1128
+ {
1129
+ "pokemon": [
1130
+ "genesect-chill",
1131
+ "greninja--battle-bond",
1132
+ "greninja-ash",
1133
+ "vivillon-meadow",
1134
+ "vivillon-polar",
1135
+ "vivillon-tundra",
1136
+ "vivillon-continental",
1137
+ "vivillon-garden",
1138
+ "vivillon-elegant",
1139
+ "vivillon-modern",
1140
+ "vivillon-marine",
1141
+ "vivillon-archipelago",
1142
+ "vivillon-high-plains",
1143
+ "vivillon-sandstorm",
1144
+ "vivillon-river",
1145
+ "vivillon-monsoon",
1146
+ "vivillon-savanna",
1147
+ "vivillon-sun",
1148
+ "vivillon-ocean",
1149
+ "vivillon-jungle",
1150
+ "vivillon-fancy",
1151
+ "vivillon-pokeball",
1152
+ "pyroar-f",
1153
+ "flabebe-blue",
1154
+ "flabebe-orange",
1155
+ "flabebe-white",
1156
+ "flabebe-yellow",
1157
+ "floette-blue",
1158
+ "floette-orange",
1159
+ "floette-white"
1160
+ ]
1161
+ },
1162
+ {
1163
+ "pokemon": [
1164
+ "floette-yellow",
1165
+ "florges-blue",
1166
+ "florges-orange",
1167
+ "florges-white",
1168
+ "florges-yellow",
1169
+ "furfrou-heart",
1170
+ "furfrou-star",
1171
+ "furfrou-diamond",
1172
+ "furfrou-debutante",
1173
+ "furfrou-matron",
1174
+ "furfrou-dandy",
1175
+ "furfrou-la-reine",
1176
+ "furfrou-kabuki",
1177
+ "furfrou-pharaoh",
1178
+ "meowstic-f",
1179
+ "pumpkaboo-small",
1180
+ "pumpkaboo-large",
1181
+ "pumpkaboo-super",
1182
+ "gourgeist-small",
1183
+ "gourgeist-large",
1184
+ "gourgeist-super",
1185
+ "zygarde--power-construct",
1186
+ "zygarde-10",
1187
+ "zygarde-10--power-construct",
1188
+ "hoopa-unbound",
1189
+ "oricorio-pom-pom",
1190
+ "oricorio-pau",
1191
+ "oricorio-sensu",
1192
+ "rockruff--own-tempo",
1193
+ "lycanroc-midnight"
1194
+ ]
1195
+ },
1196
+ {
1197
+ "pokemon": [
1198
+ "lycanroc-dusk",
1199
+ "minior-orange",
1200
+ "minior-yellow",
1201
+ "minior-green",
1202
+ "minior-blue",
1203
+ "minior-indigo",
1204
+ "minior-violet",
1205
+ "necrozma-dusk-mane",
1206
+ "necrozma-dawn-wings",
1207
+ "magearna-original"
1208
+ ]
1209
+ }
1210
+ ],
1211
+ "fullId": "usum-sorted-species"
1212
+ },
1213
+ "sorted-species-minimal": {
1214
+ "id": "sorted-species-minimal",
1215
+ "name": "National: Sorted by Species (Minimal)",
1216
+ "version": 1,
1217
+ "gameSet": "usum",
1218
+ "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).",
1219
+ "boxes": [
1220
+ {
1221
+ "pokemon": [
1222
+ "bulbasaur",
1223
+ "ivysaur",
1224
+ "venusaur",
1225
+ "charmander",
1226
+ "charmeleon",
1227
+ "charizard",
1228
+ "squirtle",
1229
+ "wartortle",
1230
+ "blastoise",
1231
+ "caterpie",
1232
+ "metapod",
1233
+ "butterfree",
1234
+ "weedle",
1235
+ "kakuna",
1236
+ "beedrill",
1237
+ "pidgey",
1238
+ "pidgeotto",
1239
+ "pidgeot",
1240
+ "rattata",
1241
+ "raticate",
1242
+ "spearow",
1243
+ "fearow",
1244
+ "ekans",
1245
+ "arbok",
1246
+ "pikachu",
1247
+ "raichu",
1248
+ "sandshrew",
1249
+ "sandslash",
1250
+ "nidoranf",
1251
+ "nidorina"
1252
+ ]
1253
+ },
1254
+ {
1255
+ "pokemon": [
1256
+ "nidoqueen",
1257
+ "nidoranm",
1258
+ "nidorino",
1259
+ "nidoking",
1260
+ "clefairy",
1261
+ "clefable",
1262
+ "vulpix",
1263
+ "ninetales",
1264
+ "jigglypuff",
1265
+ "wigglytuff",
1266
+ "zubat",
1267
+ "golbat",
1268
+ "oddish",
1269
+ "gloom",
1270
+ "vileplume",
1271
+ "paras",
1272
+ "parasect",
1273
+ "venonat",
1274
+ "venomoth",
1275
+ "diglett",
1276
+ "dugtrio",
1277
+ "meowth",
1278
+ "persian",
1279
+ "psyduck",
1280
+ "golduck",
1281
+ "mankey",
1282
+ "primeape",
1283
+ "growlithe",
1284
+ "arcanine",
1285
+ "poliwag"
1286
+ ]
1287
+ },
1288
+ {
1289
+ "pokemon": [
1290
+ "poliwhirl",
1291
+ "poliwrath",
1292
+ "abra",
1293
+ "kadabra",
1294
+ "alakazam",
1295
+ "machop",
1296
+ "machoke",
1297
+ "machamp",
1298
+ "bellsprout",
1299
+ "weepinbell",
1300
+ "victreebel",
1301
+ "tentacool",
1302
+ "tentacruel",
1303
+ "geodude",
1304
+ "graveler",
1305
+ "golem",
1306
+ "ponyta",
1307
+ "rapidash",
1308
+ "slowpoke",
1309
+ "slowbro",
1310
+ "magnemite",
1311
+ "magneton",
1312
+ "farfetchd",
1313
+ "doduo",
1314
+ "dodrio",
1315
+ "seel",
1316
+ "dewgong",
1317
+ "grimer",
1318
+ "muk",
1319
+ "shellder"
1320
+ ]
1321
+ },
1322
+ {
1323
+ "pokemon": [
1324
+ "cloyster",
1325
+ "gastly",
1326
+ "haunter",
1327
+ "gengar",
1328
+ "onix",
1329
+ "drowzee",
1330
+ "hypno",
1331
+ "krabby",
1332
+ "kingler",
1333
+ "voltorb",
1334
+ "electrode",
1335
+ "exeggcute",
1336
+ "exeggutor",
1337
+ "cubone",
1338
+ "marowak",
1339
+ "hitmonlee",
1340
+ "hitmonchan",
1341
+ "lickitung",
1342
+ "koffing",
1343
+ "weezing",
1344
+ "rhyhorn",
1345
+ "rhydon",
1346
+ "chansey",
1347
+ "tangela",
1348
+ "kangaskhan",
1349
+ "horsea",
1350
+ "seadra",
1351
+ "goldeen",
1352
+ "seaking",
1353
+ "staryu"
1354
+ ]
1355
+ },
1356
+ {
1357
+ "pokemon": [
1358
+ "starmie",
1359
+ "mrmime",
1360
+ "scyther",
1361
+ "jynx",
1362
+ "electabuzz",
1363
+ "magmar",
1364
+ "pinsir",
1365
+ "tauros",
1366
+ "magikarp",
1367
+ "gyarados",
1368
+ "lapras",
1369
+ "ditto",
1370
+ "eevee",
1371
+ "vaporeon",
1372
+ "jolteon",
1373
+ "flareon",
1374
+ "porygon",
1375
+ "omanyte",
1376
+ "omastar",
1377
+ "kabuto",
1378
+ "kabutops",
1379
+ "aerodactyl",
1380
+ "snorlax",
1381
+ "articuno",
1382
+ "zapdos",
1383
+ "moltres",
1384
+ "dratini",
1385
+ "dragonair",
1386
+ "dragonite",
1387
+ "mewtwo"
1388
+ ]
1389
+ },
1390
+ {
1391
+ "pokemon": [
1392
+ "mew",
1393
+ "chikorita",
1394
+ "bayleef",
1395
+ "meganium",
1396
+ "cyndaquil",
1397
+ "quilava",
1398
+ "typhlosion",
1399
+ "totodile",
1400
+ "croconaw",
1401
+ "feraligatr",
1402
+ "sentret",
1403
+ "furret",
1404
+ "hoothoot",
1405
+ "noctowl",
1406
+ "ledyba",
1407
+ "ledian",
1408
+ "spinarak",
1409
+ "ariados",
1410
+ "crobat",
1411
+ "chinchou",
1412
+ "lanturn",
1413
+ "pichu",
1414
+ "cleffa",
1415
+ "igglybuff",
1416
+ "togepi",
1417
+ "togetic",
1418
+ "natu",
1419
+ "xatu",
1420
+ "mareep",
1421
+ "flaaffy"
1422
+ ]
1423
+ },
1424
+ {
1425
+ "pokemon": [
1426
+ "ampharos",
1427
+ "bellossom",
1428
+ "marill",
1429
+ "azumarill",
1430
+ "sudowoodo",
1431
+ "politoed",
1432
+ "hoppip",
1433
+ "skiploom",
1434
+ "jumpluff",
1435
+ "aipom",
1436
+ "sunkern",
1437
+ "sunflora",
1438
+ "yanma",
1439
+ "wooper",
1440
+ "quagsire",
1441
+ "espeon",
1442
+ "umbreon",
1443
+ "murkrow",
1444
+ "slowking",
1445
+ "misdreavus",
1446
+ "unown",
1447
+ "wobbuffet",
1448
+ "girafarig",
1449
+ "pineco",
1450
+ "forretress",
1451
+ "dunsparce",
1452
+ "gligar",
1453
+ "steelix",
1454
+ "snubbull",
1455
+ "granbull"
1456
+ ]
1457
+ },
1458
+ {
1459
+ "pokemon": [
1460
+ "qwilfish",
1461
+ "scizor",
1462
+ "shuckle",
1463
+ "heracross",
1464
+ "sneasel",
1465
+ "teddiursa",
1466
+ "ursaring",
1467
+ "slugma",
1468
+ "magcargo",
1469
+ "swinub",
1470
+ "piloswine",
1471
+ "corsola",
1472
+ "remoraid",
1473
+ "octillery",
1474
+ "delibird",
1475
+ "mantine",
1476
+ "skarmory",
1477
+ "houndour",
1478
+ "houndoom",
1479
+ "kingdra",
1480
+ "phanpy",
1481
+ "donphan",
1482
+ "porygon2",
1483
+ "stantler",
1484
+ "smeargle",
1485
+ "tyrogue",
1486
+ "hitmontop",
1487
+ "smoochum",
1488
+ "elekid",
1489
+ "magby"
1490
+ ]
1491
+ },
1492
+ {
1493
+ "pokemon": [
1494
+ "miltank",
1495
+ "blissey",
1496
+ "raikou",
1497
+ "entei",
1498
+ "suicune",
1499
+ "larvitar",
1500
+ "pupitar",
1501
+ "tyranitar",
1502
+ "lugia",
1503
+ "hooh",
1504
+ "celebi",
1505
+ "treecko",
1506
+ "grovyle",
1507
+ "sceptile",
1508
+ "torchic",
1509
+ "combusken",
1510
+ "blaziken",
1511
+ "mudkip",
1512
+ "marshtomp",
1513
+ "swampert",
1514
+ "poochyena",
1515
+ "mightyena",
1516
+ "zigzagoon",
1517
+ "linoone",
1518
+ "wurmple",
1519
+ "silcoon",
1520
+ "beautifly",
1521
+ "cascoon",
1522
+ "dustox",
1523
+ "lotad"
1524
+ ]
1525
+ },
1526
+ {
1527
+ "pokemon": [
1528
+ "lombre",
1529
+ "ludicolo",
1530
+ "seedot",
1531
+ "nuzleaf",
1532
+ "shiftry",
1533
+ "taillow",
1534
+ "swellow",
1535
+ "wingull",
1536
+ "pelipper",
1537
+ "ralts",
1538
+ "kirlia",
1539
+ "gardevoir",
1540
+ "surskit",
1541
+ "masquerain",
1542
+ "shroomish",
1543
+ "breloom",
1544
+ "slakoth",
1545
+ "vigoroth",
1546
+ "slaking",
1547
+ "nincada",
1548
+ "ninjask",
1549
+ "shedinja",
1550
+ "whismur",
1551
+ "loudred",
1552
+ "exploud",
1553
+ "makuhita",
1554
+ "hariyama",
1555
+ "azurill",
1556
+ "nosepass",
1557
+ "skitty"
1558
+ ]
1559
+ },
1560
+ {
1561
+ "pokemon": [
1562
+ "delcatty",
1563
+ "sableye",
1564
+ "mawile",
1565
+ "aron",
1566
+ "lairon",
1567
+ "aggron",
1568
+ "meditite",
1569
+ "medicham",
1570
+ "electrike",
1571
+ "manectric",
1572
+ "plusle",
1573
+ "minun",
1574
+ "volbeat",
1575
+ "illumise",
1576
+ "roselia",
1577
+ "gulpin",
1578
+ "swalot",
1579
+ "carvanha",
1580
+ "sharpedo",
1581
+ "wailmer",
1582
+ "wailord",
1583
+ "numel",
1584
+ "camerupt",
1585
+ "torkoal",
1586
+ "spoink",
1587
+ "grumpig",
1588
+ "spinda",
1589
+ "trapinch",
1590
+ "vibrava",
1591
+ "flygon"
1592
+ ]
1593
+ },
1594
+ {
1595
+ "pokemon": [
1596
+ "cacnea",
1597
+ "cacturne",
1598
+ "swablu",
1599
+ "altaria",
1600
+ "zangoose",
1601
+ "seviper",
1602
+ "lunatone",
1603
+ "solrock",
1604
+ "barboach",
1605
+ "whiscash",
1606
+ "corphish",
1607
+ "crawdaunt",
1608
+ "baltoy",
1609
+ "claydol",
1610
+ "lileep",
1611
+ "cradily",
1612
+ "anorith",
1613
+ "armaldo",
1614
+ "feebas",
1615
+ "milotic",
1616
+ "castform",
1617
+ "kecleon",
1618
+ "shuppet",
1619
+ "banette",
1620
+ "duskull",
1621
+ "dusclops",
1622
+ "tropius",
1623
+ "chimecho",
1624
+ "absol",
1625
+ "wynaut"
1626
+ ]
1627
+ },
1628
+ {
1629
+ "pokemon": [
1630
+ "snorunt",
1631
+ "glalie",
1632
+ "spheal",
1633
+ "sealeo",
1634
+ "walrein",
1635
+ "clamperl",
1636
+ "huntail",
1637
+ "gorebyss",
1638
+ "relicanth",
1639
+ "luvdisc",
1640
+ "bagon",
1641
+ "shelgon",
1642
+ "salamence",
1643
+ "beldum",
1644
+ "metang",
1645
+ "metagross",
1646
+ "regirock",
1647
+ "regice",
1648
+ "registeel",
1649
+ "latias",
1650
+ "latios",
1651
+ "kyogre",
1652
+ "groudon",
1653
+ "rayquaza",
1654
+ "jirachi",
1655
+ "deoxys",
1656
+ "turtwig",
1657
+ "grotle",
1658
+ "torterra",
1659
+ "chimchar"
1660
+ ]
1661
+ },
1662
+ {
1663
+ "pokemon": [
1664
+ "monferno",
1665
+ "infernape",
1666
+ "piplup",
1667
+ "prinplup",
1668
+ "empoleon",
1669
+ "starly",
1670
+ "staravia",
1671
+ "staraptor",
1672
+ "bidoof",
1673
+ "bibarel",
1674
+ "kricketot",
1675
+ "kricketune",
1676
+ "shinx",
1677
+ "luxio",
1678
+ "luxray",
1679
+ "budew",
1680
+ "roserade",
1681
+ "cranidos",
1682
+ "rampardos",
1683
+ "shieldon",
1684
+ "bastiodon",
1685
+ "burmy",
1686
+ "wormadam",
1687
+ "mothim",
1688
+ "combee",
1689
+ "vespiquen",
1690
+ "pachirisu",
1691
+ "buizel",
1692
+ "floatzel",
1693
+ "cherubi"
1694
+ ]
1695
+ },
1696
+ {
1697
+ "pokemon": [
1698
+ "cherrim",
1699
+ "shellos",
1700
+ "gastrodon",
1701
+ "ambipom",
1702
+ "drifloon",
1703
+ "drifblim",
1704
+ "buneary",
1705
+ "lopunny",
1706
+ "mismagius",
1707
+ "honchkrow",
1708
+ "glameow",
1709
+ "purugly",
1710
+ "chingling",
1711
+ "stunky",
1712
+ "skuntank",
1713
+ "bronzor",
1714
+ "bronzong",
1715
+ "bonsly",
1716
+ "mimejr",
1717
+ "happiny",
1718
+ "chatot",
1719
+ "spiritomb",
1720
+ "gible",
1721
+ "gabite",
1722
+ "garchomp",
1723
+ "munchlax",
1724
+ "riolu",
1725
+ "lucario",
1726
+ "hippopotas",
1727
+ "hippowdon"
1728
+ ]
1729
+ },
1730
+ {
1731
+ "pokemon": [
1732
+ "skorupi",
1733
+ "drapion",
1734
+ "croagunk",
1735
+ "toxicroak",
1736
+ "carnivine",
1737
+ "finneon",
1738
+ "lumineon",
1739
+ "mantyke",
1740
+ "snover",
1741
+ "abomasnow",
1742
+ "weavile",
1743
+ "magnezone",
1744
+ "lickilicky",
1745
+ "rhyperior",
1746
+ "tangrowth",
1747
+ "electivire",
1748
+ "magmortar",
1749
+ "togekiss",
1750
+ "yanmega",
1751
+ "leafeon",
1752
+ "glaceon",
1753
+ "gliscor",
1754
+ "mamoswine",
1755
+ "porygonz",
1756
+ "gallade",
1757
+ "probopass",
1758
+ "dusknoir",
1759
+ "froslass",
1760
+ "rotom",
1761
+ "uxie"
1762
+ ]
1763
+ },
1764
+ {
1765
+ "pokemon": [
1766
+ "mesprit",
1767
+ "azelf",
1768
+ "dialga",
1769
+ "palkia",
1770
+ "heatran",
1771
+ "regigigas",
1772
+ "giratina",
1773
+ "cresselia",
1774
+ "phione",
1775
+ "manaphy",
1776
+ "darkrai",
1777
+ "shaymin",
1778
+ "arceus",
1779
+ "victini",
1780
+ "snivy",
1781
+ "servine",
1782
+ "serperior",
1783
+ "tepig",
1784
+ "pignite",
1785
+ "emboar",
1786
+ "oshawott",
1787
+ "dewott",
1788
+ "samurott",
1789
+ "patrat",
1790
+ "watchog",
1791
+ "lillipup",
1792
+ "herdier",
1793
+ "stoutland",
1794
+ "purrloin",
1795
+ "liepard"
1796
+ ]
1797
+ },
1798
+ {
1799
+ "pokemon": [
1800
+ "pansage",
1801
+ "simisage",
1802
+ "pansear",
1803
+ "simisear",
1804
+ "panpour",
1805
+ "simipour",
1806
+ "munna",
1807
+ "musharna",
1808
+ "pidove",
1809
+ "tranquill",
1810
+ "unfezant",
1811
+ "blitzle",
1812
+ "zebstrika",
1813
+ "roggenrola",
1814
+ "boldore",
1815
+ "gigalith",
1816
+ "woobat",
1817
+ "swoobat",
1818
+ "drilbur",
1819
+ "excadrill",
1820
+ "audino",
1821
+ "timburr",
1822
+ "gurdurr",
1823
+ "conkeldurr",
1824
+ "tympole",
1825
+ "palpitoad",
1826
+ "seismitoad",
1827
+ "throh",
1828
+ "sawk",
1829
+ "sewaddle"
1830
+ ]
1831
+ },
1832
+ {
1833
+ "pokemon": [
1834
+ "swadloon",
1835
+ "leavanny",
1836
+ "venipede",
1837
+ "whirlipede",
1838
+ "scolipede",
1839
+ "cottonee",
1840
+ "whimsicott",
1841
+ "petilil",
1842
+ "lilligant",
1843
+ "basculin",
1844
+ "sandile",
1845
+ "krokorok",
1846
+ "krookodile",
1847
+ "darumaka",
1848
+ "darmanitan",
1849
+ "maractus",
1850
+ "dwebble",
1851
+ "crustle",
1852
+ "scraggy",
1853
+ "scrafty",
1854
+ "sigilyph",
1855
+ "yamask",
1856
+ "cofagrigus",
1857
+ "tirtouga",
1858
+ "carracosta",
1859
+ "archen",
1860
+ "archeops",
1861
+ "trubbish",
1862
+ "garbodor",
1863
+ "zorua"
1864
+ ]
1865
+ },
1866
+ {
1867
+ "pokemon": [
1868
+ "zoroark",
1869
+ "minccino",
1870
+ "cinccino",
1871
+ "gothita",
1872
+ "gothorita",
1873
+ "gothitelle",
1874
+ "solosis",
1875
+ "duosion",
1876
+ "reuniclus",
1877
+ "ducklett",
1878
+ "swanna",
1879
+ "vanillite",
1880
+ "vanillish",
1881
+ "vanilluxe",
1882
+ "deerling",
1883
+ "sawsbuck",
1884
+ "emolga",
1885
+ "karrablast",
1886
+ "escavalier",
1887
+ "foongus",
1888
+ "amoonguss",
1889
+ "frillish",
1890
+ "jellicent",
1891
+ "alomomola",
1892
+ "joltik",
1893
+ "galvantula",
1894
+ "ferroseed",
1895
+ "ferrothorn",
1896
+ "klink",
1897
+ "klang"
1898
+ ]
1899
+ },
1900
+ {
1901
+ "pokemon": [
1902
+ "klinklang",
1903
+ "tynamo",
1904
+ "eelektrik",
1905
+ "eelektross",
1906
+ "elgyem",
1907
+ "beheeyem",
1908
+ "litwick",
1909
+ "lampent",
1910
+ "chandelure",
1911
+ "axew",
1912
+ "fraxure",
1913
+ "haxorus",
1914
+ "cubchoo",
1915
+ "beartic",
1916
+ "cryogonal",
1917
+ "shelmet",
1918
+ "accelgor",
1919
+ "stunfisk",
1920
+ "mienfoo",
1921
+ "mienshao",
1922
+ "druddigon",
1923
+ "golett",
1924
+ "golurk",
1925
+ "pawniard",
1926
+ "bisharp",
1927
+ "bouffalant",
1928
+ "rufflet",
1929
+ "braviary",
1930
+ "vullaby",
1931
+ "mandibuzz"
1932
+ ]
1933
+ },
1934
+ {
1935
+ "pokemon": [
1936
+ "heatmor",
1937
+ "durant",
1938
+ "deino",
1939
+ "zweilous",
1940
+ "hydreigon",
1941
+ "larvesta",
1942
+ "volcarona",
1943
+ "cobalion",
1944
+ "terrakion",
1945
+ "virizion",
1946
+ "tornadus",
1947
+ "thundurus",
1948
+ "reshiram",
1949
+ "zekrom",
1950
+ "landorus",
1951
+ "kyurem",
1952
+ "keldeo",
1953
+ "meloetta",
1954
+ "genesect",
1955
+ "chespin",
1956
+ "quilladin",
1957
+ "chesnaught",
1958
+ "fennekin",
1959
+ "braixen",
1960
+ "delphox",
1961
+ "froakie",
1962
+ "frogadier",
1963
+ "greninja",
1964
+ "bunnelby",
1965
+ "diggersby"
1966
+ ]
1967
+ },
1968
+ {
1969
+ "pokemon": [
1970
+ "fletchling",
1971
+ "fletchinder",
1972
+ "talonflame",
1973
+ "scatterbug",
1974
+ "spewpa",
1975
+ "vivillon",
1976
+ "litleo",
1977
+ "pyroar",
1978
+ "flabebe",
1979
+ "floette",
1980
+ "florges",
1981
+ "skiddo",
1982
+ "gogoat",
1983
+ "pancham",
1984
+ "pangoro",
1985
+ "furfrou",
1986
+ "espurr",
1987
+ "meowstic",
1988
+ "honedge",
1989
+ "doublade",
1990
+ "aegislash",
1991
+ "spritzee",
1992
+ "aromatisse",
1993
+ "swirlix",
1994
+ "slurpuff",
1995
+ "inkay",
1996
+ "malamar",
1997
+ "binacle",
1998
+ "barbaracle",
1999
+ "skrelp"
2000
+ ]
2001
+ },
2002
+ {
2003
+ "pokemon": [
2004
+ "dragalge",
2005
+ "clauncher",
2006
+ "clawitzer",
2007
+ "helioptile",
2008
+ "heliolisk",
2009
+ "tyrunt",
2010
+ "tyrantrum",
2011
+ "amaura",
2012
+ "aurorus",
2013
+ "sylveon",
2014
+ "hawlucha",
2015
+ "dedenne",
2016
+ "carbink",
2017
+ "goomy",
2018
+ "sliggoo",
2019
+ "goodra",
2020
+ "klefki",
2021
+ "phantump",
2022
+ "trevenant",
2023
+ "pumpkaboo",
2024
+ "gourgeist",
2025
+ "bergmite",
2026
+ "avalugg",
2027
+ "noibat",
2028
+ "noivern",
2029
+ "xerneas",
2030
+ "yveltal",
2031
+ "zygarde",
2032
+ "diancie",
2033
+ "hoopa"
2034
+ ]
2035
+ },
2036
+ {
2037
+ "pokemon": [
2038
+ "volcanion",
2039
+ "rowlet",
2040
+ "dartrix",
2041
+ "decidueye",
2042
+ "litten",
2043
+ "torracat",
2044
+ "incineroar",
2045
+ "popplio",
2046
+ "brionne",
2047
+ "primarina",
2048
+ "pikipek",
2049
+ "trumbeak",
2050
+ "toucannon",
2051
+ "yungoos",
2052
+ "gumshoos",
2053
+ "grubbin",
2054
+ "charjabug",
2055
+ "vikavolt",
2056
+ "crabrawler",
2057
+ "crabominable",
2058
+ "oricorio",
2059
+ "cutiefly",
2060
+ "ribombee",
2061
+ "rockruff",
2062
+ "lycanroc",
2063
+ "wishiwashi",
2064
+ "mareanie",
2065
+ "toxapex",
2066
+ "mudbray",
2067
+ "mudsdale"
2068
+ ]
2069
+ },
2070
+ {
2071
+ "pokemon": [
2072
+ "dewpider",
2073
+ "araquanid",
2074
+ "fomantis",
2075
+ "lurantis",
2076
+ "morelull",
2077
+ "shiinotic",
2078
+ "salandit",
2079
+ "salazzle",
2080
+ "stufful",
2081
+ "bewear",
2082
+ "bounsweet",
2083
+ "steenee",
2084
+ "tsareena",
2085
+ "comfey",
2086
+ "oranguru",
2087
+ "passimian",
2088
+ "wimpod",
2089
+ "golisopod",
2090
+ "sandygast",
2091
+ "palossand",
2092
+ "pyukumuku",
2093
+ "typenull",
2094
+ "silvally",
2095
+ "minior-red",
2096
+ "komala",
2097
+ "turtonator",
2098
+ "togedemaru",
2099
+ "mimikyu",
2100
+ "bruxish",
2101
+ "drampa"
2102
+ ]
2103
+ },
2104
+ {
2105
+ "pokemon": [
2106
+ "dhelmise",
2107
+ "jangmoo",
2108
+ "hakamoo",
2109
+ "kommoo",
2110
+ "tapukoko",
2111
+ "tapulele",
2112
+ "tapubulu",
2113
+ "tapufini",
2114
+ "cosmog",
2115
+ "cosmoem",
2116
+ "solgaleo",
2117
+ "lunala",
2118
+ "nihilego",
2119
+ "buzzwole",
2120
+ "pheromosa",
2121
+ "xurkitree",
2122
+ "celesteela",
2123
+ "kartana",
2124
+ "guzzlord",
2125
+ "necrozma",
2126
+ "magearna",
2127
+ "marshadow",
2128
+ "poipole",
2129
+ "naganadel",
2130
+ "stakataka",
2131
+ "blacephalon",
2132
+ "zeraora"
2133
+ ]
2134
+ },
2135
+ {
2136
+ "pokemon": [
2137
+ "venusaur-f",
2138
+ "butterfree-f",
2139
+ "rattata-f",
2140
+ "rattata-alola",
2141
+ "raticate-f",
2142
+ "raticate-alola",
2143
+ "pikachu-f",
2144
+ "pikachu-original",
2145
+ "pikachu-hoenn",
2146
+ "pikachu-sinnoh",
2147
+ "pikachu-unova",
2148
+ "pikachu-kalos",
2149
+ "pikachu-alola",
2150
+ "pikachu-partner",
2151
+ "raichu-f",
2152
+ "raichu-alola",
2153
+ "sandshrew-alola",
2154
+ "sandslash-alola",
2155
+ "vulpix-alola",
2156
+ "ninetales-alola",
2157
+ "zubat-f",
2158
+ "golbat-f",
2159
+ "gloom-f",
2160
+ "vileplume-f",
2161
+ "diglett-alola",
2162
+ "dugtrio-alola",
2163
+ "meowth-alola",
2164
+ "persian-alola",
2165
+ "kadabra-f",
2166
+ "alakazam-f"
2167
+ ]
2168
+ },
2169
+ {
2170
+ "pokemon": [
2171
+ "geodude-alola",
2172
+ "graveler-alola",
2173
+ "golem-alola",
2174
+ "doduo-f",
2175
+ "dodrio-f",
2176
+ "grimer-alola",
2177
+ "muk-alola",
2178
+ "hypno-f",
2179
+ "exeggutor-alola",
2180
+ "marowak-alola",
2181
+ "rhyhorn-f",
2182
+ "rhydon-f",
2183
+ "goldeen-f",
2184
+ "seaking-f",
2185
+ "scyther-f",
2186
+ "magikarp-f",
2187
+ "gyarados-f",
2188
+ "meganium-f",
2189
+ "ledyba-f",
2190
+ "ledian-f",
2191
+ "xatu-f",
2192
+ "sudowoodo-f",
2193
+ "politoed-f",
2194
+ "aipom-f",
2195
+ "wooper-f",
2196
+ "quagsire-f",
2197
+ "murkrow-f",
2198
+ "unown-b",
2199
+ "unown-c",
2200
+ "unown-d"
2201
+ ]
2202
+ },
2203
+ {
2204
+ "pokemon": [
2205
+ "unown-e",
2206
+ "unown-f",
2207
+ "unown-g",
2208
+ "unown-h",
2209
+ "unown-i",
2210
+ "unown-j",
2211
+ "unown-k",
2212
+ "unown-l",
2213
+ "unown-m",
2214
+ "unown-n",
2215
+ "unown-o",
2216
+ "unown-p",
2217
+ "unown-q",
2218
+ "unown-r",
2219
+ "unown-s",
2220
+ "unown-t",
2221
+ "unown-u",
2222
+ "unown-v",
2223
+ "unown-w",
2224
+ "unown-x",
2225
+ "unown-y",
2226
+ "unown-z",
2227
+ "unown-exclamation",
2228
+ "unown-question",
2229
+ "wobbuffet-f",
2230
+ "girafarig-f",
2231
+ "gligar-f",
2232
+ "steelix-f",
2233
+ "scizor-f",
2234
+ "heracross-f"
2235
+ ]
2236
+ },
2237
+ {
2238
+ "pokemon": [
2239
+ "sneasel-f",
2240
+ "ursaring-f",
2241
+ "piloswine-f",
2242
+ "octillery-f",
2243
+ "houndoom-f",
2244
+ "donphan-f",
2245
+ "torchic-f",
2246
+ "combusken-f",
2247
+ "blaziken-f",
2248
+ "beautifly-f",
2249
+ "dustox-f",
2250
+ "ludicolo-f",
2251
+ "nuzleaf-f",
2252
+ "shiftry-f",
2253
+ "meditite-f",
2254
+ "medicham-f",
2255
+ "roselia-f",
2256
+ "gulpin-f",
2257
+ "swalot-f",
2258
+ "numel-f",
2259
+ "camerupt-f",
2260
+ "cacturne-f",
2261
+ "milotic-f",
2262
+ "relicanth-f",
2263
+ "starly-f",
2264
+ "staravia-f",
2265
+ "staraptor-f",
2266
+ "bidoof-f",
2267
+ "bibarel-f",
2268
+ "kricketot-f"
2269
+ ]
2270
+ },
2271
+ {
2272
+ "pokemon": [
2273
+ "kricketune-f",
2274
+ "shinx-f",
2275
+ "luxio-f",
2276
+ "luxray-f",
2277
+ "roserade-f",
2278
+ "burmy-sandy",
2279
+ "burmy-trash",
2280
+ "wormadam-sandy",
2281
+ "wormadam-trash",
2282
+ "combee-f",
2283
+ "pachirisu-f",
2284
+ "buizel-f",
2285
+ "floatzel-f",
2286
+ "shellos-east",
2287
+ "gastrodon-east",
2288
+ "ambipom-f",
2289
+ "gible-f",
2290
+ "gabite-f",
2291
+ "garchomp-f",
2292
+ "hippopotas-f",
2293
+ "hippowdon-f",
2294
+ "croagunk-f",
2295
+ "toxicroak-f",
2296
+ "finneon-f",
2297
+ "lumineon-f",
2298
+ "snover-f",
2299
+ "abomasnow-f",
2300
+ "weavile-f",
2301
+ "rhyperior-f",
2302
+ "tangrowth-f"
2303
+ ]
2304
+ },
2305
+ {
2306
+ "pokemon": [
2307
+ "mamoswine-f",
2308
+ "rotom-heat",
2309
+ "rotom-wash",
2310
+ "rotom-frost",
2311
+ "rotom-fan",
2312
+ "rotom-mow",
2313
+ "unfezant-f",
2314
+ "basculin-blue-striped",
2315
+ "deerling-summer",
2316
+ "deerling-autumn",
2317
+ "deerling-winter",
2318
+ "sawsbuck-summer",
2319
+ "sawsbuck-autumn",
2320
+ "sawsbuck-winter",
2321
+ "frillish-f",
2322
+ "jellicent-f",
2323
+ "greninja--battle-bond",
2324
+ "greninja-ash",
2325
+ "vivillon-meadow",
2326
+ "vivillon-polar",
2327
+ "vivillon-tundra",
2328
+ "vivillon-continental",
2329
+ "vivillon-garden",
2330
+ "vivillon-elegant",
2331
+ "vivillon-modern",
2332
+ "vivillon-marine",
2333
+ "vivillon-archipelago",
2334
+ "vivillon-high-plains",
2335
+ "vivillon-sandstorm",
2336
+ "vivillon-river"
2337
+ ]
2338
+ },
2339
+ {
2340
+ "pokemon": [
2341
+ "vivillon-monsoon",
2342
+ "vivillon-savanna",
2343
+ "vivillon-sun",
2344
+ "vivillon-ocean",
2345
+ "vivillon-jungle",
2346
+ "vivillon-fancy",
2347
+ "vivillon-pokeball",
2348
+ "pyroar-f",
2349
+ "flabebe-blue",
2350
+ "flabebe-orange",
2351
+ "flabebe-white",
2352
+ "flabebe-yellow",
2353
+ "floette-blue",
2354
+ "floette-orange",
2355
+ "floette-white",
2356
+ "floette-yellow",
2357
+ "florges-blue",
2358
+ "florges-orange",
2359
+ "florges-white",
2360
+ "florges-yellow",
2361
+ "furfrou-heart",
2362
+ "furfrou-star",
2363
+ "furfrou-diamond",
2364
+ "furfrou-debutante",
2365
+ "furfrou-matron",
2366
+ "furfrou-dandy",
2367
+ "furfrou-la-reine",
2368
+ "furfrou-kabuki",
2369
+ "furfrou-pharaoh",
2370
+ "meowstic-f"
2371
+ ]
2372
+ },
2373
+ {
2374
+ "pokemon": [
2375
+ "pumpkaboo-small",
2376
+ "pumpkaboo-large",
2377
+ "pumpkaboo-super",
2378
+ "gourgeist-small",
2379
+ "gourgeist-large",
2380
+ "gourgeist-super",
2381
+ "oricorio-pom-pom",
2382
+ "oricorio-pau",
2383
+ "oricorio-sensu",
2384
+ "rockruff--own-tempo",
2385
+ "lycanroc-midnight",
2386
+ "lycanroc-dusk",
2387
+ "minior-orange",
2388
+ "minior-yellow",
2389
+ "minior-green",
2390
+ "minior-blue",
2391
+ "minior-indigo",
2392
+ "minior-violet"
2393
+ ]
2394
+ }
2395
+ ],
2396
+ "fullId": "usum-sorted-species-minimal"
2397
+ },
2398
+ "fully-sorted": {
2399
+ "id": "fully-sorted",
2400
+ "name": "National: Sorted by Forms",
2401
+ "version": 1,
2402
+ "gameSet": "usum",
2403
+ "description": "Pokémon Boxes are sorted following HOME's National Dex order, mixing Species and Forms together.",
2404
+ "boxes": [
2405
+ {
2406
+ "pokemon": [
2407
+ "bulbasaur",
2408
+ "ivysaur",
2409
+ "venusaur",
2410
+ "venusaur-f",
2411
+ "charmander",
2412
+ "charmeleon",
2413
+ "charizard",
2414
+ "squirtle",
2415
+ "wartortle",
2416
+ "blastoise",
2417
+ "caterpie",
2418
+ "metapod",
2419
+ "butterfree",
2420
+ "butterfree-f",
2421
+ "weedle",
2422
+ "kakuna",
2423
+ "beedrill",
2424
+ "pidgey",
2425
+ "pidgeotto",
2426
+ "pidgeot",
2427
+ "rattata",
2428
+ "rattata-f",
2429
+ "rattata-alola",
2430
+ "raticate",
2431
+ "raticate-f",
2432
+ "raticate-alola",
2433
+ "spearow",
2434
+ "fearow",
2435
+ "ekans",
2436
+ "arbok"
2437
+ ]
2438
+ },
2439
+ {
2440
+ "pokemon": [
2441
+ "pikachu",
2442
+ "pikachu-f",
2443
+ "pikachu-original",
2444
+ "pikachu-hoenn",
2445
+ "pikachu-sinnoh",
2446
+ "pikachu-unova",
2447
+ "pikachu-kalos",
2448
+ "pikachu-alola",
2449
+ "pikachu-partner",
2450
+ "raichu",
2451
+ "raichu-f",
2452
+ "raichu-alola",
2453
+ "sandshrew",
2454
+ "sandshrew-alola",
2455
+ "sandslash",
2456
+ "sandslash-alola",
2457
+ "nidoranf",
2458
+ "nidorina",
2459
+ "nidoqueen",
2460
+ "nidoranm",
2461
+ "nidorino",
2462
+ "nidoking",
2463
+ "clefairy",
2464
+ "clefable",
2465
+ "vulpix",
2466
+ "vulpix-alola",
2467
+ "ninetales",
2468
+ "ninetales-alola",
2469
+ "jigglypuff",
2470
+ "wigglytuff"
2471
+ ]
2472
+ },
2473
+ {
2474
+ "pokemon": [
2475
+ "zubat",
2476
+ "zubat-f",
2477
+ "golbat",
2478
+ "golbat-f",
2479
+ "oddish",
2480
+ "gloom",
2481
+ "gloom-f",
2482
+ "vileplume",
2483
+ "vileplume-f",
2484
+ "paras",
2485
+ "parasect",
2486
+ "venonat",
2487
+ "venomoth",
2488
+ "diglett",
2489
+ "diglett-alola",
2490
+ "dugtrio",
2491
+ "dugtrio-alola",
2492
+ "meowth",
2493
+ "meowth-alola",
2494
+ "persian",
2495
+ "persian-alola",
2496
+ "psyduck",
2497
+ "golduck",
2498
+ "mankey",
2499
+ "primeape",
2500
+ "growlithe",
2501
+ "arcanine",
2502
+ "poliwag",
2503
+ "poliwhirl",
2504
+ "poliwrath"
2505
+ ]
2506
+ },
2507
+ {
2508
+ "pokemon": [
2509
+ "abra",
2510
+ "kadabra",
2511
+ "kadabra-f",
2512
+ "alakazam",
2513
+ "alakazam-f",
2514
+ "machop",
2515
+ "machoke",
2516
+ "machamp",
2517
+ "bellsprout",
2518
+ "weepinbell",
2519
+ "victreebel",
2520
+ "tentacool",
2521
+ "tentacruel",
2522
+ "geodude",
2523
+ "geodude-alola",
2524
+ "graveler",
2525
+ "graveler-alola",
2526
+ "golem",
2527
+ "golem-alola",
2528
+ "ponyta",
2529
+ "rapidash",
2530
+ "slowpoke",
2531
+ "slowbro",
2532
+ "magnemite",
2533
+ "magneton",
2534
+ "farfetchd",
2535
+ "doduo",
2536
+ "doduo-f",
2537
+ "dodrio",
2538
+ "dodrio-f"
2539
+ ]
2540
+ },
2541
+ {
2542
+ "pokemon": [
2543
+ "seel",
2544
+ "dewgong",
2545
+ "grimer",
2546
+ "grimer-alola",
2547
+ "muk",
2548
+ "muk-alola",
2549
+ "shellder",
2550
+ "cloyster",
2551
+ "gastly",
2552
+ "haunter",
2553
+ "gengar",
2554
+ "onix",
2555
+ "drowzee",
2556
+ "hypno",
2557
+ "hypno-f",
2558
+ "krabby",
2559
+ "kingler",
2560
+ "voltorb",
2561
+ "electrode",
2562
+ "exeggcute",
2563
+ "exeggutor",
2564
+ "exeggutor-alola",
2565
+ "cubone",
2566
+ "marowak",
2567
+ "marowak-alola",
2568
+ "hitmonlee",
2569
+ "hitmonchan",
2570
+ "lickitung",
2571
+ "koffing",
2572
+ "weezing"
2573
+ ]
2574
+ },
2575
+ {
2576
+ "pokemon": [
2577
+ "rhyhorn",
2578
+ "rhyhorn-f",
2579
+ "rhydon",
2580
+ "rhydon-f",
2581
+ "chansey",
2582
+ "tangela",
2583
+ "kangaskhan",
2584
+ "horsea",
2585
+ "seadra",
2586
+ "goldeen",
2587
+ "goldeen-f",
2588
+ "seaking",
2589
+ "seaking-f",
2590
+ "staryu",
2591
+ "starmie",
2592
+ "mrmime",
2593
+ "scyther",
2594
+ "scyther-f",
2595
+ "jynx",
2596
+ "electabuzz",
2597
+ "magmar",
2598
+ "pinsir",
2599
+ "tauros",
2600
+ "magikarp",
2601
+ "magikarp-f",
2602
+ "gyarados",
2603
+ "gyarados-f",
2604
+ "lapras",
2605
+ "ditto",
2606
+ "eevee"
2607
+ ]
2608
+ },
2609
+ {
2610
+ "pokemon": [
2611
+ "vaporeon",
2612
+ "jolteon",
2613
+ "flareon",
2614
+ "porygon",
2615
+ "omanyte",
2616
+ "omastar",
2617
+ "kabuto",
2618
+ "kabutops",
2619
+ "aerodactyl",
2620
+ "snorlax",
2621
+ "articuno",
2622
+ "zapdos",
2623
+ "moltres",
2624
+ "dratini",
2625
+ "dragonair",
2626
+ "dragonite",
2627
+ "mewtwo",
2628
+ "mew",
2629
+ "chikorita",
2630
+ "bayleef",
2631
+ "meganium",
2632
+ "meganium-f",
2633
+ "cyndaquil",
2634
+ "quilava",
2635
+ "typhlosion",
2636
+ "totodile",
2637
+ "croconaw",
2638
+ "feraligatr",
2639
+ "sentret",
2640
+ "furret"
2641
+ ]
2642
+ },
2643
+ {
2644
+ "pokemon": [
2645
+ "hoothoot",
2646
+ "noctowl",
2647
+ "ledyba",
2648
+ "ledyba-f",
2649
+ "ledian",
2650
+ "ledian-f",
2651
+ "spinarak",
2652
+ "ariados",
2653
+ "crobat",
2654
+ "chinchou",
2655
+ "lanturn",
2656
+ "pichu",
2657
+ "cleffa",
2658
+ "igglybuff",
2659
+ "togepi",
2660
+ "togetic",
2661
+ "natu",
2662
+ "xatu",
2663
+ "xatu-f",
2664
+ "mareep",
2665
+ "flaaffy",
2666
+ "ampharos",
2667
+ "bellossom",
2668
+ "marill",
2669
+ "azumarill",
2670
+ "sudowoodo",
2671
+ "sudowoodo-f",
2672
+ "politoed",
2673
+ "politoed-f",
2674
+ "hoppip"
2675
+ ]
2676
+ },
2677
+ {
2678
+ "pokemon": [
2679
+ "skiploom",
2680
+ "jumpluff",
2681
+ "aipom",
2682
+ "aipom-f",
2683
+ "sunkern",
2684
+ "sunflora",
2685
+ "yanma",
2686
+ "wooper",
2687
+ "wooper-f",
2688
+ "quagsire",
2689
+ "quagsire-f",
2690
+ "espeon",
2691
+ "umbreon",
2692
+ "murkrow",
2693
+ "murkrow-f",
2694
+ "slowking",
2695
+ "misdreavus",
2696
+ "unown",
2697
+ "unown-b",
2698
+ "unown-c",
2699
+ "unown-d",
2700
+ "unown-e",
2701
+ "unown-f",
2702
+ "unown-g",
2703
+ "unown-h",
2704
+ "unown-i",
2705
+ "unown-j",
2706
+ "unown-k",
2707
+ "unown-l",
2708
+ "unown-m"
2709
+ ]
2710
+ },
2711
+ {
2712
+ "pokemon": [
2713
+ "unown-n",
2714
+ "unown-o",
2715
+ "unown-p",
2716
+ "unown-q",
2717
+ "unown-r",
2718
+ "unown-s",
2719
+ "unown-t",
2720
+ "unown-u",
2721
+ "unown-v",
2722
+ "unown-w",
2723
+ "unown-x",
2724
+ "unown-y",
2725
+ "unown-z",
2726
+ "unown-exclamation",
2727
+ "unown-question",
2728
+ "wobbuffet",
2729
+ "wobbuffet-f",
2730
+ "girafarig",
2731
+ "girafarig-f",
2732
+ "pineco",
2733
+ "forretress",
2734
+ "dunsparce",
2735
+ "gligar",
2736
+ "gligar-f",
2737
+ "steelix",
2738
+ "steelix-f",
2739
+ "snubbull",
2740
+ "granbull",
2741
+ "qwilfish",
2742
+ "scizor"
2743
+ ]
2744
+ },
2745
+ {
2746
+ "pokemon": [
2747
+ "scizor-f",
2748
+ "shuckle",
2749
+ "heracross",
2750
+ "heracross-f",
2751
+ "sneasel",
2752
+ "sneasel-f",
2753
+ "teddiursa",
2754
+ "ursaring",
2755
+ "ursaring-f",
2756
+ "slugma",
2757
+ "magcargo",
2758
+ "swinub",
2759
+ "piloswine",
2760
+ "piloswine-f",
2761
+ "corsola",
2762
+ "remoraid",
2763
+ "octillery",
2764
+ "octillery-f",
2765
+ "delibird",
2766
+ "mantine",
2767
+ "skarmory",
2768
+ "houndour",
2769
+ "houndoom",
2770
+ "houndoom-f",
2771
+ "kingdra",
2772
+ "phanpy",
2773
+ "donphan",
2774
+ "donphan-f",
2775
+ "porygon2",
2776
+ "stantler"
2777
+ ]
2778
+ },
2779
+ {
2780
+ "pokemon": [
2781
+ "smeargle",
2782
+ "tyrogue",
2783
+ "hitmontop",
2784
+ "smoochum",
2785
+ "elekid",
2786
+ "magby",
2787
+ "miltank",
2788
+ "blissey",
2789
+ "raikou",
2790
+ "entei",
2791
+ "suicune",
2792
+ "larvitar",
2793
+ "pupitar",
2794
+ "tyranitar",
2795
+ "lugia",
2796
+ "hooh",
2797
+ "celebi",
2798
+ "treecko",
2799
+ "grovyle",
2800
+ "sceptile",
2801
+ "torchic",
2802
+ "torchic-f",
2803
+ "combusken",
2804
+ "combusken-f",
2805
+ "blaziken",
2806
+ "blaziken-f",
2807
+ "mudkip",
2808
+ "marshtomp",
2809
+ "swampert",
2810
+ "poochyena"
2811
+ ]
2812
+ },
2813
+ {
2814
+ "pokemon": [
2815
+ "mightyena",
2816
+ "zigzagoon",
2817
+ "linoone",
2818
+ "wurmple",
2819
+ "silcoon",
2820
+ "beautifly",
2821
+ "beautifly-f",
2822
+ "cascoon",
2823
+ "dustox",
2824
+ "dustox-f",
2825
+ "lotad",
2826
+ "lombre",
2827
+ "ludicolo",
2828
+ "ludicolo-f",
2829
+ "seedot",
2830
+ "nuzleaf",
2831
+ "nuzleaf-f",
2832
+ "shiftry",
2833
+ "shiftry-f",
2834
+ "taillow",
2835
+ "swellow",
2836
+ "wingull",
2837
+ "pelipper",
2838
+ "ralts",
2839
+ "kirlia",
2840
+ "gardevoir",
2841
+ "surskit",
2842
+ "masquerain",
2843
+ "shroomish",
2844
+ "breloom"
2845
+ ]
2846
+ },
2847
+ {
2848
+ "pokemon": [
2849
+ "slakoth",
2850
+ "vigoroth",
2851
+ "slaking",
2852
+ "nincada",
2853
+ "ninjask",
2854
+ "shedinja",
2855
+ "whismur",
2856
+ "loudred",
2857
+ "exploud",
2858
+ "makuhita",
2859
+ "hariyama",
2860
+ "azurill",
2861
+ "nosepass",
2862
+ "skitty",
2863
+ "delcatty",
2864
+ "sableye",
2865
+ "mawile",
2866
+ "aron",
2867
+ "lairon",
2868
+ "aggron",
2869
+ "meditite",
2870
+ "meditite-f",
2871
+ "medicham",
2872
+ "medicham-f",
2873
+ "electrike",
2874
+ "manectric",
2875
+ "plusle",
2876
+ "minun",
2877
+ "volbeat",
2878
+ "illumise"
2879
+ ]
2880
+ },
2881
+ {
2882
+ "pokemon": [
2883
+ "roselia",
2884
+ "roselia-f",
2885
+ "gulpin",
2886
+ "gulpin-f",
2887
+ "swalot",
2888
+ "swalot-f",
2889
+ "carvanha",
2890
+ "sharpedo",
2891
+ "wailmer",
2892
+ "wailord",
2893
+ "numel",
2894
+ "numel-f",
2895
+ "camerupt",
2896
+ "camerupt-f",
2897
+ "torkoal",
2898
+ "spoink",
2899
+ "grumpig",
2900
+ "spinda",
2901
+ "trapinch",
2902
+ "vibrava",
2903
+ "flygon",
2904
+ "cacnea",
2905
+ "cacturne",
2906
+ "cacturne-f",
2907
+ "swablu",
2908
+ "altaria",
2909
+ "zangoose",
2910
+ "seviper",
2911
+ "lunatone",
2912
+ "solrock"
2913
+ ]
2914
+ },
2915
+ {
2916
+ "pokemon": [
2917
+ "barboach",
2918
+ "whiscash",
2919
+ "corphish",
2920
+ "crawdaunt",
2921
+ "baltoy",
2922
+ "claydol",
2923
+ "lileep",
2924
+ "cradily",
2925
+ "anorith",
2926
+ "armaldo",
2927
+ "feebas",
2928
+ "milotic",
2929
+ "milotic-f",
2930
+ "castform",
2931
+ "kecleon",
2932
+ "shuppet",
2933
+ "banette",
2934
+ "duskull",
2935
+ "dusclops",
2936
+ "tropius",
2937
+ "chimecho",
2938
+ "absol",
2939
+ "wynaut",
2940
+ "snorunt",
2941
+ "glalie",
2942
+ "spheal",
2943
+ "sealeo",
2944
+ "walrein",
2945
+ "clamperl",
2946
+ "huntail"
2947
+ ]
2948
+ },
2949
+ {
2950
+ "pokemon": [
2951
+ "gorebyss",
2952
+ "relicanth",
2953
+ "relicanth-f",
2954
+ "luvdisc",
2955
+ "bagon",
2956
+ "shelgon",
2957
+ "salamence",
2958
+ "beldum",
2959
+ "metang",
2960
+ "metagross",
2961
+ "regirock",
2962
+ "regice",
2963
+ "registeel",
2964
+ "latias",
2965
+ "latios",
2966
+ "kyogre",
2967
+ "groudon",
2968
+ "rayquaza",
2969
+ "jirachi",
2970
+ "deoxys",
2971
+ "deoxys-attack",
2972
+ "deoxys-defense",
2973
+ "deoxys-speed",
2974
+ "turtwig",
2975
+ "grotle",
2976
+ "torterra",
2977
+ "chimchar",
2978
+ "monferno",
2979
+ "infernape",
2980
+ "piplup"
2981
+ ]
2982
+ },
2983
+ {
2984
+ "pokemon": [
2985
+ "prinplup",
2986
+ "empoleon",
2987
+ "starly",
2988
+ "starly-f",
2989
+ "staravia",
2990
+ "staravia-f",
2991
+ "staraptor",
2992
+ "staraptor-f",
2993
+ "bidoof",
2994
+ "bidoof-f",
2995
+ "bibarel",
2996
+ "bibarel-f",
2997
+ "kricketot",
2998
+ "kricketot-f",
2999
+ "kricketune",
3000
+ "kricketune-f",
3001
+ "shinx",
3002
+ "shinx-f",
3003
+ "luxio",
3004
+ "luxio-f",
3005
+ "luxray",
3006
+ "luxray-f",
3007
+ "budew",
3008
+ "roserade",
3009
+ "roserade-f",
3010
+ "cranidos",
3011
+ "rampardos",
3012
+ "shieldon",
3013
+ "bastiodon",
3014
+ "burmy"
3015
+ ]
3016
+ },
3017
+ {
3018
+ "pokemon": [
3019
+ "burmy-sandy",
3020
+ "burmy-trash",
3021
+ "wormadam",
3022
+ "wormadam-sandy",
3023
+ "wormadam-trash",
3024
+ "mothim",
3025
+ "combee",
3026
+ "combee-f",
3027
+ "vespiquen",
3028
+ "pachirisu",
3029
+ "pachirisu-f",
3030
+ "buizel",
3031
+ "buizel-f",
3032
+ "floatzel",
3033
+ "floatzel-f",
3034
+ "cherubi",
3035
+ "cherrim",
3036
+ "shellos",
3037
+ "shellos-east",
3038
+ "gastrodon",
3039
+ "gastrodon-east",
3040
+ "ambipom",
3041
+ "ambipom-f",
3042
+ "drifloon",
3043
+ "drifblim",
3044
+ "buneary",
3045
+ "lopunny",
3046
+ "mismagius",
3047
+ "honchkrow",
3048
+ "glameow"
3049
+ ]
3050
+ },
3051
+ {
3052
+ "pokemon": [
3053
+ "purugly",
3054
+ "chingling",
3055
+ "stunky",
3056
+ "skuntank",
3057
+ "bronzor",
3058
+ "bronzong",
3059
+ "bonsly",
3060
+ "mimejr",
3061
+ "happiny",
3062
+ "chatot",
3063
+ "spiritomb",
3064
+ "gible",
3065
+ "gible-f",
3066
+ "gabite",
3067
+ "gabite-f",
3068
+ "garchomp",
3069
+ "garchomp-f",
3070
+ "munchlax",
3071
+ "riolu",
3072
+ "lucario",
3073
+ "hippopotas",
3074
+ "hippopotas-f",
3075
+ "hippowdon",
3076
+ "hippowdon-f",
3077
+ "skorupi",
3078
+ "drapion",
3079
+ "croagunk",
3080
+ "croagunk-f",
3081
+ "toxicroak",
3082
+ "toxicroak-f"
3083
+ ]
3084
+ },
3085
+ {
3086
+ "pokemon": [
3087
+ "carnivine",
3088
+ "finneon",
3089
+ "finneon-f",
3090
+ "lumineon",
3091
+ "lumineon-f",
3092
+ "mantyke",
3093
+ "snover",
3094
+ "snover-f",
3095
+ "abomasnow",
3096
+ "abomasnow-f",
3097
+ "weavile",
3098
+ "weavile-f",
3099
+ "magnezone",
3100
+ "lickilicky",
3101
+ "rhyperior",
3102
+ "rhyperior-f",
3103
+ "tangrowth",
3104
+ "tangrowth-f",
3105
+ "electivire",
3106
+ "magmortar",
3107
+ "togekiss",
3108
+ "yanmega",
3109
+ "leafeon",
3110
+ "glaceon",
3111
+ "gliscor",
3112
+ "mamoswine",
3113
+ "mamoswine-f",
3114
+ "porygonz",
3115
+ "gallade",
3116
+ "probopass"
3117
+ ]
3118
+ },
3119
+ {
3120
+ "pokemon": [
3121
+ "dusknoir",
3122
+ "froslass",
3123
+ "rotom",
3124
+ "rotom-heat",
3125
+ "rotom-wash",
3126
+ "rotom-frost",
3127
+ "rotom-fan",
3128
+ "rotom-mow",
3129
+ "uxie",
3130
+ "mesprit",
3131
+ "azelf",
3132
+ "dialga",
3133
+ "palkia",
3134
+ "heatran",
3135
+ "regigigas",
3136
+ "giratina",
3137
+ "giratina-origin",
3138
+ "cresselia",
3139
+ "phione",
3140
+ "manaphy",
3141
+ "darkrai",
3142
+ "shaymin",
3143
+ "shaymin-sky",
3144
+ "arceus",
3145
+ "victini",
3146
+ "snivy",
3147
+ "servine",
3148
+ "serperior",
3149
+ "tepig",
3150
+ "pignite"
3151
+ ]
3152
+ },
3153
+ {
3154
+ "pokemon": [
3155
+ "emboar",
3156
+ "oshawott",
3157
+ "dewott",
3158
+ "samurott",
3159
+ "patrat",
3160
+ "watchog",
3161
+ "lillipup",
3162
+ "herdier",
3163
+ "stoutland",
3164
+ "purrloin",
3165
+ "liepard",
3166
+ "pansage",
3167
+ "simisage",
3168
+ "pansear",
3169
+ "simisear",
3170
+ "panpour",
3171
+ "simipour",
3172
+ "munna",
3173
+ "musharna",
3174
+ "pidove",
3175
+ "tranquill",
3176
+ "unfezant",
3177
+ "unfezant-f",
3178
+ "blitzle",
3179
+ "zebstrika",
3180
+ "roggenrola",
3181
+ "boldore",
3182
+ "gigalith",
3183
+ "woobat",
3184
+ "swoobat"
3185
+ ]
3186
+ },
3187
+ {
3188
+ "pokemon": [
3189
+ "drilbur",
3190
+ "excadrill",
3191
+ "audino",
3192
+ "timburr",
3193
+ "gurdurr",
3194
+ "conkeldurr",
3195
+ "tympole",
3196
+ "palpitoad",
3197
+ "seismitoad",
3198
+ "throh",
3199
+ "sawk",
3200
+ "sewaddle",
3201
+ "swadloon",
3202
+ "leavanny",
3203
+ "venipede",
3204
+ "whirlipede",
3205
+ "scolipede",
3206
+ "cottonee",
3207
+ "whimsicott",
3208
+ "petilil",
3209
+ "lilligant",
3210
+ "basculin",
3211
+ "basculin-blue-striped",
3212
+ "sandile",
3213
+ "krokorok",
3214
+ "krookodile",
3215
+ "darumaka",
3216
+ "darmanitan",
3217
+ "maractus",
3218
+ "dwebble"
3219
+ ]
3220
+ },
3221
+ {
3222
+ "pokemon": [
3223
+ "crustle",
3224
+ "scraggy",
3225
+ "scrafty",
3226
+ "sigilyph",
3227
+ "yamask",
3228
+ "cofagrigus",
3229
+ "tirtouga",
3230
+ "carracosta",
3231
+ "archen",
3232
+ "archeops",
3233
+ "trubbish",
3234
+ "garbodor",
3235
+ "zorua",
3236
+ "zoroark",
3237
+ "minccino",
3238
+ "cinccino",
3239
+ "gothita",
3240
+ "gothorita",
3241
+ "gothitelle",
3242
+ "solosis",
3243
+ "duosion",
3244
+ "reuniclus",
3245
+ "ducklett",
3246
+ "swanna",
3247
+ "vanillite",
3248
+ "vanillish",
3249
+ "vanilluxe",
3250
+ "deerling",
3251
+ "deerling-summer",
3252
+ "deerling-autumn"
3253
+ ]
3254
+ },
3255
+ {
3256
+ "pokemon": [
3257
+ "deerling-winter",
3258
+ "sawsbuck",
3259
+ "sawsbuck-summer",
3260
+ "sawsbuck-autumn",
3261
+ "sawsbuck-winter",
3262
+ "emolga",
3263
+ "karrablast",
3264
+ "escavalier",
3265
+ "foongus",
3266
+ "amoonguss",
3267
+ "frillish",
3268
+ "frillish-f",
3269
+ "jellicent",
3270
+ "jellicent-f",
3271
+ "alomomola",
3272
+ "joltik",
3273
+ "galvantula",
3274
+ "ferroseed",
3275
+ "ferrothorn",
3276
+ "klink",
3277
+ "klang",
3278
+ "klinklang",
3279
+ "tynamo",
3280
+ "eelektrik",
3281
+ "eelektross",
3282
+ "elgyem",
3283
+ "beheeyem",
3284
+ "litwick",
3285
+ "lampent",
3286
+ "chandelure"
3287
+ ]
3288
+ },
3289
+ {
3290
+ "pokemon": [
3291
+ "axew",
3292
+ "fraxure",
3293
+ "haxorus",
3294
+ "cubchoo",
3295
+ "beartic",
3296
+ "cryogonal",
3297
+ "shelmet",
3298
+ "accelgor",
3299
+ "stunfisk",
3300
+ "mienfoo",
3301
+ "mienshao",
3302
+ "druddigon",
3303
+ "golett",
3304
+ "golurk",
3305
+ "pawniard",
3306
+ "bisharp",
3307
+ "bouffalant",
3308
+ "rufflet",
3309
+ "braviary",
3310
+ "vullaby",
3311
+ "mandibuzz",
3312
+ "heatmor",
3313
+ "durant",
3314
+ "deino",
3315
+ "zweilous",
3316
+ "hydreigon",
3317
+ "larvesta",
3318
+ "volcarona",
3319
+ "cobalion",
3320
+ "terrakion"
3321
+ ]
3322
+ },
3323
+ {
3324
+ "pokemon": [
3325
+ "virizion",
3326
+ "tornadus",
3327
+ "tornadus-therian",
3328
+ "thundurus",
3329
+ "thundurus-therian",
3330
+ "reshiram",
3331
+ "zekrom",
3332
+ "landorus",
3333
+ "landorus-therian",
3334
+ "kyurem",
3335
+ "kyurem-white",
3336
+ "kyurem-black",
3337
+ "keldeo",
3338
+ "keldeo-resolute",
3339
+ "meloetta",
3340
+ "genesect",
3341
+ "genesect-douse",
3342
+ "genesect-shock",
3343
+ "genesect-burn",
3344
+ "genesect-chill",
3345
+ "chespin",
3346
+ "quilladin",
3347
+ "chesnaught",
3348
+ "fennekin",
3349
+ "braixen",
3350
+ "delphox",
3351
+ "froakie",
3352
+ "frogadier",
3353
+ "greninja",
3354
+ "greninja--battle-bond"
3355
+ ]
3356
+ },
3357
+ {
3358
+ "pokemon": [
3359
+ "greninja-ash",
3360
+ "bunnelby",
3361
+ "diggersby",
3362
+ "fletchling",
3363
+ "fletchinder",
3364
+ "talonflame",
3365
+ "scatterbug",
3366
+ "spewpa",
3367
+ "vivillon",
3368
+ "vivillon-meadow",
3369
+ "vivillon-polar",
3370
+ "vivillon-tundra",
3371
+ "vivillon-continental",
3372
+ "vivillon-garden",
3373
+ "vivillon-elegant",
3374
+ "vivillon-modern",
3375
+ "vivillon-marine",
3376
+ "vivillon-archipelago",
3377
+ "vivillon-high-plains",
3378
+ "vivillon-sandstorm",
3379
+ "vivillon-river",
3380
+ "vivillon-monsoon",
3381
+ "vivillon-savanna",
3382
+ "vivillon-sun",
3383
+ "vivillon-ocean",
3384
+ "vivillon-jungle",
3385
+ "vivillon-fancy",
3386
+ "vivillon-pokeball",
3387
+ "litleo",
3388
+ "pyroar"
3389
+ ]
3390
+ },
3391
+ {
3392
+ "pokemon": [
3393
+ "pyroar-f",
3394
+ "flabebe",
3395
+ "flabebe-blue",
3396
+ "flabebe-orange",
3397
+ "flabebe-white",
3398
+ "flabebe-yellow",
3399
+ "floette",
3400
+ "floette-blue",
3401
+ "floette-orange",
3402
+ "floette-white",
3403
+ "floette-yellow",
3404
+ "florges",
3405
+ "florges-blue",
3406
+ "florges-orange",
3407
+ "florges-white",
3408
+ "florges-yellow",
3409
+ "skiddo",
3410
+ "gogoat",
3411
+ "pancham",
3412
+ "pangoro",
3413
+ "furfrou",
3414
+ "furfrou-heart",
3415
+ "furfrou-star",
3416
+ "furfrou-diamond",
3417
+ "furfrou-debutante",
3418
+ "furfrou-matron",
3419
+ "furfrou-dandy",
3420
+ "furfrou-la-reine",
3421
+ "furfrou-kabuki",
3422
+ "furfrou-pharaoh"
3423
+ ]
3424
+ },
3425
+ {
3426
+ "pokemon": [
3427
+ "espurr",
3428
+ "meowstic",
3429
+ "meowstic-f",
3430
+ "honedge",
3431
+ "doublade",
3432
+ "aegislash",
3433
+ "spritzee",
3434
+ "aromatisse",
3435
+ "swirlix",
3436
+ "slurpuff",
3437
+ "inkay",
3438
+ "malamar",
3439
+ "binacle",
3440
+ "barbaracle",
3441
+ "skrelp",
3442
+ "dragalge",
3443
+ "clauncher",
3444
+ "clawitzer",
3445
+ "helioptile",
3446
+ "heliolisk",
3447
+ "tyrunt",
3448
+ "tyrantrum",
3449
+ "amaura",
3450
+ "aurorus",
3451
+ "sylveon",
3452
+ "hawlucha",
3453
+ "dedenne",
3454
+ "carbink",
3455
+ "goomy",
3456
+ "sliggoo"
3457
+ ]
3458
+ },
3459
+ {
3460
+ "pokemon": [
3461
+ "goodra",
3462
+ "klefki",
3463
+ "phantump",
3464
+ "trevenant",
3465
+ "pumpkaboo",
3466
+ "pumpkaboo-small",
3467
+ "pumpkaboo-large",
3468
+ "pumpkaboo-super",
3469
+ "gourgeist",
3470
+ "gourgeist-small",
3471
+ "gourgeist-large",
3472
+ "gourgeist-super",
3473
+ "bergmite",
3474
+ "avalugg",
3475
+ "noibat",
3476
+ "noivern",
3477
+ "xerneas",
3478
+ "yveltal",
3479
+ "zygarde",
3480
+ "zygarde--power-construct",
3481
+ "zygarde-10",
3482
+ "zygarde-10--power-construct",
3483
+ "diancie",
3484
+ "hoopa",
3485
+ "hoopa-unbound",
3486
+ "volcanion",
3487
+ "rowlet",
3488
+ "dartrix",
3489
+ "decidueye",
3490
+ "litten"
3491
+ ]
3492
+ },
3493
+ {
3494
+ "pokemon": [
3495
+ "torracat",
3496
+ "incineroar",
3497
+ "popplio",
3498
+ "brionne",
3499
+ "primarina",
3500
+ "pikipek",
3501
+ "trumbeak",
3502
+ "toucannon",
3503
+ "yungoos",
3504
+ "gumshoos",
3505
+ "grubbin",
3506
+ "charjabug",
3507
+ "vikavolt",
3508
+ "crabrawler",
3509
+ "crabominable",
3510
+ "oricorio",
3511
+ "oricorio-pom-pom",
3512
+ "oricorio-pau",
3513
+ "oricorio-sensu",
3514
+ "cutiefly",
3515
+ "ribombee",
3516
+ "rockruff",
3517
+ "rockruff--own-tempo",
3518
+ "lycanroc",
3519
+ "lycanroc-midnight",
3520
+ "lycanroc-dusk",
3521
+ "wishiwashi",
3522
+ "mareanie",
3523
+ "toxapex",
3524
+ "mudbray"
3525
+ ]
3526
+ },
3527
+ {
3528
+ "pokemon": [
3529
+ "mudsdale",
3530
+ "dewpider",
3531
+ "araquanid",
3532
+ "fomantis",
3533
+ "lurantis",
3534
+ "morelull",
3535
+ "shiinotic",
3536
+ "salandit",
3537
+ "salazzle",
3538
+ "stufful",
3539
+ "bewear",
3540
+ "bounsweet",
3541
+ "steenee",
3542
+ "tsareena",
3543
+ "comfey",
3544
+ "oranguru",
3545
+ "passimian",
3546
+ "wimpod",
3547
+ "golisopod",
3548
+ "sandygast",
3549
+ "palossand",
3550
+ "pyukumuku",
3551
+ "typenull",
3552
+ "silvally",
3553
+ "minior-red",
3554
+ "minior-orange",
3555
+ "minior-yellow",
3556
+ "minior-green",
3557
+ "minior-blue",
3558
+ "minior-indigo"
3559
+ ]
3560
+ },
3561
+ {
3562
+ "pokemon": [
3563
+ "minior-violet",
3564
+ "komala",
3565
+ "turtonator",
3566
+ "togedemaru",
3567
+ "mimikyu",
3568
+ "bruxish",
3569
+ "drampa",
3570
+ "dhelmise",
3571
+ "jangmoo",
3572
+ "hakamoo",
3573
+ "kommoo",
3574
+ "tapukoko",
3575
+ "tapulele",
3576
+ "tapubulu",
3577
+ "tapufini",
3578
+ "cosmog",
3579
+ "cosmoem",
3580
+ "solgaleo",
3581
+ "lunala",
3582
+ "nihilego",
3583
+ "buzzwole",
3584
+ "pheromosa",
3585
+ "xurkitree",
3586
+ "celesteela",
3587
+ "kartana",
3588
+ "guzzlord",
3589
+ "necrozma",
3590
+ "necrozma-dusk-mane",
3591
+ "necrozma-dawn-wings",
3592
+ "magearna"
3593
+ ]
3594
+ },
3595
+ {
3596
+ "pokemon": [
3597
+ "magearna-original",
3598
+ "marshadow",
3599
+ "poipole",
3600
+ "naganadel",
3601
+ "stakataka",
3602
+ "blacephalon",
3603
+ "zeraora"
3604
+ ]
3605
+ }
3606
+ ],
3607
+ "fullId": "usum-fully-sorted"
3608
+ },
3609
+ "fully-sorted-minimal": {
3610
+ "id": "fully-sorted-minimal",
3611
+ "name": "National: Sorted by Forms (Minimal)",
3612
+ "version": 1,
3613
+ "gameSet": "usum",
3614
+ "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.",
3615
+ "boxes": [
3616
+ {
3617
+ "pokemon": [
3618
+ "bulbasaur",
3619
+ "ivysaur",
3620
+ "venusaur",
3621
+ "venusaur-f",
3622
+ "charmander",
3623
+ "charmeleon",
3624
+ "charizard",
3625
+ "squirtle",
3626
+ "wartortle",
3627
+ "blastoise",
3628
+ "caterpie",
3629
+ "metapod",
3630
+ "butterfree",
3631
+ "butterfree-f",
3632
+ "weedle",
3633
+ "kakuna",
3634
+ "beedrill",
3635
+ "pidgey",
3636
+ "pidgeotto",
3637
+ "pidgeot",
3638
+ "rattata",
3639
+ "rattata-f",
3640
+ "rattata-alola",
3641
+ "raticate",
3642
+ "raticate-f",
3643
+ "raticate-alola",
3644
+ "spearow",
3645
+ "fearow",
3646
+ "ekans",
3647
+ "arbok"
3648
+ ]
3649
+ },
3650
+ {
3651
+ "pokemon": [
3652
+ "pikachu",
3653
+ "pikachu-f",
3654
+ "pikachu-original",
3655
+ "pikachu-hoenn",
3656
+ "pikachu-sinnoh",
3657
+ "pikachu-unova",
3658
+ "pikachu-kalos",
3659
+ "pikachu-alola",
3660
+ "pikachu-partner",
3661
+ "raichu",
3662
+ "raichu-f",
3663
+ "raichu-alola",
3664
+ "sandshrew",
3665
+ "sandshrew-alola",
3666
+ "sandslash",
3667
+ "sandslash-alola",
3668
+ "nidoranf",
3669
+ "nidorina",
3670
+ "nidoqueen",
3671
+ "nidoranm",
3672
+ "nidorino",
3673
+ "nidoking",
3674
+ "clefairy",
3675
+ "clefable",
3676
+ "vulpix",
3677
+ "vulpix-alola",
3678
+ "ninetales",
3679
+ "ninetales-alola",
3680
+ "jigglypuff",
3681
+ "wigglytuff"
3682
+ ]
3683
+ },
3684
+ {
3685
+ "pokemon": [
3686
+ "zubat",
3687
+ "zubat-f",
3688
+ "golbat",
3689
+ "golbat-f",
3690
+ "oddish",
3691
+ "gloom",
3692
+ "gloom-f",
3693
+ "vileplume",
3694
+ "vileplume-f",
3695
+ "paras",
3696
+ "parasect",
3697
+ "venonat",
3698
+ "venomoth",
3699
+ "diglett",
3700
+ "diglett-alola",
3701
+ "dugtrio",
3702
+ "dugtrio-alola",
3703
+ "meowth",
3704
+ "meowth-alola",
3705
+ "persian",
3706
+ "persian-alola",
3707
+ "psyduck",
3708
+ "golduck",
3709
+ "mankey",
3710
+ "primeape",
3711
+ "growlithe",
3712
+ "arcanine",
3713
+ "poliwag",
3714
+ "poliwhirl",
3715
+ "poliwrath"
3716
+ ]
3717
+ },
3718
+ {
3719
+ "pokemon": [
3720
+ "abra",
3721
+ "kadabra",
3722
+ "kadabra-f",
3723
+ "alakazam",
3724
+ "alakazam-f",
3725
+ "machop",
3726
+ "machoke",
3727
+ "machamp",
3728
+ "bellsprout",
3729
+ "weepinbell",
3730
+ "victreebel",
3731
+ "tentacool",
3732
+ "tentacruel",
3733
+ "geodude",
3734
+ "geodude-alola",
3735
+ "graveler",
3736
+ "graveler-alola",
3737
+ "golem",
3738
+ "golem-alola",
3739
+ "ponyta",
3740
+ "rapidash",
3741
+ "slowpoke",
3742
+ "slowbro",
3743
+ "magnemite",
3744
+ "magneton",
3745
+ "farfetchd",
3746
+ "doduo",
3747
+ "doduo-f",
3748
+ "dodrio",
3749
+ "dodrio-f"
3750
+ ]
3751
+ },
3752
+ {
3753
+ "pokemon": [
3754
+ "seel",
3755
+ "dewgong",
3756
+ "grimer",
3757
+ "grimer-alola",
3758
+ "muk",
3759
+ "muk-alola",
3760
+ "shellder",
3761
+ "cloyster",
3762
+ "gastly",
3763
+ "haunter",
3764
+ "gengar",
3765
+ "onix",
3766
+ "drowzee",
3767
+ "hypno",
3768
+ "hypno-f",
3769
+ "krabby",
3770
+ "kingler",
3771
+ "voltorb",
3772
+ "electrode",
3773
+ "exeggcute",
3774
+ "exeggutor",
3775
+ "exeggutor-alola",
3776
+ "cubone",
3777
+ "marowak",
3778
+ "marowak-alola",
3779
+ "hitmonlee",
3780
+ "hitmonchan",
3781
+ "lickitung",
3782
+ "koffing",
3783
+ "weezing"
3784
+ ]
3785
+ },
3786
+ {
3787
+ "pokemon": [
3788
+ "rhyhorn",
3789
+ "rhyhorn-f",
3790
+ "rhydon",
3791
+ "rhydon-f",
3792
+ "chansey",
3793
+ "tangela",
3794
+ "kangaskhan",
3795
+ "horsea",
3796
+ "seadra",
3797
+ "goldeen",
3798
+ "goldeen-f",
3799
+ "seaking",
3800
+ "seaking-f",
3801
+ "staryu",
3802
+ "starmie",
3803
+ "mrmime",
3804
+ "scyther",
3805
+ "scyther-f",
3806
+ "jynx",
3807
+ "electabuzz",
3808
+ "magmar",
3809
+ "pinsir",
3810
+ "tauros",
3811
+ "magikarp",
3812
+ "magikarp-f",
3813
+ "gyarados",
3814
+ "gyarados-f",
3815
+ "lapras",
3816
+ "ditto",
3817
+ "eevee"
3818
+ ]
3819
+ },
3820
+ {
3821
+ "pokemon": [
3822
+ "vaporeon",
3823
+ "jolteon",
3824
+ "flareon",
3825
+ "porygon",
3826
+ "omanyte",
3827
+ "omastar",
3828
+ "kabuto",
3829
+ "kabutops",
3830
+ "aerodactyl",
3831
+ "snorlax",
3832
+ "articuno",
3833
+ "zapdos",
3834
+ "moltres",
3835
+ "dratini",
3836
+ "dragonair",
3837
+ "dragonite",
3838
+ "mewtwo",
3839
+ "mew",
3840
+ "chikorita",
3841
+ "bayleef",
3842
+ "meganium",
3843
+ "meganium-f",
3844
+ "cyndaquil",
3845
+ "quilava",
3846
+ "typhlosion",
3847
+ "totodile",
3848
+ "croconaw",
3849
+ "feraligatr",
3850
+ "sentret",
3851
+ "furret"
3852
+ ]
3853
+ },
3854
+ {
3855
+ "pokemon": [
3856
+ "hoothoot",
3857
+ "noctowl",
3858
+ "ledyba",
3859
+ "ledyba-f",
3860
+ "ledian",
3861
+ "ledian-f",
3862
+ "spinarak",
3863
+ "ariados",
3864
+ "crobat",
3865
+ "chinchou",
3866
+ "lanturn",
3867
+ "pichu",
3868
+ "cleffa",
3869
+ "igglybuff",
3870
+ "togepi",
3871
+ "togetic",
3872
+ "natu",
3873
+ "xatu",
3874
+ "xatu-f",
3875
+ "mareep",
3876
+ "flaaffy",
3877
+ "ampharos",
3878
+ "bellossom",
3879
+ "marill",
3880
+ "azumarill",
3881
+ "sudowoodo",
3882
+ "sudowoodo-f",
3883
+ "politoed",
3884
+ "politoed-f",
3885
+ "hoppip"
3886
+ ]
3887
+ },
3888
+ {
3889
+ "pokemon": [
3890
+ "skiploom",
3891
+ "jumpluff",
3892
+ "aipom",
3893
+ "aipom-f",
3894
+ "sunkern",
3895
+ "sunflora",
3896
+ "yanma",
3897
+ "wooper",
3898
+ "wooper-f",
3899
+ "quagsire",
3900
+ "quagsire-f",
3901
+ "espeon",
3902
+ "umbreon",
3903
+ "murkrow",
3904
+ "murkrow-f",
3905
+ "slowking",
3906
+ "misdreavus",
3907
+ "unown",
3908
+ "unown-b",
3909
+ "unown-c",
3910
+ "unown-d",
3911
+ "unown-e",
3912
+ "unown-f",
3913
+ "unown-g",
3914
+ "unown-h",
3915
+ "unown-i",
3916
+ "unown-j",
3917
+ "unown-k",
3918
+ "unown-l",
3919
+ "unown-m"
3920
+ ]
3921
+ },
3922
+ {
3923
+ "pokemon": [
3924
+ "unown-n",
3925
+ "unown-o",
3926
+ "unown-p",
3927
+ "unown-q",
3928
+ "unown-r",
3929
+ "unown-s",
3930
+ "unown-t",
3931
+ "unown-u",
3932
+ "unown-v",
3933
+ "unown-w",
3934
+ "unown-x",
3935
+ "unown-y",
3936
+ "unown-z",
3937
+ "unown-exclamation",
3938
+ "unown-question",
3939
+ "wobbuffet",
3940
+ "wobbuffet-f",
3941
+ "girafarig",
3942
+ "girafarig-f",
3943
+ "pineco",
3944
+ "forretress",
3945
+ "dunsparce",
3946
+ "gligar",
3947
+ "gligar-f",
3948
+ "steelix",
3949
+ "steelix-f",
3950
+ "snubbull",
3951
+ "granbull",
3952
+ "qwilfish",
3953
+ "scizor"
3954
+ ]
3955
+ },
3956
+ {
3957
+ "pokemon": [
3958
+ "scizor-f",
3959
+ "shuckle",
3960
+ "heracross",
3961
+ "heracross-f",
3962
+ "sneasel",
3963
+ "sneasel-f",
3964
+ "teddiursa",
3965
+ "ursaring",
3966
+ "ursaring-f",
3967
+ "slugma",
3968
+ "magcargo",
3969
+ "swinub",
3970
+ "piloswine",
3971
+ "piloswine-f",
3972
+ "corsola",
3973
+ "remoraid",
3974
+ "octillery",
3975
+ "octillery-f",
3976
+ "delibird",
3977
+ "mantine",
3978
+ "skarmory",
3979
+ "houndour",
3980
+ "houndoom",
3981
+ "houndoom-f",
3982
+ "kingdra",
3983
+ "phanpy",
3984
+ "donphan",
3985
+ "donphan-f",
3986
+ "porygon2",
3987
+ "stantler"
3988
+ ]
3989
+ },
3990
+ {
3991
+ "pokemon": [
3992
+ "smeargle",
3993
+ "tyrogue",
3994
+ "hitmontop",
3995
+ "smoochum",
3996
+ "elekid",
3997
+ "magby",
3998
+ "miltank",
3999
+ "blissey",
4000
+ "raikou",
4001
+ "entei",
4002
+ "suicune",
4003
+ "larvitar",
4004
+ "pupitar",
4005
+ "tyranitar",
4006
+ "lugia",
4007
+ "hooh",
4008
+ "celebi",
4009
+ "treecko",
4010
+ "grovyle",
4011
+ "sceptile",
4012
+ "torchic",
4013
+ "torchic-f",
4014
+ "combusken",
4015
+ "combusken-f",
4016
+ "blaziken",
4017
+ "blaziken-f",
4018
+ "mudkip",
4019
+ "marshtomp",
4020
+ "swampert",
4021
+ "poochyena"
4022
+ ]
4023
+ },
4024
+ {
4025
+ "pokemon": [
4026
+ "mightyena",
4027
+ "zigzagoon",
4028
+ "linoone",
4029
+ "wurmple",
4030
+ "silcoon",
4031
+ "beautifly",
4032
+ "beautifly-f",
4033
+ "cascoon",
4034
+ "dustox",
4035
+ "dustox-f",
4036
+ "lotad",
4037
+ "lombre",
4038
+ "ludicolo",
4039
+ "ludicolo-f",
4040
+ "seedot",
4041
+ "nuzleaf",
4042
+ "nuzleaf-f",
4043
+ "shiftry",
4044
+ "shiftry-f",
4045
+ "taillow",
4046
+ "swellow",
4047
+ "wingull",
4048
+ "pelipper",
4049
+ "ralts",
4050
+ "kirlia",
4051
+ "gardevoir",
4052
+ "surskit",
4053
+ "masquerain",
4054
+ "shroomish",
4055
+ "breloom"
4056
+ ]
4057
+ },
4058
+ {
4059
+ "pokemon": [
4060
+ "slakoth",
4061
+ "vigoroth",
4062
+ "slaking",
4063
+ "nincada",
4064
+ "ninjask",
4065
+ "shedinja",
4066
+ "whismur",
4067
+ "loudred",
4068
+ "exploud",
4069
+ "makuhita",
4070
+ "hariyama",
4071
+ "azurill",
4072
+ "nosepass",
4073
+ "skitty",
4074
+ "delcatty",
4075
+ "sableye",
4076
+ "mawile",
4077
+ "aron",
4078
+ "lairon",
4079
+ "aggron",
4080
+ "meditite",
4081
+ "meditite-f",
4082
+ "medicham",
4083
+ "medicham-f",
4084
+ "electrike",
4085
+ "manectric",
4086
+ "plusle",
4087
+ "minun",
4088
+ "volbeat",
4089
+ "illumise"
4090
+ ]
4091
+ },
4092
+ {
4093
+ "pokemon": [
4094
+ "roselia",
4095
+ "roselia-f",
4096
+ "gulpin",
4097
+ "gulpin-f",
4098
+ "swalot",
4099
+ "swalot-f",
4100
+ "carvanha",
4101
+ "sharpedo",
4102
+ "wailmer",
4103
+ "wailord",
4104
+ "numel",
4105
+ "numel-f",
4106
+ "camerupt",
4107
+ "camerupt-f",
4108
+ "torkoal",
4109
+ "spoink",
4110
+ "grumpig",
4111
+ "spinda",
4112
+ "trapinch",
4113
+ "vibrava",
4114
+ "flygon",
4115
+ "cacnea",
4116
+ "cacturne",
4117
+ "cacturne-f",
4118
+ "swablu",
4119
+ "altaria",
4120
+ "zangoose",
4121
+ "seviper",
4122
+ "lunatone",
4123
+ "solrock"
4124
+ ]
4125
+ },
4126
+ {
4127
+ "pokemon": [
4128
+ "barboach",
4129
+ "whiscash",
4130
+ "corphish",
4131
+ "crawdaunt",
4132
+ "baltoy",
4133
+ "claydol",
4134
+ "lileep",
4135
+ "cradily",
4136
+ "anorith",
4137
+ "armaldo",
4138
+ "feebas",
4139
+ "milotic",
4140
+ "milotic-f",
4141
+ "castform",
4142
+ "kecleon",
4143
+ "shuppet",
4144
+ "banette",
4145
+ "duskull",
4146
+ "dusclops",
4147
+ "tropius",
4148
+ "chimecho",
4149
+ "absol",
4150
+ "wynaut",
4151
+ "snorunt",
4152
+ "glalie",
4153
+ "spheal",
4154
+ "sealeo",
4155
+ "walrein",
4156
+ "clamperl",
4157
+ "huntail"
4158
+ ]
4159
+ },
4160
+ {
4161
+ "pokemon": [
4162
+ "gorebyss",
4163
+ "relicanth",
4164
+ "relicanth-f",
4165
+ "luvdisc",
4166
+ "bagon",
4167
+ "shelgon",
4168
+ "salamence",
4169
+ "beldum",
4170
+ "metang",
4171
+ "metagross",
4172
+ "regirock",
4173
+ "regice",
4174
+ "registeel",
4175
+ "latias",
4176
+ "latios",
4177
+ "kyogre",
4178
+ "groudon",
4179
+ "rayquaza",
4180
+ "jirachi",
4181
+ "deoxys",
4182
+ "turtwig",
4183
+ "grotle",
4184
+ "torterra",
4185
+ "chimchar",
4186
+ "monferno",
4187
+ "infernape",
4188
+ "piplup",
4189
+ "prinplup",
4190
+ "empoleon",
4191
+ "starly"
4192
+ ]
4193
+ },
4194
+ {
4195
+ "pokemon": [
4196
+ "starly-f",
4197
+ "staravia",
4198
+ "staravia-f",
4199
+ "staraptor",
4200
+ "staraptor-f",
4201
+ "bidoof",
4202
+ "bidoof-f",
4203
+ "bibarel",
4204
+ "bibarel-f",
4205
+ "kricketot",
4206
+ "kricketot-f",
4207
+ "kricketune",
4208
+ "kricketune-f",
4209
+ "shinx",
4210
+ "shinx-f",
4211
+ "luxio",
4212
+ "luxio-f",
4213
+ "luxray",
4214
+ "luxray-f",
4215
+ "budew",
4216
+ "roserade",
4217
+ "roserade-f",
4218
+ "cranidos",
4219
+ "rampardos",
4220
+ "shieldon",
4221
+ "bastiodon",
4222
+ "burmy",
4223
+ "burmy-sandy",
4224
+ "burmy-trash",
4225
+ "wormadam"
4226
+ ]
4227
+ },
4228
+ {
4229
+ "pokemon": [
4230
+ "wormadam-sandy",
4231
+ "wormadam-trash",
4232
+ "mothim",
4233
+ "combee",
4234
+ "combee-f",
4235
+ "vespiquen",
4236
+ "pachirisu",
4237
+ "pachirisu-f",
4238
+ "buizel",
4239
+ "buizel-f",
4240
+ "floatzel",
4241
+ "floatzel-f",
4242
+ "cherubi",
4243
+ "cherrim",
4244
+ "shellos",
4245
+ "shellos-east",
4246
+ "gastrodon",
4247
+ "gastrodon-east",
4248
+ "ambipom",
4249
+ "ambipom-f",
4250
+ "drifloon",
4251
+ "drifblim",
4252
+ "buneary",
4253
+ "lopunny",
4254
+ "mismagius",
4255
+ "honchkrow",
4256
+ "glameow",
4257
+ "purugly",
4258
+ "chingling",
4259
+ "stunky"
4260
+ ]
4261
+ },
4262
+ {
4263
+ "pokemon": [
4264
+ "skuntank",
4265
+ "bronzor",
4266
+ "bronzong",
4267
+ "bonsly",
4268
+ "mimejr",
4269
+ "happiny",
4270
+ "chatot",
4271
+ "spiritomb",
4272
+ "gible",
4273
+ "gible-f",
4274
+ "gabite",
4275
+ "gabite-f",
4276
+ "garchomp",
4277
+ "garchomp-f",
4278
+ "munchlax",
4279
+ "riolu",
4280
+ "lucario",
4281
+ "hippopotas",
4282
+ "hippopotas-f",
4283
+ "hippowdon",
4284
+ "hippowdon-f",
4285
+ "skorupi",
4286
+ "drapion",
4287
+ "croagunk",
4288
+ "croagunk-f",
4289
+ "toxicroak",
4290
+ "toxicroak-f",
4291
+ "carnivine",
4292
+ "finneon",
4293
+ "finneon-f"
4294
+ ]
4295
+ },
4296
+ {
4297
+ "pokemon": [
4298
+ "lumineon",
4299
+ "lumineon-f",
4300
+ "mantyke",
4301
+ "snover",
4302
+ "snover-f",
4303
+ "abomasnow",
4304
+ "abomasnow-f",
4305
+ "weavile",
4306
+ "weavile-f",
4307
+ "magnezone",
4308
+ "lickilicky",
4309
+ "rhyperior",
4310
+ "rhyperior-f",
4311
+ "tangrowth",
4312
+ "tangrowth-f",
4313
+ "electivire",
4314
+ "magmortar",
4315
+ "togekiss",
4316
+ "yanmega",
4317
+ "leafeon",
4318
+ "glaceon",
4319
+ "gliscor",
4320
+ "mamoswine",
4321
+ "mamoswine-f",
4322
+ "porygonz",
4323
+ "gallade",
4324
+ "probopass",
4325
+ "dusknoir",
4326
+ "froslass",
4327
+ "rotom"
4328
+ ]
4329
+ },
4330
+ {
4331
+ "pokemon": [
4332
+ "rotom-heat",
4333
+ "rotom-wash",
4334
+ "rotom-frost",
4335
+ "rotom-fan",
4336
+ "rotom-mow",
4337
+ "uxie",
4338
+ "mesprit",
4339
+ "azelf",
4340
+ "dialga",
4341
+ "palkia",
4342
+ "heatran",
4343
+ "regigigas",
4344
+ "giratina",
4345
+ "cresselia",
4346
+ "phione",
4347
+ "manaphy",
4348
+ "darkrai",
4349
+ "shaymin",
4350
+ "arceus",
4351
+ "victini",
4352
+ "snivy",
4353
+ "servine",
4354
+ "serperior",
4355
+ "tepig",
4356
+ "pignite",
4357
+ "emboar",
4358
+ "oshawott",
4359
+ "dewott",
4360
+ "samurott",
4361
+ "patrat"
4362
+ ]
4363
+ },
4364
+ {
4365
+ "pokemon": [
4366
+ "watchog",
4367
+ "lillipup",
4368
+ "herdier",
4369
+ "stoutland",
4370
+ "purrloin",
4371
+ "liepard",
4372
+ "pansage",
4373
+ "simisage",
4374
+ "pansear",
4375
+ "simisear",
4376
+ "panpour",
4377
+ "simipour",
4378
+ "munna",
4379
+ "musharna",
4380
+ "pidove",
4381
+ "tranquill",
4382
+ "unfezant",
4383
+ "unfezant-f",
4384
+ "blitzle",
4385
+ "zebstrika",
4386
+ "roggenrola",
4387
+ "boldore",
4388
+ "gigalith",
4389
+ "woobat",
4390
+ "swoobat",
4391
+ "drilbur",
4392
+ "excadrill",
4393
+ "audino",
4394
+ "timburr",
4395
+ "gurdurr"
4396
+ ]
4397
+ },
4398
+ {
4399
+ "pokemon": [
4400
+ "conkeldurr",
4401
+ "tympole",
4402
+ "palpitoad",
4403
+ "seismitoad",
4404
+ "throh",
4405
+ "sawk",
4406
+ "sewaddle",
4407
+ "swadloon",
4408
+ "leavanny",
4409
+ "venipede",
4410
+ "whirlipede",
4411
+ "scolipede",
4412
+ "cottonee",
4413
+ "whimsicott",
4414
+ "petilil",
4415
+ "lilligant",
4416
+ "basculin",
4417
+ "basculin-blue-striped",
4418
+ "sandile",
4419
+ "krokorok",
4420
+ "krookodile",
4421
+ "darumaka",
4422
+ "darmanitan",
4423
+ "maractus",
4424
+ "dwebble",
4425
+ "crustle",
4426
+ "scraggy",
4427
+ "scrafty",
4428
+ "sigilyph",
4429
+ "yamask"
4430
+ ]
4431
+ },
4432
+ {
4433
+ "pokemon": [
4434
+ "cofagrigus",
4435
+ "tirtouga",
4436
+ "carracosta",
4437
+ "archen",
4438
+ "archeops",
4439
+ "trubbish",
4440
+ "garbodor",
4441
+ "zorua",
4442
+ "zoroark",
4443
+ "minccino",
4444
+ "cinccino",
4445
+ "gothita",
4446
+ "gothorita",
4447
+ "gothitelle",
4448
+ "solosis",
4449
+ "duosion",
4450
+ "reuniclus",
4451
+ "ducklett",
4452
+ "swanna",
4453
+ "vanillite",
4454
+ "vanillish",
4455
+ "vanilluxe",
4456
+ "deerling",
4457
+ "deerling-summer",
4458
+ "deerling-autumn",
4459
+ "deerling-winter",
4460
+ "sawsbuck",
4461
+ "sawsbuck-summer",
4462
+ "sawsbuck-autumn",
4463
+ "sawsbuck-winter"
4464
+ ]
4465
+ },
4466
+ {
4467
+ "pokemon": [
4468
+ "emolga",
4469
+ "karrablast",
4470
+ "escavalier",
4471
+ "foongus",
4472
+ "amoonguss",
4473
+ "frillish",
4474
+ "frillish-f",
4475
+ "jellicent",
4476
+ "jellicent-f",
4477
+ "alomomola",
4478
+ "joltik",
4479
+ "galvantula",
4480
+ "ferroseed",
4481
+ "ferrothorn",
4482
+ "klink",
4483
+ "klang",
4484
+ "klinklang",
4485
+ "tynamo",
4486
+ "eelektrik",
4487
+ "eelektross",
4488
+ "elgyem",
4489
+ "beheeyem",
4490
+ "litwick",
4491
+ "lampent",
4492
+ "chandelure",
4493
+ "axew",
4494
+ "fraxure",
4495
+ "haxorus",
4496
+ "cubchoo",
4497
+ "beartic"
4498
+ ]
4499
+ },
4500
+ {
4501
+ "pokemon": [
4502
+ "cryogonal",
4503
+ "shelmet",
4504
+ "accelgor",
4505
+ "stunfisk",
4506
+ "mienfoo",
4507
+ "mienshao",
4508
+ "druddigon",
4509
+ "golett",
4510
+ "golurk",
4511
+ "pawniard",
4512
+ "bisharp",
4513
+ "bouffalant",
4514
+ "rufflet",
4515
+ "braviary",
4516
+ "vullaby",
4517
+ "mandibuzz",
4518
+ "heatmor",
4519
+ "durant",
4520
+ "deino",
4521
+ "zweilous",
4522
+ "hydreigon",
4523
+ "larvesta",
4524
+ "volcarona",
4525
+ "cobalion",
4526
+ "terrakion",
4527
+ "virizion",
4528
+ "tornadus",
4529
+ "thundurus",
4530
+ "reshiram",
4531
+ "zekrom"
4532
+ ]
4533
+ },
4534
+ {
4535
+ "pokemon": [
4536
+ "landorus",
4537
+ "kyurem",
4538
+ "keldeo",
4539
+ "meloetta",
4540
+ "genesect",
4541
+ "chespin",
4542
+ "quilladin",
4543
+ "chesnaught",
4544
+ "fennekin",
4545
+ "braixen",
4546
+ "delphox",
4547
+ "froakie",
4548
+ "frogadier",
4549
+ "greninja",
4550
+ "greninja--battle-bond",
4551
+ "greninja-ash",
4552
+ "bunnelby",
4553
+ "diggersby",
4554
+ "fletchling",
4555
+ "fletchinder",
4556
+ "talonflame",
4557
+ "scatterbug",
4558
+ "spewpa",
4559
+ "vivillon",
4560
+ "vivillon-meadow",
4561
+ "vivillon-polar",
4562
+ "vivillon-tundra",
4563
+ "vivillon-continental",
4564
+ "vivillon-garden",
4565
+ "vivillon-elegant"
4566
+ ]
4567
+ },
4568
+ {
4569
+ "pokemon": [
4570
+ "vivillon-modern",
4571
+ "vivillon-marine",
4572
+ "vivillon-archipelago",
4573
+ "vivillon-high-plains",
4574
+ "vivillon-sandstorm",
4575
+ "vivillon-river",
4576
+ "vivillon-monsoon",
4577
+ "vivillon-savanna",
4578
+ "vivillon-sun",
4579
+ "vivillon-ocean",
4580
+ "vivillon-jungle",
4581
+ "vivillon-fancy",
4582
+ "vivillon-pokeball",
4583
+ "litleo",
4584
+ "pyroar",
4585
+ "pyroar-f",
4586
+ "flabebe",
4587
+ "flabebe-blue",
4588
+ "flabebe-orange",
4589
+ "flabebe-white",
4590
+ "flabebe-yellow",
4591
+ "floette",
4592
+ "floette-blue",
4593
+ "floette-orange",
4594
+ "floette-white",
4595
+ "floette-yellow",
4596
+ "florges",
4597
+ "florges-blue",
4598
+ "florges-orange",
4599
+ "florges-white"
4600
+ ]
4601
+ },
4602
+ {
4603
+ "pokemon": [
4604
+ "florges-yellow",
4605
+ "skiddo",
4606
+ "gogoat",
4607
+ "pancham",
4608
+ "pangoro",
4609
+ "furfrou",
4610
+ "furfrou-heart",
4611
+ "furfrou-star",
4612
+ "furfrou-diamond",
4613
+ "furfrou-debutante",
4614
+ "furfrou-matron",
4615
+ "furfrou-dandy",
4616
+ "furfrou-la-reine",
4617
+ "furfrou-kabuki",
4618
+ "furfrou-pharaoh",
4619
+ "espurr",
4620
+ "meowstic",
4621
+ "meowstic-f",
4622
+ "honedge",
4623
+ "doublade",
4624
+ "aegislash",
4625
+ "spritzee",
4626
+ "aromatisse",
4627
+ "swirlix",
4628
+ "slurpuff",
4629
+ "inkay",
4630
+ "malamar",
4631
+ "binacle",
4632
+ "barbaracle",
4633
+ "skrelp"
4634
+ ]
4635
+ },
4636
+ {
4637
+ "pokemon": [
4638
+ "dragalge",
4639
+ "clauncher",
4640
+ "clawitzer",
4641
+ "helioptile",
4642
+ "heliolisk",
4643
+ "tyrunt",
4644
+ "tyrantrum",
4645
+ "amaura",
4646
+ "aurorus",
4647
+ "sylveon",
4648
+ "hawlucha",
4649
+ "dedenne",
4650
+ "carbink",
4651
+ "goomy",
4652
+ "sliggoo",
4653
+ "goodra",
4654
+ "klefki",
4655
+ "phantump",
4656
+ "trevenant",
4657
+ "pumpkaboo",
4658
+ "pumpkaboo-small",
4659
+ "pumpkaboo-large",
4660
+ "pumpkaboo-super",
4661
+ "gourgeist",
4662
+ "gourgeist-small",
4663
+ "gourgeist-large",
4664
+ "gourgeist-super",
4665
+ "bergmite",
4666
+ "avalugg",
4667
+ "noibat"
4668
+ ]
4669
+ },
4670
+ {
4671
+ "pokemon": [
4672
+ "noivern",
4673
+ "xerneas",
4674
+ "yveltal",
4675
+ "zygarde",
4676
+ "diancie",
4677
+ "hoopa",
4678
+ "volcanion",
4679
+ "rowlet",
4680
+ "dartrix",
4681
+ "decidueye",
4682
+ "litten",
4683
+ "torracat",
4684
+ "incineroar",
4685
+ "popplio",
4686
+ "brionne",
4687
+ "primarina",
4688
+ "pikipek",
4689
+ "trumbeak",
4690
+ "toucannon",
4691
+ "yungoos",
4692
+ "gumshoos",
4693
+ "grubbin",
4694
+ "charjabug",
4695
+ "vikavolt",
4696
+ "crabrawler",
4697
+ "crabominable",
4698
+ "oricorio",
4699
+ "oricorio-pom-pom",
4700
+ "oricorio-pau",
4701
+ "oricorio-sensu"
4702
+ ]
4703
+ },
4704
+ {
4705
+ "pokemon": [
4706
+ "cutiefly",
4707
+ "ribombee",
4708
+ "rockruff",
4709
+ "rockruff--own-tempo",
4710
+ "lycanroc",
4711
+ "lycanroc-midnight",
4712
+ "lycanroc-dusk",
4713
+ "wishiwashi",
4714
+ "mareanie",
4715
+ "toxapex",
4716
+ "mudbray",
4717
+ "mudsdale",
4718
+ "dewpider",
4719
+ "araquanid",
4720
+ "fomantis",
4721
+ "lurantis",
4722
+ "morelull",
4723
+ "shiinotic",
4724
+ "salandit",
4725
+ "salazzle",
4726
+ "stufful",
4727
+ "bewear",
4728
+ "bounsweet",
4729
+ "steenee",
4730
+ "tsareena",
4731
+ "comfey",
4732
+ "oranguru",
4733
+ "passimian",
4734
+ "wimpod",
4735
+ "golisopod"
4736
+ ]
4737
+ },
4738
+ {
4739
+ "pokemon": [
4740
+ "sandygast",
4741
+ "palossand",
4742
+ "pyukumuku",
4743
+ "typenull",
4744
+ "silvally",
4745
+ "minior-red",
4746
+ "minior-orange",
4747
+ "minior-yellow",
4748
+ "minior-green",
4749
+ "minior-blue",
4750
+ "minior-indigo",
4751
+ "minior-violet",
4752
+ "komala",
4753
+ "turtonator",
4754
+ "togedemaru",
4755
+ "mimikyu",
4756
+ "bruxish",
4757
+ "drampa",
4758
+ "dhelmise",
4759
+ "jangmoo",
4760
+ "hakamoo",
4761
+ "kommoo",
4762
+ "tapukoko",
4763
+ "tapulele",
4764
+ "tapubulu",
4765
+ "tapufini",
4766
+ "cosmog",
4767
+ "cosmoem",
4768
+ "solgaleo",
4769
+ "lunala"
4770
+ ]
4771
+ },
4772
+ {
4773
+ "pokemon": [
4774
+ "nihilego",
4775
+ "buzzwole",
4776
+ "pheromosa",
4777
+ "xurkitree",
4778
+ "celesteela",
4779
+ "kartana",
4780
+ "guzzlord",
4781
+ "necrozma",
4782
+ "magearna",
4783
+ "marshadow",
4784
+ "poipole",
4785
+ "naganadel",
4786
+ "stakataka",
4787
+ "blacephalon",
4788
+ "zeraora"
4789
+ ]
4790
+ }
4791
+ ],
4792
+ "fullId": "usum-fully-sorted-minimal"
4793
+ }
4794
+ }