pogo-masterfile-types 0.1.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 (462) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/LICENSE +21 -0
  3. package/README.md +62 -0
  4. package/dist/_utils.d.ts +33 -0
  5. package/dist/avatar-customization/entries/backpack.d.ts +1671 -0
  6. package/dist/avatar-customization/entries/belt.d.ts +308 -0
  7. package/dist/avatar-customization/entries/eyes.d.ts +172 -0
  8. package/dist/avatar-customization/entries/face.d.ts +668 -0
  9. package/dist/avatar-customization/entries/glasses.d.ts +912 -0
  10. package/dist/avatar-customization/entries/gloves.d.ts +1465 -0
  11. package/dist/avatar-customization/entries/hair.d.ts +667 -0
  12. package/dist/avatar-customization/entries/hat.d.ts +5170 -0
  13. package/dist/avatar-customization/entries/index.d.ts +58 -0
  14. package/dist/avatar-customization/entries/necklace.d.ts +92 -0
  15. package/dist/avatar-customization/entries/pants.d.ts +3214 -0
  16. package/dist/avatar-customization/entries/poses.d.ts +2224 -0
  17. package/dist/avatar-customization/entries/seasonal.d.ts +182 -0
  18. package/dist/avatar-customization/entries/shirt.d.ts +9502 -0
  19. package/dist/avatar-customization/entries/shoes.d.ts +3648 -0
  20. package/dist/avatar-customization/entries/skin.d.ts +355 -0
  21. package/dist/avatar-customization/entries/socks.d.ts +424 -0
  22. package/dist/avatar-customization/entries/sponsor.d.ts +724 -0
  23. package/dist/avatar-customization/index.d.ts +2 -0
  24. package/dist/avatar-customization/lookup-table.d.ts +3521 -0
  25. package/dist/avatar-customization/types.d.ts +60 -0
  26. package/dist/avatar-group-order-settings/entries.d.ts +104 -0
  27. package/dist/avatar-group-order-settings/index.d.ts +2 -0
  28. package/dist/avatar-group-order-settings/lookup-table.d.ts +8 -0
  29. package/dist/avatar-group-order-settings/types.d.ts +37 -0
  30. package/dist/avatar-item-display/entries/display-string-id/backpack.d.ts +817 -0
  31. package/dist/avatar-item-display/entries/display-string-id/belt.d.ts +177 -0
  32. package/dist/avatar-item-display/entries/display-string-id/face.d.ts +217 -0
  33. package/dist/avatar-item-display/entries/display-string-id/glasses.d.ts +347 -0
  34. package/dist/avatar-item-display/entries/display-string-id/gloves.d.ts +567 -0
  35. package/dist/avatar-item-display/entries/display-string-id/hat.d.ts +2197 -0
  36. package/dist/avatar-item-display/entries/display-string-id/idle.d.ts +16 -0
  37. package/dist/avatar-item-display/entries/display-string-id/index.d.ts +46 -0
  38. package/dist/avatar-item-display/entries/display-string-id/necklace.d.ts +57 -0
  39. package/dist/avatar-item-display/entries/display-string-id/pants.d.ts +1557 -0
  40. package/dist/avatar-item-display/entries/display-string-id/pose.d.ts +977 -0
  41. package/dist/avatar-item-display/entries/display-string-id/shirt.d.ts +4427 -0
  42. package/dist/avatar-item-display/entries/display-string-id/shoes.d.ts +1577 -0
  43. package/dist/avatar-item-display/entries/display-string-id/socks.d.ts +187 -0
  44. package/dist/avatar-item-display/entries/index.d.ts +11 -0
  45. package/dist/avatar-item-display/entries/misc.d.ts +3103 -0
  46. package/dist/avatar-item-display/index.d.ts +2 -0
  47. package/dist/avatar-item-display/lookup-table.d.ts +3301 -0
  48. package/dist/avatar-item-display/types.d.ts +17 -0
  49. package/dist/badge-settings/entries/capture-reward.d.ts +243 -0
  50. package/dist/badge-settings/entries/event-badge-event-badge-settings.d.ts +1087 -0
  51. package/dist/badge-settings/entries/event-badge.d.ts +8671 -0
  52. package/dist/badge-settings/entries/index.d.ts +19 -0
  53. package/dist/badge-settings/entries/misc.d.ts +727 -0
  54. package/dist/badge-settings/index.d.ts +2 -0
  55. package/dist/badge-settings/lookup-table.d.ts +1745 -0
  56. package/dist/badge-settings/types.d.ts +31 -0
  57. package/dist/bread-move-level-settings/entries.d.ts +425 -0
  58. package/dist/bread-move-level-settings/index.d.ts +2 -0
  59. package/dist/bread-move-level-settings/lookup-table.d.ts +21 -0
  60. package/dist/bread-move-level-settings/types.d.ts +78 -0
  61. package/dist/buddy-activity-category-settings/entries.d.ts +81 -0
  62. package/dist/buddy-activity-category-settings/index.d.ts +2 -0
  63. package/dist/buddy-activity-category-settings/lookup-table.d.ts +23 -0
  64. package/dist/buddy-activity-category-settings/types.d.ts +21 -0
  65. package/dist/buddy-emotion-level-settings/entries.d.ts +78 -0
  66. package/dist/buddy-emotion-level-settings/index.d.ts +2 -0
  67. package/dist/buddy-emotion-level-settings/lookup-table.d.ts +21 -0
  68. package/dist/buddy-emotion-level-settings/types.d.ts +19 -0
  69. package/dist/buddy-level-settings/entries.d.ts +56 -0
  70. package/dist/buddy-level-settings/index.d.ts +2 -0
  71. package/dist/buddy-level-settings/lookup-table.d.ts +11 -0
  72. package/dist/buddy-level-settings/types.d.ts +29 -0
  73. package/dist/client-quest-template/entries.d.ts +1996 -0
  74. package/dist/client-quest-template/index.d.ts +2 -0
  75. package/dist/client-quest-template/lookup-table.d.ts +117 -0
  76. package/dist/client-quest-template/types.d.ts +282 -0
  77. package/dist/code-gate-proto/entries.d.ts +74 -0
  78. package/dist/code-gate-proto/index.d.ts +2 -0
  79. package/dist/code-gate-proto/lookup-table.d.ts +33 -0
  80. package/dist/code-gate-proto/types.d.ts +21 -0
  81. package/dist/combat-league/entries/default.d.ts +110 -0
  82. package/dist/combat-league/entries/index.d.ts +13 -0
  83. package/dist/combat-league/entries/safari.d.ts +6108 -0
  84. package/dist/combat-league/entries/vs.d.ts +17161 -0
  85. package/dist/combat-league/index.d.ts +2 -0
  86. package/dist/combat-league/lookup-table.d.ts +217 -0
  87. package/dist/combat-league/types.d.ts +190 -0
  88. package/dist/combat-move/entries/bug.d.ts +174 -0
  89. package/dist/combat-move/entries/dark.d.ts +196 -0
  90. package/dist/combat-move/entries/dragon.d.ts +189 -0
  91. package/dist/combat-move/entries/electric.d.ts +274 -0
  92. package/dist/combat-move/entries/fairy.d.ts +135 -0
  93. package/dist/combat-move/entries/fighting.d.ts +329 -0
  94. package/dist/combat-move/entries/fire.d.ts +385 -0
  95. package/dist/combat-move/entries/flying.d.ts +311 -0
  96. package/dist/combat-move/entries/ghost.d.ts +222 -0
  97. package/dist/combat-move/entries/grass.d.ts +313 -0
  98. package/dist/combat-move/entries/ground.d.ts +224 -0
  99. package/dist/combat-move/entries/ice.d.ts +252 -0
  100. package/dist/combat-move/entries/index.d.ts +61 -0
  101. package/dist/combat-move/entries/normal.d.ts +453 -0
  102. package/dist/combat-move/entries/poison.d.ts +152 -0
  103. package/dist/combat-move/entries/psychic.d.ts +252 -0
  104. package/dist/combat-move/entries/rock.d.ts +179 -0
  105. package/dist/combat-move/entries/steel.d.ts +250 -0
  106. package/dist/combat-move/entries/water.d.ts +411 -0
  107. package/dist/combat-move/index.d.ts +2 -0
  108. package/dist/combat-move/lookup-table.d.ts +643 -0
  109. package/dist/combat-move/types.d.ts +29 -0
  110. package/dist/combat-npc-personality/entries.d.ts +44 -0
  111. package/dist/combat-npc-personality/index.d.ts +2 -0
  112. package/dist/combat-npc-personality/lookup-table.d.ts +9 -0
  113. package/dist/combat-npc-personality/types.d.ts +23 -0
  114. package/dist/combat-npc-trainer/entries.d.ts +258 -0
  115. package/dist/combat-npc-trainer/index.d.ts +2 -0
  116. package/dist/combat-npc-trainer/lookup-table.d.ts +25 -0
  117. package/dist/combat-npc-trainer/types.d.ts +50 -0
  118. package/dist/combat-ranking-proto-settings/entries.d.ts +2183 -0
  119. package/dist/combat-ranking-proto-settings/index.d.ts +2 -0
  120. package/dist/combat-ranking-proto-settings/lookup-table.d.ts +49 -0
  121. package/dist/combat-ranking-proto-settings/types.d.ts +28 -0
  122. package/dist/combat-type/entries.d.ts +171 -0
  123. package/dist/combat-type/index.d.ts +2 -0
  124. package/dist/combat-type/lookup-table.d.ts +43 -0
  125. package/dist/combat-type/types.d.ts +20 -0
  126. package/dist/entries.d.ts +189 -0
  127. package/dist/event-pass-settings/entries.d.ts +97 -0
  128. package/dist/event-pass-settings/index.d.ts +2 -0
  129. package/dist/event-pass-settings/lookup-table.d.ts +8 -0
  130. package/dist/event-pass-settings/types.d.ts +83 -0
  131. package/dist/event-pass-tier-settings/entries/free/april2026.d.ts +3992 -0
  132. package/dist/event-pass-tier-settings/entries/free/index.d.ts +13 -0
  133. package/dist/event-pass-tier-settings/entries/free/steeledresolve2026.d.ts +1844 -0
  134. package/dist/event-pass-tier-settings/entries/index.d.ts +11 -0
  135. package/dist/event-pass-tier-settings/entries/premium/april2026.d.ts +3632 -0
  136. package/dist/event-pass-tier-settings/entries/premium/index.d.ts +13 -0
  137. package/dist/event-pass-tier-settings/entries/premium/steeledresolve2026.d.ts +1048 -0
  138. package/dist/event-pass-tier-settings/index.d.ts +2 -0
  139. package/dist/event-pass-tier-settings/lookup-table.d.ts +1167 -0
  140. package/dist/event-pass-tier-settings/types.d.ts +229 -0
  141. package/dist/evolution-chain-display-settings/entries.d.ts +3763 -0
  142. package/dist/evolution-chain-display-settings/index.d.ts +2 -0
  143. package/dist/evolution-chain-display-settings/lookup-table.d.ts +165 -0
  144. package/dist/evolution-chain-display-settings/types.d.ts +36 -0
  145. package/dist/evolution-quest-template/entries.d.ts +827 -0
  146. package/dist/evolution-quest-template/index.d.ts +2 -0
  147. package/dist/evolution-quest-template/lookup-table.d.ts +81 -0
  148. package/dist/evolution-quest-template/types.d.ts +103 -0
  149. package/dist/feature-gate/entries.d.ts +184 -0
  150. package/dist/feature-gate/index.d.ts +2 -0
  151. package/dist/feature-gate/lookup-table.d.ts +35 -0
  152. package/dist/feature-gate/types.d.ts +32 -0
  153. package/dist/form-settings/entries/forms.d.ts +15945 -0
  154. package/dist/form-settings/entries/index.d.ts +11 -0
  155. package/dist/form-settings/entries/misc.d.ts +15 -0
  156. package/dist/form-settings/index.d.ts +2 -0
  157. package/dist/form-settings/lookup-table.d.ts +2057 -0
  158. package/dist/form-settings/types.d.ts +50 -0
  159. package/dist/fort-power-up-level-settings/entries.d.ts +48 -0
  160. package/dist/fort-power-up-level-settings/index.d.ts +2 -0
  161. package/dist/fort-power-up-level-settings/lookup-table.d.ts +10 -0
  162. package/dist/fort-power-up-level-settings/types.d.ts +22 -0
  163. package/dist/friendship-milestone-settings/entries.d.ts +143 -0
  164. package/dist/friendship-milestone-settings/index.d.ts +2 -0
  165. package/dist/friendship-milestone-settings/lookup-table.d.ts +19 -0
  166. package/dist/friendship-milestone-settings/types.d.ts +36 -0
  167. package/dist/gender-settings/entries/form.d.ts +1255 -0
  168. package/dist/gender-settings/entries/index.d.ts +11 -0
  169. package/dist/gender-settings/entries/misc.d.ts +30274 -0
  170. package/dist/gender-settings/index.d.ts +2 -0
  171. package/dist/gender-settings/lookup-table.d.ts +4935 -0
  172. package/dist/gender-settings/types.d.ts +22 -0
  173. package/dist/iap-category-display/entries.d.ts +150 -0
  174. package/dist/iap-category-display/index.d.ts +2 -0
  175. package/dist/iap-category-display/lookup-table.d.ts +33 -0
  176. package/dist/iap-category-display/types.d.ts +38 -0
  177. package/dist/iap-item-display/entries/category-description-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title-webstore-sku-id-webstore-sku-price-e6.d.ts +51 -0
  178. package/dist/iap-item-display/entries/category-description-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +167 -0
  179. package/dist/iap-item-display/entries/category-description-hidden-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +83 -0
  180. package/dist/iap-item-display/entries/category-description-hidden-sort-order-sprite-id-title.d.ts +35 -0
  181. package/dist/iap-item-display/entries/category-description-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +43 -0
  182. package/dist/iap-item-display/entries/category-description-sort-order-sprite-id-title.d.ts +33 -0
  183. package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title-webstore-sku-id-webstore-sku-price-e6.d.ts +427 -0
  184. package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +425 -0
  185. package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id.d.ts +43 -0
  186. package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sprite-id.d.ts +24 -0
  187. package/dist/iap-item-display/entries/category-hidden-sale-sort-order-sprite-id-title.d.ts +2362 -0
  188. package/dist/iap-item-display/entries/category-hidden-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-title-total-value.d.ts +330 -0
  189. package/dist/iap-item-display/entries/category-hidden-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +43 -0
  190. package/dist/iap-item-display/entries/category-hidden-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id.d.ts +24 -0
  191. package/dist/iap-item-display/entries/category-hidden-sort-order-sprite-id-title.d.ts +1463 -0
  192. package/dist/iap-item-display/entries/category-hidden-sort-order-sprite-id.d.ts +59 -0
  193. package/dist/iap-item-display/entries/category-hidden-sort-order-title.d.ts +19 -0
  194. package/dist/iap-item-display/entries/category-hidden-sort-order.d.ts +3895 -0
  195. package/dist/iap-item-display/entries/category-hidden.d.ts +27 -0
  196. package/dist/iap-item-display/entries/category-max-level-sale-sort-order-sprite-id-title.d.ts +21 -0
  197. package/dist/iap-item-display/entries/category-sale-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +25 -0
  198. package/dist/iap-item-display/entries/category-sale-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order.d.ts +71 -0
  199. package/dist/iap-item-display/entries/category-sale-sort-order-sprite-id-title.d.ts +77 -0
  200. package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title-total-value.d.ts +27 -0
  201. package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-title-total-value.d.ts +55 -0
  202. package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-total-value.d.ts +172 -0
  203. package/dist/iap-item-display/entries/category-sort-order-sprite-id-title.d.ts +72 -0
  204. package/dist/iap-item-display/entries/category-sort-order-sprite-id.d.ts +175 -0
  205. package/dist/iap-item-display/entries/category-sort-order.d.ts +3802 -0
  206. package/dist/iap-item-display/entries/category.d.ts +16 -0
  207. package/dist/iap-item-display/entries/description-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +655 -0
  208. package/dist/iap-item-display/entries/description-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +109 -0
  209. package/dist/iap-item-display/entries/description-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +39 -0
  210. package/dist/iap-item-display/entries/index.d.ts +112 -0
  211. package/dist/iap-item-display/entries/show-discount-tag-show-strikethrough-price-sprite-id-total-value.d.ts +19 -0
  212. package/dist/iap-item-display/entries/sprite-id.d.ts +16 -0
  213. package/dist/iap-item-display/index.d.ts +2 -0
  214. package/dist/iap-item-display/lookup-table.d.ts +2239 -0
  215. package/dist/iap-item-display/types.d.ts +247 -0
  216. package/dist/index.d.ts +2 -0
  217. package/dist/invasion-npc-display-settings/entries.d.ts +1400 -0
  218. package/dist/invasion-npc-display-settings/index.d.ts +2 -0
  219. package/dist/invasion-npc-display-settings/lookup-table.d.ts +141 -0
  220. package/dist/invasion-npc-display-settings/types.d.ts +235 -0
  221. package/dist/item-expiration-settings/entries.d.ts +262 -0
  222. package/dist/item-expiration-settings/index.d.ts +2 -0
  223. package/dist/item-expiration-settings/lookup-table.d.ts +51 -0
  224. package/dist/item-expiration-settings/types.d.ts +70 -0
  225. package/dist/item-settings/entries/boost.d.ts +47 -0
  226. package/dist/item-settings/entries/bread.d.ts +21 -0
  227. package/dist/item-settings/entries/buddy-exclusive-food.d.ts +22 -0
  228. package/dist/item-settings/entries/camera.d.ts +18 -0
  229. package/dist/item-settings/entries/candy.d.ts +27 -0
  230. package/dist/item-settings/entries/disk.d.ts +74 -0
  231. package/dist/item-settings/entries/enhanced-currency-holder.d.ts +18 -0
  232. package/dist/item-settings/entries/enhanced-currency.d.ts +19 -0
  233. package/dist/item-settings/entries/event-pass-point.d.ts +328 -0
  234. package/dist/item-settings/entries/evolution-requirement.d.ts +229 -0
  235. package/dist/item-settings/entries/food.d.ts +149 -0
  236. package/dist/item-settings/entries/friend-gift-box.d.ts +17 -0
  237. package/dist/item-settings/entries/global-event-ticket.d.ts +985 -0
  238. package/dist/item-settings/entries/incense.d.ts +99 -0
  239. package/dist/item-settings/entries/incident-ticket.d.ts +79 -0
  240. package/dist/item-settings/entries/incubator.d.ts +92 -0
  241. package/dist/item-settings/entries/index.d.ts +97 -0
  242. package/dist/item-settings/entries/inventory-upgrade.d.ts +52 -0
  243. package/dist/item-settings/entries/medicine.d.ts +91 -0
  244. package/dist/item-settings/entries/move-reroll.d.ts +62 -0
  245. package/dist/item-settings/entries/mp.d.ts +18 -0
  246. package/dist/item-settings/entries/pokeball.d.ts +95 -0
  247. package/dist/item-settings/entries/postcard-inventory.d.ts +19 -0
  248. package/dist/item-settings/entries/raid-ticket.d.ts +37 -0
  249. package/dist/item-settings/entries/route-maker.d.ts +17 -0
  250. package/dist/item-settings/entries/stardust-boost.d.ts +21 -0
  251. package/dist/item-settings/entries/stat-increase.d.ts +33 -0
  252. package/dist/item-settings/entries/sticker.d.ts +17 -0
  253. package/dist/item-settings/entries/team-change.d.ts +17 -0
  254. package/dist/item-settings/entries/utilites.d.ts +30 -0
  255. package/dist/item-settings/entries/xp-boost.d.ts +30 -0
  256. package/dist/item-settings/index.d.ts +2 -0
  257. package/dist/item-settings/lookup-table.d.ts +293 -0
  258. package/dist/item-settings/types.d.ts +462 -0
  259. package/dist/language-settings/entries.d.ts +33 -0
  260. package/dist/language-settings/index.d.ts +2 -0
  261. package/dist/language-settings/lookup-table.d.ts +9 -0
  262. package/dist/language-settings/types.d.ts +18 -0
  263. package/dist/level-up-rewards/entries.d.ts +1444 -0
  264. package/dist/level-up-rewards/index.d.ts +2 -0
  265. package/dist/level-up-rewards/lookup-table.d.ts +201 -0
  266. package/dist/level-up-rewards/types.d.ts +125 -0
  267. package/dist/limited-purchase-sku-settings/entries.d.ts +349 -0
  268. package/dist/limited-purchase-sku-settings/index.d.ts +2 -0
  269. package/dist/limited-purchase-sku-settings/lookup-table.d.ts +75 -0
  270. package/dist/limited-purchase-sku-settings/types.d.ts +20 -0
  271. package/dist/location-card-settings/entries/2023.d.ts +87 -0
  272. package/dist/location-card-settings/entries/2024.d.ts +330 -0
  273. package/dist/location-card-settings/entries/2025.d.ts +302 -0
  274. package/dist/location-card-settings/entries/2026.d.ts +189 -0
  275. package/dist/location-card-settings/entries/citysafari2025.d.ts +37 -0
  276. package/dist/location-card-settings/entries/id.d.ts +16 -0
  277. package/dist/location-card-settings/entries/index.d.ts +40 -0
  278. package/dist/location-card-settings/entries/jeju.d.ts +16 -0
  279. package/dist/location-card-settings/entries/pokelid.d.ts +417 -0
  280. package/dist/location-card-settings/entries/special.d.ts +43 -0
  281. package/dist/location-card-settings/entries/specialbackground.d.ts +536 -0
  282. package/dist/location-card-settings/entries/tokmun.d.ts +37 -0
  283. package/dist/location-card-settings/index.d.ts +2 -0
  284. package/dist/location-card-settings/lookup-table.d.ts +375 -0
  285. package/dist/location-card-settings/types.d.ts +56 -0
  286. package/dist/lookup-table.d.ts +571 -0
  287. package/dist/mega-evo-level-settings/entries/0.d.ts +431 -0
  288. package/dist/mega-evo-level-settings/entries/1.d.ts +506 -0
  289. package/dist/mega-evo-level-settings/entries/2.d.ts +556 -0
  290. package/dist/mega-evo-level-settings/entries/3.d.ts +556 -0
  291. package/dist/mega-evo-level-settings/entries/4.d.ts +82 -0
  292. package/dist/mega-evo-level-settings/entries/index.d.ts +22 -0
  293. package/dist/mega-evo-level-settings/index.d.ts +2 -0
  294. package/dist/mega-evo-level-settings/lookup-table.d.ts +213 -0
  295. package/dist/mega-evo-level-settings/types.d.ts +68 -0
  296. package/dist/move-sequence-settings/entries.d.ts +3683 -0
  297. package/dist/move-sequence-settings/index.d.ts +2 -0
  298. package/dist/move-sequence-settings/lookup-table.d.ts +669 -0
  299. package/dist/move-sequence-settings/types.d.ts +16 -0
  300. package/dist/move-settings/entries/bug.d.ts +288 -0
  301. package/dist/move-settings/entries/dark.d.ts +328 -0
  302. package/dist/move-settings/entries/dragon.d.ts +329 -0
  303. package/dist/move-settings/entries/electric.d.ts +429 -0
  304. package/dist/move-settings/entries/fairy.d.ts +250 -0
  305. package/dist/move-settings/entries/fighting.d.ts +493 -0
  306. package/dist/move-settings/entries/fire.d.ts +608 -0
  307. package/dist/move-settings/entries/flying.d.ts +451 -0
  308. package/dist/move-settings/entries/ghost.d.ts +350 -0
  309. package/dist/move-settings/entries/grass.d.ts +532 -0
  310. package/dist/move-settings/entries/ground.d.ts +372 -0
  311. package/dist/move-settings/entries/ice.d.ts +388 -0
  312. package/dist/move-settings/entries/index.d.ts +61 -0
  313. package/dist/move-settings/entries/normal.d.ts +937 -0
  314. package/dist/move-settings/entries/poison.d.ts +251 -0
  315. package/dist/move-settings/entries/psychic.d.ts +392 -0
  316. package/dist/move-settings/entries/rock.d.ts +291 -0
  317. package/dist/move-settings/entries/steel.d.ts +470 -0
  318. package/dist/move-settings/entries/water.d.ts +687 -0
  319. package/dist/move-settings/index.d.ts +2 -0
  320. package/dist/move-settings/lookup-table.d.ts +775 -0
  321. package/dist/move-settings/types.d.ts +34 -0
  322. package/dist/non-combat-move-settings/entries.d.ts +216 -0
  323. package/dist/non-combat-move-settings/index.d.ts +2 -0
  324. package/dist/non-combat-move-settings/lookup-table.d.ts +25 -0
  325. package/dist/non-combat-move-settings/types.d.ts +72 -0
  326. package/dist/party-play-general-settings/entries.d.ts +77 -0
  327. package/dist/party-play-general-settings/index.d.ts +2 -0
  328. package/dist/party-play-general-settings/lookup-table.d.ts +8 -0
  329. package/dist/party-play-general-settings/types.d.ts +72 -0
  330. package/dist/photo-sets-settings-proto/entries.d.ts +2309 -0
  331. package/dist/photo-sets-settings-proto/index.d.ts +2 -0
  332. package/dist/photo-sets-settings-proto/lookup-table.d.ts +97 -0
  333. package/dist/photo-sets-settings-proto/types.d.ts +83 -0
  334. package/dist/pokemon-extended-settings/entries/bread-overrides-form-temp-evo-overrides.d.ts +710 -0
  335. package/dist/pokemon-extended-settings/entries/bread-overrides-form.d.ts +5011 -0
  336. package/dist/pokemon-extended-settings/entries/bread-overrides-temp-evo-overrides.d.ts +698 -0
  337. package/dist/pokemon-extended-settings/entries/bread-overrides.d.ts +4385 -0
  338. package/dist/pokemon-extended-settings/entries/form-temp-evo-overrides.d.ts +1371 -0
  339. package/dist/pokemon-extended-settings/entries/form.d.ts +22765 -0
  340. package/dist/pokemon-extended-settings/entries/index.d.ts +31 -0
  341. package/dist/pokemon-extended-settings/entries/misc.d.ts +14693 -0
  342. package/dist/pokemon-extended-settings/entries/temp-evo-overrides.d.ts +1147 -0
  343. package/dist/pokemon-extended-settings/index.d.ts +2 -0
  344. package/dist/pokemon-extended-settings/lookup-table.d.ts +4937 -0
  345. package/dist/pokemon-extended-settings/types.d.ts +97 -0
  346. package/dist/pokemon-family/entries/index.d.ts +16 -0
  347. package/dist/pokemon-family/entries/mega-evolvable-pokemon-id.d.ts +487 -0
  348. package/dist/pokemon-family/entries/mega-evolvable-pokemon-ids.d.ts +16 -0
  349. package/dist/pokemon-family/entries/misc.d.ts +4435 -0
  350. package/dist/pokemon-family/index.d.ts +2 -0
  351. package/dist/pokemon-family/lookup-table.d.ts +1089 -0
  352. package/dist/pokemon-family/types.d.ts +68 -0
  353. package/dist/pokemon-home-energy-costs/entries.d.ts +60 -0
  354. package/dist/pokemon-home-energy-costs/index.d.ts +2 -0
  355. package/dist/pokemon-home-energy-costs/lookup-table.d.ts +10 -0
  356. package/dist/pokemon-home-energy-costs/types.d.ts +20 -0
  357. package/dist/pokemon-home-form-reversions/entries.d.ts +126 -0
  358. package/dist/pokemon-home-form-reversions/index.d.ts +2 -0
  359. package/dist/pokemon-home-form-reversions/lookup-table.d.ts +21 -0
  360. package/dist/pokemon-home-form-reversions/types.d.ts +50 -0
  361. package/dist/pokemon-scale-settings/entries.d.ts +74 -0
  362. package/dist/pokemon-scale-settings/index.d.ts +2 -0
  363. package/dist/pokemon-scale-settings/lookup-table.d.ts +19 -0
  364. package/dist/pokemon-scale-settings/types.d.ts +18 -0
  365. package/dist/pokemon-settings/entries/bug.d.ts +16890 -0
  366. package/dist/pokemon-settings/entries/dark.d.ts +7418 -0
  367. package/dist/pokemon-settings/entries/dragon.d.ts +6661 -0
  368. package/dist/pokemon-settings/entries/electric.d.ts +13394 -0
  369. package/dist/pokemon-settings/entries/fairy.d.ts +5071 -0
  370. package/dist/pokemon-settings/entries/fighting.d.ts +6701 -0
  371. package/dist/pokemon-settings/entries/fire.d.ts +10904 -0
  372. package/dist/pokemon-settings/entries/flying.d.ts +1382 -0
  373. package/dist/pokemon-settings/entries/ghost.d.ts +6588 -0
  374. package/dist/pokemon-settings/entries/grass.d.ts +15850 -0
  375. package/dist/pokemon-settings/entries/ground.d.ts +6653 -0
  376. package/dist/pokemon-settings/entries/ice.d.ts +5707 -0
  377. package/dist/pokemon-settings/entries/index.d.ts +61 -0
  378. package/dist/pokemon-settings/entries/normal.d.ts +20676 -0
  379. package/dist/pokemon-settings/entries/poison.d.ts +6682 -0
  380. package/dist/pokemon-settings/entries/psychic.d.ts +12345 -0
  381. package/dist/pokemon-settings/entries/rock.d.ts +9616 -0
  382. package/dist/pokemon-settings/entries/steel.d.ts +5564 -0
  383. package/dist/pokemon-settings/entries/water.d.ts +21347 -0
  384. package/dist/pokemon-settings/index.d.ts +2 -0
  385. package/dist/pokemon-settings/lookup-table.d.ts +4929 -0
  386. package/dist/pokemon-settings/types.d.ts +428 -0
  387. package/dist/pokemon-upgrades/entries.d.ts +129 -0
  388. package/dist/pokemon-upgrades/index.d.ts +2 -0
  389. package/dist/pokemon-upgrades/lookup-table.d.ts +8 -0
  390. package/dist/pokemon-upgrades/types.d.ts +130 -0
  391. package/dist/pokestop-invasion-availability-settings/entries.d.ts +23 -0
  392. package/dist/pokestop-invasion-availability-settings/index.d.ts +2 -0
  393. package/dist/pokestop-invasion-availability-settings/lookup-table.d.ts +21 -0
  394. package/dist/pokestop-invasion-availability-settings/types.d.ts +20 -0
  395. package/dist/quest-settings/entries.d.ts +36 -0
  396. package/dist/quest-settings/index.d.ts +2 -0
  397. package/dist/quest-settings/lookup-table.d.ts +9 -0
  398. package/dist/quest-settings/types.d.ts +25 -0
  399. package/dist/recommended-search-settings/entries.d.ts +109 -0
  400. package/dist/recommended-search-settings/index.d.ts +2 -0
  401. package/dist/recommended-search-settings/lookup-table.d.ts +27 -0
  402. package/dist/recommended-search-settings/types.d.ts +36 -0
  403. package/dist/roll-back/entries.d.ts +12 -0
  404. package/dist/roll-back/index.d.ts +2 -0
  405. package/dist/roll-back/lookup-table.d.ts +9 -0
  406. package/dist/roll-back/types.d.ts +16 -0
  407. package/dist/settings-override-rule/entries/fused-depth-enabled-meshing-enabled-occlusion-default-on-vps-enabled.d.ts +22 -0
  408. package/dist/settings-override-rule/entries/index.d.ts +16 -0
  409. package/dist/settings-override-rule/entries/meshing-enabled-rule-value-vps-enabled.d.ts +3727 -0
  410. package/dist/settings-override-rule/entries/rule-value.d.ts +19 -0
  411. package/dist/settings-override-rule/index.d.ts +2 -0
  412. package/dist/settings-override-rule/lookup-table.d.ts +507 -0
  413. package/dist/settings-override-rule/types.d.ts +24 -0
  414. package/dist/singletons/entries/flags.d.ts +474 -0
  415. package/dist/singletons/entries/index.d.ts +19 -0
  416. package/dist/singletons/entries/misc.d.ts +429 -0
  417. package/dist/singletons/entries/proto.d.ts +27 -0
  418. package/dist/singletons/entries/settings.d.ts +5998 -0
  419. package/dist/singletons/index.d.ts +2 -0
  420. package/dist/singletons/lookup-table.d.ts +285 -0
  421. package/dist/singletons/types.d.ts +428 -0
  422. package/dist/sticker-metadata/entries/index.d.ts +40 -0
  423. package/dist/sticker-metadata/entries/misc.d.ts +115 -0
  424. package/dist/sticker-metadata/entries/pokemon-id-region-id-release-date-sticker-url.d.ts +1073 -0
  425. package/dist/sticker-metadata/entries/pokemon-id-region-id-release-date.d.ts +3103 -0
  426. package/dist/sticker-metadata/entries/pokemon-id-region-id.d.ts +62 -0
  427. package/dist/sticker-metadata/entries/pokemon-id-release-date-sticker-url.d.ts +775 -0
  428. package/dist/sticker-metadata/entries/pokemon-id-release-date.d.ts +1162 -0
  429. package/dist/sticker-metadata/entries/pokemon-id.d.ts +34 -0
  430. package/dist/sticker-metadata/entries/region-id-release-date-sticker-url.d.ts +103 -0
  431. package/dist/sticker-metadata/entries/region-id-release-date.d.ts +183 -0
  432. package/dist/sticker-metadata/entries/release-date-sticker-url.d.ts +216 -0
  433. package/dist/sticker-metadata/entries/release-date.d.ts +347 -0
  434. package/dist/sticker-metadata/index.d.ts +2 -0
  435. package/dist/sticker-metadata/lookup-table.d.ts +1219 -0
  436. package/dist/sticker-metadata/types.d.ts +23 -0
  437. package/dist/tappable-settings/entries.d.ts +65 -0
  438. package/dist/tappable-settings/index.d.ts +2 -0
  439. package/dist/tappable-settings/lookup-table.d.ts +17 -0
  440. package/dist/tappable-settings/types.d.ts +24 -0
  441. package/dist/temporary-evolution-settings/entries.d.ts +763 -0
  442. package/dist/temporary-evolution-settings/index.d.ts +2 -0
  443. package/dist/temporary-evolution-settings/lookup-table.d.ts +107 -0
  444. package/dist/temporary-evolution-settings/types.d.ts +70 -0
  445. package/dist/type-effective/entries.d.ts +171 -0
  446. package/dist/type-effective/index.d.ts +2 -0
  447. package/dist/type-effective/lookup-table.d.ts +43 -0
  448. package/dist/type-effective/types.d.ts +37 -0
  449. package/dist/types.d.ts +247 -0
  450. package/dist/vs-seeker-loot/entries.d.ts +1701 -0
  451. package/dist/vs-seeker-loot/index.d.ts +2 -0
  452. package/dist/vs-seeker-loot/lookup-table.d.ts +103 -0
  453. package/dist/vs-seeker-loot/types.d.ts +64 -0
  454. package/dist/vs-seeker-pokemon-rewards/entries.d.ts +18 -0
  455. package/dist/vs-seeker-pokemon-rewards/index.d.ts +2 -0
  456. package/dist/vs-seeker-pokemon-rewards/lookup-table.d.ts +8 -0
  457. package/dist/vs-seeker-pokemon-rewards/types.d.ts +692 -0
  458. package/dist/weather-affinities/entries.d.ts +72 -0
  459. package/dist/weather-affinities/index.d.ts +2 -0
  460. package/dist/weather-affinities/lookup-table.d.ts +21 -0
  461. package/dist/weather-affinities/types.d.ts +19 -0
  462. package/package.json +75 -0
@@ -0,0 +1,4435 @@
1
+ // Generated from Pokémon GO masterfile — group "pokemonFamily", split "misc", 492 entries.
2
+
3
+ import type { S } from "../../_utils";
4
+ import type { PokemonFamily } from "../types";
5
+
6
+ export type PokemonFamilyV0010FamilyCaterpie = S<
7
+ PokemonFamily<
8
+ "V0010_FAMILY_CATERPIE",
9
+ {
10
+ familyId: "FAMILY_CATERPIE";
11
+ }
12
+ >
13
+ >;
14
+ export type PokemonFamilyV0019FamilyRattata = S<
15
+ PokemonFamily<
16
+ "V0019_FAMILY_RATTATA",
17
+ {
18
+ familyId: "FAMILY_RATTATA";
19
+ }
20
+ >
21
+ >;
22
+ export type PokemonFamilyV0021FamilySpearow = S<
23
+ PokemonFamily<
24
+ "V0021_FAMILY_SPEAROW",
25
+ {
26
+ familyId: "FAMILY_SPEAROW";
27
+ }
28
+ >
29
+ >;
30
+ export type PokemonFamilyV0023FamilyEkans = S<
31
+ PokemonFamily<
32
+ "V0023_FAMILY_EKANS",
33
+ {
34
+ familyId: "FAMILY_EKANS";
35
+ }
36
+ >
37
+ >;
38
+ export type PokemonFamilyV0025FamilyPikachu = S<
39
+ PokemonFamily<
40
+ "V0025_FAMILY_PIKACHU",
41
+ {
42
+ familyId: "FAMILY_PIKACHU";
43
+ }
44
+ >
45
+ >;
46
+ export type PokemonFamilyV0027FamilySandshrew = S<
47
+ PokemonFamily<
48
+ "V0027_FAMILY_SANDSHREW",
49
+ {
50
+ familyId: "FAMILY_SANDSHREW";
51
+ }
52
+ >
53
+ >;
54
+ export type PokemonFamilyV0029FamilyNidoran = S<
55
+ PokemonFamily<
56
+ "V0029_FAMILY_NIDORAN",
57
+ {
58
+ familyId: "FAMILY_NIDORAN_FEMALE";
59
+ }
60
+ >
61
+ >;
62
+ export type PokemonFamilyV0032FamilyNidoran = S<
63
+ PokemonFamily<
64
+ "V0032_FAMILY_NIDORAN",
65
+ {
66
+ familyId: "FAMILY_NIDORAN_MALE";
67
+ }
68
+ >
69
+ >;
70
+ export type PokemonFamilyV0035FamilyClefairy = S<
71
+ PokemonFamily<
72
+ "V0035_FAMILY_CLEFAIRY",
73
+ {
74
+ familyId: "FAMILY_CLEFAIRY";
75
+ }
76
+ >
77
+ >;
78
+ export type PokemonFamilyV0037FamilyVulpix = S<
79
+ PokemonFamily<
80
+ "V0037_FAMILY_VULPIX",
81
+ {
82
+ familyId: "FAMILY_VULPIX";
83
+ }
84
+ >
85
+ >;
86
+ export type PokemonFamilyV0039FamilyJigglypuff = S<
87
+ PokemonFamily<
88
+ "V0039_FAMILY_JIGGLYPUFF",
89
+ {
90
+ familyId: "FAMILY_JIGGLYPUFF";
91
+ }
92
+ >
93
+ >;
94
+ export type PokemonFamilyV0041FamilyZubat = S<
95
+ PokemonFamily<
96
+ "V0041_FAMILY_ZUBAT",
97
+ {
98
+ familyId: "FAMILY_ZUBAT";
99
+ }
100
+ >
101
+ >;
102
+ export type PokemonFamilyV0043FamilyOddish = S<
103
+ PokemonFamily<
104
+ "V0043_FAMILY_ODDISH",
105
+ {
106
+ familyId: "FAMILY_ODDISH";
107
+ }
108
+ >
109
+ >;
110
+ export type PokemonFamilyV0046FamilyParas = S<
111
+ PokemonFamily<
112
+ "V0046_FAMILY_PARAS",
113
+ {
114
+ familyId: "FAMILY_PARAS";
115
+ }
116
+ >
117
+ >;
118
+ export type PokemonFamilyV0048FamilyVenonat = S<
119
+ PokemonFamily<
120
+ "V0048_FAMILY_VENONAT",
121
+ {
122
+ familyId: "FAMILY_VENONAT";
123
+ }
124
+ >
125
+ >;
126
+ export type PokemonFamilyV0050FamilyDiglett = S<
127
+ PokemonFamily<
128
+ "V0050_FAMILY_DIGLETT",
129
+ {
130
+ familyId: "FAMILY_DIGLETT";
131
+ }
132
+ >
133
+ >;
134
+ export type PokemonFamilyV0052FamilyMeowth = S<
135
+ PokemonFamily<
136
+ "V0052_FAMILY_MEOWTH",
137
+ {
138
+ familyId: "FAMILY_MEOWTH";
139
+ }
140
+ >
141
+ >;
142
+ export type PokemonFamilyV0054FamilyPsyduck = S<
143
+ PokemonFamily<
144
+ "V0054_FAMILY_PSYDUCK",
145
+ {
146
+ familyId: "FAMILY_PSYDUCK";
147
+ }
148
+ >
149
+ >;
150
+ export type PokemonFamilyV0056FamilyMankey = S<
151
+ PokemonFamily<
152
+ "V0056_FAMILY_MANKEY",
153
+ {
154
+ familyId: "FAMILY_MANKEY";
155
+ }
156
+ >
157
+ >;
158
+ export type PokemonFamilyV0058FamilyGrowlithe = S<
159
+ PokemonFamily<
160
+ "V0058_FAMILY_GROWLITHE",
161
+ {
162
+ familyId: "FAMILY_GROWLITHE";
163
+ }
164
+ >
165
+ >;
166
+ export type PokemonFamilyV0060FamilyPoliwag = S<
167
+ PokemonFamily<
168
+ "V0060_FAMILY_POLIWAG",
169
+ {
170
+ familyId: "FAMILY_POLIWAG";
171
+ }
172
+ >
173
+ >;
174
+ export type PokemonFamilyV0066FamilyMachop = S<
175
+ PokemonFamily<
176
+ "V0066_FAMILY_MACHOP",
177
+ {
178
+ familyId: "FAMILY_MACHOP";
179
+ }
180
+ >
181
+ >;
182
+ export type PokemonFamilyV0072FamilyTentacool = S<
183
+ PokemonFamily<
184
+ "V0072_FAMILY_TENTACOOL",
185
+ {
186
+ familyId: "FAMILY_TENTACOOL";
187
+ }
188
+ >
189
+ >;
190
+ export type PokemonFamilyV0074FamilyGeodude = S<
191
+ PokemonFamily<
192
+ "V0074_FAMILY_GEODUDE",
193
+ {
194
+ familyId: "FAMILY_GEODUDE";
195
+ }
196
+ >
197
+ >;
198
+ export type PokemonFamilyV0077FamilyPonyta = S<
199
+ PokemonFamily<
200
+ "V0077_FAMILY_PONYTA",
201
+ {
202
+ familyId: "FAMILY_PONYTA";
203
+ }
204
+ >
205
+ >;
206
+ export type PokemonFamilyV0081FamilyMagnemite = S<
207
+ PokemonFamily<
208
+ "V0081_FAMILY_MAGNEMITE",
209
+ {
210
+ familyId: "FAMILY_MAGNEMITE";
211
+ }
212
+ >
213
+ >;
214
+ export type PokemonFamilyV0083FamilyFarfetchd = S<
215
+ PokemonFamily<
216
+ "V0083_FAMILY_FARFETCHD",
217
+ {
218
+ familyId: "FAMILY_FARFETCHD";
219
+ }
220
+ >
221
+ >;
222
+ export type PokemonFamilyV0084FamilyDoduo = S<
223
+ PokemonFamily<
224
+ "V0084_FAMILY_DODUO",
225
+ {
226
+ familyId: "FAMILY_DODUO";
227
+ }
228
+ >
229
+ >;
230
+ export type PokemonFamilyV0086FamilySeel = S<
231
+ PokemonFamily<
232
+ "V0086_FAMILY_SEEL",
233
+ {
234
+ familyId: "FAMILY_SEEL";
235
+ }
236
+ >
237
+ >;
238
+ export type PokemonFamilyV0088FamilyGrimer = S<
239
+ PokemonFamily<
240
+ "V0088_FAMILY_GRIMER",
241
+ {
242
+ familyId: "FAMILY_GRIMER";
243
+ }
244
+ >
245
+ >;
246
+ export type PokemonFamilyV0090FamilyShellder = S<
247
+ PokemonFamily<
248
+ "V0090_FAMILY_SHELLDER",
249
+ {
250
+ familyId: "FAMILY_SHELLDER";
251
+ }
252
+ >
253
+ >;
254
+ export type PokemonFamilyV0096FamilyDrowzee = S<
255
+ PokemonFamily<
256
+ "V0096_FAMILY_DROWZEE",
257
+ {
258
+ familyId: "FAMILY_DROWZEE";
259
+ }
260
+ >
261
+ >;
262
+ export type PokemonFamilyV0098FamilyKrabby = S<
263
+ PokemonFamily<
264
+ "V0098_FAMILY_KRABBY",
265
+ {
266
+ familyId: "FAMILY_KRABBY";
267
+ }
268
+ >
269
+ >;
270
+ export type PokemonFamilyV0100FamilyVoltorb = S<
271
+ PokemonFamily<
272
+ "V0100_FAMILY_VOLTORB",
273
+ {
274
+ familyId: "FAMILY_VOLTORB";
275
+ }
276
+ >
277
+ >;
278
+ export type PokemonFamilyV0102FamilyExeggcute = S<
279
+ PokemonFamily<
280
+ "V0102_FAMILY_EXEGGCUTE",
281
+ {
282
+ familyId: "FAMILY_EXEGGCUTE";
283
+ }
284
+ >
285
+ >;
286
+ export type PokemonFamilyV0104FamilyCubone = S<
287
+ PokemonFamily<
288
+ "V0104_FAMILY_CUBONE",
289
+ {
290
+ familyId: "FAMILY_CUBONE";
291
+ }
292
+ >
293
+ >;
294
+ export type PokemonFamilyV0108FamilyLickitung = S<
295
+ PokemonFamily<
296
+ "V0108_FAMILY_LICKITUNG",
297
+ {
298
+ familyId: "FAMILY_LICKITUNG";
299
+ }
300
+ >
301
+ >;
302
+ export type PokemonFamilyV0109FamilyKoffing = S<
303
+ PokemonFamily<
304
+ "V0109_FAMILY_KOFFING",
305
+ {
306
+ familyId: "FAMILY_KOFFING";
307
+ }
308
+ >
309
+ >;
310
+ export type PokemonFamilyV0111FamilyRhyhorn = S<
311
+ PokemonFamily<
312
+ "V0111_FAMILY_RHYHORN",
313
+ {
314
+ familyId: "FAMILY_RHYHORN";
315
+ }
316
+ >
317
+ >;
318
+ export type PokemonFamilyV0113FamilyChansey = S<
319
+ PokemonFamily<
320
+ "V0113_FAMILY_CHANSEY",
321
+ {
322
+ familyId: "FAMILY_CHANSEY";
323
+ }
324
+ >
325
+ >;
326
+ export type PokemonFamilyV0114FamilyTangela = S<
327
+ PokemonFamily<
328
+ "V0114_FAMILY_TANGELA",
329
+ {
330
+ familyId: "FAMILY_TANGELA";
331
+ }
332
+ >
333
+ >;
334
+ export type PokemonFamilyV0116FamilyHorsea = S<
335
+ PokemonFamily<
336
+ "V0116_FAMILY_HORSEA",
337
+ {
338
+ familyId: "FAMILY_HORSEA";
339
+ }
340
+ >
341
+ >;
342
+ export type PokemonFamilyV0118FamilyGoldeen = S<
343
+ PokemonFamily<
344
+ "V0118_FAMILY_GOLDEEN",
345
+ {
346
+ familyId: "FAMILY_GOLDEEN";
347
+ }
348
+ >
349
+ >;
350
+ export type PokemonFamilyV0120FamilyStaryu = S<
351
+ PokemonFamily<
352
+ "V0120_FAMILY_STARYU",
353
+ {
354
+ familyId: "FAMILY_STARYU";
355
+ }
356
+ >
357
+ >;
358
+ export type PokemonFamilyV0122FamilyMrMime = S<
359
+ PokemonFamily<
360
+ "V0122_FAMILY_MR_MIME",
361
+ {
362
+ familyId: "FAMILY_MR_MIME";
363
+ }
364
+ >
365
+ >;
366
+ export type PokemonFamilyV0124FamilyJynx = S<
367
+ PokemonFamily<
368
+ "V0124_FAMILY_JYNX",
369
+ {
370
+ familyId: "FAMILY_JYNX";
371
+ }
372
+ >
373
+ >;
374
+ export type PokemonFamilyV0125FamilyElectabuzz = S<
375
+ PokemonFamily<
376
+ "V0125_FAMILY_ELECTABUZZ",
377
+ {
378
+ familyId: "FAMILY_ELECTABUZZ";
379
+ }
380
+ >
381
+ >;
382
+ export type PokemonFamilyV0126FamilyMagmar = S<
383
+ PokemonFamily<
384
+ "V0126_FAMILY_MAGMAR",
385
+ {
386
+ familyId: "FAMILY_MAGMAR";
387
+ }
388
+ >
389
+ >;
390
+ export type PokemonFamilyV0128FamilyTauros = S<
391
+ PokemonFamily<
392
+ "V0128_FAMILY_TAUROS",
393
+ {
394
+ familyId: "FAMILY_TAUROS";
395
+ }
396
+ >
397
+ >;
398
+ export type PokemonFamilyV0131FamilyLapras = S<
399
+ PokemonFamily<
400
+ "V0131_FAMILY_LAPRAS",
401
+ {
402
+ familyId: "FAMILY_LAPRAS";
403
+ }
404
+ >
405
+ >;
406
+ export type PokemonFamilyV0132FamilyDitto = S<
407
+ PokemonFamily<
408
+ "V0132_FAMILY_DITTO",
409
+ {
410
+ familyId: "FAMILY_DITTO";
411
+ }
412
+ >
413
+ >;
414
+ export type PokemonFamilyV0133FamilyEevee = S<
415
+ PokemonFamily<
416
+ "V0133_FAMILY_EEVEE",
417
+ {
418
+ familyId: "FAMILY_EEVEE";
419
+ }
420
+ >
421
+ >;
422
+ export type PokemonFamilyV0137FamilyPorygon = S<
423
+ PokemonFamily<
424
+ "V0137_FAMILY_PORYGON",
425
+ {
426
+ familyId: "FAMILY_PORYGON";
427
+ }
428
+ >
429
+ >;
430
+ export type PokemonFamilyV0138FamilyOmanyte = S<
431
+ PokemonFamily<
432
+ "V0138_FAMILY_OMANYTE",
433
+ {
434
+ familyId: "FAMILY_OMANYTE";
435
+ }
436
+ >
437
+ >;
438
+ export type PokemonFamilyV0140FamilyKabuto = S<
439
+ PokemonFamily<
440
+ "V0140_FAMILY_KABUTO",
441
+ {
442
+ familyId: "FAMILY_KABUTO";
443
+ }
444
+ >
445
+ >;
446
+ export type PokemonFamilyV0143FamilySnorlax = S<
447
+ PokemonFamily<
448
+ "V0143_FAMILY_SNORLAX",
449
+ {
450
+ familyId: "FAMILY_SNORLAX";
451
+ }
452
+ >
453
+ >;
454
+ export type PokemonFamilyV0144FamilyArticuno = S<
455
+ PokemonFamily<
456
+ "V0144_FAMILY_ARTICUNO",
457
+ {
458
+ familyId: "FAMILY_ARTICUNO";
459
+ }
460
+ >
461
+ >;
462
+ export type PokemonFamilyV0145FamilyZapdos = S<
463
+ PokemonFamily<
464
+ "V0145_FAMILY_ZAPDOS",
465
+ {
466
+ familyId: "FAMILY_ZAPDOS";
467
+ }
468
+ >
469
+ >;
470
+ export type PokemonFamilyV0146FamilyMoltres = S<
471
+ PokemonFamily<
472
+ "V0146_FAMILY_MOLTRES",
473
+ {
474
+ familyId: "FAMILY_MOLTRES";
475
+ }
476
+ >
477
+ >;
478
+ export type PokemonFamilyV0150FamilyMewtwo = S<
479
+ PokemonFamily<
480
+ "V0150_FAMILY_MEWTWO",
481
+ {
482
+ familyId: "FAMILY_MEWTWO";
483
+ }
484
+ >
485
+ >;
486
+ export type PokemonFamilyV0151FamilyMew = S<
487
+ PokemonFamily<
488
+ "V0151_FAMILY_MEW",
489
+ {
490
+ familyId: "FAMILY_MEW";
491
+ }
492
+ >
493
+ >;
494
+ export type PokemonFamilyV0152FamilyChikorita = S<
495
+ PokemonFamily<
496
+ "V0152_FAMILY_CHIKORITA",
497
+ {
498
+ familyId: "FAMILY_CHIKORITA";
499
+ }
500
+ >
501
+ >;
502
+ export type PokemonFamilyV0155FamilyCyndaquil = S<
503
+ PokemonFamily<
504
+ "V0155_FAMILY_CYNDAQUIL",
505
+ {
506
+ familyId: "FAMILY_CYNDAQUIL";
507
+ }
508
+ >
509
+ >;
510
+ export type PokemonFamilyV0158FamilyTotodile = S<
511
+ PokemonFamily<
512
+ "V0158_FAMILY_TOTODILE",
513
+ {
514
+ familyId: "FAMILY_TOTODILE";
515
+ }
516
+ >
517
+ >;
518
+ export type PokemonFamilyV0161FamilySentret = S<
519
+ PokemonFamily<
520
+ "V0161_FAMILY_SENTRET",
521
+ {
522
+ familyId: "FAMILY_SENTRET";
523
+ }
524
+ >
525
+ >;
526
+ export type PokemonFamilyV0163FamilyHoothoot = S<
527
+ PokemonFamily<
528
+ "V0163_FAMILY_HOOTHOOT",
529
+ {
530
+ familyId: "FAMILY_HOOTHOOT";
531
+ }
532
+ >
533
+ >;
534
+ export type PokemonFamilyV0165FamilyLedyba = S<
535
+ PokemonFamily<
536
+ "V0165_FAMILY_LEDYBA",
537
+ {
538
+ familyId: "FAMILY_LEDYBA";
539
+ }
540
+ >
541
+ >;
542
+ export type PokemonFamilyV0167FamilySpinarak = S<
543
+ PokemonFamily<
544
+ "V0167_FAMILY_SPINARAK",
545
+ {
546
+ familyId: "FAMILY_SPINARAK";
547
+ }
548
+ >
549
+ >;
550
+ export type PokemonFamilyV0170FamilyChinchou = S<
551
+ PokemonFamily<
552
+ "V0170_FAMILY_CHINCHOU",
553
+ {
554
+ familyId: "FAMILY_CHINCHOU";
555
+ }
556
+ >
557
+ >;
558
+ export type PokemonFamilyV0175FamilyTogepi = S<
559
+ PokemonFamily<
560
+ "V0175_FAMILY_TOGEPI",
561
+ {
562
+ familyId: "FAMILY_TOGEPI";
563
+ }
564
+ >
565
+ >;
566
+ export type PokemonFamilyV0177FamilyNatu = S<
567
+ PokemonFamily<
568
+ "V0177_FAMILY_NATU",
569
+ {
570
+ familyId: "FAMILY_NATU";
571
+ }
572
+ >
573
+ >;
574
+ export type PokemonFamilyV0183FamilyMarill = S<
575
+ PokemonFamily<
576
+ "V0183_FAMILY_MARILL",
577
+ {
578
+ familyId: "FAMILY_MARILL";
579
+ }
580
+ >
581
+ >;
582
+ export type PokemonFamilyV0185FamilySudowoodo = S<
583
+ PokemonFamily<
584
+ "V0185_FAMILY_SUDOWOODO",
585
+ {
586
+ familyId: "FAMILY_SUDOWOODO";
587
+ }
588
+ >
589
+ >;
590
+ export type PokemonFamilyV0187FamilyHoppip = S<
591
+ PokemonFamily<
592
+ "V0187_FAMILY_HOPPIP",
593
+ {
594
+ familyId: "FAMILY_HOPPIP";
595
+ }
596
+ >
597
+ >;
598
+ export type PokemonFamilyV0190FamilyAipom = S<
599
+ PokemonFamily<
600
+ "V0190_FAMILY_AIPOM",
601
+ {
602
+ familyId: "FAMILY_AIPOM";
603
+ }
604
+ >
605
+ >;
606
+ export type PokemonFamilyV0191FamilySunkern = S<
607
+ PokemonFamily<
608
+ "V0191_FAMILY_SUNKERN",
609
+ {
610
+ familyId: "FAMILY_SUNKERN";
611
+ }
612
+ >
613
+ >;
614
+ export type PokemonFamilyV0193FamilyYanma = S<
615
+ PokemonFamily<
616
+ "V0193_FAMILY_YANMA",
617
+ {
618
+ familyId: "FAMILY_YANMA";
619
+ }
620
+ >
621
+ >;
622
+ export type PokemonFamilyV0194FamilyWooper = S<
623
+ PokemonFamily<
624
+ "V0194_FAMILY_WOOPER",
625
+ {
626
+ familyId: "FAMILY_WOOPER";
627
+ }
628
+ >
629
+ >;
630
+ export type PokemonFamilyV0198FamilyMurkrow = S<
631
+ PokemonFamily<
632
+ "V0198_FAMILY_MURKROW",
633
+ {
634
+ familyId: "FAMILY_MURKROW";
635
+ }
636
+ >
637
+ >;
638
+ export type PokemonFamilyV0200FamilyMisdreavus = S<
639
+ PokemonFamily<
640
+ "V0200_FAMILY_MISDREAVUS",
641
+ {
642
+ familyId: "FAMILY_MISDREAVUS";
643
+ }
644
+ >
645
+ >;
646
+ export type PokemonFamilyV0201FamilyUnown = S<
647
+ PokemonFamily<
648
+ "V0201_FAMILY_UNOWN",
649
+ {
650
+ familyId: "FAMILY_UNOWN";
651
+ }
652
+ >
653
+ >;
654
+ export type PokemonFamilyV0202FamilyWobbuffet = S<
655
+ PokemonFamily<
656
+ "V0202_FAMILY_WOBBUFFET",
657
+ {
658
+ familyId: "FAMILY_WOBBUFFET";
659
+ }
660
+ >
661
+ >;
662
+ export type PokemonFamilyV0203FamilyGirafarig = S<
663
+ PokemonFamily<
664
+ "V0203_FAMILY_GIRAFARIG",
665
+ {
666
+ familyId: "FAMILY_GIRAFARIG";
667
+ }
668
+ >
669
+ >;
670
+ export type PokemonFamilyV0204FamilyPineco = S<
671
+ PokemonFamily<
672
+ "V0204_FAMILY_PINECO",
673
+ {
674
+ familyId: "FAMILY_PINECO";
675
+ }
676
+ >
677
+ >;
678
+ export type PokemonFamilyV0206FamilyDunsparce = S<
679
+ PokemonFamily<
680
+ "V0206_FAMILY_DUNSPARCE",
681
+ {
682
+ familyId: "FAMILY_DUNSPARCE";
683
+ }
684
+ >
685
+ >;
686
+ export type PokemonFamilyV0207FamilyGligar = S<
687
+ PokemonFamily<
688
+ "V0207_FAMILY_GLIGAR",
689
+ {
690
+ familyId: "FAMILY_GLIGAR";
691
+ }
692
+ >
693
+ >;
694
+ export type PokemonFamilyV0209FamilySnubbull = S<
695
+ PokemonFamily<
696
+ "V0209_FAMILY_SNUBBULL",
697
+ {
698
+ familyId: "FAMILY_SNUBBULL";
699
+ }
700
+ >
701
+ >;
702
+ export type PokemonFamilyV0211FamilyQwilfish = S<
703
+ PokemonFamily<
704
+ "V0211_FAMILY_QWILFISH",
705
+ {
706
+ familyId: "FAMILY_QWILFISH";
707
+ }
708
+ >
709
+ >;
710
+ export type PokemonFamilyV0213FamilyShuckle = S<
711
+ PokemonFamily<
712
+ "V0213_FAMILY_SHUCKLE",
713
+ {
714
+ familyId: "FAMILY_SHUCKLE";
715
+ }
716
+ >
717
+ >;
718
+ export type PokemonFamilyV0215FamilySneasel = S<
719
+ PokemonFamily<
720
+ "V0215_FAMILY_SNEASEL",
721
+ {
722
+ familyId: "FAMILY_SNEASEL";
723
+ }
724
+ >
725
+ >;
726
+ export type PokemonFamilyV0216FamilyTeddiursa = S<
727
+ PokemonFamily<
728
+ "V0216_FAMILY_TEDDIURSA",
729
+ {
730
+ familyId: "FAMILY_TEDDIURSA";
731
+ }
732
+ >
733
+ >;
734
+ export type PokemonFamilyV0218FamilySlugma = S<
735
+ PokemonFamily<
736
+ "V0218_FAMILY_SLUGMA",
737
+ {
738
+ familyId: "FAMILY_SLUGMA";
739
+ }
740
+ >
741
+ >;
742
+ export type PokemonFamilyV0220FamilySwinub = S<
743
+ PokemonFamily<
744
+ "V0220_FAMILY_SWINUB",
745
+ {
746
+ familyId: "FAMILY_SWINUB";
747
+ }
748
+ >
749
+ >;
750
+ export type PokemonFamilyV0222FamilyCorsola = S<
751
+ PokemonFamily<
752
+ "V0222_FAMILY_CORSOLA",
753
+ {
754
+ familyId: "FAMILY_CORSOLA";
755
+ }
756
+ >
757
+ >;
758
+ export type PokemonFamilyV0223FamilyRemoraid = S<
759
+ PokemonFamily<
760
+ "V0223_FAMILY_REMORAID",
761
+ {
762
+ familyId: "FAMILY_REMORAID";
763
+ }
764
+ >
765
+ >;
766
+ export type PokemonFamilyV0225FamilyDelibird = S<
767
+ PokemonFamily<
768
+ "V0225_FAMILY_DELIBIRD",
769
+ {
770
+ familyId: "FAMILY_DELIBIRD";
771
+ }
772
+ >
773
+ >;
774
+ export type PokemonFamilyV0226FamilyMantine = S<
775
+ PokemonFamily<
776
+ "V0226_FAMILY_MANTINE",
777
+ {
778
+ familyId: "FAMILY_MANTINE";
779
+ }
780
+ >
781
+ >;
782
+ export type PokemonFamilyV0227FamilySkarmory = S<
783
+ PokemonFamily<
784
+ "V0227_FAMILY_SKARMORY",
785
+ {
786
+ familyId: "FAMILY_SKARMORY";
787
+ }
788
+ >
789
+ >;
790
+ export type PokemonFamilyV0231FamilyPhanpy = S<
791
+ PokemonFamily<
792
+ "V0231_FAMILY_PHANPY",
793
+ {
794
+ familyId: "FAMILY_PHANPY";
795
+ }
796
+ >
797
+ >;
798
+ export type PokemonFamilyV0234FamilyStantler = S<
799
+ PokemonFamily<
800
+ "V0234_FAMILY_STANTLER",
801
+ {
802
+ familyId: "FAMILY_STANTLER";
803
+ }
804
+ >
805
+ >;
806
+ export type PokemonFamilyV0235FamilySmeargle = S<
807
+ PokemonFamily<
808
+ "V0235_FAMILY_SMEARGLE",
809
+ {
810
+ familyId: "FAMILY_SMEARGLE";
811
+ }
812
+ >
813
+ >;
814
+ export type PokemonFamilyV0236FamilyTyrogue = S<
815
+ PokemonFamily<
816
+ "V0236_FAMILY_TYROGUE",
817
+ {
818
+ familyId: "FAMILY_TYROGUE";
819
+ }
820
+ >
821
+ >;
822
+ export type PokemonFamilyV0241FamilyMiltank = S<
823
+ PokemonFamily<
824
+ "V0241_FAMILY_MILTANK",
825
+ {
826
+ familyId: "FAMILY_MILTANK";
827
+ }
828
+ >
829
+ >;
830
+ export type PokemonFamilyV0243FamilyRaikou = S<
831
+ PokemonFamily<
832
+ "V0243_FAMILY_RAIKOU",
833
+ {
834
+ familyId: "FAMILY_RAIKOU";
835
+ }
836
+ >
837
+ >;
838
+ export type PokemonFamilyV0244FamilyEntei = S<
839
+ PokemonFamily<
840
+ "V0244_FAMILY_ENTEI",
841
+ {
842
+ familyId: "FAMILY_ENTEI";
843
+ }
844
+ >
845
+ >;
846
+ export type PokemonFamilyV0245FamilySuicune = S<
847
+ PokemonFamily<
848
+ "V0245_FAMILY_SUICUNE",
849
+ {
850
+ familyId: "FAMILY_SUICUNE";
851
+ }
852
+ >
853
+ >;
854
+ export type PokemonFamilyV0249FamilyLugia = S<
855
+ PokemonFamily<
856
+ "V0249_FAMILY_LUGIA",
857
+ {
858
+ familyId: "FAMILY_LUGIA";
859
+ }
860
+ >
861
+ >;
862
+ export type PokemonFamilyV0250FamilyHoOh = S<
863
+ PokemonFamily<
864
+ "V0250_FAMILY_HO_OH",
865
+ {
866
+ familyId: "FAMILY_HO_OH";
867
+ }
868
+ >
869
+ >;
870
+ export type PokemonFamilyV0251FamilyCelebi = S<
871
+ PokemonFamily<
872
+ "V0251_FAMILY_CELEBI",
873
+ {
874
+ familyId: "FAMILY_CELEBI";
875
+ }
876
+ >
877
+ >;
878
+ export type PokemonFamilyV0261FamilyPoochyena = S<
879
+ PokemonFamily<
880
+ "V0261_FAMILY_POOCHYENA",
881
+ {
882
+ familyId: "FAMILY_POOCHYENA";
883
+ }
884
+ >
885
+ >;
886
+ export type PokemonFamilyV0263FamilyZigzagoon = S<
887
+ PokemonFamily<
888
+ "V0263_FAMILY_ZIGZAGOON",
889
+ {
890
+ familyId: "FAMILY_ZIGZAGOON";
891
+ }
892
+ >
893
+ >;
894
+ export type PokemonFamilyV0265FamilyWurmple = S<
895
+ PokemonFamily<
896
+ "V0265_FAMILY_WURMPLE",
897
+ {
898
+ familyId: "FAMILY_WURMPLE";
899
+ }
900
+ >
901
+ >;
902
+ export type PokemonFamilyV0270FamilyLotad = S<
903
+ PokemonFamily<
904
+ "V0270_FAMILY_LOTAD",
905
+ {
906
+ familyId: "FAMILY_LOTAD";
907
+ }
908
+ >
909
+ >;
910
+ export type PokemonFamilyV0273FamilySeedot = S<
911
+ PokemonFamily<
912
+ "V0273_FAMILY_SEEDOT",
913
+ {
914
+ familyId: "FAMILY_SEEDOT";
915
+ }
916
+ >
917
+ >;
918
+ export type PokemonFamilyV0276FamilyTaillow = S<
919
+ PokemonFamily<
920
+ "V0276_FAMILY_TAILLOW",
921
+ {
922
+ familyId: "FAMILY_TAILLOW";
923
+ }
924
+ >
925
+ >;
926
+ export type PokemonFamilyV0278FamilyWingull = S<
927
+ PokemonFamily<
928
+ "V0278_FAMILY_WINGULL",
929
+ {
930
+ familyId: "FAMILY_WINGULL";
931
+ }
932
+ >
933
+ >;
934
+ export type PokemonFamilyV0283FamilySurskit = S<
935
+ PokemonFamily<
936
+ "V0283_FAMILY_SURSKIT",
937
+ {
938
+ familyId: "FAMILY_SURSKIT";
939
+ }
940
+ >
941
+ >;
942
+ export type PokemonFamilyV0285FamilyShroomish = S<
943
+ PokemonFamily<
944
+ "V0285_FAMILY_SHROOMISH",
945
+ {
946
+ familyId: "FAMILY_SHROOMISH";
947
+ }
948
+ >
949
+ >;
950
+ export type PokemonFamilyV0287FamilySlakoth = S<
951
+ PokemonFamily<
952
+ "V0287_FAMILY_SLAKOTH",
953
+ {
954
+ familyId: "FAMILY_SLAKOTH";
955
+ }
956
+ >
957
+ >;
958
+ export type PokemonFamilyV0290FamilyNincada = S<
959
+ PokemonFamily<
960
+ "V0290_FAMILY_NINCADA",
961
+ {
962
+ familyId: "FAMILY_NINCADA";
963
+ }
964
+ >
965
+ >;
966
+ export type PokemonFamilyV0293FamilyWhismur = S<
967
+ PokemonFamily<
968
+ "V0293_FAMILY_WHISMUR",
969
+ {
970
+ familyId: "FAMILY_WHISMUR";
971
+ }
972
+ >
973
+ >;
974
+ export type PokemonFamilyV0296FamilyMakuhita = S<
975
+ PokemonFamily<
976
+ "V0296_FAMILY_MAKUHITA",
977
+ {
978
+ familyId: "FAMILY_MAKUHITA";
979
+ }
980
+ >
981
+ >;
982
+ export type PokemonFamilyV0299FamilyNosepass = S<
983
+ PokemonFamily<
984
+ "V0299_FAMILY_NOSEPASS",
985
+ {
986
+ familyId: "FAMILY_NOSEPASS";
987
+ }
988
+ >
989
+ >;
990
+ export type PokemonFamilyV0300FamilySkitty = S<
991
+ PokemonFamily<
992
+ "V0300_FAMILY_SKITTY",
993
+ {
994
+ familyId: "FAMILY_SKITTY";
995
+ }
996
+ >
997
+ >;
998
+ export type PokemonFamilyV0311FamilyPlusle = S<
999
+ PokemonFamily<
1000
+ "V0311_FAMILY_PLUSLE",
1001
+ {
1002
+ familyId: "FAMILY_PLUSLE";
1003
+ }
1004
+ >
1005
+ >;
1006
+ export type PokemonFamilyV0312FamilyMinun = S<
1007
+ PokemonFamily<
1008
+ "V0312_FAMILY_MINUN",
1009
+ {
1010
+ familyId: "FAMILY_MINUN";
1011
+ }
1012
+ >
1013
+ >;
1014
+ export type PokemonFamilyV0313FamilyVolbeat = S<
1015
+ PokemonFamily<
1016
+ "V0313_FAMILY_VOLBEAT",
1017
+ {
1018
+ familyId: "FAMILY_VOLBEAT";
1019
+ }
1020
+ >
1021
+ >;
1022
+ export type PokemonFamilyV0314FamilyIllumise = S<
1023
+ PokemonFamily<
1024
+ "V0314_FAMILY_ILLUMISE",
1025
+ {
1026
+ familyId: "FAMILY_ILLUMISE";
1027
+ }
1028
+ >
1029
+ >;
1030
+ export type PokemonFamilyV0315FamilyRoselia = S<
1031
+ PokemonFamily<
1032
+ "V0315_FAMILY_ROSELIA",
1033
+ {
1034
+ familyId: "FAMILY_ROSELIA";
1035
+ }
1036
+ >
1037
+ >;
1038
+ export type PokemonFamilyV0316FamilyGulpin = S<
1039
+ PokemonFamily<
1040
+ "V0316_FAMILY_GULPIN",
1041
+ {
1042
+ familyId: "FAMILY_GULPIN";
1043
+ }
1044
+ >
1045
+ >;
1046
+ export type PokemonFamilyV0320FamilyWailmer = S<
1047
+ PokemonFamily<
1048
+ "V0320_FAMILY_WAILMER",
1049
+ {
1050
+ familyId: "FAMILY_WAILMER";
1051
+ }
1052
+ >
1053
+ >;
1054
+ export type PokemonFamilyV0324FamilyTorkoal = S<
1055
+ PokemonFamily<
1056
+ "V0324_FAMILY_TORKOAL",
1057
+ {
1058
+ familyId: "FAMILY_TORKOAL";
1059
+ }
1060
+ >
1061
+ >;
1062
+ export type PokemonFamilyV0325FamilySpoink = S<
1063
+ PokemonFamily<
1064
+ "V0325_FAMILY_SPOINK",
1065
+ {
1066
+ familyId: "FAMILY_SPOINK";
1067
+ }
1068
+ >
1069
+ >;
1070
+ export type PokemonFamilyV0327FamilySpinda = S<
1071
+ PokemonFamily<
1072
+ "V0327_FAMILY_SPINDA",
1073
+ {
1074
+ familyId: "FAMILY_SPINDA";
1075
+ }
1076
+ >
1077
+ >;
1078
+ export type PokemonFamilyV0328FamilyTrapinch = S<
1079
+ PokemonFamily<
1080
+ "V0328_FAMILY_TRAPINCH",
1081
+ {
1082
+ familyId: "FAMILY_TRAPINCH";
1083
+ }
1084
+ >
1085
+ >;
1086
+ export type PokemonFamilyV0331FamilyCacnea = S<
1087
+ PokemonFamily<
1088
+ "V0331_FAMILY_CACNEA",
1089
+ {
1090
+ familyId: "FAMILY_CACNEA";
1091
+ }
1092
+ >
1093
+ >;
1094
+ export type PokemonFamilyV0335FamilyZangoose = S<
1095
+ PokemonFamily<
1096
+ "V0335_FAMILY_ZANGOOSE",
1097
+ {
1098
+ familyId: "FAMILY_ZANGOOSE";
1099
+ }
1100
+ >
1101
+ >;
1102
+ export type PokemonFamilyV0336FamilySeviper = S<
1103
+ PokemonFamily<
1104
+ "V0336_FAMILY_SEVIPER",
1105
+ {
1106
+ familyId: "FAMILY_SEVIPER";
1107
+ }
1108
+ >
1109
+ >;
1110
+ export type PokemonFamilyV0337FamilyLunatone = S<
1111
+ PokemonFamily<
1112
+ "V0337_FAMILY_LUNATONE",
1113
+ {
1114
+ familyId: "FAMILY_LUNATONE";
1115
+ }
1116
+ >
1117
+ >;
1118
+ export type PokemonFamilyV0338FamilySolrock = S<
1119
+ PokemonFamily<
1120
+ "V0338_FAMILY_SOLROCK",
1121
+ {
1122
+ familyId: "FAMILY_SOLROCK";
1123
+ }
1124
+ >
1125
+ >;
1126
+ export type PokemonFamilyV0339FamilyBarboach = S<
1127
+ PokemonFamily<
1128
+ "V0339_FAMILY_BARBOACH",
1129
+ {
1130
+ familyId: "FAMILY_BARBOACH";
1131
+ }
1132
+ >
1133
+ >;
1134
+ export type PokemonFamilyV0341FamilyCorphish = S<
1135
+ PokemonFamily<
1136
+ "V0341_FAMILY_CORPHISH",
1137
+ {
1138
+ familyId: "FAMILY_CORPHISH";
1139
+ }
1140
+ >
1141
+ >;
1142
+ export type PokemonFamilyV0343FamilyBaltoy = S<
1143
+ PokemonFamily<
1144
+ "V0343_FAMILY_BALTOY",
1145
+ {
1146
+ familyId: "FAMILY_BALTOY";
1147
+ }
1148
+ >
1149
+ >;
1150
+ export type PokemonFamilyV0345FamilyLileep = S<
1151
+ PokemonFamily<
1152
+ "V0345_FAMILY_LILEEP",
1153
+ {
1154
+ familyId: "FAMILY_LILEEP";
1155
+ }
1156
+ >
1157
+ >;
1158
+ export type PokemonFamilyV0347FamilyAnorith = S<
1159
+ PokemonFamily<
1160
+ "V0347_FAMILY_ANORITH",
1161
+ {
1162
+ familyId: "FAMILY_ANORITH";
1163
+ }
1164
+ >
1165
+ >;
1166
+ export type PokemonFamilyV0349FamilyFeebas = S<
1167
+ PokemonFamily<
1168
+ "V0349_FAMILY_FEEBAS",
1169
+ {
1170
+ familyId: "FAMILY_FEEBAS";
1171
+ }
1172
+ >
1173
+ >;
1174
+ export type PokemonFamilyV0351FamilyCastform = S<
1175
+ PokemonFamily<
1176
+ "V0351_FAMILY_CASTFORM",
1177
+ {
1178
+ familyId: "FAMILY_CASTFORM";
1179
+ }
1180
+ >
1181
+ >;
1182
+ export type PokemonFamilyV0352FamilyKecleon = S<
1183
+ PokemonFamily<
1184
+ "V0352_FAMILY_KECLEON",
1185
+ {
1186
+ familyId: "FAMILY_KECLEON";
1187
+ }
1188
+ >
1189
+ >;
1190
+ export type PokemonFamilyV0355FamilyDuskull = S<
1191
+ PokemonFamily<
1192
+ "V0355_FAMILY_DUSKULL",
1193
+ {
1194
+ familyId: "FAMILY_DUSKULL";
1195
+ }
1196
+ >
1197
+ >;
1198
+ export type PokemonFamilyV0357FamilyTropius = S<
1199
+ PokemonFamily<
1200
+ "V0357_FAMILY_TROPIUS",
1201
+ {
1202
+ familyId: "FAMILY_TROPIUS";
1203
+ }
1204
+ >
1205
+ >;
1206
+ export type PokemonFamilyV0358FamilyChimecho = S<
1207
+ PokemonFamily<
1208
+ "V0358_FAMILY_CHIMECHO",
1209
+ {
1210
+ familyId: "FAMILY_CHIMECHO";
1211
+ }
1212
+ >
1213
+ >;
1214
+ export type PokemonFamilyV0363FamilySpheal = S<
1215
+ PokemonFamily<
1216
+ "V0363_FAMILY_SPHEAL",
1217
+ {
1218
+ familyId: "FAMILY_SPHEAL";
1219
+ }
1220
+ >
1221
+ >;
1222
+ export type PokemonFamilyV0366FamilyClamperl = S<
1223
+ PokemonFamily<
1224
+ "V0366_FAMILY_CLAMPERL",
1225
+ {
1226
+ familyId: "FAMILY_CLAMPERL";
1227
+ }
1228
+ >
1229
+ >;
1230
+ export type PokemonFamilyV0369FamilyRelicanth = S<
1231
+ PokemonFamily<
1232
+ "V0369_FAMILY_RELICANTH",
1233
+ {
1234
+ familyId: "FAMILY_RELICANTH";
1235
+ }
1236
+ >
1237
+ >;
1238
+ export type PokemonFamilyV0370FamilyLuvdisc = S<
1239
+ PokemonFamily<
1240
+ "V0370_FAMILY_LUVDISC",
1241
+ {
1242
+ familyId: "FAMILY_LUVDISC";
1243
+ }
1244
+ >
1245
+ >;
1246
+ export type PokemonFamilyV0377FamilyRegirock = S<
1247
+ PokemonFamily<
1248
+ "V0377_FAMILY_REGIROCK",
1249
+ {
1250
+ familyId: "FAMILY_REGIROCK";
1251
+ }
1252
+ >
1253
+ >;
1254
+ export type PokemonFamilyV0378FamilyRegice = S<
1255
+ PokemonFamily<
1256
+ "V0378_FAMILY_REGICE",
1257
+ {
1258
+ familyId: "FAMILY_REGICE";
1259
+ }
1260
+ >
1261
+ >;
1262
+ export type PokemonFamilyV0379FamilyRegisteel = S<
1263
+ PokemonFamily<
1264
+ "V0379_FAMILY_REGISTEEL",
1265
+ {
1266
+ familyId: "FAMILY_REGISTEEL";
1267
+ }
1268
+ >
1269
+ >;
1270
+ export type PokemonFamilyV0385FamilyJirachi = S<
1271
+ PokemonFamily<
1272
+ "V0385_FAMILY_JIRACHI",
1273
+ {
1274
+ familyId: "FAMILY_JIRACHI";
1275
+ }
1276
+ >
1277
+ >;
1278
+ export type PokemonFamilyV0386FamilyDeoxys = S<
1279
+ PokemonFamily<
1280
+ "V0386_FAMILY_DEOXYS",
1281
+ {
1282
+ familyId: "FAMILY_DEOXYS";
1283
+ }
1284
+ >
1285
+ >;
1286
+ export type PokemonFamilyV0387FamilyTurtwig = S<
1287
+ PokemonFamily<
1288
+ "V0387_FAMILY_TURTWIG",
1289
+ {
1290
+ familyId: "FAMILY_TURTWIG";
1291
+ }
1292
+ >
1293
+ >;
1294
+ export type PokemonFamilyV0390FamilyChimchar = S<
1295
+ PokemonFamily<
1296
+ "V0390_FAMILY_CHIMCHAR",
1297
+ {
1298
+ familyId: "FAMILY_CHIMCHAR";
1299
+ }
1300
+ >
1301
+ >;
1302
+ export type PokemonFamilyV0393FamilyPiplup = S<
1303
+ PokemonFamily<
1304
+ "V0393_FAMILY_PIPLUP",
1305
+ {
1306
+ familyId: "FAMILY_PIPLUP";
1307
+ }
1308
+ >
1309
+ >;
1310
+ export type PokemonFamilyV0396FamilyStarly = S<
1311
+ PokemonFamily<
1312
+ "V0396_FAMILY_STARLY",
1313
+ {
1314
+ familyId: "FAMILY_STARLY";
1315
+ }
1316
+ >
1317
+ >;
1318
+ export type PokemonFamilyV0399FamilyBidoof = S<
1319
+ PokemonFamily<
1320
+ "V0399_FAMILY_BIDOOF",
1321
+ {
1322
+ familyId: "FAMILY_BIDOOF";
1323
+ }
1324
+ >
1325
+ >;
1326
+ export type PokemonFamilyV0401FamilyKricketot = S<
1327
+ PokemonFamily<
1328
+ "V0401_FAMILY_KRICKETOT",
1329
+ {
1330
+ familyId: "FAMILY_KRICKETOT";
1331
+ }
1332
+ >
1333
+ >;
1334
+ export type PokemonFamilyV0403FamilyShinx = S<
1335
+ PokemonFamily<
1336
+ "V0403_FAMILY_SHINX",
1337
+ {
1338
+ familyId: "FAMILY_SHINX";
1339
+ }
1340
+ >
1341
+ >;
1342
+ export type PokemonFamilyV0408FamilyCranidos = S<
1343
+ PokemonFamily<
1344
+ "V0408_FAMILY_CRANIDOS",
1345
+ {
1346
+ familyId: "FAMILY_CRANIDOS";
1347
+ }
1348
+ >
1349
+ >;
1350
+ export type PokemonFamilyV0410FamilyShieldon = S<
1351
+ PokemonFamily<
1352
+ "V0410_FAMILY_SHIELDON",
1353
+ {
1354
+ familyId: "FAMILY_SHIELDON";
1355
+ }
1356
+ >
1357
+ >;
1358
+ export type PokemonFamilyV0412FamilyBurmy = S<
1359
+ PokemonFamily<
1360
+ "V0412_FAMILY_BURMY",
1361
+ {
1362
+ familyId: "FAMILY_BURMY";
1363
+ }
1364
+ >
1365
+ >;
1366
+ export type PokemonFamilyV0415FamilyCombee = S<
1367
+ PokemonFamily<
1368
+ "V0415_FAMILY_COMBEE",
1369
+ {
1370
+ familyId: "FAMILY_COMBEE";
1371
+ }
1372
+ >
1373
+ >;
1374
+ export type PokemonFamilyV0417FamilyPachirisu = S<
1375
+ PokemonFamily<
1376
+ "V0417_FAMILY_PACHIRISU",
1377
+ {
1378
+ familyId: "FAMILY_PACHIRISU";
1379
+ }
1380
+ >
1381
+ >;
1382
+ export type PokemonFamilyV0418FamilyBuizel = S<
1383
+ PokemonFamily<
1384
+ "V0418_FAMILY_BUIZEL",
1385
+ {
1386
+ familyId: "FAMILY_BUIZEL";
1387
+ }
1388
+ >
1389
+ >;
1390
+ export type PokemonFamilyV0420FamilyCherubi = S<
1391
+ PokemonFamily<
1392
+ "V0420_FAMILY_CHERUBI",
1393
+ {
1394
+ familyId: "FAMILY_CHERUBI";
1395
+ }
1396
+ >
1397
+ >;
1398
+ export type PokemonFamilyV0422FamilyShellos = S<
1399
+ PokemonFamily<
1400
+ "V0422_FAMILY_SHELLOS",
1401
+ {
1402
+ familyId: "FAMILY_SHELLOS";
1403
+ }
1404
+ >
1405
+ >;
1406
+ export type PokemonFamilyV0425FamilyDrifloon = S<
1407
+ PokemonFamily<
1408
+ "V0425_FAMILY_DRIFLOON",
1409
+ {
1410
+ familyId: "FAMILY_DRIFLOON";
1411
+ }
1412
+ >
1413
+ >;
1414
+ export type PokemonFamilyV0431FamilyGlameow = S<
1415
+ PokemonFamily<
1416
+ "V0431_FAMILY_GLAMEOW",
1417
+ {
1418
+ familyId: "FAMILY_GLAMEOW";
1419
+ }
1420
+ >
1421
+ >;
1422
+ export type PokemonFamilyV0434FamilyStunky = S<
1423
+ PokemonFamily<
1424
+ "V0434_FAMILY_STUNKY",
1425
+ {
1426
+ familyId: "FAMILY_STUNKY";
1427
+ }
1428
+ >
1429
+ >;
1430
+ export type PokemonFamilyV0436FamilyBronzor = S<
1431
+ PokemonFamily<
1432
+ "V0436_FAMILY_BRONZOR",
1433
+ {
1434
+ familyId: "FAMILY_BRONZOR";
1435
+ }
1436
+ >
1437
+ >;
1438
+ export type PokemonFamilyV0441FamilyChatot = S<
1439
+ PokemonFamily<
1440
+ "V0441_FAMILY_CHATOT",
1441
+ {
1442
+ familyId: "FAMILY_CHATOT";
1443
+ }
1444
+ >
1445
+ >;
1446
+ export type PokemonFamilyV0442FamilySpiritomb = S<
1447
+ PokemonFamily<
1448
+ "V0442_FAMILY_SPIRITOMB",
1449
+ {
1450
+ familyId: "FAMILY_SPIRITOMB";
1451
+ }
1452
+ >
1453
+ >;
1454
+ export type PokemonFamilyV0449FamilyHippopotas = S<
1455
+ PokemonFamily<
1456
+ "V0449_FAMILY_HIPPOPOTAS",
1457
+ {
1458
+ familyId: "FAMILY_HIPPOPOTAS";
1459
+ }
1460
+ >
1461
+ >;
1462
+ export type PokemonFamilyV0451FamilySkorupi = S<
1463
+ PokemonFamily<
1464
+ "V0451_FAMILY_SKORUPI",
1465
+ {
1466
+ familyId: "FAMILY_SKORUPI";
1467
+ }
1468
+ >
1469
+ >;
1470
+ export type PokemonFamilyV0453FamilyCroagunk = S<
1471
+ PokemonFamily<
1472
+ "V0453_FAMILY_CROAGUNK",
1473
+ {
1474
+ familyId: "FAMILY_CROAGUNK";
1475
+ }
1476
+ >
1477
+ >;
1478
+ export type PokemonFamilyV0455FamilyCarnivine = S<
1479
+ PokemonFamily<
1480
+ "V0455_FAMILY_CARNIVINE",
1481
+ {
1482
+ familyId: "FAMILY_CARNIVINE";
1483
+ }
1484
+ >
1485
+ >;
1486
+ export type PokemonFamilyV0456FamilyFinneon = S<
1487
+ PokemonFamily<
1488
+ "V0456_FAMILY_FINNEON",
1489
+ {
1490
+ familyId: "FAMILY_FINNEON";
1491
+ }
1492
+ >
1493
+ >;
1494
+ export type PokemonFamilyV0479FamilyRotom = S<
1495
+ PokemonFamily<
1496
+ "V0479_FAMILY_ROTOM",
1497
+ {
1498
+ familyId: "FAMILY_ROTOM";
1499
+ }
1500
+ >
1501
+ >;
1502
+ export type PokemonFamilyV0480FamilyUxie = S<
1503
+ PokemonFamily<
1504
+ "V0480_FAMILY_UXIE",
1505
+ {
1506
+ familyId: "FAMILY_UXIE";
1507
+ }
1508
+ >
1509
+ >;
1510
+ export type PokemonFamilyV0481FamilyMesprit = S<
1511
+ PokemonFamily<
1512
+ "V0481_FAMILY_MESPRIT",
1513
+ {
1514
+ familyId: "FAMILY_MESPRIT";
1515
+ }
1516
+ >
1517
+ >;
1518
+ export type PokemonFamilyV0482FamilyAzelf = S<
1519
+ PokemonFamily<
1520
+ "V0482_FAMILY_AZELF",
1521
+ {
1522
+ familyId: "FAMILY_AZELF";
1523
+ }
1524
+ >
1525
+ >;
1526
+ export type PokemonFamilyV0483FamilyDialga = S<
1527
+ PokemonFamily<
1528
+ "V0483_FAMILY_DIALGA",
1529
+ {
1530
+ familyId: "FAMILY_DIALGA";
1531
+ }
1532
+ >
1533
+ >;
1534
+ export type PokemonFamilyV0484FamilyPalkia = S<
1535
+ PokemonFamily<
1536
+ "V0484_FAMILY_PALKIA",
1537
+ {
1538
+ familyId: "FAMILY_PALKIA";
1539
+ }
1540
+ >
1541
+ >;
1542
+ export type PokemonFamilyV0485FamilyHeatran = S<
1543
+ PokemonFamily<
1544
+ "V0485_FAMILY_HEATRAN",
1545
+ {
1546
+ familyId: "FAMILY_HEATRAN";
1547
+ }
1548
+ >
1549
+ >;
1550
+ export type PokemonFamilyV0486FamilyRegigigas = S<
1551
+ PokemonFamily<
1552
+ "V0486_FAMILY_REGIGIGAS",
1553
+ {
1554
+ familyId: "FAMILY_REGIGIGAS";
1555
+ }
1556
+ >
1557
+ >;
1558
+ export type PokemonFamilyV0487FamilyGiratina = S<
1559
+ PokemonFamily<
1560
+ "V0487_FAMILY_GIRATINA",
1561
+ {
1562
+ familyId: "FAMILY_GIRATINA";
1563
+ }
1564
+ >
1565
+ >;
1566
+ export type PokemonFamilyV0488FamilyCresselia = S<
1567
+ PokemonFamily<
1568
+ "V0488_FAMILY_CRESSELIA",
1569
+ {
1570
+ familyId: "FAMILY_CRESSELIA";
1571
+ }
1572
+ >
1573
+ >;
1574
+ export type PokemonFamilyV0489FamilyPhione = S<
1575
+ PokemonFamily<
1576
+ "V0489_FAMILY_PHIONE",
1577
+ {
1578
+ familyId: "FAMILY_PHIONE";
1579
+ }
1580
+ >
1581
+ >;
1582
+ export type PokemonFamilyV0490FamilyManaphy = S<
1583
+ PokemonFamily<
1584
+ "V0490_FAMILY_MANAPHY",
1585
+ {
1586
+ familyId: "FAMILY_MANAPHY";
1587
+ }
1588
+ >
1589
+ >;
1590
+ export type PokemonFamilyV0491FamilyDarkrai = S<
1591
+ PokemonFamily<
1592
+ "V0491_FAMILY_DARKRAI",
1593
+ {
1594
+ familyId: "FAMILY_DARKRAI";
1595
+ }
1596
+ >
1597
+ >;
1598
+ export type PokemonFamilyV0492FamilyShaymin = S<
1599
+ PokemonFamily<
1600
+ "V0492_FAMILY_SHAYMIN",
1601
+ {
1602
+ familyId: "FAMILY_SHAYMIN";
1603
+ }
1604
+ >
1605
+ >;
1606
+ export type PokemonFamilyV0493FamilyArceus = S<
1607
+ PokemonFamily<
1608
+ "V0493_FAMILY_ARCEUS",
1609
+ {
1610
+ familyId: "FAMILY_ARCEUS";
1611
+ }
1612
+ >
1613
+ >;
1614
+ export type PokemonFamilyV0494FamilyVictini = S<
1615
+ PokemonFamily<
1616
+ "V0494_FAMILY_VICTINI",
1617
+ {
1618
+ familyId: "FAMILY_VICTINI";
1619
+ }
1620
+ >
1621
+ >;
1622
+ export type PokemonFamilyV0495FamilySnivy = S<
1623
+ PokemonFamily<
1624
+ "V0495_FAMILY_SNIVY",
1625
+ {
1626
+ familyId: "FAMILY_SNIVY";
1627
+ }
1628
+ >
1629
+ >;
1630
+ export type PokemonFamilyV0498FamilyTepig = S<
1631
+ PokemonFamily<
1632
+ "V0498_FAMILY_TEPIG",
1633
+ {
1634
+ familyId: "FAMILY_TEPIG";
1635
+ }
1636
+ >
1637
+ >;
1638
+ export type PokemonFamilyV0501FamilyOshawott = S<
1639
+ PokemonFamily<
1640
+ "V0501_FAMILY_OSHAWOTT",
1641
+ {
1642
+ familyId: "FAMILY_OSHAWOTT";
1643
+ }
1644
+ >
1645
+ >;
1646
+ export type PokemonFamilyV0504FamilyPatrat = S<
1647
+ PokemonFamily<
1648
+ "V0504_FAMILY_PATRAT",
1649
+ {
1650
+ familyId: "FAMILY_PATRAT";
1651
+ }
1652
+ >
1653
+ >;
1654
+ export type PokemonFamilyV0506FamilyLillipup = S<
1655
+ PokemonFamily<
1656
+ "V0506_FAMILY_LILLIPUP",
1657
+ {
1658
+ familyId: "FAMILY_LILLIPUP";
1659
+ }
1660
+ >
1661
+ >;
1662
+ export type PokemonFamilyV0509FamilyPurrloin = S<
1663
+ PokemonFamily<
1664
+ "V0509_FAMILY_PURRLOIN",
1665
+ {
1666
+ familyId: "FAMILY_PURRLOIN";
1667
+ }
1668
+ >
1669
+ >;
1670
+ export type PokemonFamilyV0511FamilyPansage = S<
1671
+ PokemonFamily<
1672
+ "V0511_FAMILY_PANSAGE",
1673
+ {
1674
+ familyId: "FAMILY_PANSAGE";
1675
+ }
1676
+ >
1677
+ >;
1678
+ export type PokemonFamilyV0513FamilyPansear = S<
1679
+ PokemonFamily<
1680
+ "V0513_FAMILY_PANSEAR",
1681
+ {
1682
+ familyId: "FAMILY_PANSEAR";
1683
+ }
1684
+ >
1685
+ >;
1686
+ export type PokemonFamilyV0515FamilyPanpour = S<
1687
+ PokemonFamily<
1688
+ "V0515_FAMILY_PANPOUR",
1689
+ {
1690
+ familyId: "FAMILY_PANPOUR";
1691
+ }
1692
+ >
1693
+ >;
1694
+ export type PokemonFamilyV0517FamilyMunna = S<
1695
+ PokemonFamily<
1696
+ "V0517_FAMILY_MUNNA",
1697
+ {
1698
+ familyId: "FAMILY_MUNNA";
1699
+ }
1700
+ >
1701
+ >;
1702
+ export type PokemonFamilyV0519FamilyPidove = S<
1703
+ PokemonFamily<
1704
+ "V0519_FAMILY_PIDOVE",
1705
+ {
1706
+ familyId: "FAMILY_PIDOVE";
1707
+ }
1708
+ >
1709
+ >;
1710
+ export type PokemonFamilyV0522FamilyBlitzle = S<
1711
+ PokemonFamily<
1712
+ "V0522_FAMILY_BLITZLE",
1713
+ {
1714
+ familyId: "FAMILY_BLITZLE";
1715
+ }
1716
+ >
1717
+ >;
1718
+ export type PokemonFamilyV0524FamilyRoggenrola = S<
1719
+ PokemonFamily<
1720
+ "V0524_FAMILY_ROGGENROLA",
1721
+ {
1722
+ familyId: "FAMILY_ROGGENROLA";
1723
+ }
1724
+ >
1725
+ >;
1726
+ export type PokemonFamilyV0527FamilyWoobat = S<
1727
+ PokemonFamily<
1728
+ "V0527_FAMILY_WOOBAT",
1729
+ {
1730
+ familyId: "FAMILY_WOOBAT";
1731
+ }
1732
+ >
1733
+ >;
1734
+ export type PokemonFamilyV0529FamilyDrilbur = S<
1735
+ PokemonFamily<
1736
+ "V0529_FAMILY_DRILBUR",
1737
+ {
1738
+ familyId: "FAMILY_DRILBUR";
1739
+ }
1740
+ >
1741
+ >;
1742
+ export type PokemonFamilyV0532FamilyTimburr = S<
1743
+ PokemonFamily<
1744
+ "V0532_FAMILY_TIMBURR",
1745
+ {
1746
+ familyId: "FAMILY_TIMBURR";
1747
+ }
1748
+ >
1749
+ >;
1750
+ export type PokemonFamilyV0535FamilyTympole = S<
1751
+ PokemonFamily<
1752
+ "V0535_FAMILY_TYMPOLE",
1753
+ {
1754
+ familyId: "FAMILY_TYMPOLE";
1755
+ }
1756
+ >
1757
+ >;
1758
+ export type PokemonFamilyV0538FamilyThroh = S<
1759
+ PokemonFamily<
1760
+ "V0538_FAMILY_THROH",
1761
+ {
1762
+ familyId: "FAMILY_THROH";
1763
+ }
1764
+ >
1765
+ >;
1766
+ export type PokemonFamilyV0539FamilySawk = S<
1767
+ PokemonFamily<
1768
+ "V0539_FAMILY_SAWK",
1769
+ {
1770
+ familyId: "FAMILY_SAWK";
1771
+ }
1772
+ >
1773
+ >;
1774
+ export type PokemonFamilyV0540FamilySewaddle = S<
1775
+ PokemonFamily<
1776
+ "V0540_FAMILY_SEWADDLE",
1777
+ {
1778
+ familyId: "FAMILY_SEWADDLE";
1779
+ }
1780
+ >
1781
+ >;
1782
+ export type PokemonFamilyV0543FamilyVenipede = S<
1783
+ PokemonFamily<
1784
+ "V0543_FAMILY_VENIPEDE",
1785
+ {
1786
+ familyId: "FAMILY_VENIPEDE";
1787
+ }
1788
+ >
1789
+ >;
1790
+ export type PokemonFamilyV0546FamilyCottonee = S<
1791
+ PokemonFamily<
1792
+ "V0546_FAMILY_COTTONEE",
1793
+ {
1794
+ familyId: "FAMILY_COTTONEE";
1795
+ }
1796
+ >
1797
+ >;
1798
+ export type PokemonFamilyV0548FamilyPetilil = S<
1799
+ PokemonFamily<
1800
+ "V0548_FAMILY_PETILIL",
1801
+ {
1802
+ familyId: "FAMILY_PETILIL";
1803
+ }
1804
+ >
1805
+ >;
1806
+ export type PokemonFamilyV0550FamilyBasculin = S<
1807
+ PokemonFamily<
1808
+ "V0550_FAMILY_BASCULIN",
1809
+ {
1810
+ familyId: "FAMILY_BASCULIN";
1811
+ }
1812
+ >
1813
+ >;
1814
+ export type PokemonFamilyV0551FamilySandile = S<
1815
+ PokemonFamily<
1816
+ "V0551_FAMILY_SANDILE",
1817
+ {
1818
+ familyId: "FAMILY_SANDILE";
1819
+ }
1820
+ >
1821
+ >;
1822
+ export type PokemonFamilyV0554FamilyDarumaka = S<
1823
+ PokemonFamily<
1824
+ "V0554_FAMILY_DARUMAKA",
1825
+ {
1826
+ familyId: "FAMILY_DARUMAKA";
1827
+ }
1828
+ >
1829
+ >;
1830
+ export type PokemonFamilyV0556FamilyMaractus = S<
1831
+ PokemonFamily<
1832
+ "V0556_FAMILY_MARACTUS",
1833
+ {
1834
+ familyId: "FAMILY_MARACTUS";
1835
+ }
1836
+ >
1837
+ >;
1838
+ export type PokemonFamilyV0557FamilyDwebble = S<
1839
+ PokemonFamily<
1840
+ "V0557_FAMILY_DWEBBLE",
1841
+ {
1842
+ familyId: "FAMILY_DWEBBLE";
1843
+ }
1844
+ >
1845
+ >;
1846
+ export type PokemonFamilyV0559FamilyScraggy = S<
1847
+ PokemonFamily<
1848
+ "V0559_FAMILY_SCRAGGY",
1849
+ {
1850
+ familyId: "FAMILY_SCRAGGY";
1851
+ }
1852
+ >
1853
+ >;
1854
+ export type PokemonFamilyV0561FamilySigilyph = S<
1855
+ PokemonFamily<
1856
+ "V0561_FAMILY_SIGILYPH",
1857
+ {
1858
+ familyId: "FAMILY_SIGILYPH";
1859
+ }
1860
+ >
1861
+ >;
1862
+ export type PokemonFamilyV0562FamilyYamask = S<
1863
+ PokemonFamily<
1864
+ "V0562_FAMILY_YAMASK",
1865
+ {
1866
+ familyId: "FAMILY_YAMASK";
1867
+ }
1868
+ >
1869
+ >;
1870
+ export type PokemonFamilyV0564FamilyTirtouga = S<
1871
+ PokemonFamily<
1872
+ "V0564_FAMILY_TIRTOUGA",
1873
+ {
1874
+ familyId: "FAMILY_TIRTOUGA";
1875
+ }
1876
+ >
1877
+ >;
1878
+ export type PokemonFamilyV0566FamilyArchen = S<
1879
+ PokemonFamily<
1880
+ "V0566_FAMILY_ARCHEN",
1881
+ {
1882
+ familyId: "FAMILY_ARCHEN";
1883
+ }
1884
+ >
1885
+ >;
1886
+ export type PokemonFamilyV0568FamilyTrubbish = S<
1887
+ PokemonFamily<
1888
+ "V0568_FAMILY_TRUBBISH",
1889
+ {
1890
+ familyId: "FAMILY_TRUBBISH";
1891
+ }
1892
+ >
1893
+ >;
1894
+ export type PokemonFamilyV0570FamilyZorua = S<
1895
+ PokemonFamily<
1896
+ "V0570_FAMILY_ZORUA",
1897
+ {
1898
+ familyId: "FAMILY_ZORUA";
1899
+ }
1900
+ >
1901
+ >;
1902
+ export type PokemonFamilyV0572FamilyMinccino = S<
1903
+ PokemonFamily<
1904
+ "V0572_FAMILY_MINCCINO",
1905
+ {
1906
+ familyId: "FAMILY_MINCCINO";
1907
+ }
1908
+ >
1909
+ >;
1910
+ export type PokemonFamilyV0574FamilyGothita = S<
1911
+ PokemonFamily<
1912
+ "V0574_FAMILY_GOTHITA",
1913
+ {
1914
+ familyId: "FAMILY_GOTHITA";
1915
+ }
1916
+ >
1917
+ >;
1918
+ export type PokemonFamilyV0577FamilySolosis = S<
1919
+ PokemonFamily<
1920
+ "V0577_FAMILY_SOLOSIS",
1921
+ {
1922
+ familyId: "FAMILY_SOLOSIS";
1923
+ }
1924
+ >
1925
+ >;
1926
+ export type PokemonFamilyV0580FamilyDucklett = S<
1927
+ PokemonFamily<
1928
+ "V0580_FAMILY_DUCKLETT",
1929
+ {
1930
+ familyId: "FAMILY_DUCKLETT";
1931
+ }
1932
+ >
1933
+ >;
1934
+ export type PokemonFamilyV0582FamilyVanillite = S<
1935
+ PokemonFamily<
1936
+ "V0582_FAMILY_VANILLITE",
1937
+ {
1938
+ familyId: "FAMILY_VANILLITE";
1939
+ }
1940
+ >
1941
+ >;
1942
+ export type PokemonFamilyV0585FamilyDeerling = S<
1943
+ PokemonFamily<
1944
+ "V0585_FAMILY_DEERLING",
1945
+ {
1946
+ familyId: "FAMILY_DEERLING";
1947
+ }
1948
+ >
1949
+ >;
1950
+ export type PokemonFamilyV0587FamilyEmolga = S<
1951
+ PokemonFamily<
1952
+ "V0587_FAMILY_EMOLGA",
1953
+ {
1954
+ familyId: "FAMILY_EMOLGA";
1955
+ }
1956
+ >
1957
+ >;
1958
+ export type PokemonFamilyV0588FamilyKarrablast = S<
1959
+ PokemonFamily<
1960
+ "V0588_FAMILY_KARRABLAST",
1961
+ {
1962
+ familyId: "FAMILY_KARRABLAST";
1963
+ }
1964
+ >
1965
+ >;
1966
+ export type PokemonFamilyV0590FamilyFoongus = S<
1967
+ PokemonFamily<
1968
+ "V0590_FAMILY_FOONGUS",
1969
+ {
1970
+ familyId: "FAMILY_FOONGUS";
1971
+ }
1972
+ >
1973
+ >;
1974
+ export type PokemonFamilyV0592FamilyFrillish = S<
1975
+ PokemonFamily<
1976
+ "V0592_FAMILY_FRILLISH",
1977
+ {
1978
+ familyId: "FAMILY_FRILLISH";
1979
+ }
1980
+ >
1981
+ >;
1982
+ export type PokemonFamilyV0594FamilyAlomomola = S<
1983
+ PokemonFamily<
1984
+ "V0594_FAMILY_ALOMOMOLA",
1985
+ {
1986
+ familyId: "FAMILY_ALOMOMOLA";
1987
+ }
1988
+ >
1989
+ >;
1990
+ export type PokemonFamilyV0595FamilyJoltik = S<
1991
+ PokemonFamily<
1992
+ "V0595_FAMILY_JOLTIK",
1993
+ {
1994
+ familyId: "FAMILY_JOLTIK";
1995
+ }
1996
+ >
1997
+ >;
1998
+ export type PokemonFamilyV0597FamilyFerroseed = S<
1999
+ PokemonFamily<
2000
+ "V0597_FAMILY_FERROSEED",
2001
+ {
2002
+ familyId: "FAMILY_FERROSEED";
2003
+ }
2004
+ >
2005
+ >;
2006
+ export type PokemonFamilyV0599FamilyKlink = S<
2007
+ PokemonFamily<
2008
+ "V0599_FAMILY_KLINK",
2009
+ {
2010
+ familyId: "FAMILY_KLINK";
2011
+ }
2012
+ >
2013
+ >;
2014
+ export type PokemonFamilyV0602FamilyTynamo = S<
2015
+ PokemonFamily<
2016
+ "V0602_FAMILY_TYNAMO",
2017
+ {
2018
+ familyId: "FAMILY_TYNAMO";
2019
+ }
2020
+ >
2021
+ >;
2022
+ export type PokemonFamilyV0605FamilyElgyem = S<
2023
+ PokemonFamily<
2024
+ "V0605_FAMILY_ELGYEM",
2025
+ {
2026
+ familyId: "FAMILY_ELGYEM";
2027
+ }
2028
+ >
2029
+ >;
2030
+ export type PokemonFamilyV0607FamilyLitwick = S<
2031
+ PokemonFamily<
2032
+ "V0607_FAMILY_LITWICK",
2033
+ {
2034
+ familyId: "FAMILY_LITWICK";
2035
+ }
2036
+ >
2037
+ >;
2038
+ export type PokemonFamilyV0610FamilyAxew = S<
2039
+ PokemonFamily<
2040
+ "V0610_FAMILY_AXEW",
2041
+ {
2042
+ familyId: "FAMILY_AXEW";
2043
+ }
2044
+ >
2045
+ >;
2046
+ export type PokemonFamilyV0613FamilyCubchoo = S<
2047
+ PokemonFamily<
2048
+ "V0613_FAMILY_CUBCHOO",
2049
+ {
2050
+ familyId: "FAMILY_CUBCHOO";
2051
+ }
2052
+ >
2053
+ >;
2054
+ export type PokemonFamilyV0615FamilyCryogonal = S<
2055
+ PokemonFamily<
2056
+ "V0615_FAMILY_CRYOGONAL",
2057
+ {
2058
+ familyId: "FAMILY_CRYOGONAL";
2059
+ }
2060
+ >
2061
+ >;
2062
+ export type PokemonFamilyV0616FamilyShelmet = S<
2063
+ PokemonFamily<
2064
+ "V0616_FAMILY_SHELMET",
2065
+ {
2066
+ familyId: "FAMILY_SHELMET";
2067
+ }
2068
+ >
2069
+ >;
2070
+ export type PokemonFamilyV0618FamilyStunfisk = S<
2071
+ PokemonFamily<
2072
+ "V0618_FAMILY_STUNFISK",
2073
+ {
2074
+ familyId: "FAMILY_STUNFISK";
2075
+ }
2076
+ >
2077
+ >;
2078
+ export type PokemonFamilyV0619FamilyMienfoo = S<
2079
+ PokemonFamily<
2080
+ "V0619_FAMILY_MIENFOO",
2081
+ {
2082
+ familyId: "FAMILY_MIENFOO";
2083
+ }
2084
+ >
2085
+ >;
2086
+ export type PokemonFamilyV0621FamilyDruddigon = S<
2087
+ PokemonFamily<
2088
+ "V0621_FAMILY_DRUDDIGON",
2089
+ {
2090
+ familyId: "FAMILY_DRUDDIGON";
2091
+ }
2092
+ >
2093
+ >;
2094
+ export type PokemonFamilyV0622FamilyGolett = S<
2095
+ PokemonFamily<
2096
+ "V0622_FAMILY_GOLETT",
2097
+ {
2098
+ familyId: "FAMILY_GOLETT";
2099
+ }
2100
+ >
2101
+ >;
2102
+ export type PokemonFamilyV0624FamilyPawniard = S<
2103
+ PokemonFamily<
2104
+ "V0624_FAMILY_PAWNIARD",
2105
+ {
2106
+ familyId: "FAMILY_PAWNIARD";
2107
+ }
2108
+ >
2109
+ >;
2110
+ export type PokemonFamilyV0626FamilyBouffalant = S<
2111
+ PokemonFamily<
2112
+ "V0626_FAMILY_BOUFFALANT",
2113
+ {
2114
+ familyId: "FAMILY_BOUFFALANT";
2115
+ }
2116
+ >
2117
+ >;
2118
+ export type PokemonFamilyV0627FamilyRufflet = S<
2119
+ PokemonFamily<
2120
+ "V0627_FAMILY_RUFFLET",
2121
+ {
2122
+ familyId: "FAMILY_RUFFLET";
2123
+ }
2124
+ >
2125
+ >;
2126
+ export type PokemonFamilyV0629FamilyVullaby = S<
2127
+ PokemonFamily<
2128
+ "V0629_FAMILY_VULLABY",
2129
+ {
2130
+ familyId: "FAMILY_VULLABY";
2131
+ }
2132
+ >
2133
+ >;
2134
+ export type PokemonFamilyV0631FamilyHeatmor = S<
2135
+ PokemonFamily<
2136
+ "V0631_FAMILY_HEATMOR",
2137
+ {
2138
+ familyId: "FAMILY_HEATMOR";
2139
+ }
2140
+ >
2141
+ >;
2142
+ export type PokemonFamilyV0632FamilyDurant = S<
2143
+ PokemonFamily<
2144
+ "V0632_FAMILY_DURANT",
2145
+ {
2146
+ familyId: "FAMILY_DURANT";
2147
+ }
2148
+ >
2149
+ >;
2150
+ export type PokemonFamilyV0633FamilyDeino = S<
2151
+ PokemonFamily<
2152
+ "V0633_FAMILY_DEINO",
2153
+ {
2154
+ familyId: "FAMILY_DEINO";
2155
+ }
2156
+ >
2157
+ >;
2158
+ export type PokemonFamilyV0636FamilyLarvesta = S<
2159
+ PokemonFamily<
2160
+ "V0636_FAMILY_LARVESTA",
2161
+ {
2162
+ familyId: "FAMILY_LARVESTA";
2163
+ }
2164
+ >
2165
+ >;
2166
+ export type PokemonFamilyV0638FamilyCobalion = S<
2167
+ PokemonFamily<
2168
+ "V0638_FAMILY_COBALION",
2169
+ {
2170
+ familyId: "FAMILY_COBALION";
2171
+ }
2172
+ >
2173
+ >;
2174
+ export type PokemonFamilyV0639FamilyTerrakion = S<
2175
+ PokemonFamily<
2176
+ "V0639_FAMILY_TERRAKION",
2177
+ {
2178
+ familyId: "FAMILY_TERRAKION";
2179
+ }
2180
+ >
2181
+ >;
2182
+ export type PokemonFamilyV0640FamilyVirizion = S<
2183
+ PokemonFamily<
2184
+ "V0640_FAMILY_VIRIZION",
2185
+ {
2186
+ familyId: "FAMILY_VIRIZION";
2187
+ }
2188
+ >
2189
+ >;
2190
+ export type PokemonFamilyV0641FamilyTornadus = S<
2191
+ PokemonFamily<
2192
+ "V0641_FAMILY_TORNADUS",
2193
+ {
2194
+ familyId: "FAMILY_TORNADUS";
2195
+ }
2196
+ >
2197
+ >;
2198
+ export type PokemonFamilyV0642FamilyThundurus = S<
2199
+ PokemonFamily<
2200
+ "V0642_FAMILY_THUNDURUS",
2201
+ {
2202
+ familyId: "FAMILY_THUNDURUS";
2203
+ }
2204
+ >
2205
+ >;
2206
+ export type PokemonFamilyV0643FamilyReshiram = S<
2207
+ PokemonFamily<
2208
+ "V0643_FAMILY_RESHIRAM",
2209
+ {
2210
+ familyId: "FAMILY_RESHIRAM";
2211
+ }
2212
+ >
2213
+ >;
2214
+ export type PokemonFamilyV0644FamilyZekrom = S<
2215
+ PokemonFamily<
2216
+ "V0644_FAMILY_ZEKROM",
2217
+ {
2218
+ familyId: "FAMILY_ZEKROM";
2219
+ }
2220
+ >
2221
+ >;
2222
+ export type PokemonFamilyV0645FamilyLandorus = S<
2223
+ PokemonFamily<
2224
+ "V0645_FAMILY_LANDORUS",
2225
+ {
2226
+ familyId: "FAMILY_LANDORUS";
2227
+ }
2228
+ >
2229
+ >;
2230
+ export type PokemonFamilyV0646FamilyKyurem = S<
2231
+ PokemonFamily<
2232
+ "V0646_FAMILY_KYUREM",
2233
+ {
2234
+ familyId: "FAMILY_KYUREM";
2235
+ }
2236
+ >
2237
+ >;
2238
+ export type PokemonFamilyV0647FamilyKeldeo = S<
2239
+ PokemonFamily<
2240
+ "V0647_FAMILY_KELDEO",
2241
+ {
2242
+ familyId: "FAMILY_KELDEO";
2243
+ }
2244
+ >
2245
+ >;
2246
+ export type PokemonFamilyV0648FamilyMeloetta = S<
2247
+ PokemonFamily<
2248
+ "V0648_FAMILY_MELOETTA",
2249
+ {
2250
+ familyId: "FAMILY_MELOETTA";
2251
+ }
2252
+ >
2253
+ >;
2254
+ export type PokemonFamilyV0649FamilyGenesect = S<
2255
+ PokemonFamily<
2256
+ "V0649_FAMILY_GENESECT",
2257
+ {
2258
+ familyId: "FAMILY_GENESECT";
2259
+ }
2260
+ >
2261
+ >;
2262
+ export type PokemonFamilyV0650FamilyChespin = S<
2263
+ PokemonFamily<
2264
+ "V0650_FAMILY_CHESPIN",
2265
+ {
2266
+ familyId: "FAMILY_CHESPIN";
2267
+ }
2268
+ >
2269
+ >;
2270
+ export type PokemonFamilyV0653FamilyFennekin = S<
2271
+ PokemonFamily<
2272
+ "V0653_FAMILY_FENNEKIN",
2273
+ {
2274
+ familyId: "FAMILY_FENNEKIN";
2275
+ }
2276
+ >
2277
+ >;
2278
+ export type PokemonFamilyV0656FamilyFroakie = S<
2279
+ PokemonFamily<
2280
+ "V0656_FAMILY_FROAKIE",
2281
+ {
2282
+ familyId: "FAMILY_FROAKIE";
2283
+ }
2284
+ >
2285
+ >;
2286
+ export type PokemonFamilyV0659FamilyBunnelby = S<
2287
+ PokemonFamily<
2288
+ "V0659_FAMILY_BUNNELBY",
2289
+ {
2290
+ familyId: "FAMILY_BUNNELBY";
2291
+ }
2292
+ >
2293
+ >;
2294
+ export type PokemonFamilyV0661FamilyFletchling = S<
2295
+ PokemonFamily<
2296
+ "V0661_FAMILY_FLETCHLING",
2297
+ {
2298
+ familyId: "FAMILY_FLETCHLING";
2299
+ }
2300
+ >
2301
+ >;
2302
+ export type PokemonFamilyV0664FamilyScatterbug = S<
2303
+ PokemonFamily<
2304
+ "V0664_FAMILY_SCATTERBUG",
2305
+ {
2306
+ familyId: "FAMILY_SCATTERBUG";
2307
+ }
2308
+ >
2309
+ >;
2310
+ export type PokemonFamilyV0667FamilyLitleo = S<
2311
+ PokemonFamily<
2312
+ "V0667_FAMILY_LITLEO",
2313
+ {
2314
+ familyId: "FAMILY_LITLEO";
2315
+ }
2316
+ >
2317
+ >;
2318
+ export type PokemonFamilyV0669FamilyFlabebe = S<
2319
+ PokemonFamily<
2320
+ "V0669_FAMILY_FLABEBE",
2321
+ {
2322
+ familyId: "FAMILY_FLABEBE";
2323
+ }
2324
+ >
2325
+ >;
2326
+ export type PokemonFamilyV0672FamilySkiddo = S<
2327
+ PokemonFamily<
2328
+ "V0672_FAMILY_SKIDDO",
2329
+ {
2330
+ familyId: "FAMILY_SKIDDO";
2331
+ }
2332
+ >
2333
+ >;
2334
+ export type PokemonFamilyV0674FamilyPancham = S<
2335
+ PokemonFamily<
2336
+ "V0674_FAMILY_PANCHAM",
2337
+ {
2338
+ familyId: "FAMILY_PANCHAM";
2339
+ }
2340
+ >
2341
+ >;
2342
+ export type PokemonFamilyV0676FamilyFurfrou = S<
2343
+ PokemonFamily<
2344
+ "V0676_FAMILY_FURFROU",
2345
+ {
2346
+ familyId: "FAMILY_FURFROU";
2347
+ }
2348
+ >
2349
+ >;
2350
+ export type PokemonFamilyV0677FamilyEspurr = S<
2351
+ PokemonFamily<
2352
+ "V0677_FAMILY_ESPURR",
2353
+ {
2354
+ familyId: "FAMILY_ESPURR";
2355
+ }
2356
+ >
2357
+ >;
2358
+ export type PokemonFamilyV0679FamilyHonedge = S<
2359
+ PokemonFamily<
2360
+ "V0679_FAMILY_HONEDGE",
2361
+ {
2362
+ familyId: "FAMILY_HONEDGE";
2363
+ }
2364
+ >
2365
+ >;
2366
+ export type PokemonFamilyV0682FamilySpritzee = S<
2367
+ PokemonFamily<
2368
+ "V0682_FAMILY_SPRITZEE",
2369
+ {
2370
+ familyId: "FAMILY_SPRITZEE";
2371
+ }
2372
+ >
2373
+ >;
2374
+ export type PokemonFamilyV0684FamilySwirlix = S<
2375
+ PokemonFamily<
2376
+ "V0684_FAMILY_SWIRLIX",
2377
+ {
2378
+ familyId: "FAMILY_SWIRLIX";
2379
+ }
2380
+ >
2381
+ >;
2382
+ export type PokemonFamilyV0688FamilyBinacle = S<
2383
+ PokemonFamily<
2384
+ "V0688_FAMILY_BINACLE",
2385
+ {
2386
+ familyId: "FAMILY_BINACLE";
2387
+ }
2388
+ >
2389
+ >;
2390
+ export type PokemonFamilyV0690FamilySkrelp = S<
2391
+ PokemonFamily<
2392
+ "V0690_FAMILY_SKRELP",
2393
+ {
2394
+ familyId: "FAMILY_SKRELP";
2395
+ }
2396
+ >
2397
+ >;
2398
+ export type PokemonFamilyV0692FamilyClauncher = S<
2399
+ PokemonFamily<
2400
+ "V0692_FAMILY_CLAUNCHER",
2401
+ {
2402
+ familyId: "FAMILY_CLAUNCHER";
2403
+ }
2404
+ >
2405
+ >;
2406
+ export type PokemonFamilyV0694FamilyHelioptile = S<
2407
+ PokemonFamily<
2408
+ "V0694_FAMILY_HELIOPTILE",
2409
+ {
2410
+ familyId: "FAMILY_HELIOPTILE";
2411
+ }
2412
+ >
2413
+ >;
2414
+ export type PokemonFamilyV0696FamilyTyrunt = S<
2415
+ PokemonFamily<
2416
+ "V0696_FAMILY_TYRUNT",
2417
+ {
2418
+ familyId: "FAMILY_TYRUNT";
2419
+ }
2420
+ >
2421
+ >;
2422
+ export type PokemonFamilyV0698FamilyAmaura = S<
2423
+ PokemonFamily<
2424
+ "V0698_FAMILY_AMAURA",
2425
+ {
2426
+ familyId: "FAMILY_AMAURA";
2427
+ }
2428
+ >
2429
+ >;
2430
+ export type PokemonFamilyV0701FamilyHawlucha = S<
2431
+ PokemonFamily<
2432
+ "V0701_FAMILY_HAWLUCHA",
2433
+ {
2434
+ familyId: "FAMILY_HAWLUCHA";
2435
+ }
2436
+ >
2437
+ >;
2438
+ export type PokemonFamilyV0702FamilyDedenne = S<
2439
+ PokemonFamily<
2440
+ "V0702_FAMILY_DEDENNE",
2441
+ {
2442
+ familyId: "FAMILY_DEDENNE";
2443
+ }
2444
+ >
2445
+ >;
2446
+ export type PokemonFamilyV0703FamilyCarbink = S<
2447
+ PokemonFamily<
2448
+ "V0703_FAMILY_CARBINK",
2449
+ {
2450
+ familyId: "FAMILY_CARBINK";
2451
+ }
2452
+ >
2453
+ >;
2454
+ export type PokemonFamilyV0704FamilyGoomy = S<
2455
+ PokemonFamily<
2456
+ "V0704_FAMILY_GOOMY",
2457
+ {
2458
+ familyId: "FAMILY_GOOMY";
2459
+ }
2460
+ >
2461
+ >;
2462
+ export type PokemonFamilyV0707FamilyKlefki = S<
2463
+ PokemonFamily<
2464
+ "V0707_FAMILY_KLEFKI",
2465
+ {
2466
+ familyId: "FAMILY_KLEFKI";
2467
+ }
2468
+ >
2469
+ >;
2470
+ export type PokemonFamilyV0708FamilyPhantump = S<
2471
+ PokemonFamily<
2472
+ "V0708_FAMILY_PHANTUMP",
2473
+ {
2474
+ familyId: "FAMILY_PHANTUMP";
2475
+ }
2476
+ >
2477
+ >;
2478
+ export type PokemonFamilyV0710FamilyPumpkaboo = S<
2479
+ PokemonFamily<
2480
+ "V0710_FAMILY_PUMPKABOO",
2481
+ {
2482
+ familyId: "FAMILY_PUMPKABOO";
2483
+ }
2484
+ >
2485
+ >;
2486
+ export type PokemonFamilyV0712FamilyBergmite = S<
2487
+ PokemonFamily<
2488
+ "V0712_FAMILY_BERGMITE",
2489
+ {
2490
+ familyId: "FAMILY_BERGMITE";
2491
+ }
2492
+ >
2493
+ >;
2494
+ export type PokemonFamilyV0714FamilyNoibat = S<
2495
+ PokemonFamily<
2496
+ "V0714_FAMILY_NOIBAT",
2497
+ {
2498
+ familyId: "FAMILY_NOIBAT";
2499
+ }
2500
+ >
2501
+ >;
2502
+ export type PokemonFamilyV0716FamilyXerneas = S<
2503
+ PokemonFamily<
2504
+ "V0716_FAMILY_XERNEAS",
2505
+ {
2506
+ familyId: "FAMILY_XERNEAS";
2507
+ }
2508
+ >
2509
+ >;
2510
+ export type PokemonFamilyV0717FamilyYveltal = S<
2511
+ PokemonFamily<
2512
+ "V0717_FAMILY_YVELTAL",
2513
+ {
2514
+ familyId: "FAMILY_YVELTAL";
2515
+ }
2516
+ >
2517
+ >;
2518
+ export type PokemonFamilyV0718FamilyZygarde = S<
2519
+ PokemonFamily<
2520
+ "V0718_FAMILY_ZYGARDE",
2521
+ {
2522
+ familyId: "FAMILY_ZYGARDE";
2523
+ }
2524
+ >
2525
+ >;
2526
+ export type PokemonFamilyV0720FamilyHoopa = S<
2527
+ PokemonFamily<
2528
+ "V0720_FAMILY_HOOPA",
2529
+ {
2530
+ familyId: "FAMILY_HOOPA";
2531
+ }
2532
+ >
2533
+ >;
2534
+ export type PokemonFamilyV0721FamilyVolcanion = S<
2535
+ PokemonFamily<
2536
+ "V0721_FAMILY_VOLCANION",
2537
+ {
2538
+ familyId: "FAMILY_VOLCANION";
2539
+ }
2540
+ >
2541
+ >;
2542
+ export type PokemonFamilyV0722FamilyRowlet = S<
2543
+ PokemonFamily<
2544
+ "V0722_FAMILY_ROWLET",
2545
+ {
2546
+ familyId: "FAMILY_ROWLET";
2547
+ }
2548
+ >
2549
+ >;
2550
+ export type PokemonFamilyV0725FamilyLitten = S<
2551
+ PokemonFamily<
2552
+ "V0725_FAMILY_LITTEN",
2553
+ {
2554
+ familyId: "FAMILY_LITTEN";
2555
+ }
2556
+ >
2557
+ >;
2558
+ export type PokemonFamilyV0728FamilyPopplio = S<
2559
+ PokemonFamily<
2560
+ "V0728_FAMILY_POPPLIO",
2561
+ {
2562
+ familyId: "FAMILY_POPPLIO";
2563
+ }
2564
+ >
2565
+ >;
2566
+ export type PokemonFamilyV0731FamilyPikipek = S<
2567
+ PokemonFamily<
2568
+ "V0731_FAMILY_PIKIPEK",
2569
+ {
2570
+ familyId: "FAMILY_PIKIPEK";
2571
+ }
2572
+ >
2573
+ >;
2574
+ export type PokemonFamilyV0734FamilyYungoos = S<
2575
+ PokemonFamily<
2576
+ "V0734_FAMILY_YUNGOOS",
2577
+ {
2578
+ familyId: "FAMILY_YUNGOOS";
2579
+ }
2580
+ >
2581
+ >;
2582
+ export type PokemonFamilyV0736FamilyGrubbin = S<
2583
+ PokemonFamily<
2584
+ "V0736_FAMILY_GRUBBIN",
2585
+ {
2586
+ familyId: "FAMILY_GRUBBIN";
2587
+ }
2588
+ >
2589
+ >;
2590
+ export type PokemonFamilyV0739FamilyCrabrawler = S<
2591
+ PokemonFamily<
2592
+ "V0739_FAMILY_CRABRAWLER",
2593
+ {
2594
+ familyId: "FAMILY_CRABRAWLER";
2595
+ }
2596
+ >
2597
+ >;
2598
+ export type PokemonFamilyV0741FamilyOricorio = S<
2599
+ PokemonFamily<
2600
+ "V0741_FAMILY_ORICORIO",
2601
+ {
2602
+ familyId: "FAMILY_ORICORIO";
2603
+ }
2604
+ >
2605
+ >;
2606
+ export type PokemonFamilyV0742FamilyCutiefly = S<
2607
+ PokemonFamily<
2608
+ "V0742_FAMILY_CUTIEFLY",
2609
+ {
2610
+ familyId: "FAMILY_CUTIEFLY";
2611
+ }
2612
+ >
2613
+ >;
2614
+ export type PokemonFamilyV0744FamilyRockruff = S<
2615
+ PokemonFamily<
2616
+ "V0744_FAMILY_ROCKRUFF",
2617
+ {
2618
+ familyId: "FAMILY_ROCKRUFF";
2619
+ }
2620
+ >
2621
+ >;
2622
+ export type PokemonFamilyV0746FamilyWishiwashi = S<
2623
+ PokemonFamily<
2624
+ "V0746_FAMILY_WISHIWASHI",
2625
+ {
2626
+ familyId: "FAMILY_WISHIWASHI";
2627
+ }
2628
+ >
2629
+ >;
2630
+ export type PokemonFamilyV0747FamilyMareanie = S<
2631
+ PokemonFamily<
2632
+ "V0747_FAMILY_MAREANIE",
2633
+ {
2634
+ familyId: "FAMILY_MAREANIE";
2635
+ }
2636
+ >
2637
+ >;
2638
+ export type PokemonFamilyV0749FamilyMudbray = S<
2639
+ PokemonFamily<
2640
+ "V0749_FAMILY_MUDBRAY",
2641
+ {
2642
+ familyId: "FAMILY_MUDBRAY";
2643
+ }
2644
+ >
2645
+ >;
2646
+ export type PokemonFamilyV0751FamilyDewpider = S<
2647
+ PokemonFamily<
2648
+ "V0751_FAMILY_DEWPIDER",
2649
+ {
2650
+ familyId: "FAMILY_DEWPIDER";
2651
+ }
2652
+ >
2653
+ >;
2654
+ export type PokemonFamilyV0753FamilyFomantis = S<
2655
+ PokemonFamily<
2656
+ "V0753_FAMILY_FOMANTIS",
2657
+ {
2658
+ familyId: "FAMILY_FOMANTIS";
2659
+ }
2660
+ >
2661
+ >;
2662
+ export type PokemonFamilyV0755FamilyMorelull = S<
2663
+ PokemonFamily<
2664
+ "V0755_FAMILY_MORELULL",
2665
+ {
2666
+ familyId: "FAMILY_MORELULL";
2667
+ }
2668
+ >
2669
+ >;
2670
+ export type PokemonFamilyV0757FamilySalandit = S<
2671
+ PokemonFamily<
2672
+ "V0757_FAMILY_SALANDIT",
2673
+ {
2674
+ familyId: "FAMILY_SALANDIT";
2675
+ }
2676
+ >
2677
+ >;
2678
+ export type PokemonFamilyV0759FamilyStufful = S<
2679
+ PokemonFamily<
2680
+ "V0759_FAMILY_STUFFUL",
2681
+ {
2682
+ familyId: "FAMILY_STUFFUL";
2683
+ }
2684
+ >
2685
+ >;
2686
+ export type PokemonFamilyV0761FamilyBounsweet = S<
2687
+ PokemonFamily<
2688
+ "V0761_FAMILY_BOUNSWEET",
2689
+ {
2690
+ familyId: "FAMILY_BOUNSWEET";
2691
+ }
2692
+ >
2693
+ >;
2694
+ export type PokemonFamilyV0764FamilyComfey = S<
2695
+ PokemonFamily<
2696
+ "V0764_FAMILY_COMFEY",
2697
+ {
2698
+ familyId: "FAMILY_COMFEY";
2699
+ }
2700
+ >
2701
+ >;
2702
+ export type PokemonFamilyV0765FamilyOranguru = S<
2703
+ PokemonFamily<
2704
+ "V0765_FAMILY_ORANGURU",
2705
+ {
2706
+ familyId: "FAMILY_ORANGURU";
2707
+ }
2708
+ >
2709
+ >;
2710
+ export type PokemonFamilyV0766FamilyPassimian = S<
2711
+ PokemonFamily<
2712
+ "V0766_FAMILY_PASSIMIAN",
2713
+ {
2714
+ familyId: "FAMILY_PASSIMIAN";
2715
+ }
2716
+ >
2717
+ >;
2718
+ export type PokemonFamilyV0767FamilyWimpod = S<
2719
+ PokemonFamily<
2720
+ "V0767_FAMILY_WIMPOD",
2721
+ {
2722
+ familyId: "FAMILY_WIMPOD";
2723
+ }
2724
+ >
2725
+ >;
2726
+ export type PokemonFamilyV0769FamilySandygast = S<
2727
+ PokemonFamily<
2728
+ "V0769_FAMILY_SANDYGAST",
2729
+ {
2730
+ familyId: "FAMILY_SANDYGAST";
2731
+ }
2732
+ >
2733
+ >;
2734
+ export type PokemonFamilyV0771FamilyPyukumuku = S<
2735
+ PokemonFamily<
2736
+ "V0771_FAMILY_PYUKUMUKU",
2737
+ {
2738
+ familyId: "FAMILY_PYUKUMUKU";
2739
+ }
2740
+ >
2741
+ >;
2742
+ export type PokemonFamilyV0772FamilyTypeNull = S<
2743
+ PokemonFamily<
2744
+ "V0772_FAMILY_TYPE_NULL",
2745
+ {
2746
+ familyId: "FAMILY_TYPE_NULL";
2747
+ }
2748
+ >
2749
+ >;
2750
+ export type PokemonFamilyV0774FamilyMinior = S<
2751
+ PokemonFamily<
2752
+ "V0774_FAMILY_MINIOR",
2753
+ {
2754
+ familyId: "FAMILY_MINIOR";
2755
+ }
2756
+ >
2757
+ >;
2758
+ export type PokemonFamilyV0775FamilyKomala = S<
2759
+ PokemonFamily<
2760
+ "V0775_FAMILY_KOMALA",
2761
+ {
2762
+ familyId: "FAMILY_KOMALA";
2763
+ }
2764
+ >
2765
+ >;
2766
+ export type PokemonFamilyV0776FamilyTurtonator = S<
2767
+ PokemonFamily<
2768
+ "V0776_FAMILY_TURTONATOR",
2769
+ {
2770
+ familyId: "FAMILY_TURTONATOR";
2771
+ }
2772
+ >
2773
+ >;
2774
+ export type PokemonFamilyV0777FamilyTogedemaru = S<
2775
+ PokemonFamily<
2776
+ "V0777_FAMILY_TOGEDEMARU",
2777
+ {
2778
+ familyId: "FAMILY_TOGEDEMARU";
2779
+ }
2780
+ >
2781
+ >;
2782
+ export type PokemonFamilyV0778FamilyMimikyu = S<
2783
+ PokemonFamily<
2784
+ "V0778_FAMILY_MIMIKYU",
2785
+ {
2786
+ familyId: "FAMILY_MIMIKYU";
2787
+ }
2788
+ >
2789
+ >;
2790
+ export type PokemonFamilyV0779FamilyBruxish = S<
2791
+ PokemonFamily<
2792
+ "V0779_FAMILY_BRUXISH",
2793
+ {
2794
+ familyId: "FAMILY_BRUXISH";
2795
+ }
2796
+ >
2797
+ >;
2798
+ export type PokemonFamilyV0780FamilyDrampa = S<
2799
+ PokemonFamily<
2800
+ "V0780_FAMILY_DRAMPA",
2801
+ {
2802
+ familyId: "FAMILY_DRAMPA";
2803
+ }
2804
+ >
2805
+ >;
2806
+ export type PokemonFamilyV0781FamilyDhelmise = S<
2807
+ PokemonFamily<
2808
+ "V0781_FAMILY_DHELMISE",
2809
+ {
2810
+ familyId: "FAMILY_DHELMISE";
2811
+ }
2812
+ >
2813
+ >;
2814
+ export type PokemonFamilyV0782FamilyJangmoO = S<
2815
+ PokemonFamily<
2816
+ "V0782_FAMILY_JANGMO_O",
2817
+ {
2818
+ familyId: "FAMILY_JANGMO_O";
2819
+ }
2820
+ >
2821
+ >;
2822
+ export type PokemonFamilyV0785FamilyTapuKoko = S<
2823
+ PokemonFamily<
2824
+ "V0785_FAMILY_TAPU_KOKO",
2825
+ {
2826
+ familyId: "FAMILY_TAPU_KOKO";
2827
+ }
2828
+ >
2829
+ >;
2830
+ export type PokemonFamilyV0786FamilyTapuLele = S<
2831
+ PokemonFamily<
2832
+ "V0786_FAMILY_TAPU_LELE",
2833
+ {
2834
+ familyId: "FAMILY_TAPU_LELE";
2835
+ }
2836
+ >
2837
+ >;
2838
+ export type PokemonFamilyV0787FamilyTapuBulu = S<
2839
+ PokemonFamily<
2840
+ "V0787_FAMILY_TAPU_BULU",
2841
+ {
2842
+ familyId: "FAMILY_TAPU_BULU";
2843
+ }
2844
+ >
2845
+ >;
2846
+ export type PokemonFamilyV0788FamilyTapuFini = S<
2847
+ PokemonFamily<
2848
+ "V0788_FAMILY_TAPU_FINI",
2849
+ {
2850
+ familyId: "FAMILY_TAPU_FINI";
2851
+ }
2852
+ >
2853
+ >;
2854
+ export type PokemonFamilyV0789FamilyCosmog = S<
2855
+ PokemonFamily<
2856
+ "V0789_FAMILY_COSMOG",
2857
+ {
2858
+ familyId: "FAMILY_COSMOG";
2859
+ }
2860
+ >
2861
+ >;
2862
+ export type PokemonFamilyV0793FamilyNihilego = S<
2863
+ PokemonFamily<
2864
+ "V0793_FAMILY_NIHILEGO",
2865
+ {
2866
+ familyId: "FAMILY_NIHILEGO";
2867
+ }
2868
+ >
2869
+ >;
2870
+ export type PokemonFamilyV0794FamilyBuzzwole = S<
2871
+ PokemonFamily<
2872
+ "V0794_FAMILY_BUZZWOLE",
2873
+ {
2874
+ familyId: "FAMILY_BUZZWOLE";
2875
+ }
2876
+ >
2877
+ >;
2878
+ export type PokemonFamilyV0795FamilyPheromosa = S<
2879
+ PokemonFamily<
2880
+ "V0795_FAMILY_PHEROMOSA",
2881
+ {
2882
+ familyId: "FAMILY_PHEROMOSA";
2883
+ }
2884
+ >
2885
+ >;
2886
+ export type PokemonFamilyV0796FamilyXurkitree = S<
2887
+ PokemonFamily<
2888
+ "V0796_FAMILY_XURKITREE",
2889
+ {
2890
+ familyId: "FAMILY_XURKITREE";
2891
+ }
2892
+ >
2893
+ >;
2894
+ export type PokemonFamilyV0797FamilyCelesteela = S<
2895
+ PokemonFamily<
2896
+ "V0797_FAMILY_CELESTEELA",
2897
+ {
2898
+ familyId: "FAMILY_CELESTEELA";
2899
+ }
2900
+ >
2901
+ >;
2902
+ export type PokemonFamilyV0798FamilyKartana = S<
2903
+ PokemonFamily<
2904
+ "V0798_FAMILY_KARTANA",
2905
+ {
2906
+ familyId: "FAMILY_KARTANA";
2907
+ }
2908
+ >
2909
+ >;
2910
+ export type PokemonFamilyV0799FamilyGuzzlord = S<
2911
+ PokemonFamily<
2912
+ "V0799_FAMILY_GUZZLORD",
2913
+ {
2914
+ familyId: "FAMILY_GUZZLORD";
2915
+ }
2916
+ >
2917
+ >;
2918
+ export type PokemonFamilyV0800FamilyNecrozma = S<
2919
+ PokemonFamily<
2920
+ "V0800_FAMILY_NECROZMA",
2921
+ {
2922
+ familyId: "FAMILY_NECROZMA";
2923
+ }
2924
+ >
2925
+ >;
2926
+ export type PokemonFamilyV0801FamilyMagearna = S<
2927
+ PokemonFamily<
2928
+ "V0801_FAMILY_MAGEARNA",
2929
+ {
2930
+ familyId: "FAMILY_MAGEARNA";
2931
+ }
2932
+ >
2933
+ >;
2934
+ export type PokemonFamilyV0802FamilyMarshadow = S<
2935
+ PokemonFamily<
2936
+ "V0802_FAMILY_MARSHADOW",
2937
+ {
2938
+ familyId: "FAMILY_MARSHADOW";
2939
+ }
2940
+ >
2941
+ >;
2942
+ export type PokemonFamilyV0803FamilyPoipole = S<
2943
+ PokemonFamily<
2944
+ "V0803_FAMILY_POIPOLE",
2945
+ {
2946
+ familyId: "FAMILY_POIPOLE";
2947
+ }
2948
+ >
2949
+ >;
2950
+ export type PokemonFamilyV0805FamilyStakataka = S<
2951
+ PokemonFamily<
2952
+ "V0805_FAMILY_STAKATAKA",
2953
+ {
2954
+ familyId: "FAMILY_STAKATAKA";
2955
+ }
2956
+ >
2957
+ >;
2958
+ export type PokemonFamilyV0806FamilyBlacephalon = S<
2959
+ PokemonFamily<
2960
+ "V0806_FAMILY_BLACEPHALON",
2961
+ {
2962
+ familyId: "FAMILY_BLACEPHALON";
2963
+ }
2964
+ >
2965
+ >;
2966
+ export type PokemonFamilyV0807FamilyZeraora = S<
2967
+ PokemonFamily<
2968
+ "V0807_FAMILY_ZERAORA",
2969
+ {
2970
+ familyId: "FAMILY_ZERAORA";
2971
+ }
2972
+ >
2973
+ >;
2974
+ export type PokemonFamilyV0808FamilyMeltan = S<
2975
+ PokemonFamily<
2976
+ "V0808_FAMILY_MELTAN",
2977
+ {
2978
+ familyId: "FAMILY_MELTAN";
2979
+ }
2980
+ >
2981
+ >;
2982
+ export type PokemonFamilyV0810FamilyGrookey = S<
2983
+ PokemonFamily<
2984
+ "V0810_FAMILY_GROOKEY",
2985
+ {
2986
+ familyId: "FAMILY_GROOKEY";
2987
+ }
2988
+ >
2989
+ >;
2990
+ export type PokemonFamilyV0813FamilyScorbunny = S<
2991
+ PokemonFamily<
2992
+ "V0813_FAMILY_SCORBUNNY",
2993
+ {
2994
+ familyId: "FAMILY_SCORBUNNY";
2995
+ }
2996
+ >
2997
+ >;
2998
+ export type PokemonFamilyV0816FamilySobble = S<
2999
+ PokemonFamily<
3000
+ "V0816_FAMILY_SOBBLE",
3001
+ {
3002
+ familyId: "FAMILY_SOBBLE";
3003
+ }
3004
+ >
3005
+ >;
3006
+ export type PokemonFamilyV0819FamilySkwovet = S<
3007
+ PokemonFamily<
3008
+ "V0819_FAMILY_SKWOVET",
3009
+ {
3010
+ familyId: "FAMILY_SKWOVET";
3011
+ }
3012
+ >
3013
+ >;
3014
+ export type PokemonFamilyV0821FamilyRookidee = S<
3015
+ PokemonFamily<
3016
+ "V0821_FAMILY_ROOKIDEE",
3017
+ {
3018
+ familyId: "FAMILY_ROOKIDEE";
3019
+ }
3020
+ >
3021
+ >;
3022
+ export type PokemonFamilyV0824FamilyBlipbug = S<
3023
+ PokemonFamily<
3024
+ "V0824_FAMILY_BLIPBUG",
3025
+ {
3026
+ familyId: "FAMILY_BLIPBUG";
3027
+ }
3028
+ >
3029
+ >;
3030
+ export type PokemonFamilyV0827FamilyNickit = S<
3031
+ PokemonFamily<
3032
+ "V0827_FAMILY_NICKIT",
3033
+ {
3034
+ familyId: "FAMILY_NICKIT";
3035
+ }
3036
+ >
3037
+ >;
3038
+ export type PokemonFamilyV0829FamilyGossifleur = S<
3039
+ PokemonFamily<
3040
+ "V0829_FAMILY_GOSSIFLEUR",
3041
+ {
3042
+ familyId: "FAMILY_GOSSIFLEUR";
3043
+ }
3044
+ >
3045
+ >;
3046
+ export type PokemonFamilyV0831FamilyWooloo = S<
3047
+ PokemonFamily<
3048
+ "V0831_FAMILY_WOOLOO",
3049
+ {
3050
+ familyId: "FAMILY_WOOLOO";
3051
+ }
3052
+ >
3053
+ >;
3054
+ export type PokemonFamilyV0833FamilyChewtle = S<
3055
+ PokemonFamily<
3056
+ "V0833_FAMILY_CHEWTLE",
3057
+ {
3058
+ familyId: "FAMILY_CHEWTLE";
3059
+ }
3060
+ >
3061
+ >;
3062
+ export type PokemonFamilyV0835FamilyYamper = S<
3063
+ PokemonFamily<
3064
+ "V0835_FAMILY_YAMPER",
3065
+ {
3066
+ familyId: "FAMILY_YAMPER";
3067
+ }
3068
+ >
3069
+ >;
3070
+ export type PokemonFamilyV0837FamilyRolycoly = S<
3071
+ PokemonFamily<
3072
+ "V0837_FAMILY_ROLYCOLY",
3073
+ {
3074
+ familyId: "FAMILY_ROLYCOLY";
3075
+ }
3076
+ >
3077
+ >;
3078
+ export type PokemonFamilyV0840FamilyApplin = S<
3079
+ PokemonFamily<
3080
+ "V0840_FAMILY_APPLIN",
3081
+ {
3082
+ familyId: "FAMILY_APPLIN";
3083
+ }
3084
+ >
3085
+ >;
3086
+ export type PokemonFamilyV0843FamilySilicobra = S<
3087
+ PokemonFamily<
3088
+ "V0843_FAMILY_SILICOBRA",
3089
+ {
3090
+ familyId: "FAMILY_SILICOBRA";
3091
+ }
3092
+ >
3093
+ >;
3094
+ export type PokemonFamilyV0845FamilyCramorant = S<
3095
+ PokemonFamily<
3096
+ "V0845_FAMILY_CRAMORANT",
3097
+ {
3098
+ familyId: "FAMILY_CRAMORANT";
3099
+ }
3100
+ >
3101
+ >;
3102
+ export type PokemonFamilyV0846FamilyArrokuda = S<
3103
+ PokemonFamily<
3104
+ "V0846_FAMILY_ARROKUDA",
3105
+ {
3106
+ familyId: "FAMILY_ARROKUDA";
3107
+ }
3108
+ >
3109
+ >;
3110
+ export type PokemonFamilyV0848FamilyToxel = S<
3111
+ PokemonFamily<
3112
+ "V0848_FAMILY_TOXEL",
3113
+ {
3114
+ familyId: "FAMILY_TOXEL";
3115
+ }
3116
+ >
3117
+ >;
3118
+ export type PokemonFamilyV0850FamilySizzlipede = S<
3119
+ PokemonFamily<
3120
+ "V0850_FAMILY_SIZZLIPEDE",
3121
+ {
3122
+ familyId: "FAMILY_SIZZLIPEDE";
3123
+ }
3124
+ >
3125
+ >;
3126
+ export type PokemonFamilyV0852FamilyClobbopus = S<
3127
+ PokemonFamily<
3128
+ "V0852_FAMILY_CLOBBOPUS",
3129
+ {
3130
+ familyId: "FAMILY_CLOBBOPUS";
3131
+ }
3132
+ >
3133
+ >;
3134
+ export type PokemonFamilyV0854FamilySinistea = S<
3135
+ PokemonFamily<
3136
+ "V0854_FAMILY_SINISTEA",
3137
+ {
3138
+ familyId: "FAMILY_SINISTEA";
3139
+ }
3140
+ >
3141
+ >;
3142
+ export type PokemonFamilyV0856FamilyHatenna = S<
3143
+ PokemonFamily<
3144
+ "V0856_FAMILY_HATENNA",
3145
+ {
3146
+ familyId: "FAMILY_HATENNA";
3147
+ }
3148
+ >
3149
+ >;
3150
+ export type PokemonFamilyV0859FamilyImpidimp = S<
3151
+ PokemonFamily<
3152
+ "V0859_FAMILY_IMPIDIMP",
3153
+ {
3154
+ familyId: "FAMILY_IMPIDIMP";
3155
+ }
3156
+ >
3157
+ >;
3158
+ export type PokemonFamilyV0868FamilyMilcery = S<
3159
+ PokemonFamily<
3160
+ "V0868_FAMILY_MILCERY",
3161
+ {
3162
+ familyId: "FAMILY_MILCERY";
3163
+ }
3164
+ >
3165
+ >;
3166
+ export type PokemonFamilyV0870FamilyFalinks = S<
3167
+ PokemonFamily<
3168
+ "V0870_FAMILY_FALINKS",
3169
+ {
3170
+ familyId: "FAMILY_FALINKS";
3171
+ }
3172
+ >
3173
+ >;
3174
+ export type PokemonFamilyV0871FamilyPincurchin = S<
3175
+ PokemonFamily<
3176
+ "V0871_FAMILY_PINCURCHIN",
3177
+ {
3178
+ familyId: "FAMILY_PINCURCHIN";
3179
+ }
3180
+ >
3181
+ >;
3182
+ export type PokemonFamilyV0872FamilySnom = S<
3183
+ PokemonFamily<
3184
+ "V0872_FAMILY_SNOM",
3185
+ {
3186
+ familyId: "FAMILY_SNOM";
3187
+ }
3188
+ >
3189
+ >;
3190
+ export type PokemonFamilyV0874FamilyStonjourner = S<
3191
+ PokemonFamily<
3192
+ "V0874_FAMILY_STONJOURNER",
3193
+ {
3194
+ familyId: "FAMILY_STONJOURNER";
3195
+ }
3196
+ >
3197
+ >;
3198
+ export type PokemonFamilyV0875FamilyEiscue = S<
3199
+ PokemonFamily<
3200
+ "V0875_FAMILY_EISCUE",
3201
+ {
3202
+ familyId: "FAMILY_EISCUE";
3203
+ }
3204
+ >
3205
+ >;
3206
+ export type PokemonFamilyV0876FamilyIndeedee = S<
3207
+ PokemonFamily<
3208
+ "V0876_FAMILY_INDEEDEE",
3209
+ {
3210
+ familyId: "FAMILY_INDEEDEE";
3211
+ }
3212
+ >
3213
+ >;
3214
+ export type PokemonFamilyV0877FamilyMorpeko = S<
3215
+ PokemonFamily<
3216
+ "V0877_FAMILY_MORPEKO",
3217
+ {
3218
+ familyId: "FAMILY_MORPEKO";
3219
+ }
3220
+ >
3221
+ >;
3222
+ export type PokemonFamilyV0878FamilyCufant = S<
3223
+ PokemonFamily<
3224
+ "V0878_FAMILY_CUFANT",
3225
+ {
3226
+ familyId: "FAMILY_CUFANT";
3227
+ }
3228
+ >
3229
+ >;
3230
+ export type PokemonFamilyV0880FamilyDracozolt = S<
3231
+ PokemonFamily<
3232
+ "V0880_FAMILY_DRACOZOLT",
3233
+ {
3234
+ familyId: "FAMILY_DRACOZOLT";
3235
+ }
3236
+ >
3237
+ >;
3238
+ export type PokemonFamilyV0881FamilyArctozolt = S<
3239
+ PokemonFamily<
3240
+ "V0881_FAMILY_ARCTOZOLT",
3241
+ {
3242
+ familyId: "FAMILY_ARCTOZOLT";
3243
+ }
3244
+ >
3245
+ >;
3246
+ export type PokemonFamilyV0882FamilyDracovish = S<
3247
+ PokemonFamily<
3248
+ "V0882_FAMILY_DRACOVISH",
3249
+ {
3250
+ familyId: "FAMILY_DRACOVISH";
3251
+ }
3252
+ >
3253
+ >;
3254
+ export type PokemonFamilyV0883FamilyArctovish = S<
3255
+ PokemonFamily<
3256
+ "V0883_FAMILY_ARCTOVISH",
3257
+ {
3258
+ familyId: "FAMILY_ARCTOVISH";
3259
+ }
3260
+ >
3261
+ >;
3262
+ export type PokemonFamilyV0884FamilyDuraludon = S<
3263
+ PokemonFamily<
3264
+ "V0884_FAMILY_DURALUDON",
3265
+ {
3266
+ familyId: "FAMILY_DURALUDON";
3267
+ }
3268
+ >
3269
+ >;
3270
+ export type PokemonFamilyV0885FamilyDreepy = S<
3271
+ PokemonFamily<
3272
+ "V0885_FAMILY_DREEPY",
3273
+ {
3274
+ familyId: "FAMILY_DREEPY";
3275
+ }
3276
+ >
3277
+ >;
3278
+ export type PokemonFamilyV0888FamilyZacian = S<
3279
+ PokemonFamily<
3280
+ "V0888_FAMILY_ZACIAN",
3281
+ {
3282
+ familyId: "FAMILY_ZACIAN";
3283
+ }
3284
+ >
3285
+ >;
3286
+ export type PokemonFamilyV0889FamilyZamazenta = S<
3287
+ PokemonFamily<
3288
+ "V0889_FAMILY_ZAMAZENTA",
3289
+ {
3290
+ familyId: "FAMILY_ZAMAZENTA";
3291
+ }
3292
+ >
3293
+ >;
3294
+ export type PokemonFamilyV0890FamilyEternatus = S<
3295
+ PokemonFamily<
3296
+ "V0890_FAMILY_ETERNATUS",
3297
+ {
3298
+ familyId: "FAMILY_ETERNATUS";
3299
+ }
3300
+ >
3301
+ >;
3302
+ export type PokemonFamilyV0891FamilyKubfu = S<
3303
+ PokemonFamily<
3304
+ "V0891_FAMILY_KUBFU",
3305
+ {
3306
+ familyId: "FAMILY_KUBFU";
3307
+ }
3308
+ >
3309
+ >;
3310
+ export type PokemonFamilyV0893FamilyZarude = S<
3311
+ PokemonFamily<
3312
+ "V0893_FAMILY_ZARUDE",
3313
+ {
3314
+ familyId: "FAMILY_ZARUDE";
3315
+ }
3316
+ >
3317
+ >;
3318
+ export type PokemonFamilyV0894FamilyRegieleki = S<
3319
+ PokemonFamily<
3320
+ "V0894_FAMILY_REGIELEKI",
3321
+ {
3322
+ familyId: "FAMILY_REGIELEKI";
3323
+ }
3324
+ >
3325
+ >;
3326
+ export type PokemonFamilyV0895FamilyRegidrago = S<
3327
+ PokemonFamily<
3328
+ "V0895_FAMILY_REGIDRAGO",
3329
+ {
3330
+ familyId: "FAMILY_REGIDRAGO";
3331
+ }
3332
+ >
3333
+ >;
3334
+ export type PokemonFamilyV0896FamilyGlastrier = S<
3335
+ PokemonFamily<
3336
+ "V0896_FAMILY_GLASTRIER",
3337
+ {
3338
+ familyId: "FAMILY_GLASTRIER";
3339
+ }
3340
+ >
3341
+ >;
3342
+ export type PokemonFamilyV0897FamilySpectrier = S<
3343
+ PokemonFamily<
3344
+ "V0897_FAMILY_SPECTRIER",
3345
+ {
3346
+ familyId: "FAMILY_SPECTRIER";
3347
+ }
3348
+ >
3349
+ >;
3350
+ export type PokemonFamilyV0898FamilyCalyrex = S<
3351
+ PokemonFamily<
3352
+ "V0898_FAMILY_CALYREX",
3353
+ {
3354
+ familyId: "FAMILY_CALYREX";
3355
+ }
3356
+ >
3357
+ >;
3358
+ export type PokemonFamilyV0905FamilyEnamorus = S<
3359
+ PokemonFamily<
3360
+ "V0905_FAMILY_ENAMORUS",
3361
+ {
3362
+ familyId: "FAMILY_ENAMORUS";
3363
+ }
3364
+ >
3365
+ >;
3366
+ export type PokemonFamilyV0906FamilySprigatito = S<
3367
+ PokemonFamily<
3368
+ "V0906_FAMILY_SPRIGATITO",
3369
+ {
3370
+ familyId: "FAMILY_SPRIGATITO";
3371
+ }
3372
+ >
3373
+ >;
3374
+ export type PokemonFamilyV0909FamilyFuecoco = S<
3375
+ PokemonFamily<
3376
+ "V0909_FAMILY_FUECOCO",
3377
+ {
3378
+ familyId: "FAMILY_FUECOCO";
3379
+ }
3380
+ >
3381
+ >;
3382
+ export type PokemonFamilyV0912FamilyQuaxly = S<
3383
+ PokemonFamily<
3384
+ "V0912_FAMILY_QUAXLY",
3385
+ {
3386
+ familyId: "FAMILY_QUAXLY";
3387
+ }
3388
+ >
3389
+ >;
3390
+ export type PokemonFamilyV0915FamilyLechonk = S<
3391
+ PokemonFamily<
3392
+ "V0915_FAMILY_LECHONK",
3393
+ {
3394
+ familyId: "FAMILY_LECHONK";
3395
+ }
3396
+ >
3397
+ >;
3398
+ export type PokemonFamilyV0917FamilyTarountula = S<
3399
+ PokemonFamily<
3400
+ "V0917_FAMILY_TAROUNTULA",
3401
+ {
3402
+ familyId: "FAMILY_TAROUNTULA";
3403
+ }
3404
+ >
3405
+ >;
3406
+ export type PokemonFamilyV0919FamilyNymble = S<
3407
+ PokemonFamily<
3408
+ "V0919_FAMILY_NYMBLE",
3409
+ {
3410
+ familyId: "FAMILY_NYMBLE";
3411
+ }
3412
+ >
3413
+ >;
3414
+ export type PokemonFamilyV0921FamilyPawmi = S<
3415
+ PokemonFamily<
3416
+ "V0921_FAMILY_PAWMI",
3417
+ {
3418
+ familyId: "FAMILY_PAWMI";
3419
+ }
3420
+ >
3421
+ >;
3422
+ export type PokemonFamilyV0924FamilyTandemaus = S<
3423
+ PokemonFamily<
3424
+ "V0924_FAMILY_TANDEMAUS",
3425
+ {
3426
+ familyId: "FAMILY_TANDEMAUS";
3427
+ }
3428
+ >
3429
+ >;
3430
+ export type PokemonFamilyV0926FamilyFidough = S<
3431
+ PokemonFamily<
3432
+ "V0926_FAMILY_FIDOUGH",
3433
+ {
3434
+ familyId: "FAMILY_FIDOUGH";
3435
+ }
3436
+ >
3437
+ >;
3438
+ export type PokemonFamilyV0928FamilySmoliv = S<
3439
+ PokemonFamily<
3440
+ "V0928_FAMILY_SMOLIV",
3441
+ {
3442
+ familyId: "FAMILY_SMOLIV";
3443
+ }
3444
+ >
3445
+ >;
3446
+ export type PokemonFamilyV0931FamilySquawkabilly = S<
3447
+ PokemonFamily<
3448
+ "V0931_FAMILY_SQUAWKABILLY",
3449
+ {
3450
+ familyId: "FAMILY_SQUAWKABILLY";
3451
+ }
3452
+ >
3453
+ >;
3454
+ export type PokemonFamilyV0932FamilyNacli = S<
3455
+ PokemonFamily<
3456
+ "V0932_FAMILY_NACLI",
3457
+ {
3458
+ familyId: "FAMILY_NACLI";
3459
+ }
3460
+ >
3461
+ >;
3462
+ export type PokemonFamilyV0935FamilyCharcadet = S<
3463
+ PokemonFamily<
3464
+ "V0935_FAMILY_CHARCADET",
3465
+ {
3466
+ familyId: "FAMILY_CHARCADET";
3467
+ }
3468
+ >
3469
+ >;
3470
+ export type PokemonFamilyV0938FamilyTadbulb = S<
3471
+ PokemonFamily<
3472
+ "V0938_FAMILY_TADBULB",
3473
+ {
3474
+ familyId: "FAMILY_TADBULB";
3475
+ }
3476
+ >
3477
+ >;
3478
+ export type PokemonFamilyV0940FamilyWattrel = S<
3479
+ PokemonFamily<
3480
+ "V0940_FAMILY_WATTREL",
3481
+ {
3482
+ familyId: "FAMILY_WATTREL";
3483
+ }
3484
+ >
3485
+ >;
3486
+ export type PokemonFamilyV0942FamilyMaschiff = S<
3487
+ PokemonFamily<
3488
+ "V0942_FAMILY_MASCHIFF",
3489
+ {
3490
+ familyId: "FAMILY_MASCHIFF";
3491
+ }
3492
+ >
3493
+ >;
3494
+ export type PokemonFamilyV0944FamilyShroodle = S<
3495
+ PokemonFamily<
3496
+ "V0944_FAMILY_SHROODLE",
3497
+ {
3498
+ familyId: "FAMILY_SHROODLE";
3499
+ }
3500
+ >
3501
+ >;
3502
+ export type PokemonFamilyV0946FamilyBramblin = S<
3503
+ PokemonFamily<
3504
+ "V0946_FAMILY_BRAMBLIN",
3505
+ {
3506
+ familyId: "FAMILY_BRAMBLIN";
3507
+ }
3508
+ >
3509
+ >;
3510
+ export type PokemonFamilyV0948FamilyToedscool = S<
3511
+ PokemonFamily<
3512
+ "V0948_FAMILY_TOEDSCOOL",
3513
+ {
3514
+ familyId: "FAMILY_TOEDSCOOL";
3515
+ }
3516
+ >
3517
+ >;
3518
+ export type PokemonFamilyV0950FamilyKlawf = S<
3519
+ PokemonFamily<
3520
+ "V0950_FAMILY_KLAWF",
3521
+ {
3522
+ familyId: "FAMILY_KLAWF";
3523
+ }
3524
+ >
3525
+ >;
3526
+ export type PokemonFamilyV0951FamilyCapsakid = S<
3527
+ PokemonFamily<
3528
+ "V0951_FAMILY_CAPSAKID",
3529
+ {
3530
+ familyId: "FAMILY_CAPSAKID";
3531
+ }
3532
+ >
3533
+ >;
3534
+ export type PokemonFamilyV0953FamilyRellor = S<
3535
+ PokemonFamily<
3536
+ "V0953_FAMILY_RELLOR",
3537
+ {
3538
+ familyId: "FAMILY_RELLOR";
3539
+ }
3540
+ >
3541
+ >;
3542
+ export type PokemonFamilyV0955FamilyFlittle = S<
3543
+ PokemonFamily<
3544
+ "V0955_FAMILY_FLITTLE",
3545
+ {
3546
+ familyId: "FAMILY_FLITTLE";
3547
+ }
3548
+ >
3549
+ >;
3550
+ export type PokemonFamilyV0957FamilyTinkatink = S<
3551
+ PokemonFamily<
3552
+ "V0957_FAMILY_TINKATINK",
3553
+ {
3554
+ familyId: "FAMILY_TINKATINK";
3555
+ }
3556
+ >
3557
+ >;
3558
+ export type PokemonFamilyV0960FamilyWiglett = S<
3559
+ PokemonFamily<
3560
+ "V0960_FAMILY_WIGLETT",
3561
+ {
3562
+ familyId: "FAMILY_WIGLETT";
3563
+ }
3564
+ >
3565
+ >;
3566
+ export type PokemonFamilyV0962FamilyBombirdier = S<
3567
+ PokemonFamily<
3568
+ "V0962_FAMILY_BOMBIRDIER",
3569
+ {
3570
+ familyId: "FAMILY_BOMBIRDIER";
3571
+ }
3572
+ >
3573
+ >;
3574
+ export type PokemonFamilyV0963FamilyFinizen = S<
3575
+ PokemonFamily<
3576
+ "V0963_FAMILY_FINIZEN",
3577
+ {
3578
+ familyId: "FAMILY_FINIZEN";
3579
+ }
3580
+ >
3581
+ >;
3582
+ export type PokemonFamilyV0965FamilyVaroom = S<
3583
+ PokemonFamily<
3584
+ "V0965_FAMILY_VAROOM",
3585
+ {
3586
+ familyId: "FAMILY_VAROOM";
3587
+ }
3588
+ >
3589
+ >;
3590
+ export type PokemonFamilyV0967FamilyCyclizar = S<
3591
+ PokemonFamily<
3592
+ "V0967_FAMILY_CYCLIZAR",
3593
+ {
3594
+ familyId: "FAMILY_CYCLIZAR";
3595
+ }
3596
+ >
3597
+ >;
3598
+ export type PokemonFamilyV0968FamilyOrthworm = S<
3599
+ PokemonFamily<
3600
+ "V0968_FAMILY_ORTHWORM",
3601
+ {
3602
+ familyId: "FAMILY_ORTHWORM";
3603
+ }
3604
+ >
3605
+ >;
3606
+ export type PokemonFamilyV0969FamilyGlimmet = S<
3607
+ PokemonFamily<
3608
+ "V0969_FAMILY_GLIMMET",
3609
+ {
3610
+ familyId: "FAMILY_GLIMMET";
3611
+ }
3612
+ >
3613
+ >;
3614
+ export type PokemonFamilyV0971FamilyGreavard = S<
3615
+ PokemonFamily<
3616
+ "V0971_FAMILY_GREAVARD",
3617
+ {
3618
+ familyId: "FAMILY_GREAVARD";
3619
+ }
3620
+ >
3621
+ >;
3622
+ export type PokemonFamilyV0973FamilyFlamigo = S<
3623
+ PokemonFamily<
3624
+ "V0973_FAMILY_FLAMIGO",
3625
+ {
3626
+ familyId: "FAMILY_FLAMIGO";
3627
+ }
3628
+ >
3629
+ >;
3630
+ export type PokemonFamilyV0974FamilyCetoddle = S<
3631
+ PokemonFamily<
3632
+ "V0974_FAMILY_CETODDLE",
3633
+ {
3634
+ familyId: "FAMILY_CETODDLE";
3635
+ }
3636
+ >
3637
+ >;
3638
+ export type PokemonFamilyV0976FamilyVeluza = S<
3639
+ PokemonFamily<
3640
+ "V0976_FAMILY_VELUZA",
3641
+ {
3642
+ familyId: "FAMILY_VELUZA";
3643
+ }
3644
+ >
3645
+ >;
3646
+ export type PokemonFamilyV0977FamilyDondozo = S<
3647
+ PokemonFamily<
3648
+ "V0977_FAMILY_DONDOZO",
3649
+ {
3650
+ familyId: "FAMILY_DONDOZO";
3651
+ }
3652
+ >
3653
+ >;
3654
+ export type PokemonFamilyV0978FamilyTatsugiri = S<
3655
+ PokemonFamily<
3656
+ "V0978_FAMILY_TATSUGIRI",
3657
+ {
3658
+ familyId: "FAMILY_TATSUGIRI";
3659
+ }
3660
+ >
3661
+ >;
3662
+ export type PokemonFamilyV0984FamilyGreattusk = S<
3663
+ PokemonFamily<
3664
+ "V0984_FAMILY_GREATTUSK",
3665
+ {
3666
+ familyId: "FAMILY_GREATTUSK";
3667
+ }
3668
+ >
3669
+ >;
3670
+ export type PokemonFamilyV0985FamilyScreamtail = S<
3671
+ PokemonFamily<
3672
+ "V0985_FAMILY_SCREAMTAIL",
3673
+ {
3674
+ familyId: "FAMILY_SCREAMTAIL";
3675
+ }
3676
+ >
3677
+ >;
3678
+ export type PokemonFamilyV0986FamilyBrutebonnet = S<
3679
+ PokemonFamily<
3680
+ "V0986_FAMILY_BRUTEBONNET",
3681
+ {
3682
+ familyId: "FAMILY_BRUTEBONNET";
3683
+ }
3684
+ >
3685
+ >;
3686
+ export type PokemonFamilyV0987FamilyFluttermane = S<
3687
+ PokemonFamily<
3688
+ "V0987_FAMILY_FLUTTERMANE",
3689
+ {
3690
+ familyId: "FAMILY_FLUTTERMANE";
3691
+ }
3692
+ >
3693
+ >;
3694
+ export type PokemonFamilyV0988FamilySlitherwing = S<
3695
+ PokemonFamily<
3696
+ "V0988_FAMILY_SLITHERWING",
3697
+ {
3698
+ familyId: "FAMILY_SLITHERWING";
3699
+ }
3700
+ >
3701
+ >;
3702
+ export type PokemonFamilyV0989FamilySandyshocks = S<
3703
+ PokemonFamily<
3704
+ "V0989_FAMILY_SANDYSHOCKS",
3705
+ {
3706
+ familyId: "FAMILY_SANDYSHOCKS";
3707
+ }
3708
+ >
3709
+ >;
3710
+ export type PokemonFamilyV0990FamilyIrontreads = S<
3711
+ PokemonFamily<
3712
+ "V0990_FAMILY_IRONTREADS",
3713
+ {
3714
+ familyId: "FAMILY_IRONTREADS";
3715
+ }
3716
+ >
3717
+ >;
3718
+ export type PokemonFamilyV0991FamilyIronbundle = S<
3719
+ PokemonFamily<
3720
+ "V0991_FAMILY_IRONBUNDLE",
3721
+ {
3722
+ familyId: "FAMILY_IRONBUNDLE";
3723
+ }
3724
+ >
3725
+ >;
3726
+ export type PokemonFamilyV0992FamilyIronhands = S<
3727
+ PokemonFamily<
3728
+ "V0992_FAMILY_IRONHANDS",
3729
+ {
3730
+ familyId: "FAMILY_IRONHANDS";
3731
+ }
3732
+ >
3733
+ >;
3734
+ export type PokemonFamilyV0993FamilyIronjugulis = S<
3735
+ PokemonFamily<
3736
+ "V0993_FAMILY_IRONJUGULIS",
3737
+ {
3738
+ familyId: "FAMILY_IRONJUGULIS";
3739
+ }
3740
+ >
3741
+ >;
3742
+ export type PokemonFamilyV0994FamilyIronmoth = S<
3743
+ PokemonFamily<
3744
+ "V0994_FAMILY_IRONMOTH",
3745
+ {
3746
+ familyId: "FAMILY_IRONMOTH";
3747
+ }
3748
+ >
3749
+ >;
3750
+ export type PokemonFamilyV0995FamilyIronthorns = S<
3751
+ PokemonFamily<
3752
+ "V0995_FAMILY_IRONTHORNS",
3753
+ {
3754
+ familyId: "FAMILY_IRONTHORNS";
3755
+ }
3756
+ >
3757
+ >;
3758
+ export type PokemonFamilyV0996FamilyFrigibax = S<
3759
+ PokemonFamily<
3760
+ "V0996_FAMILY_FRIGIBAX",
3761
+ {
3762
+ familyId: "FAMILY_FRIGIBAX";
3763
+ }
3764
+ >
3765
+ >;
3766
+ export type PokemonFamilyV0999FamilyGimmighoul = S<
3767
+ PokemonFamily<
3768
+ "V0999_FAMILY_GIMMIGHOUL",
3769
+ {
3770
+ familyId: "FAMILY_GIMMIGHOUL";
3771
+ }
3772
+ >
3773
+ >;
3774
+ export type PokemonFamilyV1001FamilyWochien = S<
3775
+ PokemonFamily<
3776
+ "V1001_FAMILY_WOCHIEN",
3777
+ {
3778
+ familyId: "FAMILY_WOCHIEN";
3779
+ }
3780
+ >
3781
+ >;
3782
+ export type PokemonFamilyV1002FamilyChienpao = S<
3783
+ PokemonFamily<
3784
+ "V1002_FAMILY_CHIENPAO",
3785
+ {
3786
+ familyId: "FAMILY_CHIENPAO";
3787
+ }
3788
+ >
3789
+ >;
3790
+ export type PokemonFamilyV1003FamilyTinglu = S<
3791
+ PokemonFamily<
3792
+ "V1003_FAMILY_TINGLU",
3793
+ {
3794
+ familyId: "FAMILY_TINGLU";
3795
+ }
3796
+ >
3797
+ >;
3798
+ export type PokemonFamilyV1004FamilyChiyu = S<
3799
+ PokemonFamily<
3800
+ "V1004_FAMILY_CHIYU",
3801
+ {
3802
+ familyId: "FAMILY_CHIYU";
3803
+ }
3804
+ >
3805
+ >;
3806
+ export type PokemonFamilyV1005FamilyRoaringmoon = S<
3807
+ PokemonFamily<
3808
+ "V1005_FAMILY_ROARINGMOON",
3809
+ {
3810
+ familyId: "FAMILY_ROARINGMOON";
3811
+ }
3812
+ >
3813
+ >;
3814
+ export type PokemonFamilyV1006FamilyIronvaliant = S<
3815
+ PokemonFamily<
3816
+ "V1006_FAMILY_IRONVALIANT",
3817
+ {
3818
+ familyId: "FAMILY_IRONVALIANT";
3819
+ }
3820
+ >
3821
+ >;
3822
+ export type PokemonFamilyV1007FamilyKoraidon = S<
3823
+ PokemonFamily<
3824
+ "V1007_FAMILY_KORAIDON",
3825
+ {
3826
+ familyId: "FAMILY_KORAIDON";
3827
+ }
3828
+ >
3829
+ >;
3830
+ export type PokemonFamilyV1008FamilyMiraidon = S<
3831
+ PokemonFamily<
3832
+ "V1008_FAMILY_MIRAIDON",
3833
+ {
3834
+ familyId: "FAMILY_MIRAIDON";
3835
+ }
3836
+ >
3837
+ >;
3838
+ export type PokemonFamilyV1009FamilyWalkingwake = S<
3839
+ PokemonFamily<
3840
+ "V1009_FAMILY_WALKINGWAKE",
3841
+ {
3842
+ familyId: "FAMILY_WALKINGWAKE";
3843
+ }
3844
+ >
3845
+ >;
3846
+ export type PokemonFamilyV1010FamilyIronleaves = S<
3847
+ PokemonFamily<
3848
+ "V1010_FAMILY_IRONLEAVES",
3849
+ {
3850
+ familyId: "FAMILY_IRONLEAVES";
3851
+ }
3852
+ >
3853
+ >;
3854
+ export type PokemonFamilyV1012FamilyPoltchageist = S<
3855
+ PokemonFamily<
3856
+ "V1012_FAMILY_POLTCHAGEIST",
3857
+ {
3858
+ familyId: "FAMILY_POLTCHAGEIST";
3859
+ }
3860
+ >
3861
+ >;
3862
+ export type PokemonFamilyV1014FamilyOkidogi = S<
3863
+ PokemonFamily<
3864
+ "V1014_FAMILY_OKIDOGI",
3865
+ {
3866
+ familyId: "FAMILY_OKIDOGI";
3867
+ }
3868
+ >
3869
+ >;
3870
+ export type PokemonFamilyV1015FamilyMunkidori = S<
3871
+ PokemonFamily<
3872
+ "V1015_FAMILY_MUNKIDORI",
3873
+ {
3874
+ familyId: "FAMILY_MUNKIDORI";
3875
+ }
3876
+ >
3877
+ >;
3878
+ export type PokemonFamilyV1016FamilyFezandipiti = S<
3879
+ PokemonFamily<
3880
+ "V1016_FAMILY_FEZANDIPITI",
3881
+ {
3882
+ familyId: "FAMILY_FEZANDIPITI";
3883
+ }
3884
+ >
3885
+ >;
3886
+ export type PokemonFamilyV1017FamilyOgerpon = S<
3887
+ PokemonFamily<
3888
+ "V1017_FAMILY_OGERPON",
3889
+ {
3890
+ familyId: "FAMILY_OGERPON";
3891
+ }
3892
+ >
3893
+ >;
3894
+ export type PokemonFamilyV1020FamilyGougingfire = S<
3895
+ PokemonFamily<
3896
+ "V1020_FAMILY_GOUGINGFIRE",
3897
+ {
3898
+ familyId: "FAMILY_GOUGINGFIRE";
3899
+ }
3900
+ >
3901
+ >;
3902
+ export type PokemonFamilyV1021FamilyRagingbolt = S<
3903
+ PokemonFamily<
3904
+ "V1021_FAMILY_RAGINGBOLT",
3905
+ {
3906
+ familyId: "FAMILY_RAGINGBOLT";
3907
+ }
3908
+ >
3909
+ >;
3910
+ export type PokemonFamilyV1022FamilyIronboulder = S<
3911
+ PokemonFamily<
3912
+ "V1022_FAMILY_IRONBOULDER",
3913
+ {
3914
+ familyId: "FAMILY_IRONBOULDER";
3915
+ }
3916
+ >
3917
+ >;
3918
+ export type PokemonFamilyV1023FamilyIroncrown = S<
3919
+ PokemonFamily<
3920
+ "V1023_FAMILY_IRONCROWN",
3921
+ {
3922
+ familyId: "FAMILY_IRONCROWN";
3923
+ }
3924
+ >
3925
+ >;
3926
+ export type PokemonFamilyV1024FamilyTerapagos = S<
3927
+ PokemonFamily<
3928
+ "V1024_FAMILY_TERAPAGOS",
3929
+ {
3930
+ familyId: "FAMILY_TERAPAGOS";
3931
+ }
3932
+ >
3933
+ >;
3934
+ export type PokemonFamilyV1025FamilyPecharunt = S<
3935
+ PokemonFamily<
3936
+ "V1025_FAMILY_PECHARUNT",
3937
+ {
3938
+ familyId: "FAMILY_PECHARUNT";
3939
+ }
3940
+ >
3941
+ >;
3942
+
3943
+ export type PokemonFamilyMiscMasterfileEntry =
3944
+ | PokemonFamilyV0010FamilyCaterpie
3945
+ | PokemonFamilyV0019FamilyRattata
3946
+ | PokemonFamilyV0021FamilySpearow
3947
+ | PokemonFamilyV0023FamilyEkans
3948
+ | PokemonFamilyV0025FamilyPikachu
3949
+ | PokemonFamilyV0027FamilySandshrew
3950
+ | PokemonFamilyV0029FamilyNidoran
3951
+ | PokemonFamilyV0032FamilyNidoran
3952
+ | PokemonFamilyV0035FamilyClefairy
3953
+ | PokemonFamilyV0037FamilyVulpix
3954
+ | PokemonFamilyV0039FamilyJigglypuff
3955
+ | PokemonFamilyV0041FamilyZubat
3956
+ | PokemonFamilyV0043FamilyOddish
3957
+ | PokemonFamilyV0046FamilyParas
3958
+ | PokemonFamilyV0048FamilyVenonat
3959
+ | PokemonFamilyV0050FamilyDiglett
3960
+ | PokemonFamilyV0052FamilyMeowth
3961
+ | PokemonFamilyV0054FamilyPsyduck
3962
+ | PokemonFamilyV0056FamilyMankey
3963
+ | PokemonFamilyV0058FamilyGrowlithe
3964
+ | PokemonFamilyV0060FamilyPoliwag
3965
+ | PokemonFamilyV0066FamilyMachop
3966
+ | PokemonFamilyV0072FamilyTentacool
3967
+ | PokemonFamilyV0074FamilyGeodude
3968
+ | PokemonFamilyV0077FamilyPonyta
3969
+ | PokemonFamilyV0081FamilyMagnemite
3970
+ | PokemonFamilyV0083FamilyFarfetchd
3971
+ | PokemonFamilyV0084FamilyDoduo
3972
+ | PokemonFamilyV0086FamilySeel
3973
+ | PokemonFamilyV0088FamilyGrimer
3974
+ | PokemonFamilyV0090FamilyShellder
3975
+ | PokemonFamilyV0096FamilyDrowzee
3976
+ | PokemonFamilyV0098FamilyKrabby
3977
+ | PokemonFamilyV0100FamilyVoltorb
3978
+ | PokemonFamilyV0102FamilyExeggcute
3979
+ | PokemonFamilyV0104FamilyCubone
3980
+ | PokemonFamilyV0108FamilyLickitung
3981
+ | PokemonFamilyV0109FamilyKoffing
3982
+ | PokemonFamilyV0111FamilyRhyhorn
3983
+ | PokemonFamilyV0113FamilyChansey
3984
+ | PokemonFamilyV0114FamilyTangela
3985
+ | PokemonFamilyV0116FamilyHorsea
3986
+ | PokemonFamilyV0118FamilyGoldeen
3987
+ | PokemonFamilyV0120FamilyStaryu
3988
+ | PokemonFamilyV0122FamilyMrMime
3989
+ | PokemonFamilyV0124FamilyJynx
3990
+ | PokemonFamilyV0125FamilyElectabuzz
3991
+ | PokemonFamilyV0126FamilyMagmar
3992
+ | PokemonFamilyV0128FamilyTauros
3993
+ | PokemonFamilyV0131FamilyLapras
3994
+ | PokemonFamilyV0132FamilyDitto
3995
+ | PokemonFamilyV0133FamilyEevee
3996
+ | PokemonFamilyV0137FamilyPorygon
3997
+ | PokemonFamilyV0138FamilyOmanyte
3998
+ | PokemonFamilyV0140FamilyKabuto
3999
+ | PokemonFamilyV0143FamilySnorlax
4000
+ | PokemonFamilyV0144FamilyArticuno
4001
+ | PokemonFamilyV0145FamilyZapdos
4002
+ | PokemonFamilyV0146FamilyMoltres
4003
+ | PokemonFamilyV0150FamilyMewtwo
4004
+ | PokemonFamilyV0151FamilyMew
4005
+ | PokemonFamilyV0152FamilyChikorita
4006
+ | PokemonFamilyV0155FamilyCyndaquil
4007
+ | PokemonFamilyV0158FamilyTotodile
4008
+ | PokemonFamilyV0161FamilySentret
4009
+ | PokemonFamilyV0163FamilyHoothoot
4010
+ | PokemonFamilyV0165FamilyLedyba
4011
+ | PokemonFamilyV0167FamilySpinarak
4012
+ | PokemonFamilyV0170FamilyChinchou
4013
+ | PokemonFamilyV0175FamilyTogepi
4014
+ | PokemonFamilyV0177FamilyNatu
4015
+ | PokemonFamilyV0183FamilyMarill
4016
+ | PokemonFamilyV0185FamilySudowoodo
4017
+ | PokemonFamilyV0187FamilyHoppip
4018
+ | PokemonFamilyV0190FamilyAipom
4019
+ | PokemonFamilyV0191FamilySunkern
4020
+ | PokemonFamilyV0193FamilyYanma
4021
+ | PokemonFamilyV0194FamilyWooper
4022
+ | PokemonFamilyV0198FamilyMurkrow
4023
+ | PokemonFamilyV0200FamilyMisdreavus
4024
+ | PokemonFamilyV0201FamilyUnown
4025
+ | PokemonFamilyV0202FamilyWobbuffet
4026
+ | PokemonFamilyV0203FamilyGirafarig
4027
+ | PokemonFamilyV0204FamilyPineco
4028
+ | PokemonFamilyV0206FamilyDunsparce
4029
+ | PokemonFamilyV0207FamilyGligar
4030
+ | PokemonFamilyV0209FamilySnubbull
4031
+ | PokemonFamilyV0211FamilyQwilfish
4032
+ | PokemonFamilyV0213FamilyShuckle
4033
+ | PokemonFamilyV0215FamilySneasel
4034
+ | PokemonFamilyV0216FamilyTeddiursa
4035
+ | PokemonFamilyV0218FamilySlugma
4036
+ | PokemonFamilyV0220FamilySwinub
4037
+ | PokemonFamilyV0222FamilyCorsola
4038
+ | PokemonFamilyV0223FamilyRemoraid
4039
+ | PokemonFamilyV0225FamilyDelibird
4040
+ | PokemonFamilyV0226FamilyMantine
4041
+ | PokemonFamilyV0227FamilySkarmory
4042
+ | PokemonFamilyV0231FamilyPhanpy
4043
+ | PokemonFamilyV0234FamilyStantler
4044
+ | PokemonFamilyV0235FamilySmeargle
4045
+ | PokemonFamilyV0236FamilyTyrogue
4046
+ | PokemonFamilyV0241FamilyMiltank
4047
+ | PokemonFamilyV0243FamilyRaikou
4048
+ | PokemonFamilyV0244FamilyEntei
4049
+ | PokemonFamilyV0245FamilySuicune
4050
+ | PokemonFamilyV0249FamilyLugia
4051
+ | PokemonFamilyV0250FamilyHoOh
4052
+ | PokemonFamilyV0251FamilyCelebi
4053
+ | PokemonFamilyV0261FamilyPoochyena
4054
+ | PokemonFamilyV0263FamilyZigzagoon
4055
+ | PokemonFamilyV0265FamilyWurmple
4056
+ | PokemonFamilyV0270FamilyLotad
4057
+ | PokemonFamilyV0273FamilySeedot
4058
+ | PokemonFamilyV0276FamilyTaillow
4059
+ | PokemonFamilyV0278FamilyWingull
4060
+ | PokemonFamilyV0283FamilySurskit
4061
+ | PokemonFamilyV0285FamilyShroomish
4062
+ | PokemonFamilyV0287FamilySlakoth
4063
+ | PokemonFamilyV0290FamilyNincada
4064
+ | PokemonFamilyV0293FamilyWhismur
4065
+ | PokemonFamilyV0296FamilyMakuhita
4066
+ | PokemonFamilyV0299FamilyNosepass
4067
+ | PokemonFamilyV0300FamilySkitty
4068
+ | PokemonFamilyV0311FamilyPlusle
4069
+ | PokemonFamilyV0312FamilyMinun
4070
+ | PokemonFamilyV0313FamilyVolbeat
4071
+ | PokemonFamilyV0314FamilyIllumise
4072
+ | PokemonFamilyV0315FamilyRoselia
4073
+ | PokemonFamilyV0316FamilyGulpin
4074
+ | PokemonFamilyV0320FamilyWailmer
4075
+ | PokemonFamilyV0324FamilyTorkoal
4076
+ | PokemonFamilyV0325FamilySpoink
4077
+ | PokemonFamilyV0327FamilySpinda
4078
+ | PokemonFamilyV0328FamilyTrapinch
4079
+ | PokemonFamilyV0331FamilyCacnea
4080
+ | PokemonFamilyV0335FamilyZangoose
4081
+ | PokemonFamilyV0336FamilySeviper
4082
+ | PokemonFamilyV0337FamilyLunatone
4083
+ | PokemonFamilyV0338FamilySolrock
4084
+ | PokemonFamilyV0339FamilyBarboach
4085
+ | PokemonFamilyV0341FamilyCorphish
4086
+ | PokemonFamilyV0343FamilyBaltoy
4087
+ | PokemonFamilyV0345FamilyLileep
4088
+ | PokemonFamilyV0347FamilyAnorith
4089
+ | PokemonFamilyV0349FamilyFeebas
4090
+ | PokemonFamilyV0351FamilyCastform
4091
+ | PokemonFamilyV0352FamilyKecleon
4092
+ | PokemonFamilyV0355FamilyDuskull
4093
+ | PokemonFamilyV0357FamilyTropius
4094
+ | PokemonFamilyV0358FamilyChimecho
4095
+ | PokemonFamilyV0363FamilySpheal
4096
+ | PokemonFamilyV0366FamilyClamperl
4097
+ | PokemonFamilyV0369FamilyRelicanth
4098
+ | PokemonFamilyV0370FamilyLuvdisc
4099
+ | PokemonFamilyV0377FamilyRegirock
4100
+ | PokemonFamilyV0378FamilyRegice
4101
+ | PokemonFamilyV0379FamilyRegisteel
4102
+ | PokemonFamilyV0385FamilyJirachi
4103
+ | PokemonFamilyV0386FamilyDeoxys
4104
+ | PokemonFamilyV0387FamilyTurtwig
4105
+ | PokemonFamilyV0390FamilyChimchar
4106
+ | PokemonFamilyV0393FamilyPiplup
4107
+ | PokemonFamilyV0396FamilyStarly
4108
+ | PokemonFamilyV0399FamilyBidoof
4109
+ | PokemonFamilyV0401FamilyKricketot
4110
+ | PokemonFamilyV0403FamilyShinx
4111
+ | PokemonFamilyV0408FamilyCranidos
4112
+ | PokemonFamilyV0410FamilyShieldon
4113
+ | PokemonFamilyV0412FamilyBurmy
4114
+ | PokemonFamilyV0415FamilyCombee
4115
+ | PokemonFamilyV0417FamilyPachirisu
4116
+ | PokemonFamilyV0418FamilyBuizel
4117
+ | PokemonFamilyV0420FamilyCherubi
4118
+ | PokemonFamilyV0422FamilyShellos
4119
+ | PokemonFamilyV0425FamilyDrifloon
4120
+ | PokemonFamilyV0431FamilyGlameow
4121
+ | PokemonFamilyV0434FamilyStunky
4122
+ | PokemonFamilyV0436FamilyBronzor
4123
+ | PokemonFamilyV0441FamilyChatot
4124
+ | PokemonFamilyV0442FamilySpiritomb
4125
+ | PokemonFamilyV0449FamilyHippopotas
4126
+ | PokemonFamilyV0451FamilySkorupi
4127
+ | PokemonFamilyV0453FamilyCroagunk
4128
+ | PokemonFamilyV0455FamilyCarnivine
4129
+ | PokemonFamilyV0456FamilyFinneon
4130
+ | PokemonFamilyV0479FamilyRotom
4131
+ | PokemonFamilyV0480FamilyUxie
4132
+ | PokemonFamilyV0481FamilyMesprit
4133
+ | PokemonFamilyV0482FamilyAzelf
4134
+ | PokemonFamilyV0483FamilyDialga
4135
+ | PokemonFamilyV0484FamilyPalkia
4136
+ | PokemonFamilyV0485FamilyHeatran
4137
+ | PokemonFamilyV0486FamilyRegigigas
4138
+ | PokemonFamilyV0487FamilyGiratina
4139
+ | PokemonFamilyV0488FamilyCresselia
4140
+ | PokemonFamilyV0489FamilyPhione
4141
+ | PokemonFamilyV0490FamilyManaphy
4142
+ | PokemonFamilyV0491FamilyDarkrai
4143
+ | PokemonFamilyV0492FamilyShaymin
4144
+ | PokemonFamilyV0493FamilyArceus
4145
+ | PokemonFamilyV0494FamilyVictini
4146
+ | PokemonFamilyV0495FamilySnivy
4147
+ | PokemonFamilyV0498FamilyTepig
4148
+ | PokemonFamilyV0501FamilyOshawott
4149
+ | PokemonFamilyV0504FamilyPatrat
4150
+ | PokemonFamilyV0506FamilyLillipup
4151
+ | PokemonFamilyV0509FamilyPurrloin
4152
+ | PokemonFamilyV0511FamilyPansage
4153
+ | PokemonFamilyV0513FamilyPansear
4154
+ | PokemonFamilyV0515FamilyPanpour
4155
+ | PokemonFamilyV0517FamilyMunna
4156
+ | PokemonFamilyV0519FamilyPidove
4157
+ | PokemonFamilyV0522FamilyBlitzle
4158
+ | PokemonFamilyV0524FamilyRoggenrola
4159
+ | PokemonFamilyV0527FamilyWoobat
4160
+ | PokemonFamilyV0529FamilyDrilbur
4161
+ | PokemonFamilyV0532FamilyTimburr
4162
+ | PokemonFamilyV0535FamilyTympole
4163
+ | PokemonFamilyV0538FamilyThroh
4164
+ | PokemonFamilyV0539FamilySawk
4165
+ | PokemonFamilyV0540FamilySewaddle
4166
+ | PokemonFamilyV0543FamilyVenipede
4167
+ | PokemonFamilyV0546FamilyCottonee
4168
+ | PokemonFamilyV0548FamilyPetilil
4169
+ | PokemonFamilyV0550FamilyBasculin
4170
+ | PokemonFamilyV0551FamilySandile
4171
+ | PokemonFamilyV0554FamilyDarumaka
4172
+ | PokemonFamilyV0556FamilyMaractus
4173
+ | PokemonFamilyV0557FamilyDwebble
4174
+ | PokemonFamilyV0559FamilyScraggy
4175
+ | PokemonFamilyV0561FamilySigilyph
4176
+ | PokemonFamilyV0562FamilyYamask
4177
+ | PokemonFamilyV0564FamilyTirtouga
4178
+ | PokemonFamilyV0566FamilyArchen
4179
+ | PokemonFamilyV0568FamilyTrubbish
4180
+ | PokemonFamilyV0570FamilyZorua
4181
+ | PokemonFamilyV0572FamilyMinccino
4182
+ | PokemonFamilyV0574FamilyGothita
4183
+ | PokemonFamilyV0577FamilySolosis
4184
+ | PokemonFamilyV0580FamilyDucklett
4185
+ | PokemonFamilyV0582FamilyVanillite
4186
+ | PokemonFamilyV0585FamilyDeerling
4187
+ | PokemonFamilyV0587FamilyEmolga
4188
+ | PokemonFamilyV0588FamilyKarrablast
4189
+ | PokemonFamilyV0590FamilyFoongus
4190
+ | PokemonFamilyV0592FamilyFrillish
4191
+ | PokemonFamilyV0594FamilyAlomomola
4192
+ | PokemonFamilyV0595FamilyJoltik
4193
+ | PokemonFamilyV0597FamilyFerroseed
4194
+ | PokemonFamilyV0599FamilyKlink
4195
+ | PokemonFamilyV0602FamilyTynamo
4196
+ | PokemonFamilyV0605FamilyElgyem
4197
+ | PokemonFamilyV0607FamilyLitwick
4198
+ | PokemonFamilyV0610FamilyAxew
4199
+ | PokemonFamilyV0613FamilyCubchoo
4200
+ | PokemonFamilyV0615FamilyCryogonal
4201
+ | PokemonFamilyV0616FamilyShelmet
4202
+ | PokemonFamilyV0618FamilyStunfisk
4203
+ | PokemonFamilyV0619FamilyMienfoo
4204
+ | PokemonFamilyV0621FamilyDruddigon
4205
+ | PokemonFamilyV0622FamilyGolett
4206
+ | PokemonFamilyV0624FamilyPawniard
4207
+ | PokemonFamilyV0626FamilyBouffalant
4208
+ | PokemonFamilyV0627FamilyRufflet
4209
+ | PokemonFamilyV0629FamilyVullaby
4210
+ | PokemonFamilyV0631FamilyHeatmor
4211
+ | PokemonFamilyV0632FamilyDurant
4212
+ | PokemonFamilyV0633FamilyDeino
4213
+ | PokemonFamilyV0636FamilyLarvesta
4214
+ | PokemonFamilyV0638FamilyCobalion
4215
+ | PokemonFamilyV0639FamilyTerrakion
4216
+ | PokemonFamilyV0640FamilyVirizion
4217
+ | PokemonFamilyV0641FamilyTornadus
4218
+ | PokemonFamilyV0642FamilyThundurus
4219
+ | PokemonFamilyV0643FamilyReshiram
4220
+ | PokemonFamilyV0644FamilyZekrom
4221
+ | PokemonFamilyV0645FamilyLandorus
4222
+ | PokemonFamilyV0646FamilyKyurem
4223
+ | PokemonFamilyV0647FamilyKeldeo
4224
+ | PokemonFamilyV0648FamilyMeloetta
4225
+ | PokemonFamilyV0649FamilyGenesect
4226
+ | PokemonFamilyV0650FamilyChespin
4227
+ | PokemonFamilyV0653FamilyFennekin
4228
+ | PokemonFamilyV0656FamilyFroakie
4229
+ | PokemonFamilyV0659FamilyBunnelby
4230
+ | PokemonFamilyV0661FamilyFletchling
4231
+ | PokemonFamilyV0664FamilyScatterbug
4232
+ | PokemonFamilyV0667FamilyLitleo
4233
+ | PokemonFamilyV0669FamilyFlabebe
4234
+ | PokemonFamilyV0672FamilySkiddo
4235
+ | PokemonFamilyV0674FamilyPancham
4236
+ | PokemonFamilyV0676FamilyFurfrou
4237
+ | PokemonFamilyV0677FamilyEspurr
4238
+ | PokemonFamilyV0679FamilyHonedge
4239
+ | PokemonFamilyV0682FamilySpritzee
4240
+ | PokemonFamilyV0684FamilySwirlix
4241
+ | PokemonFamilyV0688FamilyBinacle
4242
+ | PokemonFamilyV0690FamilySkrelp
4243
+ | PokemonFamilyV0692FamilyClauncher
4244
+ | PokemonFamilyV0694FamilyHelioptile
4245
+ | PokemonFamilyV0696FamilyTyrunt
4246
+ | PokemonFamilyV0698FamilyAmaura
4247
+ | PokemonFamilyV0701FamilyHawlucha
4248
+ | PokemonFamilyV0702FamilyDedenne
4249
+ | PokemonFamilyV0703FamilyCarbink
4250
+ | PokemonFamilyV0704FamilyGoomy
4251
+ | PokemonFamilyV0707FamilyKlefki
4252
+ | PokemonFamilyV0708FamilyPhantump
4253
+ | PokemonFamilyV0710FamilyPumpkaboo
4254
+ | PokemonFamilyV0712FamilyBergmite
4255
+ | PokemonFamilyV0714FamilyNoibat
4256
+ | PokemonFamilyV0716FamilyXerneas
4257
+ | PokemonFamilyV0717FamilyYveltal
4258
+ | PokemonFamilyV0718FamilyZygarde
4259
+ | PokemonFamilyV0720FamilyHoopa
4260
+ | PokemonFamilyV0721FamilyVolcanion
4261
+ | PokemonFamilyV0722FamilyRowlet
4262
+ | PokemonFamilyV0725FamilyLitten
4263
+ | PokemonFamilyV0728FamilyPopplio
4264
+ | PokemonFamilyV0731FamilyPikipek
4265
+ | PokemonFamilyV0734FamilyYungoos
4266
+ | PokemonFamilyV0736FamilyGrubbin
4267
+ | PokemonFamilyV0739FamilyCrabrawler
4268
+ | PokemonFamilyV0741FamilyOricorio
4269
+ | PokemonFamilyV0742FamilyCutiefly
4270
+ | PokemonFamilyV0744FamilyRockruff
4271
+ | PokemonFamilyV0746FamilyWishiwashi
4272
+ | PokemonFamilyV0747FamilyMareanie
4273
+ | PokemonFamilyV0749FamilyMudbray
4274
+ | PokemonFamilyV0751FamilyDewpider
4275
+ | PokemonFamilyV0753FamilyFomantis
4276
+ | PokemonFamilyV0755FamilyMorelull
4277
+ | PokemonFamilyV0757FamilySalandit
4278
+ | PokemonFamilyV0759FamilyStufful
4279
+ | PokemonFamilyV0761FamilyBounsweet
4280
+ | PokemonFamilyV0764FamilyComfey
4281
+ | PokemonFamilyV0765FamilyOranguru
4282
+ | PokemonFamilyV0766FamilyPassimian
4283
+ | PokemonFamilyV0767FamilyWimpod
4284
+ | PokemonFamilyV0769FamilySandygast
4285
+ | PokemonFamilyV0771FamilyPyukumuku
4286
+ | PokemonFamilyV0772FamilyTypeNull
4287
+ | PokemonFamilyV0774FamilyMinior
4288
+ | PokemonFamilyV0775FamilyKomala
4289
+ | PokemonFamilyV0776FamilyTurtonator
4290
+ | PokemonFamilyV0777FamilyTogedemaru
4291
+ | PokemonFamilyV0778FamilyMimikyu
4292
+ | PokemonFamilyV0779FamilyBruxish
4293
+ | PokemonFamilyV0780FamilyDrampa
4294
+ | PokemonFamilyV0781FamilyDhelmise
4295
+ | PokemonFamilyV0782FamilyJangmoO
4296
+ | PokemonFamilyV0785FamilyTapuKoko
4297
+ | PokemonFamilyV0786FamilyTapuLele
4298
+ | PokemonFamilyV0787FamilyTapuBulu
4299
+ | PokemonFamilyV0788FamilyTapuFini
4300
+ | PokemonFamilyV0789FamilyCosmog
4301
+ | PokemonFamilyV0793FamilyNihilego
4302
+ | PokemonFamilyV0794FamilyBuzzwole
4303
+ | PokemonFamilyV0795FamilyPheromosa
4304
+ | PokemonFamilyV0796FamilyXurkitree
4305
+ | PokemonFamilyV0797FamilyCelesteela
4306
+ | PokemonFamilyV0798FamilyKartana
4307
+ | PokemonFamilyV0799FamilyGuzzlord
4308
+ | PokemonFamilyV0800FamilyNecrozma
4309
+ | PokemonFamilyV0801FamilyMagearna
4310
+ | PokemonFamilyV0802FamilyMarshadow
4311
+ | PokemonFamilyV0803FamilyPoipole
4312
+ | PokemonFamilyV0805FamilyStakataka
4313
+ | PokemonFamilyV0806FamilyBlacephalon
4314
+ | PokemonFamilyV0807FamilyZeraora
4315
+ | PokemonFamilyV0808FamilyMeltan
4316
+ | PokemonFamilyV0810FamilyGrookey
4317
+ | PokemonFamilyV0813FamilyScorbunny
4318
+ | PokemonFamilyV0816FamilySobble
4319
+ | PokemonFamilyV0819FamilySkwovet
4320
+ | PokemonFamilyV0821FamilyRookidee
4321
+ | PokemonFamilyV0824FamilyBlipbug
4322
+ | PokemonFamilyV0827FamilyNickit
4323
+ | PokemonFamilyV0829FamilyGossifleur
4324
+ | PokemonFamilyV0831FamilyWooloo
4325
+ | PokemonFamilyV0833FamilyChewtle
4326
+ | PokemonFamilyV0835FamilyYamper
4327
+ | PokemonFamilyV0837FamilyRolycoly
4328
+ | PokemonFamilyV0840FamilyApplin
4329
+ | PokemonFamilyV0843FamilySilicobra
4330
+ | PokemonFamilyV0845FamilyCramorant
4331
+ | PokemonFamilyV0846FamilyArrokuda
4332
+ | PokemonFamilyV0848FamilyToxel
4333
+ | PokemonFamilyV0850FamilySizzlipede
4334
+ | PokemonFamilyV0852FamilyClobbopus
4335
+ | PokemonFamilyV0854FamilySinistea
4336
+ | PokemonFamilyV0856FamilyHatenna
4337
+ | PokemonFamilyV0859FamilyImpidimp
4338
+ | PokemonFamilyV0868FamilyMilcery
4339
+ | PokemonFamilyV0870FamilyFalinks
4340
+ | PokemonFamilyV0871FamilyPincurchin
4341
+ | PokemonFamilyV0872FamilySnom
4342
+ | PokemonFamilyV0874FamilyStonjourner
4343
+ | PokemonFamilyV0875FamilyEiscue
4344
+ | PokemonFamilyV0876FamilyIndeedee
4345
+ | PokemonFamilyV0877FamilyMorpeko
4346
+ | PokemonFamilyV0878FamilyCufant
4347
+ | PokemonFamilyV0880FamilyDracozolt
4348
+ | PokemonFamilyV0881FamilyArctozolt
4349
+ | PokemonFamilyV0882FamilyDracovish
4350
+ | PokemonFamilyV0883FamilyArctovish
4351
+ | PokemonFamilyV0884FamilyDuraludon
4352
+ | PokemonFamilyV0885FamilyDreepy
4353
+ | PokemonFamilyV0888FamilyZacian
4354
+ | PokemonFamilyV0889FamilyZamazenta
4355
+ | PokemonFamilyV0890FamilyEternatus
4356
+ | PokemonFamilyV0891FamilyKubfu
4357
+ | PokemonFamilyV0893FamilyZarude
4358
+ | PokemonFamilyV0894FamilyRegieleki
4359
+ | PokemonFamilyV0895FamilyRegidrago
4360
+ | PokemonFamilyV0896FamilyGlastrier
4361
+ | PokemonFamilyV0897FamilySpectrier
4362
+ | PokemonFamilyV0898FamilyCalyrex
4363
+ | PokemonFamilyV0905FamilyEnamorus
4364
+ | PokemonFamilyV0906FamilySprigatito
4365
+ | PokemonFamilyV0909FamilyFuecoco
4366
+ | PokemonFamilyV0912FamilyQuaxly
4367
+ | PokemonFamilyV0915FamilyLechonk
4368
+ | PokemonFamilyV0917FamilyTarountula
4369
+ | PokemonFamilyV0919FamilyNymble
4370
+ | PokemonFamilyV0921FamilyPawmi
4371
+ | PokemonFamilyV0924FamilyTandemaus
4372
+ | PokemonFamilyV0926FamilyFidough
4373
+ | PokemonFamilyV0928FamilySmoliv
4374
+ | PokemonFamilyV0931FamilySquawkabilly
4375
+ | PokemonFamilyV0932FamilyNacli
4376
+ | PokemonFamilyV0935FamilyCharcadet
4377
+ | PokemonFamilyV0938FamilyTadbulb
4378
+ | PokemonFamilyV0940FamilyWattrel
4379
+ | PokemonFamilyV0942FamilyMaschiff
4380
+ | PokemonFamilyV0944FamilyShroodle
4381
+ | PokemonFamilyV0946FamilyBramblin
4382
+ | PokemonFamilyV0948FamilyToedscool
4383
+ | PokemonFamilyV0950FamilyKlawf
4384
+ | PokemonFamilyV0951FamilyCapsakid
4385
+ | PokemonFamilyV0953FamilyRellor
4386
+ | PokemonFamilyV0955FamilyFlittle
4387
+ | PokemonFamilyV0957FamilyTinkatink
4388
+ | PokemonFamilyV0960FamilyWiglett
4389
+ | PokemonFamilyV0962FamilyBombirdier
4390
+ | PokemonFamilyV0963FamilyFinizen
4391
+ | PokemonFamilyV0965FamilyVaroom
4392
+ | PokemonFamilyV0967FamilyCyclizar
4393
+ | PokemonFamilyV0968FamilyOrthworm
4394
+ | PokemonFamilyV0969FamilyGlimmet
4395
+ | PokemonFamilyV0971FamilyGreavard
4396
+ | PokemonFamilyV0973FamilyFlamigo
4397
+ | PokemonFamilyV0974FamilyCetoddle
4398
+ | PokemonFamilyV0976FamilyVeluza
4399
+ | PokemonFamilyV0977FamilyDondozo
4400
+ | PokemonFamilyV0978FamilyTatsugiri
4401
+ | PokemonFamilyV0984FamilyGreattusk
4402
+ | PokemonFamilyV0985FamilyScreamtail
4403
+ | PokemonFamilyV0986FamilyBrutebonnet
4404
+ | PokemonFamilyV0987FamilyFluttermane
4405
+ | PokemonFamilyV0988FamilySlitherwing
4406
+ | PokemonFamilyV0989FamilySandyshocks
4407
+ | PokemonFamilyV0990FamilyIrontreads
4408
+ | PokemonFamilyV0991FamilyIronbundle
4409
+ | PokemonFamilyV0992FamilyIronhands
4410
+ | PokemonFamilyV0993FamilyIronjugulis
4411
+ | PokemonFamilyV0994FamilyIronmoth
4412
+ | PokemonFamilyV0995FamilyIronthorns
4413
+ | PokemonFamilyV0996FamilyFrigibax
4414
+ | PokemonFamilyV0999FamilyGimmighoul
4415
+ | PokemonFamilyV1001FamilyWochien
4416
+ | PokemonFamilyV1002FamilyChienpao
4417
+ | PokemonFamilyV1003FamilyTinglu
4418
+ | PokemonFamilyV1004FamilyChiyu
4419
+ | PokemonFamilyV1005FamilyRoaringmoon
4420
+ | PokemonFamilyV1006FamilyIronvaliant
4421
+ | PokemonFamilyV1007FamilyKoraidon
4422
+ | PokemonFamilyV1008FamilyMiraidon
4423
+ | PokemonFamilyV1009FamilyWalkingwake
4424
+ | PokemonFamilyV1010FamilyIronleaves
4425
+ | PokemonFamilyV1012FamilyPoltchageist
4426
+ | PokemonFamilyV1014FamilyOkidogi
4427
+ | PokemonFamilyV1015FamilyMunkidori
4428
+ | PokemonFamilyV1016FamilyFezandipiti
4429
+ | PokemonFamilyV1017FamilyOgerpon
4430
+ | PokemonFamilyV1020FamilyGougingfire
4431
+ | PokemonFamilyV1021FamilyRagingbolt
4432
+ | PokemonFamilyV1022FamilyIronboulder
4433
+ | PokemonFamilyV1023FamilyIroncrown
4434
+ | PokemonFamilyV1024FamilyTerapagos
4435
+ | PokemonFamilyV1025FamilyPecharunt;