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,4385 @@
1
+ // Generated from Pokémon GO masterfile — group "pokemonExtendedSettings", split "bread-overrides", 115 entries.
2
+
3
+ import type { S } from "../../_utils";
4
+ import type { PokemonExtendedSettings } from "../types";
5
+
6
+ export type PokemonExtendedSettingsV0001PokemonBulbasaur = S<
7
+ PokemonExtendedSettings<
8
+ "EXTENDED_V0001_POKEMON_BULBASAUR",
9
+ {
10
+ breadOverrides: [
11
+ {
12
+ breadMode: "BREAD_MODE";
13
+ maxBattleTrainerVisualSettings: {
14
+ xOffset: -5;
15
+ };
16
+ maxBattleVisualSettings: {
17
+ scale: 38.08;
18
+ };
19
+ maxEncounterVisualSettings: {
20
+ cameraDistance: 25;
21
+ maxReticleSize: 14;
22
+ scale: 19.04;
23
+ };
24
+ maxStationVisualSettings: {
25
+ scale: 2.59;
26
+ };
27
+ },
28
+ ];
29
+ sizeSettings: {
30
+ mLowerBound: 0.525;
31
+ mUpperBound: 0.875;
32
+ xlUpperBound: 1.05;
33
+ xsLowerBound: 0.35;
34
+ xxlUpperBound: 1.225;
35
+ xxsLowerBound: 0.343;
36
+ };
37
+ uniqueId: "BULBASAUR";
38
+ }
39
+ >
40
+ >;
41
+ export type PokemonExtendedSettingsV0002PokemonIvysaur = S<
42
+ PokemonExtendedSettings<
43
+ "EXTENDED_V0002_POKEMON_IVYSAUR",
44
+ {
45
+ breadOverrides: [
46
+ {
47
+ breadMode: "BREAD_MODE";
48
+ maxBattleTrainerVisualSettings: {
49
+ xOffset: -5;
50
+ };
51
+ maxBattleVisualSettings: {
52
+ scale: 27.42;
53
+ };
54
+ maxEncounterVisualSettings: {
55
+ cameraDistance: 27.15;
56
+ maxReticleSize: 14;
57
+ scale: 13.71;
58
+ };
59
+ maxStationVisualSettings: {
60
+ scale: 1.86;
61
+ };
62
+ },
63
+ ];
64
+ sizeSettings: {
65
+ mLowerBound: 0.75;
66
+ mUpperBound: 1.25;
67
+ xlUpperBound: 1.5;
68
+ xsLowerBound: 0.5;
69
+ xxlUpperBound: 1.75;
70
+ xxsLowerBound: 0.49;
71
+ };
72
+ uniqueId: "IVYSAUR";
73
+ }
74
+ >
75
+ >;
76
+ export type PokemonExtendedSettingsV0004PokemonCharmander = S<
77
+ PokemonExtendedSettings<
78
+ "EXTENDED_V0004_POKEMON_CHARMANDER",
79
+ {
80
+ breadOverrides: [
81
+ {
82
+ breadMode: "BREAD_MODE";
83
+ maxBattleTrainerVisualSettings: {
84
+ xOffset: -10;
85
+ };
86
+ maxBattleVisualSettings: {
87
+ scale: 44.43;
88
+ };
89
+ maxEncounterVisualSettings: {
90
+ cameraDistance: 25;
91
+ maxReticleSize: 14;
92
+ scale: 22.22;
93
+ };
94
+ maxStationVisualSettings: {
95
+ scale: 3.02;
96
+ };
97
+ },
98
+ ];
99
+ sizeSettings: {
100
+ mLowerBound: 0.45;
101
+ mUpperBound: 0.75;
102
+ xlUpperBound: 0.9;
103
+ xsLowerBound: 0.3;
104
+ xxlUpperBound: 1.05;
105
+ xxsLowerBound: 0.294;
106
+ };
107
+ uniqueId: "CHARMANDER";
108
+ }
109
+ >
110
+ >;
111
+ export type PokemonExtendedSettingsV0005PokemonCharmeleon = S<
112
+ PokemonExtendedSettings<
113
+ "EXTENDED_V0005_POKEMON_CHARMELEON",
114
+ {
115
+ breadOverrides: [
116
+ {
117
+ breadMode: "BREAD_MODE";
118
+ maxBattleTrainerVisualSettings: {
119
+ xOffset: -5;
120
+ };
121
+ maxBattleVisualSettings: {
122
+ scale: 33.27;
123
+ };
124
+ maxEncounterVisualSettings: {
125
+ cameraDistance: 26.45;
126
+ maxReticleSize: 14;
127
+ scale: 16.64;
128
+ };
129
+ maxStationVisualSettings: {
130
+ scale: 2.26;
131
+ };
132
+ },
133
+ ];
134
+ sizeSettings: {
135
+ mLowerBound: 0.825;
136
+ mUpperBound: 1.375;
137
+ xlUpperBound: 1.65;
138
+ xsLowerBound: 0.55;
139
+ xxlUpperBound: 1.925;
140
+ xxsLowerBound: 0.539;
141
+ };
142
+ uniqueId: "CHARMELEON";
143
+ }
144
+ >
145
+ >;
146
+ export type PokemonExtendedSettingsV0007PokemonSquirtle = S<
147
+ PokemonExtendedSettings<
148
+ "EXTENDED_V0007_POKEMON_SQUIRTLE",
149
+ {
150
+ breadOverrides: [
151
+ {
152
+ breadMode: "BREAD_MODE";
153
+ maxBattleTrainerVisualSettings: {
154
+ xOffset: -5;
155
+ };
156
+ maxBattleVisualSettings: {
157
+ scale: 52.6;
158
+ };
159
+ maxEncounterVisualSettings: {
160
+ cameraDistance: 25;
161
+ maxReticleSize: 14;
162
+ scale: 26.3;
163
+ };
164
+ maxStationVisualSettings: {
165
+ scale: 3.58;
166
+ };
167
+ },
168
+ ];
169
+ sizeSettings: {
170
+ mLowerBound: 0.375;
171
+ mUpperBound: 0.625;
172
+ xlUpperBound: 0.75;
173
+ xsLowerBound: 0.25;
174
+ xxlUpperBound: 0.875;
175
+ xxsLowerBound: 0.245;
176
+ };
177
+ uniqueId: "SQUIRTLE";
178
+ }
179
+ >
180
+ >;
181
+ export type PokemonExtendedSettingsV0008PokemonWartortle = S<
182
+ PokemonExtendedSettings<
183
+ "EXTENDED_V0008_POKEMON_WARTORTLE",
184
+ {
185
+ breadOverrides: [
186
+ {
187
+ breadMode: "BREAD_MODE";
188
+ maxBattleTrainerVisualSettings: {
189
+ xOffset: -3;
190
+ };
191
+ maxBattleVisualSettings: {
192
+ scale: 34.27;
193
+ };
194
+ maxEncounterVisualSettings: {
195
+ cameraDistance: 27.32;
196
+ maxReticleSize: 14;
197
+ scale: 17.14;
198
+ };
199
+ maxStationVisualSettings: {
200
+ scale: 2.33;
201
+ };
202
+ },
203
+ ];
204
+ sizeSettings: {
205
+ mLowerBound: 0.75;
206
+ mUpperBound: 1.25;
207
+ xlUpperBound: 1.5;
208
+ xsLowerBound: 0.5;
209
+ xxlUpperBound: 1.75;
210
+ xxsLowerBound: 0.49;
211
+ };
212
+ uniqueId: "WARTORTLE";
213
+ }
214
+ >
215
+ >;
216
+ export type PokemonExtendedSettingsV0010PokemonCaterpie = S<
217
+ PokemonExtendedSettings<
218
+ "EXTENDED_V0010_POKEMON_CATERPIE",
219
+ {
220
+ breadOverrides: [
221
+ {
222
+ breadMode: "BREAD_MODE";
223
+ maxBattleVisualSettings: {
224
+ scale: 115.54;
225
+ };
226
+ maxEncounterVisualSettings: {
227
+ cameraDistance: 30;
228
+ maxReticleSize: 14;
229
+ scale: 57.77;
230
+ };
231
+ maxStationVisualSettings: {
232
+ scale: 7.68;
233
+ };
234
+ },
235
+ ];
236
+ sizeSettings: {
237
+ mLowerBound: 0.225;
238
+ mUpperBound: 0.375;
239
+ xlUpperBound: 0.45;
240
+ xsLowerBound: 0.15;
241
+ xxlUpperBound: 0.525;
242
+ xxsLowerBound: 0.147;
243
+ };
244
+ uniqueId: "CATERPIE";
245
+ }
246
+ >
247
+ >;
248
+ export type PokemonExtendedSettingsV0011PokemonMetapod = S<
249
+ PokemonExtendedSettings<
250
+ "EXTENDED_V0011_POKEMON_METAPOD",
251
+ {
252
+ breadOverrides: [
253
+ {
254
+ breadMode: "BREAD_MODE";
255
+ maxBattleVisualSettings: {
256
+ scale: 38.08;
257
+ };
258
+ maxEncounterVisualSettings: {
259
+ cameraDistance: 30;
260
+ maxReticleSize: 14;
261
+ scale: 19.04;
262
+ };
263
+ maxStationVisualSettings: {
264
+ scale: 2.59;
265
+ };
266
+ },
267
+ ];
268
+ sizeSettings: {
269
+ mLowerBound: 0.525;
270
+ mUpperBound: 0.875;
271
+ xlUpperBound: 1.05;
272
+ xsLowerBound: 0.35;
273
+ xxlUpperBound: 1.225;
274
+ xxsLowerBound: 0.343;
275
+ };
276
+ uniqueId: "METAPOD";
277
+ }
278
+ >
279
+ >;
280
+ export type PokemonExtendedSettingsV0012PokemonButterfree = S<
281
+ PokemonExtendedSettings<
282
+ "EXTENDED_V0012_POKEMON_BUTTERFREE",
283
+ {
284
+ breadOverrides: [
285
+ {
286
+ breadMode: "BREAD_MODE";
287
+ maxBattleVisualSettings: {
288
+ scale: 36.08;
289
+ };
290
+ maxEncounterVisualSettings: {
291
+ cameraDistance: 30;
292
+ maxReticleSize: 14;
293
+ scale: 18.04;
294
+ };
295
+ maxStationVisualSettings: {
296
+ scale: 2.45;
297
+ };
298
+ },
299
+ {
300
+ averageHeightM: 17;
301
+ breadMode: "BREAD_DOUGH_MODE";
302
+ camera: {
303
+ cylinderGroundM: 0.6;
304
+ cylinderHeightM: 1.5;
305
+ cylinderRadiusM: 1.65;
306
+ };
307
+ maxBattleVisualSettings: {
308
+ scale: 28.62;
309
+ };
310
+ maxEncounterVisualSettings: {
311
+ cameraDistance: 40;
312
+ maxReticleSize: 14;
313
+ scale: 14.31;
314
+ };
315
+ maxPowerspotTopperVisualSettings: {
316
+ scale: 0.9;
317
+ };
318
+ maxStationVisualSettings: {
319
+ scale: 1.95;
320
+ };
321
+ modelHeight: 1.31;
322
+ modelScaleV2: 1;
323
+ },
324
+ ];
325
+ sizeSettings: {
326
+ mLowerBound: 0.825;
327
+ mUpperBound: 1.375;
328
+ xlUpperBound: 1.65;
329
+ xsLowerBound: 0.55;
330
+ xxlUpperBound: 1.925;
331
+ xxsLowerBound: 0.539;
332
+ };
333
+ uniqueId: "BUTTERFREE";
334
+ }
335
+ >
336
+ >;
337
+ export type PokemonExtendedSettingsV0025PokemonPikachu = S<
338
+ PokemonExtendedSettings<
339
+ "EXTENDED_V0025_POKEMON_PIKACHU",
340
+ {
341
+ breadOverrides: [
342
+ {
343
+ breadMode: "BREAD_MODE";
344
+ maxBattleVisualSettings: {
345
+ scale: 62;
346
+ };
347
+ maxEncounterVisualSettings: {
348
+ cameraDistance: 27.5;
349
+ maxReticleSize: 14;
350
+ scale: 31;
351
+ };
352
+ maxStationVisualSettings: {
353
+ scale: 4.22;
354
+ };
355
+ },
356
+ {
357
+ averageHeightM: 21;
358
+ breadMode: "BREAD_DOUGH_MODE";
359
+ camera: {
360
+ cylinderHeightM: 1.1;
361
+ cylinderRadiusM: 1.3;
362
+ };
363
+ catchOverrideSettings: {
364
+ collisionHeadRadiusM: 0.25;
365
+ collisionRadiusM: 0.25;
366
+ };
367
+ maxBattleTrainerVisualSettings: {
368
+ xOffset: -5;
369
+ yOffset: -5;
370
+ };
371
+ maxBattleVisualSettings: {
372
+ scale: 20;
373
+ xOffset: 3;
374
+ };
375
+ maxEncounterVisualSettings: {
376
+ cameraDistance: 32.5;
377
+ maxReticleSize: 14;
378
+ scale: 10.5;
379
+ };
380
+ maxStationVisualSettings: {
381
+ scale: 1.25;
382
+ };
383
+ modelHeight: 2.57;
384
+ modelScaleV2: 0.86;
385
+ },
386
+ ];
387
+ sizeSettings: {
388
+ mLowerBound: 0.3;
389
+ mUpperBound: 0.5;
390
+ xlUpperBound: 0.6;
391
+ xsLowerBound: 0.2;
392
+ xxlUpperBound: 0.7;
393
+ xxsLowerBound: 0.196;
394
+ };
395
+ uniqueId: "PIKACHU";
396
+ }
397
+ >
398
+ >;
399
+ export type PokemonExtendedSettingsV0026PokemonRaichu = S<
400
+ PokemonExtendedSettings<
401
+ "EXTENDED_V0026_POKEMON_RAICHU",
402
+ {
403
+ breadOverrides: [
404
+ {
405
+ breadMode: "BREAD_MODE";
406
+ maxBattleVisualSettings: {
407
+ scale: 39;
408
+ };
409
+ maxEncounterVisualSettings: {
410
+ cameraDistance: 24;
411
+ maxReticleSize: 14;
412
+ scale: 15;
413
+ };
414
+ maxPowerspotTopperVisualSettings: {
415
+ scale: 1;
416
+ };
417
+ maxStationVisualSettings: {
418
+ scale: 2.9;
419
+ };
420
+ },
421
+ ];
422
+ sizeSettings: {
423
+ mLowerBound: 0.6;
424
+ mUpperBound: 1;
425
+ xlUpperBound: 1.2;
426
+ xsLowerBound: 0.4;
427
+ xxlUpperBound: 1.4;
428
+ xxsLowerBound: 0.392;
429
+ };
430
+ uniqueId: "RAICHU";
431
+ }
432
+ >
433
+ >;
434
+ export type PokemonExtendedSettingsV0052PokemonMeowth = S<
435
+ PokemonExtendedSettings<
436
+ "EXTENDED_V0052_POKEMON_MEOWTH",
437
+ {
438
+ breadOverrides: [
439
+ {
440
+ breadMode: "BREAD_MODE";
441
+ maxBattleTrainerVisualSettings: object;
442
+ maxBattleVisualSettings: {
443
+ scale: 62;
444
+ };
445
+ maxEncounterVisualSettings: {
446
+ cameraDistance: 27.5;
447
+ maxReticleSize: 14;
448
+ scale: 31;
449
+ };
450
+ maxStationVisualSettings: {
451
+ scale: 4.25;
452
+ };
453
+ },
454
+ {
455
+ averageHeightM: 33;
456
+ breadMode: "BREAD_DOUGH_MODE";
457
+ camera: {
458
+ cylinderHeightM: 3.25;
459
+ cylinderRadiusM: 1.5;
460
+ };
461
+ catchOverrideSettings: {
462
+ collisionHeadRadiusM: 0.25;
463
+ collisionRadiusM: 0.25;
464
+ };
465
+ maxBattleTrainerVisualSettings: {
466
+ xOffset: -5;
467
+ yOffset: -5;
468
+ };
469
+ maxBattleVisualSettings: {
470
+ scale: 13;
471
+ };
472
+ maxEncounterVisualSettings: {
473
+ cameraDistance: 40;
474
+ maxReticleSize: 14;
475
+ scale: 6.5;
476
+ };
477
+ maxPowerspotTopperVisualSettings: {
478
+ scale: 0.8;
479
+ };
480
+ maxStationVisualSettings: {
481
+ scale: 1;
482
+ };
483
+ modelHeight: 3.9;
484
+ modelScaleV2: 1.1;
485
+ },
486
+ ];
487
+ sizeSettings: {
488
+ mLowerBound: 0.3;
489
+ mUpperBound: 0.5;
490
+ xlUpperBound: 0.6;
491
+ xsLowerBound: 0.2;
492
+ xxlUpperBound: 0.7;
493
+ xxsLowerBound: 0.196;
494
+ };
495
+ uniqueId: "MEOWTH";
496
+ }
497
+ >
498
+ >;
499
+ export type PokemonExtendedSettingsV0058PokemonGrowlithe = S<
500
+ PokemonExtendedSettings<
501
+ "EXTENDED_V0058_POKEMON_GROWLITHE",
502
+ {
503
+ breadOverrides: [
504
+ {
505
+ breadMode: "BREAD_MODE";
506
+ maxBattleVisualSettings: {
507
+ scale: 36;
508
+ };
509
+ maxEncounterVisualSettings: {
510
+ cameraDistance: 28;
511
+ maxReticleSize: 8;
512
+ scale: 18;
513
+ };
514
+ maxStationVisualSettings: {
515
+ scale: 2.45;
516
+ };
517
+ },
518
+ ];
519
+ sizeSettings: {
520
+ mLowerBound: 0.525;
521
+ mUpperBound: 0.875;
522
+ xlUpperBound: 1.05;
523
+ xsLowerBound: 0.35;
524
+ xxlUpperBound: 1.225;
525
+ xxsLowerBound: 0.343;
526
+ };
527
+ uniqueId: "GROWLITHE";
528
+ }
529
+ >
530
+ >;
531
+ export type PokemonExtendedSettingsV0059PokemonArcanine = S<
532
+ PokemonExtendedSettings<
533
+ "EXTENDED_V0059_POKEMON_ARCANINE",
534
+ {
535
+ breadOverrides: [
536
+ {
537
+ breadMode: "BREAD_MODE";
538
+ maxBattleVisualSettings: {
539
+ scale: 16;
540
+ };
541
+ maxEncounterVisualSettings: {
542
+ cameraDistance: 35;
543
+ maxReticleSize: 10;
544
+ scale: 8;
545
+ };
546
+ maxStationVisualSettings: {
547
+ scale: 1.08;
548
+ };
549
+ },
550
+ ];
551
+ sizeSettings: {
552
+ mLowerBound: 1.425;
553
+ mUpperBound: 2.375;
554
+ xlUpperBound: 2.85;
555
+ xsLowerBound: 0.95;
556
+ xxlUpperBound: 3.325;
557
+ xxsLowerBound: 0.931;
558
+ };
559
+ uniqueId: "ARCANINE";
560
+ }
561
+ >
562
+ >;
563
+ export type PokemonExtendedSettingsV0063PokemonAbra = S<
564
+ PokemonExtendedSettings<
565
+ "EXTENDED_V0063_POKEMON_ABRA",
566
+ {
567
+ breadOverrides: [
568
+ {
569
+ breadMode: "BREAD_MODE";
570
+ maxBattleVisualSettings: {
571
+ scale: 42.04;
572
+ };
573
+ maxEncounterVisualSettings: {
574
+ cameraDistance: 35;
575
+ maxReticleSize: 12;
576
+ scale: 21.02;
577
+ };
578
+ maxStationVisualSettings: {
579
+ scale: 2.86;
580
+ };
581
+ },
582
+ ];
583
+ sizeSettings: {
584
+ mLowerBound: 0.675;
585
+ mUpperBound: 1.125;
586
+ xlUpperBound: 1.35;
587
+ xsLowerBound: 0.45;
588
+ xxlUpperBound: 1.575;
589
+ xxsLowerBound: 0.441;
590
+ };
591
+ uniqueId: "ABRA";
592
+ }
593
+ >
594
+ >;
595
+ export type PokemonExtendedSettingsV0064PokemonKadabra = S<
596
+ PokemonExtendedSettings<
597
+ "EXTENDED_V0064_POKEMON_KADABRA",
598
+ {
599
+ breadOverrides: [
600
+ {
601
+ breadMode: "BREAD_MODE";
602
+ maxBattleVisualSettings: {
603
+ scale: 26.36;
604
+ };
605
+ maxEncounterVisualSettings: {
606
+ cameraDistance: 30;
607
+ maxReticleSize: 12;
608
+ scale: 13.18;
609
+ };
610
+ maxStationVisualSettings: {
611
+ scale: 1.79;
612
+ };
613
+ },
614
+ ];
615
+ sizeSettings: {
616
+ mLowerBound: 0.975;
617
+ mUpperBound: 1.625;
618
+ xlUpperBound: 1.95;
619
+ xsLowerBound: 0.65;
620
+ xxlUpperBound: 2.275;
621
+ xxsLowerBound: 0.637;
622
+ };
623
+ uniqueId: "KADABRA";
624
+ }
625
+ >
626
+ >;
627
+ export type PokemonExtendedSettingsV0066PokemonMachop = S<
628
+ PokemonExtendedSettings<
629
+ "EXTENDED_V0066_POKEMON_MACHOP",
630
+ {
631
+ breadOverrides: [
632
+ {
633
+ breadMode: "BREAD_MODE";
634
+ maxBattleVisualSettings: {
635
+ scale: 40.46;
636
+ };
637
+ maxEncounterVisualSettings: {
638
+ cameraDistance: 28.5;
639
+ maxReticleSize: 14;
640
+ scale: 20.23;
641
+ };
642
+ maxStationVisualSettings: {
643
+ scale: 2.75;
644
+ };
645
+ },
646
+ ];
647
+ sizeSettings: {
648
+ mLowerBound: 0.6;
649
+ mUpperBound: 1;
650
+ xlUpperBound: 1.2;
651
+ xsLowerBound: 0.4;
652
+ xxlUpperBound: 1.4;
653
+ xxsLowerBound: 0.392;
654
+ };
655
+ uniqueId: "MACHOP";
656
+ }
657
+ >
658
+ >;
659
+ export type PokemonExtendedSettingsV0067PokemonMachoke = S<
660
+ PokemonExtendedSettings<
661
+ "EXTENDED_V0067_POKEMON_MACHOKE",
662
+ {
663
+ breadOverrides: [
664
+ {
665
+ breadMode: "BREAD_MODE";
666
+ maxBattleVisualSettings: {
667
+ scale: 25.844;
668
+ };
669
+ maxEncounterVisualSettings: {
670
+ cameraDistance: 30;
671
+ maxReticleSize: 14;
672
+ scale: 12.922;
673
+ };
674
+ maxStationVisualSettings: {
675
+ scale: 1.75;
676
+ };
677
+ },
678
+ ];
679
+ sizeSettings: {
680
+ mLowerBound: 1.125;
681
+ mUpperBound: 1.875;
682
+ xlUpperBound: 2.25;
683
+ xsLowerBound: 0.75;
684
+ xxlUpperBound: 2.625;
685
+ xxsLowerBound: 0.735;
686
+ };
687
+ uniqueId: "MACHOKE";
688
+ }
689
+ >
690
+ >;
691
+ export type PokemonExtendedSettingsV0068PokemonMachamp = S<
692
+ PokemonExtendedSettings<
693
+ "EXTENDED_V0068_POKEMON_MACHAMP",
694
+ {
695
+ breadOverrides: [
696
+ {
697
+ breadMode: "BREAD_MODE";
698
+ maxBattleVisualSettings: {
699
+ scale: 24.122;
700
+ };
701
+ maxEncounterVisualSettings: {
702
+ cameraDistance: 32.5;
703
+ maxReticleSize: 14;
704
+ scale: 12.06;
705
+ };
706
+ maxStationVisualSettings: {
707
+ scale: 1.64;
708
+ };
709
+ },
710
+ {
711
+ averageHeightM: 25;
712
+ breadMode: "BREAD_DOUGH_MODE";
713
+ camera: {
714
+ cylinderHeightM: 2.55;
715
+ cylinderRadiusM: 1.5;
716
+ };
717
+ catchOverrideSettings: {
718
+ collisionHeadRadiusM: 0.1335;
719
+ collisionHeightM: 1.246;
720
+ collisionRadiusM: 1;
721
+ };
722
+ maxBattleVisualSettings: {
723
+ scale: 17.5;
724
+ yOffset: -6;
725
+ };
726
+ maxEncounterVisualSettings: {
727
+ cameraDistance: 24;
728
+ maxReticleSize: 10;
729
+ scale: 5.672;
730
+ };
731
+ maxPowerspotTopperVisualSettings: {
732
+ scale: 0.68;
733
+ };
734
+ maxStationVisualSettings: {
735
+ scale: 1;
736
+ };
737
+ modelHeight: 2.57;
738
+ modelScaleV2: 0.86;
739
+ },
740
+ ];
741
+ sizeSettings: {
742
+ mLowerBound: 1.2;
743
+ mUpperBound: 2;
744
+ xlUpperBound: 2.4;
745
+ xsLowerBound: 0.8;
746
+ xxlUpperBound: 2.8;
747
+ xxsLowerBound: 0.784;
748
+ };
749
+ uniqueId: "MACHAMP";
750
+ }
751
+ >
752
+ >;
753
+ export type PokemonExtendedSettingsV0092PokemonGastly = S<
754
+ PokemonExtendedSettings<
755
+ "EXTENDED_V0092_POKEMON_GASTLY",
756
+ {
757
+ breadOverrides: [
758
+ {
759
+ breadMode: "BREAD_MODE";
760
+ maxBattleTrainerVisualSettings: {
761
+ xOffset: -5;
762
+ };
763
+ maxBattleVisualSettings: {
764
+ scale: 29.38;
765
+ };
766
+ maxEncounterVisualSettings: {
767
+ cameraDistance: 30;
768
+ maxReticleSize: 14;
769
+ scale: 14.69;
770
+ };
771
+ maxStationVisualSettings: {
772
+ scale: 2;
773
+ };
774
+ },
775
+ ];
776
+ sizeSettings: {
777
+ mLowerBound: 0.975;
778
+ mUpperBound: 1.625;
779
+ xlUpperBound: 1.95;
780
+ xsLowerBound: 0.65;
781
+ xxlUpperBound: 2.6;
782
+ xxsLowerBound: 0.637;
783
+ };
784
+ uniqueId: "GASTLY";
785
+ }
786
+ >
787
+ >;
788
+ export type PokemonExtendedSettingsV0093PokemonHaunter = S<
789
+ PokemonExtendedSettings<
790
+ "EXTENDED_V0093_POKEMON_HAUNTER",
791
+ {
792
+ breadOverrides: [
793
+ {
794
+ breadMode: "BREAD_MODE";
795
+ maxBattleVisualSettings: {
796
+ scale: 19.51;
797
+ };
798
+ maxEncounterVisualSettings: {
799
+ cameraDistance: 38.74;
800
+ maxReticleSize: 14;
801
+ scale: 9.76;
802
+ };
803
+ maxStationVisualSettings: {
804
+ scale: 1.33;
805
+ };
806
+ },
807
+ ];
808
+ sizeSettings: {
809
+ mLowerBound: 1.2;
810
+ mUpperBound: 2;
811
+ xlUpperBound: 2.4;
812
+ xsLowerBound: 0.8;
813
+ xxlUpperBound: 3.2;
814
+ xxsLowerBound: 0.784;
815
+ };
816
+ uniqueId: "HAUNTER";
817
+ }
818
+ >
819
+ >;
820
+ export type PokemonExtendedSettingsV0098PokemonKrabby = S<
821
+ PokemonExtendedSettings<
822
+ "EXTENDED_V0098_POKEMON_KRABBY",
823
+ {
824
+ breadOverrides: [
825
+ {
826
+ breadMode: "BREAD_MODE";
827
+ maxBattleVisualSettings: {
828
+ scale: 37.55;
829
+ };
830
+ maxEncounterVisualSettings: {
831
+ cameraDistance: 30;
832
+ maxReticleSize: 14;
833
+ scale: 18.775;
834
+ };
835
+ maxStationVisualSettings: {
836
+ scale: 2.55;
837
+ };
838
+ },
839
+ ];
840
+ sizeSettings: {
841
+ mLowerBound: 0.3;
842
+ mUpperBound: 0.5;
843
+ xlUpperBound: 0.6;
844
+ xsLowerBound: 0.2;
845
+ xxlUpperBound: 0.7;
846
+ xxsLowerBound: 0.196;
847
+ };
848
+ uniqueId: "KRABBY";
849
+ }
850
+ >
851
+ >;
852
+ export type PokemonExtendedSettingsV0099PokemonKingler = S<
853
+ PokemonExtendedSettings<
854
+ "EXTENDED_V0099_POKEMON_KINGLER",
855
+ {
856
+ breadOverrides: [
857
+ {
858
+ breadMode: "BREAD_MODE";
859
+ maxBattleVisualSettings: {
860
+ scale: 25;
861
+ };
862
+ maxEncounterVisualSettings: {
863
+ cameraDistance: 35;
864
+ maxReticleSize: 14;
865
+ scale: 12.5;
866
+ };
867
+ maxStationVisualSettings: {
868
+ scale: 1.7;
869
+ };
870
+ },
871
+ {
872
+ averageHeightM: 19;
873
+ breadMode: "BREAD_DOUGH_MODE";
874
+ camera: {
875
+ cylinderHeightM: 1.7;
876
+ cylinderRadiusM: 1.1;
877
+ };
878
+ maxBattleVisualSettings: {
879
+ scale: 22.19;
880
+ };
881
+ maxEncounterVisualSettings: {
882
+ cameraDistance: 35;
883
+ maxReticleSize: 14;
884
+ scale: 11.1;
885
+ };
886
+ maxStationVisualSettings: {
887
+ scale: 1.51;
888
+ };
889
+ modelHeight: 1.7;
890
+ modelScaleV2: 1;
891
+ },
892
+ ];
893
+ sizeSettings: {
894
+ mLowerBound: 0.975;
895
+ mUpperBound: 1.625;
896
+ xlUpperBound: 1.95;
897
+ xsLowerBound: 0.65;
898
+ xxlUpperBound: 2.6;
899
+ xxsLowerBound: 0.637;
900
+ };
901
+ uniqueId: "KINGLER";
902
+ }
903
+ >
904
+ >;
905
+ export type PokemonExtendedSettingsV0106PokemonHitmonlee = S<
906
+ PokemonExtendedSettings<
907
+ "EXTENDED_V0106_POKEMON_HITMONLEE",
908
+ {
909
+ breadOverrides: [
910
+ {
911
+ breadMode: "BREAD_MODE";
912
+ maxBattleTrainerVisualSettings: {
913
+ xOffset: -10;
914
+ };
915
+ maxBattleVisualSettings: {
916
+ scale: 25.12;
917
+ };
918
+ maxEncounterVisualSettings: {
919
+ cameraDistance: 32;
920
+ maxReticleSize: 14;
921
+ scale: 12.56;
922
+ };
923
+ maxStationVisualSettings: {
924
+ scale: 1.71;
925
+ };
926
+ },
927
+ ];
928
+ sizeSettings: {
929
+ mLowerBound: 1.125;
930
+ mUpperBound: 1.875;
931
+ xlUpperBound: 2.25;
932
+ xsLowerBound: 0.75;
933
+ xxlUpperBound: 2.325;
934
+ xxsLowerBound: 0.735;
935
+ };
936
+ uniqueId: "HITMONLEE";
937
+ }
938
+ >
939
+ >;
940
+ export type PokemonExtendedSettingsV0107PokemonHitmonchan = S<
941
+ PokemonExtendedSettings<
942
+ "EXTENDED_V0107_POKEMON_HITMONCHAN",
943
+ {
944
+ breadOverrides: [
945
+ {
946
+ breadMode: "BREAD_MODE";
947
+ maxBattleTrainerVisualSettings: {
948
+ xOffset: -10;
949
+ };
950
+ maxBattleVisualSettings: {
951
+ scale: 30.06;
952
+ };
953
+ maxEncounterVisualSettings: {
954
+ cameraDistance: 32;
955
+ maxReticleSize: 14;
956
+ scale: 15.03;
957
+ };
958
+ maxStationVisualSettings: {
959
+ scale: 2.04;
960
+ };
961
+ },
962
+ ];
963
+ sizeSettings: {
964
+ mLowerBound: 1.05;
965
+ mUpperBound: 1.75;
966
+ xlUpperBound: 2.1;
967
+ xsLowerBound: 0.7;
968
+ xxlUpperBound: 2.17;
969
+ xxsLowerBound: 0.686;
970
+ };
971
+ uniqueId: "HITMONCHAN";
972
+ }
973
+ >
974
+ >;
975
+ export type PokemonExtendedSettingsV0113PokemonChansey = S<
976
+ PokemonExtendedSettings<
977
+ "EXTENDED_V0113_POKEMON_CHANSEY",
978
+ {
979
+ breadOverrides: [
980
+ {
981
+ breadMode: "BREAD_MODE";
982
+ maxBattleVisualSettings: {
983
+ scale: 31.15;
984
+ };
985
+ maxEncounterVisualSettings: {
986
+ cameraDistance: 32.5;
987
+ maxReticleSize: 14;
988
+ scale: 15.58;
989
+ };
990
+ maxStationVisualSettings: {
991
+ scale: 2.12;
992
+ };
993
+ },
994
+ ];
995
+ sizeSettings: {
996
+ mLowerBound: 0.825;
997
+ mUpperBound: 1.375;
998
+ xlUpperBound: 1.65;
999
+ xsLowerBound: 0.55;
1000
+ xxlUpperBound: 1.925;
1001
+ xxsLowerBound: 0.539;
1002
+ };
1003
+ uniqueId: "CHANSEY";
1004
+ }
1005
+ >
1006
+ >;
1007
+ export type PokemonExtendedSettingsV0131PokemonLapras = S<
1008
+ PokemonExtendedSettings<
1009
+ "EXTENDED_V0131_POKEMON_LAPRAS",
1010
+ {
1011
+ breadOverrides: [
1012
+ {
1013
+ breadMode: "BREAD_MODE";
1014
+ maxBattleVisualSettings: {
1015
+ scale: 26;
1016
+ };
1017
+ maxEncounterVisualSettings: {
1018
+ cameraDistance: 35;
1019
+ maxReticleSize: 14;
1020
+ scale: 13;
1021
+ };
1022
+ maxStationVisualSettings: {
1023
+ scale: 10;
1024
+ };
1025
+ },
1026
+ {
1027
+ averageHeightM: 24;
1028
+ averageWeightKg: 23.833;
1029
+ breadMode: "BREAD_DOUGH_MODE";
1030
+ camera: {
1031
+ cylinderHeightM: 2.05;
1032
+ cylinderRadiusM: 1.35;
1033
+ };
1034
+ maxBattleVisualSettings: {
1035
+ scale: 14.94;
1036
+ };
1037
+ maxEncounterVisualSettings: {
1038
+ cameraDistance: 30;
1039
+ maxReticleSize: 14;
1040
+ scale: 7.47;
1041
+ };
1042
+ maxStationVisualSettings: {
1043
+ scale: 1.02;
1044
+ };
1045
+ modelHeight: 2.57;
1046
+ modelScaleV2: 0.86;
1047
+ sizeSettings: {
1048
+ mLowerBound: 25.125;
1049
+ mUpperBound: 25.55;
1050
+ xlUpperBound: 25.975;
1051
+ xsLowerBound: 24.275;
1052
+ xxsLowerBound: 23.85;
1053
+ };
1054
+ },
1055
+ ];
1056
+ sizeSettings: {
1057
+ mLowerBound: 1.875;
1058
+ mUpperBound: 3.125;
1059
+ xlUpperBound: 3.75;
1060
+ xsLowerBound: 1.25;
1061
+ xxlUpperBound: 4.375;
1062
+ xxsLowerBound: 1.225;
1063
+ };
1064
+ uniqueId: "LAPRAS";
1065
+ }
1066
+ >
1067
+ >;
1068
+ export type PokemonExtendedSettingsV0133PokemonEevee = S<
1069
+ PokemonExtendedSettings<
1070
+ "EXTENDED_V0133_POKEMON_EEVEE",
1071
+ {
1072
+ breadOverrides: [
1073
+ {
1074
+ breadMode: "BREAD_MODE";
1075
+ maxBattleVisualSettings: {
1076
+ scale: 78.4;
1077
+ };
1078
+ maxEncounterVisualSettings: {
1079
+ cameraDistance: 30;
1080
+ maxReticleSize: 12;
1081
+ scale: 39.2;
1082
+ };
1083
+ maxStationVisualSettings: {
1084
+ scale: 5.33;
1085
+ };
1086
+ },
1087
+ ];
1088
+ sizeSettings: {
1089
+ mLowerBound: 0.225;
1090
+ mUpperBound: 0.375;
1091
+ xlUpperBound: 0.45;
1092
+ xsLowerBound: 0.15;
1093
+ xxlUpperBound: 0.525;
1094
+ xxsLowerBound: 0.147;
1095
+ };
1096
+ uniqueId: "EEVEE";
1097
+ }
1098
+ >
1099
+ >;
1100
+ export type PokemonExtendedSettingsV0134PokemonVaporeon = S<
1101
+ PokemonExtendedSettings<
1102
+ "EXTENDED_V0134_POKEMON_VAPOREON",
1103
+ {
1104
+ breadOverrides: [
1105
+ {
1106
+ breadMode: "BREAD_MODE";
1107
+ maxBattleTrainerVisualSettings: {
1108
+ xOffset: 2;
1109
+ };
1110
+ maxBattleVisualSettings: {
1111
+ scale: 37;
1112
+ };
1113
+ maxEncounterVisualSettings: {
1114
+ cameraDistance: 30;
1115
+ maxReticleSize: 12;
1116
+ scale: 18;
1117
+ };
1118
+ maxPowerspotTopperVisualSettings: {
1119
+ scale: 1;
1120
+ };
1121
+ maxStationVisualSettings: {
1122
+ scale: 2.62;
1123
+ };
1124
+ },
1125
+ ];
1126
+ sizeSettings: {
1127
+ mLowerBound: 0.75;
1128
+ mUpperBound: 1.25;
1129
+ xlUpperBound: 1.5;
1130
+ xsLowerBound: 0.5;
1131
+ xxlUpperBound: 1.55;
1132
+ xxsLowerBound: 0.49;
1133
+ };
1134
+ uniqueId: "VAPOREON";
1135
+ }
1136
+ >
1137
+ >;
1138
+ export type PokemonExtendedSettingsV0135PokemonJolteon = S<
1139
+ PokemonExtendedSettings<
1140
+ "EXTENDED_V0135_POKEMON_JOLTEON",
1141
+ {
1142
+ breadOverrides: [
1143
+ {
1144
+ breadMode: "BREAD_MODE";
1145
+ maxBattleVisualSettings: {
1146
+ scale: 40.46;
1147
+ xOffset: 2;
1148
+ };
1149
+ maxEncounterVisualSettings: {
1150
+ cameraDistance: 30;
1151
+ maxReticleSize: 12;
1152
+ scale: 20.23;
1153
+ };
1154
+ maxPowerspotTopperVisualSettings: {
1155
+ scale: 1;
1156
+ };
1157
+ maxStationVisualSettings: {
1158
+ scale: 2.75;
1159
+ };
1160
+ },
1161
+ ];
1162
+ sizeSettings: {
1163
+ mLowerBound: 0.6;
1164
+ mUpperBound: 1;
1165
+ xlUpperBound: 1.2;
1166
+ xsLowerBound: 0.4;
1167
+ xxlUpperBound: 1.24;
1168
+ xxsLowerBound: 0.392;
1169
+ };
1170
+ uniqueId: "JOLTEON";
1171
+ }
1172
+ >
1173
+ >;
1174
+ export type PokemonExtendedSettingsV0136PokemonFlareon = S<
1175
+ PokemonExtendedSettings<
1176
+ "EXTENDED_V0136_POKEMON_FLAREON",
1177
+ {
1178
+ breadOverrides: [
1179
+ {
1180
+ breadMode: "BREAD_MODE";
1181
+ maxBattleTrainerVisualSettings: {
1182
+ xOffset: -5;
1183
+ };
1184
+ maxBattleVisualSettings: {
1185
+ scale: 26.99;
1186
+ };
1187
+ maxEncounterVisualSettings: {
1188
+ cameraDistance: 26;
1189
+ maxReticleSize: 12;
1190
+ scale: 13.5;
1191
+ };
1192
+ maxPowerspotTopperVisualSettings: {
1193
+ scale: 1;
1194
+ };
1195
+ maxStationVisualSettings: {
1196
+ scale: 2.4;
1197
+ };
1198
+ },
1199
+ ];
1200
+ sizeSettings: {
1201
+ mLowerBound: 0.675;
1202
+ mUpperBound: 1.125;
1203
+ xlUpperBound: 1.35;
1204
+ xsLowerBound: 0.45;
1205
+ xxlUpperBound: 1.395;
1206
+ xxsLowerBound: 0.441;
1207
+ };
1208
+ uniqueId: "FLAREON";
1209
+ }
1210
+ >
1211
+ >;
1212
+ export type PokemonExtendedSettingsV0138PokemonOmanyte = S<
1213
+ PokemonExtendedSettings<
1214
+ "EXTENDED_V0138_POKEMON_OMANYTE",
1215
+ {
1216
+ breadOverrides: [
1217
+ {
1218
+ breadMode: "BREAD_MODE";
1219
+ maxBattleVisualSettings: {
1220
+ scale: 62.72;
1221
+ };
1222
+ maxEncounterVisualSettings: {
1223
+ cameraDistance: 27;
1224
+ maxReticleSize: 12;
1225
+ scale: 31.36;
1226
+ };
1227
+ maxStationVisualSettings: {
1228
+ scale: 4.27;
1229
+ };
1230
+ },
1231
+ ];
1232
+ sizeSettings: {
1233
+ mLowerBound: 0.3;
1234
+ mUpperBound: 0.5;
1235
+ xlUpperBound: 0.6;
1236
+ xsLowerBound: 0.2;
1237
+ xxlUpperBound: 0.8;
1238
+ xxsLowerBound: 0.196;
1239
+ };
1240
+ uniqueId: "OMANYTE";
1241
+ }
1242
+ >
1243
+ >;
1244
+ export type PokemonExtendedSettingsV0139PokemonOmastar = S<
1245
+ PokemonExtendedSettings<
1246
+ "EXTENDED_V0139_POKEMON_OMASTAR",
1247
+ {
1248
+ breadOverrides: [
1249
+ {
1250
+ breadMode: "BREAD_MODE";
1251
+ maxBattleVisualSettings: {
1252
+ scale: 34.27;
1253
+ };
1254
+ maxEncounterVisualSettings: {
1255
+ cameraDistance: 30;
1256
+ maxReticleSize: 12;
1257
+ scale: 17.14;
1258
+ };
1259
+ maxStationVisualSettings: {
1260
+ scale: 2.33;
1261
+ };
1262
+ },
1263
+ ];
1264
+ sizeSettings: {
1265
+ mLowerBound: 0.75;
1266
+ mUpperBound: 1.25;
1267
+ xlUpperBound: 1.5;
1268
+ xsLowerBound: 0.5;
1269
+ xxlUpperBound: 2;
1270
+ xxsLowerBound: 0.49;
1271
+ };
1272
+ uniqueId: "OMASTAR";
1273
+ }
1274
+ >
1275
+ >;
1276
+ export type PokemonExtendedSettingsV0140PokemonKabuto = S<
1277
+ PokemonExtendedSettings<
1278
+ "EXTENDED_V0140_POKEMON_KABUTO",
1279
+ {
1280
+ breadOverrides: [
1281
+ {
1282
+ breadMode: "BREAD_MODE";
1283
+ maxBattleTrainerVisualSettings: {
1284
+ xOffset: -5;
1285
+ };
1286
+ maxBattleVisualSettings: {
1287
+ scale: 50.18;
1288
+ };
1289
+ maxEncounterVisualSettings: {
1290
+ cameraDistance: 23;
1291
+ maxReticleSize: 12;
1292
+ scale: 25.09;
1293
+ };
1294
+ maxStationVisualSettings: {
1295
+ scale: 3.41;
1296
+ };
1297
+ },
1298
+ ];
1299
+ sizeSettings: {
1300
+ mLowerBound: 0.375;
1301
+ mUpperBound: 0.625;
1302
+ xlUpperBound: 0.75;
1303
+ xsLowerBound: 0.25;
1304
+ xxlUpperBound: 1;
1305
+ xxsLowerBound: 0.245;
1306
+ };
1307
+ uniqueId: "KABUTO";
1308
+ }
1309
+ >
1310
+ >;
1311
+ export type PokemonExtendedSettingsV0141PokemonKabutops = S<
1312
+ PokemonExtendedSettings<
1313
+ "EXTENDED_V0141_POKEMON_KABUTOPS",
1314
+ {
1315
+ breadOverrides: [
1316
+ {
1317
+ breadMode: "BREAD_MODE";
1318
+ maxBattleTrainerVisualSettings: {
1319
+ xOffset: -10;
1320
+ };
1321
+ maxBattleVisualSettings: {
1322
+ scale: 27.14;
1323
+ };
1324
+ maxEncounterVisualSettings: {
1325
+ cameraDistance: 25;
1326
+ maxReticleSize: 12;
1327
+ scale: 13.71;
1328
+ };
1329
+ maxStationVisualSettings: {
1330
+ scale: 1.86;
1331
+ };
1332
+ },
1333
+ ];
1334
+ sizeSettings: {
1335
+ mLowerBound: 0.975;
1336
+ mUpperBound: 1.625;
1337
+ xlUpperBound: 1.95;
1338
+ xsLowerBound: 0.65;
1339
+ xxlUpperBound: 2.6;
1340
+ xxsLowerBound: 0.637;
1341
+ };
1342
+ uniqueId: "KABUTOPS";
1343
+ }
1344
+ >
1345
+ >;
1346
+ export type PokemonExtendedSettingsV0143PokemonSnorlax = S<
1347
+ PokemonExtendedSettings<
1348
+ "EXTENDED_V0143_POKEMON_SNORLAX",
1349
+ {
1350
+ breadOverrides: [
1351
+ {
1352
+ breadMode: "BREAD_MODE";
1353
+ maxBattleVisualSettings: object;
1354
+ maxEncounterVisualSettings: object;
1355
+ maxStationVisualSettings: object;
1356
+ },
1357
+ {
1358
+ averageHeightM: 35;
1359
+ breadMode: "BREAD_DOUGH_MODE";
1360
+ camera: {
1361
+ cylinderHeightM: 2.65;
1362
+ cylinderRadiusM: 1.65;
1363
+ };
1364
+ catchOverrideSettings: {
1365
+ collisionHeadRadiusM: 0.74;
1366
+ collisionHeightM: 1.11;
1367
+ collisionRadiusM: 1.4;
1368
+ };
1369
+ maxBattleVisualSettings: {
1370
+ scale: 16.5;
1371
+ };
1372
+ maxEncounterVisualSettings: {
1373
+ cameraDistance: 22.75;
1374
+ maxReticleSize: 14;
1375
+ scale: 5;
1376
+ };
1377
+ maxStationVisualSettings: {
1378
+ scale: 1.1;
1379
+ };
1380
+ modelHeight: 2.57;
1381
+ modelScaleV2: 0.86;
1382
+ },
1383
+ ];
1384
+ sizeSettings: {
1385
+ mLowerBound: 1.575;
1386
+ mUpperBound: 2.625;
1387
+ xlUpperBound: 3.15;
1388
+ xsLowerBound: 1.05;
1389
+ xxlUpperBound: 3.675;
1390
+ xxsLowerBound: 1.029;
1391
+ };
1392
+ uniqueId: "SNORLAX";
1393
+ }
1394
+ >
1395
+ >;
1396
+ export type PokemonExtendedSettingsV0144PokemonArticuno = S<
1397
+ PokemonExtendedSettings<
1398
+ "EXTENDED_V0144_POKEMON_ARTICUNO",
1399
+ {
1400
+ breadOverrides: [
1401
+ {
1402
+ breadMode: "BREAD_MODE";
1403
+ maxBattleVisualSettings: {
1404
+ scale: 17.23;
1405
+ };
1406
+ maxEncounterVisualSettings: {
1407
+ cameraDistance: 30;
1408
+ maxReticleSize: 14;
1409
+ scale: 8.62;
1410
+ };
1411
+ maxStationVisualSettings: {
1412
+ scale: 1;
1413
+ };
1414
+ },
1415
+ ];
1416
+ sizeSettings: {
1417
+ mLowerBound: 1.275;
1418
+ mUpperBound: 2.125;
1419
+ xlUpperBound: 2.55;
1420
+ xsLowerBound: 0.85;
1421
+ xxlUpperBound: 2.975;
1422
+ xxsLowerBound: 0.833;
1423
+ };
1424
+ uniqueId: "ARTICUNO";
1425
+ }
1426
+ >
1427
+ >;
1428
+ export type PokemonExtendedSettingsV0145PokemonZapdos = S<
1429
+ PokemonExtendedSettings<
1430
+ "EXTENDED_V0145_POKEMON_ZAPDOS",
1431
+ {
1432
+ breadOverrides: [
1433
+ {
1434
+ breadMode: "BREAD_MODE";
1435
+ maxBattleVisualSettings: {
1436
+ scale: 18.98;
1437
+ };
1438
+ maxEncounterVisualSettings: {
1439
+ cameraDistance: 30;
1440
+ maxReticleSize: 14;
1441
+ scale: 9.49;
1442
+ };
1443
+ maxStationVisualSettings: {
1444
+ scale: 1;
1445
+ };
1446
+ },
1447
+ ];
1448
+ sizeSettings: {
1449
+ mLowerBound: 1.2;
1450
+ mUpperBound: 2;
1451
+ xlUpperBound: 2.4;
1452
+ xsLowerBound: 0.8;
1453
+ xxlUpperBound: 2.8;
1454
+ xxsLowerBound: 0.784;
1455
+ };
1456
+ uniqueId: "ZAPDOS";
1457
+ }
1458
+ >
1459
+ >;
1460
+ export type PokemonExtendedSettingsV0146PokemonMoltres = S<
1461
+ PokemonExtendedSettings<
1462
+ "EXTENDED_V0146_POKEMON_MOLTRES",
1463
+ {
1464
+ breadOverrides: [
1465
+ {
1466
+ breadMode: "BREAD_MODE";
1467
+ maxBattleVisualSettings: {
1468
+ scale: 14.94;
1469
+ };
1470
+ maxEncounterVisualSettings: {
1471
+ cameraDistance: 30;
1472
+ maxReticleSize: 14;
1473
+ scale: 7.47;
1474
+ };
1475
+ maxStationVisualSettings: {
1476
+ scale: 0.8;
1477
+ };
1478
+ },
1479
+ ];
1480
+ sizeSettings: {
1481
+ mLowerBound: 1.5;
1482
+ mUpperBound: 2.5;
1483
+ xlUpperBound: 3;
1484
+ xsLowerBound: 1;
1485
+ xxlUpperBound: 3.5;
1486
+ xxsLowerBound: 0.98;
1487
+ };
1488
+ uniqueId: "MOLTRES";
1489
+ }
1490
+ >
1491
+ >;
1492
+ export type PokemonExtendedSettingsV0196PokemonEspeon = S<
1493
+ PokemonExtendedSettings<
1494
+ "EXTENDED_V0196_POKEMON_ESPEON",
1495
+ {
1496
+ breadOverrides: [
1497
+ {
1498
+ breadMode: "BREAD_MODE";
1499
+ maxBattleVisualSettings: {
1500
+ scale: 42.59;
1501
+ };
1502
+ maxEncounterVisualSettings: {
1503
+ cameraDistance: 30;
1504
+ maxReticleSize: 12;
1505
+ scale: 21.3;
1506
+ };
1507
+ maxStationVisualSettings: {
1508
+ scale: 2.9;
1509
+ };
1510
+ },
1511
+ ];
1512
+ sizeSettings: {
1513
+ mLowerBound: 0.6675;
1514
+ mUpperBound: 1.1125;
1515
+ xlUpperBound: 1.335;
1516
+ xsLowerBound: 0.445;
1517
+ xxlUpperBound: 1.3795;
1518
+ xxsLowerBound: 0.4361;
1519
+ };
1520
+ uniqueId: "ESPEON";
1521
+ }
1522
+ >
1523
+ >;
1524
+ export type PokemonExtendedSettingsV0197PokemonUmbreon = S<
1525
+ PokemonExtendedSettings<
1526
+ "EXTENDED_V0197_POKEMON_UMBREON",
1527
+ {
1528
+ breadOverrides: [
1529
+ {
1530
+ breadMode: "BREAD_MODE";
1531
+ maxBattleVisualSettings: {
1532
+ scale: 34.27;
1533
+ };
1534
+ maxEncounterVisualSettings: {
1535
+ cameraDistance: 30;
1536
+ maxReticleSize: 12;
1537
+ scale: 17.14;
1538
+ };
1539
+ maxStationVisualSettings: {
1540
+ scale: 2.33;
1541
+ };
1542
+ },
1543
+ ];
1544
+ sizeSettings: {
1545
+ mLowerBound: 0.7425;
1546
+ mUpperBound: 1.2375;
1547
+ xlUpperBound: 1.485;
1548
+ xsLowerBound: 0.495;
1549
+ xxlUpperBound: 1.5345;
1550
+ xxsLowerBound: 0.4851;
1551
+ };
1552
+ uniqueId: "UMBREON";
1553
+ }
1554
+ >
1555
+ >;
1556
+ export type PokemonExtendedSettingsV0213PokemonShuckle = S<
1557
+ PokemonExtendedSettings<
1558
+ "EXTENDED_V0213_POKEMON_SHUCKLE",
1559
+ {
1560
+ breadOverrides: [
1561
+ {
1562
+ breadMode: "BREAD_MODE";
1563
+ maxBattleVisualSettings: {
1564
+ scale: 44.42;
1565
+ };
1566
+ maxEncounterVisualSettings: {
1567
+ cameraDistance: 30;
1568
+ maxReticleSize: 14;
1569
+ scale: 22.21;
1570
+ };
1571
+ maxStationVisualSettings: {
1572
+ scale: 3.02;
1573
+ };
1574
+ },
1575
+ ];
1576
+ sizeSettings: {
1577
+ mLowerBound: 0.4575;
1578
+ mUpperBound: 0.7625;
1579
+ xlUpperBound: 0.915;
1580
+ xsLowerBound: 0.305;
1581
+ xxlUpperBound: 1.0675;
1582
+ xxsLowerBound: 0.2989;
1583
+ };
1584
+ uniqueId: "SHUCKLE";
1585
+ }
1586
+ >
1587
+ >;
1588
+ export type PokemonExtendedSettingsV0242PokemonBlissey = S<
1589
+ PokemonExtendedSettings<
1590
+ "EXTENDED_V0242_POKEMON_BLISSEY",
1591
+ {
1592
+ breadOverrides: [
1593
+ {
1594
+ breadMode: "BREAD_MODE";
1595
+ maxBattleVisualSettings: {
1596
+ scale: 24.12;
1597
+ };
1598
+ maxEncounterVisualSettings: {
1599
+ cameraDistance: 32.5;
1600
+ maxReticleSize: 14;
1601
+ scale: 12.06;
1602
+ };
1603
+ maxStationVisualSettings: {
1604
+ scale: 1;
1605
+ };
1606
+ },
1607
+ ];
1608
+ sizeSettings: {
1609
+ mLowerBound: 1.125;
1610
+ mUpperBound: 1.875;
1611
+ xlUpperBound: 2.25;
1612
+ xsLowerBound: 0.75;
1613
+ xxlUpperBound: 2.625;
1614
+ xxsLowerBound: 0.735;
1615
+ };
1616
+ uniqueId: "BLISSEY";
1617
+ }
1618
+ >
1619
+ >;
1620
+ export type PokemonExtendedSettingsV0243PokemonRaikou = S<
1621
+ PokemonExtendedSettings<
1622
+ "EXTENDED_V0243_POKEMON_RAIKOU",
1623
+ {
1624
+ breadOverrides: [
1625
+ {
1626
+ breadMode: "BREAD_MODE";
1627
+ maxBattleVisualSettings: {
1628
+ scale: 20.1;
1629
+ };
1630
+ maxEncounterVisualSettings: {
1631
+ cameraDistance: 30;
1632
+ maxReticleSize: 14;
1633
+ scale: 10.05;
1634
+ };
1635
+ maxStationVisualSettings: {
1636
+ scale: 1;
1637
+ };
1638
+ },
1639
+ ];
1640
+ sizeSettings: {
1641
+ mLowerBound: 1.4325;
1642
+ mUpperBound: 2.3875;
1643
+ xlUpperBound: 2.865;
1644
+ xsLowerBound: 0.955;
1645
+ xxlUpperBound: 3.3425;
1646
+ xxsLowerBound: 0.9359;
1647
+ };
1648
+ uniqueId: "RAIKOU";
1649
+ }
1650
+ >
1651
+ >;
1652
+ export type PokemonExtendedSettingsV0244PokemonEntei = S<
1653
+ PokemonExtendedSettings<
1654
+ "EXTENDED_V0244_POKEMON_ENTEI",
1655
+ {
1656
+ breadOverrides: [
1657
+ {
1658
+ breadMode: "BREAD_MODE";
1659
+ maxBattleVisualSettings: {
1660
+ scale: 18.13;
1661
+ };
1662
+ maxEncounterVisualSettings: {
1663
+ cameraDistance: 30;
1664
+ maxReticleSize: 14;
1665
+ scale: 9.07;
1666
+ };
1667
+ maxStationVisualSettings: {
1668
+ scale: 1;
1669
+ };
1670
+ },
1671
+ ];
1672
+ sizeSettings: {
1673
+ mLowerBound: 1.5825;
1674
+ mUpperBound: 2.6375;
1675
+ xlUpperBound: 3.165;
1676
+ xsLowerBound: 1.055;
1677
+ xxlUpperBound: 3.6925;
1678
+ xxsLowerBound: 1.0339;
1679
+ };
1680
+ uniqueId: "ENTEI";
1681
+ }
1682
+ >
1683
+ >;
1684
+ export type PokemonExtendedSettingsV0245PokemonSuicune = S<
1685
+ PokemonExtendedSettings<
1686
+ "EXTENDED_V0245_POKEMON_SUICUNE",
1687
+ {
1688
+ breadOverrides: [
1689
+ {
1690
+ breadMode: "BREAD_MODE";
1691
+ maxBattleVisualSettings: {
1692
+ scale: 18.13;
1693
+ };
1694
+ maxEncounterVisualSettings: {
1695
+ cameraDistance: 30;
1696
+ maxReticleSize: 14;
1697
+ scale: 9.07;
1698
+ };
1699
+ maxStationVisualSettings: {
1700
+ scale: 1;
1701
+ };
1702
+ },
1703
+ ];
1704
+ sizeSettings: {
1705
+ mLowerBound: 1.5075;
1706
+ mUpperBound: 2.5125;
1707
+ xlUpperBound: 3.015;
1708
+ xsLowerBound: 1.005;
1709
+ xxlUpperBound: 3.5175;
1710
+ xxsLowerBound: 0.9849;
1711
+ };
1712
+ uniqueId: "SUICUNE";
1713
+ }
1714
+ >
1715
+ >;
1716
+ export type PokemonExtendedSettingsV0249PokemonLugia = S<
1717
+ PokemonExtendedSettings<
1718
+ "EXTENDED_V0249_POKEMON_LUGIA",
1719
+ {
1720
+ breadOverrides: [
1721
+ {
1722
+ breadMode: "BREAD_MODE";
1723
+ maxBattleTrainerVisualSettings: {
1724
+ xOffset: -10;
1725
+ };
1726
+ maxBattleVisualSettings: {
1727
+ scale: 8;
1728
+ };
1729
+ maxEncounterVisualSettings: {
1730
+ cameraDistance: 45;
1731
+ maxReticleSize: 14;
1732
+ scale: 5.08;
1733
+ };
1734
+ maxPowerspotTopperVisualSettings: {
1735
+ scale: 0.65;
1736
+ };
1737
+ maxStationVisualSettings: {
1738
+ scale: 0.52;
1739
+ };
1740
+ },
1741
+ ];
1742
+ sizeSettings: {
1743
+ mLowerBound: 3.9075;
1744
+ mUpperBound: 6.5125;
1745
+ xlUpperBound: 7.815;
1746
+ xsLowerBound: 2.605;
1747
+ xxlUpperBound: 9.1175;
1748
+ xxsLowerBound: 2.5529;
1749
+ };
1750
+ uniqueId: "LUGIA";
1751
+ }
1752
+ >
1753
+ >;
1754
+ export type PokemonExtendedSettingsV0250PokemonHoOh = S<
1755
+ PokemonExtendedSettings<
1756
+ "EXTENDED_V0250_POKEMON_HO_OH",
1757
+ {
1758
+ breadOverrides: [
1759
+ {
1760
+ breadMode: "BREAD_MODE";
1761
+ maxBattleTrainerVisualSettings: {
1762
+ xOffset: -5;
1763
+ };
1764
+ maxBattleVisualSettings: {
1765
+ scale: 9;
1766
+ };
1767
+ maxEncounterVisualSettings: {
1768
+ cameraDistance: 30;
1769
+ maxReticleSize: 14;
1770
+ scale: 4.69;
1771
+ yOffset: -5;
1772
+ };
1773
+ maxLobbyVisualSettings: {
1774
+ cameraDistance: 1;
1775
+ scale: 9;
1776
+ };
1777
+ maxPowerspotTopperVisualSettings: {
1778
+ scale: 0.7;
1779
+ };
1780
+ maxStationVisualSettings: {
1781
+ scale: 0.5;
1782
+ };
1783
+ },
1784
+ ];
1785
+ sizeSettings: {
1786
+ mLowerBound: 2.8575;
1787
+ mUpperBound: 4.7625;
1788
+ xlUpperBound: 5.715;
1789
+ xsLowerBound: 1.905;
1790
+ xxlUpperBound: 6.6675;
1791
+ xxsLowerBound: 1.8669;
1792
+ };
1793
+ uniqueId: "HO_OH";
1794
+ }
1795
+ >
1796
+ >;
1797
+ export type PokemonExtendedSettingsV0280PokemonRalts = S<
1798
+ PokemonExtendedSettings<
1799
+ "EXTENDED_V0280_POKEMON_RALTS",
1800
+ {
1801
+ breadOverrides: [
1802
+ {
1803
+ breadMode: "BREAD_MODE";
1804
+ maxBattleTrainerVisualSettings: {
1805
+ xOffset: -5;
1806
+ };
1807
+ maxBattleVisualSettings: {
1808
+ scale: 90;
1809
+ };
1810
+ maxEncounterVisualSettings: {
1811
+ cameraDistance: 18;
1812
+ maxReticleSize: 10;
1813
+ scale: 31;
1814
+ };
1815
+ maxPowerspotTopperVisualSettings: {
1816
+ scale: 1;
1817
+ };
1818
+ maxStationVisualSettings: {
1819
+ scale: 6.5;
1820
+ };
1821
+ },
1822
+ ];
1823
+ sizeSettings: {
1824
+ mLowerBound: 0.3075;
1825
+ mUpperBound: 0.5125;
1826
+ xlUpperBound: 0.615;
1827
+ xsLowerBound: 0.205;
1828
+ xxlUpperBound: 0.7175;
1829
+ xxsLowerBound: 0.2009;
1830
+ };
1831
+ uniqueId: "RALTS";
1832
+ }
1833
+ >
1834
+ >;
1835
+ export type PokemonExtendedSettingsV0281PokemonKirlia = S<
1836
+ PokemonExtendedSettings<
1837
+ "EXTENDED_V0281_POKEMON_KIRLIA",
1838
+ {
1839
+ breadOverrides: [
1840
+ {
1841
+ breadMode: "BREAD_MODE";
1842
+ maxBattleTrainerVisualSettings: {
1843
+ xOffset: -10;
1844
+ };
1845
+ maxBattleVisualSettings: {
1846
+ scale: 50;
1847
+ };
1848
+ maxEncounterVisualSettings: {
1849
+ cameraDistance: 18;
1850
+ maxReticleSize: 12;
1851
+ scale: 16;
1852
+ };
1853
+ maxPowerspotTopperVisualSettings: {
1854
+ scale: 1;
1855
+ };
1856
+ maxStationVisualSettings: {
1857
+ scale: 3;
1858
+ };
1859
+ },
1860
+ ];
1861
+ sizeSettings: {
1862
+ mLowerBound: 0.5925;
1863
+ mUpperBound: 0.9875;
1864
+ xlUpperBound: 1.185;
1865
+ xsLowerBound: 0.395;
1866
+ xxlUpperBound: 1.3825;
1867
+ xxsLowerBound: 0.3871;
1868
+ };
1869
+ uniqueId: "KIRLIA";
1870
+ }
1871
+ >
1872
+ >;
1873
+ export type PokemonExtendedSettingsV0320PokemonWailmer = S<
1874
+ PokemonExtendedSettings<
1875
+ "EXTENDED_V0320_POKEMON_WAILMER",
1876
+ {
1877
+ breadOverrides: [
1878
+ {
1879
+ breadMode: "BREAD_MODE";
1880
+ maxBattleVisualSettings: {
1881
+ scale: 9;
1882
+ };
1883
+ maxEncounterVisualSettings: {
1884
+ cameraDistance: 12;
1885
+ maxReticleSize: 14;
1886
+ scale: 2;
1887
+ };
1888
+ maxPowerspotTopperVisualSettings: {
1889
+ scale: 0.68;
1890
+ };
1891
+ maxStationVisualSettings: {
1892
+ scale: 1;
1893
+ };
1894
+ },
1895
+ ];
1896
+ sizeSettings: {
1897
+ mLowerBound: 1.5075;
1898
+ mUpperBound: 2.5125;
1899
+ xlUpperBound: 3.015;
1900
+ xsLowerBound: 1.005;
1901
+ xxlUpperBound: 4.02;
1902
+ xxsLowerBound: 0.9849;
1903
+ };
1904
+ uniqueId: "WAILMER";
1905
+ }
1906
+ >
1907
+ >;
1908
+ export type PokemonExtendedSettingsV0321PokemonWailord = S<
1909
+ PokemonExtendedSettings<
1910
+ "EXTENDED_V0321_POKEMON_WAILORD",
1911
+ {
1912
+ breadOverrides: [
1913
+ {
1914
+ breadMode: "BREAD_MODE";
1915
+ maxBattleTrainerVisualSettings: {
1916
+ xOffset: 10;
1917
+ yOffset: 15;
1918
+ };
1919
+ maxBattleVisualSettings: {
1920
+ scale: 5.8;
1921
+ yOffset: -15;
1922
+ };
1923
+ maxEncounterVisualSettings: {
1924
+ cameraDistance: 29;
1925
+ maxReticleSize: 14;
1926
+ scale: 2.1;
1927
+ };
1928
+ maxStationVisualSettings: {
1929
+ scale: 0.26;
1930
+ };
1931
+ },
1932
+ ];
1933
+ sizeSettings: {
1934
+ mLowerBound: 10.875;
1935
+ mUpperBound: 18.125;
1936
+ xlUpperBound: 21.75;
1937
+ xsLowerBound: 7.25;
1938
+ xxlUpperBound: 29;
1939
+ xxsLowerBound: 7.105;
1940
+ };
1941
+ uniqueId: "WAILORD";
1942
+ }
1943
+ >
1944
+ >;
1945
+ export type PokemonExtendedSettingsV0328PokemonTrapinch = S<
1946
+ PokemonExtendedSettings<
1947
+ "EXTENDED_V0328_POKEMON_TRAPINCH",
1948
+ {
1949
+ breadOverrides: [
1950
+ {
1951
+ breadMode: "BREAD_MODE";
1952
+ maxBattleVisualSettings: {
1953
+ scale: 41.01;
1954
+ };
1955
+ maxEncounterVisualSettings: {
1956
+ cameraDistance: 30;
1957
+ maxReticleSize: 14;
1958
+ scale: 20.51;
1959
+ };
1960
+ maxStationVisualSettings: {
1961
+ scale: 2.79;
1962
+ };
1963
+ },
1964
+ ];
1965
+ sizeSettings: {
1966
+ mLowerBound: 0.5325;
1967
+ mUpperBound: 0.8875;
1968
+ xlUpperBound: 1.065;
1969
+ xsLowerBound: 0.355;
1970
+ xxlUpperBound: 1.2425;
1971
+ xxsLowerBound: 0.3479;
1972
+ };
1973
+ uniqueId: "TRAPINCH";
1974
+ }
1975
+ >
1976
+ >;
1977
+ export type PokemonExtendedSettingsV0329PokemonVibrava = S<
1978
+ PokemonExtendedSettings<
1979
+ "EXTENDED_V0329_POKEMON_VIBRAVA",
1980
+ {
1981
+ breadOverrides: [
1982
+ {
1983
+ breadMode: "BREAD_MODE";
1984
+ maxBattleVisualSettings: {
1985
+ scale: 31.15;
1986
+ };
1987
+ maxEncounterVisualSettings: {
1988
+ cameraDistance: 30;
1989
+ maxReticleSize: 14;
1990
+ scale: 15.58;
1991
+ };
1992
+ maxStationVisualSettings: {
1993
+ scale: 2.12;
1994
+ };
1995
+ },
1996
+ ];
1997
+ sizeSettings: {
1998
+ mLowerBound: 0.8175;
1999
+ mUpperBound: 1.3625;
2000
+ xlUpperBound: 1.635;
2001
+ xsLowerBound: 0.545;
2002
+ xxlUpperBound: 1.9075;
2003
+ xxsLowerBound: 0.5341;
2004
+ };
2005
+ uniqueId: "VIBRAVA";
2006
+ }
2007
+ >
2008
+ >;
2009
+ export type PokemonExtendedSettingsV0330PokemonFlygon = S<
2010
+ PokemonExtendedSettings<
2011
+ "EXTENDED_V0330_POKEMON_FLYGON",
2012
+ {
2013
+ breadOverrides: [
2014
+ {
2015
+ breadMode: "BREAD_MODE";
2016
+ maxBattleVisualSettings: {
2017
+ scale: 18.66;
2018
+ };
2019
+ maxEncounterVisualSettings: {
2020
+ cameraDistance: 30;
2021
+ maxReticleSize: 14;
2022
+ scale: 9.33;
2023
+ };
2024
+ maxStationVisualSettings: {
2025
+ scale: 1.27;
2026
+ };
2027
+ },
2028
+ ];
2029
+ sizeSettings: {
2030
+ mLowerBound: 1.5075;
2031
+ mUpperBound: 2.5125;
2032
+ xlUpperBound: 3.015;
2033
+ xsLowerBound: 1.005;
2034
+ xxlUpperBound: 4.02;
2035
+ xxsLowerBound: 0.9849;
2036
+ };
2037
+ uniqueId: "FLYGON";
2038
+ }
2039
+ >
2040
+ >;
2041
+ export type PokemonExtendedSettingsV0363PokemonSpheal = S<
2042
+ PokemonExtendedSettings<
2043
+ "EXTENDED_V0363_POKEMON_SPHEAL",
2044
+ {
2045
+ breadOverrides: [
2046
+ {
2047
+ breadMode: "BREAD_MODE";
2048
+ maxBattleVisualSettings: {
2049
+ scale: 40.46;
2050
+ };
2051
+ maxEncounterVisualSettings: {
2052
+ cameraDistance: 29;
2053
+ maxReticleSize: 14;
2054
+ scale: 14;
2055
+ };
2056
+ maxPowerspotTopperVisualSettings: {
2057
+ scale: 1;
2058
+ };
2059
+ maxStationVisualSettings: {
2060
+ scale: 2.75;
2061
+ };
2062
+ },
2063
+ ];
2064
+ sizeSettings: {
2065
+ mLowerBound: 0.5925;
2066
+ mUpperBound: 0.9875;
2067
+ xlUpperBound: 1.185;
2068
+ xsLowerBound: 0.395;
2069
+ xxlUpperBound: 1.3825;
2070
+ xxsLowerBound: 0.3871;
2071
+ };
2072
+ uniqueId: "SPHEAL";
2073
+ }
2074
+ >
2075
+ >;
2076
+ export type PokemonExtendedSettingsV0364PokemonSealeo = S<
2077
+ PokemonExtendedSettings<
2078
+ "EXTENDED_V0364_POKEMON_SEALEO",
2079
+ {
2080
+ breadOverrides: [
2081
+ {
2082
+ breadMode: "BREAD_MODE";
2083
+ maxBattleTrainerVisualSettings: {
2084
+ xOffset: 15;
2085
+ };
2086
+ maxBattleVisualSettings: {
2087
+ scale: 30;
2088
+ yOffset: -10;
2089
+ };
2090
+ maxEncounterVisualSettings: {
2091
+ cameraDistance: 25;
2092
+ maxReticleSize: 12;
2093
+ scale: 10;
2094
+ };
2095
+ maxPowerspotTopperVisualSettings: {
2096
+ scale: 1;
2097
+ };
2098
+ maxStationVisualSettings: {
2099
+ scale: 1.92;
2100
+ };
2101
+ },
2102
+ ];
2103
+ sizeSettings: {
2104
+ mLowerBound: 0.8175;
2105
+ mUpperBound: 1.3625;
2106
+ xlUpperBound: 1.635;
2107
+ xsLowerBound: 0.545;
2108
+ xxlUpperBound: 1.9075;
2109
+ xxsLowerBound: 0.5341;
2110
+ };
2111
+ uniqueId: "SEALEO";
2112
+ }
2113
+ >
2114
+ >;
2115
+ export type PokemonExtendedSettingsV0365PokemonWalrein = S<
2116
+ PokemonExtendedSettings<
2117
+ "EXTENDED_V0365_POKEMON_WALREIN",
2118
+ {
2119
+ breadOverrides: [
2120
+ {
2121
+ breadMode: "BREAD_MODE";
2122
+ maxBattleTrainerVisualSettings: {
2123
+ xOffset: 5;
2124
+ };
2125
+ maxBattleVisualSettings: {
2126
+ scale: 24.36;
2127
+ yOffset: -10;
2128
+ };
2129
+ maxEncounterVisualSettings: {
2130
+ cameraDistance: 24;
2131
+ maxReticleSize: 14;
2132
+ scale: 7.45;
2133
+ };
2134
+ maxPowerspotTopperVisualSettings: {
2135
+ scale: 1;
2136
+ };
2137
+ maxStationVisualSettings: {
2138
+ scale: 1.42;
2139
+ };
2140
+ },
2141
+ ];
2142
+ sizeSettings: {
2143
+ mLowerBound: 1.05;
2144
+ mUpperBound: 1.75;
2145
+ xlUpperBound: 2.1;
2146
+ xsLowerBound: 0.7;
2147
+ xxlUpperBound: 2.45;
2148
+ xxsLowerBound: 0.686;
2149
+ };
2150
+ uniqueId: "WALREIN";
2151
+ }
2152
+ >
2153
+ >;
2154
+ export type PokemonExtendedSettingsV0374PokemonBeldum = S<
2155
+ PokemonExtendedSettings<
2156
+ "EXTENDED_V0374_POKEMON_BELDUM",
2157
+ {
2158
+ breadOverrides: [
2159
+ {
2160
+ breadMode: "BREAD_MODE";
2161
+ maxBattleVisualSettings: {
2162
+ scale: 53.06;
2163
+ };
2164
+ maxEncounterVisualSettings: {
2165
+ cameraDistance: 30;
2166
+ maxReticleSize: 14;
2167
+ scale: 26.53;
2168
+ };
2169
+ maxStationVisualSettings: {
2170
+ scale: 3.61;
2171
+ };
2172
+ },
2173
+ ];
2174
+ sizeSettings: {
2175
+ mLowerBound: 0.4575;
2176
+ mUpperBound: 0.7625;
2177
+ xlUpperBound: 0.915;
2178
+ xsLowerBound: 0.305;
2179
+ xxlUpperBound: 1.22;
2180
+ xxsLowerBound: 0.2989;
2181
+ };
2182
+ uniqueId: "BELDUM";
2183
+ }
2184
+ >
2185
+ >;
2186
+ export type PokemonExtendedSettingsV0375PokemonMetang = S<
2187
+ PokemonExtendedSettings<
2188
+ "EXTENDED_V0375_POKEMON_METANG",
2189
+ {
2190
+ breadOverrides: [
2191
+ {
2192
+ breadMode: "BREAD_MODE";
2193
+ maxBattleVisualSettings: {
2194
+ scale: 23.65;
2195
+ };
2196
+ maxEncounterVisualSettings: {
2197
+ cameraDistance: 30;
2198
+ maxReticleSize: 14;
2199
+ scale: 11.83;
2200
+ };
2201
+ maxStationVisualSettings: {
2202
+ scale: 1.61;
2203
+ };
2204
+ },
2205
+ ];
2206
+ sizeSettings: {
2207
+ mLowerBound: 0.8925;
2208
+ mUpperBound: 1.4875;
2209
+ xlUpperBound: 1.785;
2210
+ xsLowerBound: 0.595;
2211
+ xxlUpperBound: 2.38;
2212
+ xxsLowerBound: 0.5831;
2213
+ };
2214
+ uniqueId: "METANG";
2215
+ }
2216
+ >
2217
+ >;
2218
+ export type PokemonExtendedSettingsV0377PokemonRegirock = S<
2219
+ PokemonExtendedSettings<
2220
+ "EXTENDED_V0377_POKEMON_REGIROCK",
2221
+ {
2222
+ breadOverrides: [
2223
+ {
2224
+ breadMode: "BREAD_MODE";
2225
+ maxBattleTrainerVisualSettings: object;
2226
+ maxBattleVisualSettings: {
2227
+ scale: 22;
2228
+ };
2229
+ maxEncounterVisualSettings: {
2230
+ cameraDistance: 30;
2231
+ maxReticleSize: 14;
2232
+ scale: 9.25;
2233
+ };
2234
+ maxLobbyVisualSettings: {
2235
+ cameraDistance: 1;
2236
+ scale: 25;
2237
+ };
2238
+ maxPowerspotTopperVisualSettings: {
2239
+ scale: 1;
2240
+ };
2241
+ maxStationVisualSettings: {
2242
+ scale: 1.5;
2243
+ };
2244
+ },
2245
+ ];
2246
+ sizeSettings: {
2247
+ mLowerBound: 1.275;
2248
+ mUpperBound: 2.125;
2249
+ xlUpperBound: 2.55;
2250
+ xsLowerBound: 0.85;
2251
+ xxlUpperBound: 2.635;
2252
+ xxsLowerBound: 0.833;
2253
+ };
2254
+ uniqueId: "REGIROCK";
2255
+ }
2256
+ >
2257
+ >;
2258
+ export type PokemonExtendedSettingsV0378PokemonRegice = S<
2259
+ PokemonExtendedSettings<
2260
+ "EXTENDED_V0378_POKEMON_REGICE",
2261
+ {
2262
+ breadOverrides: [
2263
+ {
2264
+ breadMode: "BREAD_MODE";
2265
+ maxBattleVisualSettings: {
2266
+ scale: 20.1;
2267
+ };
2268
+ maxEncounterVisualSettings: {
2269
+ cameraDistance: 30;
2270
+ maxReticleSize: 14;
2271
+ scale: 10.5;
2272
+ };
2273
+ maxLobbyVisualSettings: {
2274
+ cameraDistance: 1;
2275
+ scale: 20;
2276
+ };
2277
+ maxPowerspotTopperVisualSettings: {
2278
+ scale: 1;
2279
+ };
2280
+ maxStationVisualSettings: {
2281
+ scale: 1;
2282
+ };
2283
+ },
2284
+ ];
2285
+ sizeSettings: {
2286
+ mLowerBound: 1.35;
2287
+ mUpperBound: 2.25;
2288
+ xlUpperBound: 2.7;
2289
+ xsLowerBound: 0.9;
2290
+ xxlUpperBound: 2.79;
2291
+ xxsLowerBound: 0.882;
2292
+ };
2293
+ uniqueId: "REGICE";
2294
+ }
2295
+ >
2296
+ >;
2297
+ export type PokemonExtendedSettingsV0379PokemonRegisteel = S<
2298
+ PokemonExtendedSettings<
2299
+ "EXTENDED_V0379_POKEMON_REGISTEEL",
2300
+ {
2301
+ breadOverrides: [
2302
+ {
2303
+ breadMode: "BREAD_MODE";
2304
+ maxBattleVisualSettings: {
2305
+ scale: 19.04;
2306
+ };
2307
+ maxEncounterVisualSettings: {
2308
+ cameraDistance: 32.5;
2309
+ maxReticleSize: 14;
2310
+ scale: 9.52;
2311
+ };
2312
+ maxPowerspotTopperVisualSettings: {
2313
+ scale: 0.75;
2314
+ };
2315
+ maxStationVisualSettings: {
2316
+ scale: 2.19;
2317
+ yOffset: -3;
2318
+ };
2319
+ },
2320
+ ];
2321
+ sizeSettings: {
2322
+ mLowerBound: 1.4325;
2323
+ mUpperBound: 2.3875;
2324
+ xlUpperBound: 2.865;
2325
+ xsLowerBound: 0.955;
2326
+ xxlUpperBound: 2.9605;
2327
+ xxsLowerBound: 0.9359;
2328
+ };
2329
+ uniqueId: "REGISTEEL";
2330
+ }
2331
+ >
2332
+ >;
2333
+ export type PokemonExtendedSettingsV0470PokemonLeafeon = S<
2334
+ PokemonExtendedSettings<
2335
+ "EXTENDED_V0470_POKEMON_LEAFEON",
2336
+ {
2337
+ breadOverrides: [
2338
+ {
2339
+ breadMode: "BREAD_MODE";
2340
+ maxBattleVisualSettings: {
2341
+ scale: 37.66;
2342
+ };
2343
+ maxEncounterVisualSettings: {
2344
+ cameraDistance: 30;
2345
+ maxReticleSize: 12;
2346
+ scale: 18.83;
2347
+ };
2348
+ maxStationVisualSettings: {
2349
+ scale: 2.56;
2350
+ };
2351
+ },
2352
+ ];
2353
+ sizeSettings: {
2354
+ mLowerBound: 0.75;
2355
+ mUpperBound: 1.25;
2356
+ xlUpperBound: 1.5;
2357
+ xsLowerBound: 0.5;
2358
+ xxlUpperBound: 1.55;
2359
+ xxsLowerBound: 0.49;
2360
+ };
2361
+ uniqueId: "LEAFEON";
2362
+ }
2363
+ >
2364
+ >;
2365
+ export type PokemonExtendedSettingsV0471PokemonGlaceon = S<
2366
+ PokemonExtendedSettings<
2367
+ "EXTENDED_V0471_POKEMON_GLACEON",
2368
+ {
2369
+ breadOverrides: [
2370
+ {
2371
+ breadMode: "BREAD_MODE";
2372
+ maxBattleVisualSettings: {
2373
+ scale: 40.46;
2374
+ };
2375
+ maxEncounterVisualSettings: {
2376
+ cameraDistance: 30;
2377
+ maxReticleSize: 12;
2378
+ scale: 20.23;
2379
+ };
2380
+ maxStationVisualSettings: {
2381
+ scale: 2.75;
2382
+ };
2383
+ },
2384
+ ];
2385
+ sizeSettings: {
2386
+ mLowerBound: 0.6;
2387
+ mUpperBound: 1;
2388
+ xlUpperBound: 1.2;
2389
+ xsLowerBound: 0.4;
2390
+ xxlUpperBound: 1.24;
2391
+ xxsLowerBound: 0.392;
2392
+ };
2393
+ uniqueId: "GLACEON";
2394
+ }
2395
+ >
2396
+ >;
2397
+ export type PokemonExtendedSettingsV0519PokemonPidove = S<
2398
+ PokemonExtendedSettings<
2399
+ "EXTENDED_V0519_POKEMON_PIDOVE",
2400
+ {
2401
+ breadOverrides: [
2402
+ {
2403
+ breadMode: "BREAD_MODE";
2404
+ maxBattleVisualSettings: {
2405
+ scale: 81.1;
2406
+ };
2407
+ maxEncounterVisualSettings: {
2408
+ cameraDistance: 30;
2409
+ maxReticleSize: 14;
2410
+ scale: 40.55;
2411
+ };
2412
+ maxStationVisualSettings: {
2413
+ scale: 5.52;
2414
+ };
2415
+ },
2416
+ ];
2417
+ sizeSettings: {
2418
+ mLowerBound: 0.225;
2419
+ mUpperBound: 0.375;
2420
+ xlUpperBound: 0.45;
2421
+ xsLowerBound: 0.15;
2422
+ xxlUpperBound: 0.525;
2423
+ xxsLowerBound: 0.147;
2424
+ };
2425
+ uniqueId: "PIDOVE";
2426
+ }
2427
+ >
2428
+ >;
2429
+ export type PokemonExtendedSettingsV0520PokemonTranquill = S<
2430
+ PokemonExtendedSettings<
2431
+ "EXTENDED_V0520_POKEMON_TRANQUILL",
2432
+ {
2433
+ breadOverrides: [
2434
+ {
2435
+ breadMode: "BREAD_MODE";
2436
+ maxBattleVisualSettings: {
2437
+ scale: 38.26;
2438
+ };
2439
+ maxEncounterVisualSettings: {
2440
+ cameraDistance: 30;
2441
+ maxReticleSize: 14;
2442
+ scale: 19.13;
2443
+ };
2444
+ maxStationVisualSettings: {
2445
+ scale: 2.6;
2446
+ };
2447
+ },
2448
+ ];
2449
+ sizeSettings: {
2450
+ mLowerBound: 0.45;
2451
+ mUpperBound: 0.75;
2452
+ xlUpperBound: 0.9;
2453
+ xsLowerBound: 0.3;
2454
+ xxlUpperBound: 1.05;
2455
+ xxsLowerBound: 0.294;
2456
+ };
2457
+ uniqueId: "TRANQUILL";
2458
+ }
2459
+ >
2460
+ >;
2461
+ export type PokemonExtendedSettingsV0521PokemonUnfezant = S<
2462
+ PokemonExtendedSettings<
2463
+ "EXTENDED_V0521_POKEMON_UNFEZANT",
2464
+ {
2465
+ breadOverrides: [
2466
+ {
2467
+ breadMode: "BREAD_MODE";
2468
+ maxBattleVisualSettings: {
2469
+ scale: 31.15;
2470
+ };
2471
+ maxEncounterVisualSettings: {
2472
+ cameraDistance: 30;
2473
+ maxReticleSize: 14;
2474
+ scale: 15.58;
2475
+ };
2476
+ maxStationVisualSettings: {
2477
+ scale: 2.12;
2478
+ };
2479
+ },
2480
+ ];
2481
+ sizeSettings: {
2482
+ mLowerBound: 0.9;
2483
+ mUpperBound: 1.5;
2484
+ xlUpperBound: 1.8;
2485
+ xsLowerBound: 0.6;
2486
+ xxlUpperBound: 2.1;
2487
+ xxsLowerBound: 0.588;
2488
+ };
2489
+ uniqueId: "UNFEZANT";
2490
+ }
2491
+ >
2492
+ >;
2493
+ export type PokemonExtendedSettingsV0524PokemonRoggenrola = S<
2494
+ PokemonExtendedSettings<
2495
+ "EXTENDED_V0524_POKEMON_ROGGENROLA",
2496
+ {
2497
+ breadOverrides: [
2498
+ {
2499
+ breadMode: "BREAD_MODE";
2500
+ maxBattleTrainerVisualSettings: {
2501
+ xOffset: -5;
2502
+ };
2503
+ maxBattleVisualSettings: {
2504
+ scale: 62.72;
2505
+ };
2506
+ maxEncounterVisualSettings: {
2507
+ cameraDistance: 25;
2508
+ maxReticleSize: 14;
2509
+ scale: 31.36;
2510
+ };
2511
+ maxStationVisualSettings: {
2512
+ scale: 4.27;
2513
+ };
2514
+ },
2515
+ ];
2516
+ sizeSettings: {
2517
+ mLowerBound: 0.3;
2518
+ mUpperBound: 0.5;
2519
+ xlUpperBound: 0.6;
2520
+ xsLowerBound: 0.2;
2521
+ xxlUpperBound: 0.7;
2522
+ xxsLowerBound: 0.196;
2523
+ };
2524
+ uniqueId: "ROGGENROLA";
2525
+ }
2526
+ >
2527
+ >;
2528
+ export type PokemonExtendedSettingsV0525PokemonBoldore = S<
2529
+ PokemonExtendedSettings<
2530
+ "EXTENDED_V0525_POKEMON_BOLDORE",
2531
+ {
2532
+ breadOverrides: [
2533
+ {
2534
+ breadMode: "BREAD_MODE";
2535
+ maxBattleTrainerVisualSettings: {
2536
+ xOffset: -2.5;
2537
+ };
2538
+ maxBattleVisualSettings: {
2539
+ scale: 32.5;
2540
+ };
2541
+ maxEncounterVisualSettings: {
2542
+ cameraDistance: 32.5;
2543
+ maxReticleSize: 14;
2544
+ scale: 17;
2545
+ };
2546
+ maxStationVisualSettings: {
2547
+ scale: 2.65;
2548
+ };
2549
+ },
2550
+ ];
2551
+ sizeSettings: {
2552
+ mLowerBound: 0.675;
2553
+ mUpperBound: 1.125;
2554
+ xlUpperBound: 1.35;
2555
+ xsLowerBound: 0.45;
2556
+ xxlUpperBound: 1.8;
2557
+ xxsLowerBound: 0.441;
2558
+ };
2559
+ uniqueId: "BOLDORE";
2560
+ }
2561
+ >
2562
+ >;
2563
+ export type PokemonExtendedSettingsV0526PokemonGigalith = S<
2564
+ PokemonExtendedSettings<
2565
+ "EXTENDED_V0526_POKEMON_GIGALITH",
2566
+ {
2567
+ breadOverrides: [
2568
+ {
2569
+ breadMode: "BREAD_MODE";
2570
+ maxBattleTrainerVisualSettings: {
2571
+ xOffset: -5;
2572
+ };
2573
+ maxBattleVisualSettings: {
2574
+ scale: 21.28;
2575
+ xOffset: -2;
2576
+ yOffset: -6;
2577
+ };
2578
+ maxEncounterVisualSettings: {
2579
+ cameraDistance: 35;
2580
+ maxReticleSize: 14;
2581
+ scale: 10.64;
2582
+ };
2583
+ maxStationVisualSettings: {
2584
+ scale: 1.45;
2585
+ };
2586
+ },
2587
+ ];
2588
+ sizeSettings: {
2589
+ mLowerBound: 1.275;
2590
+ mUpperBound: 2.125;
2591
+ xlUpperBound: 2.55;
2592
+ xsLowerBound: 0.85;
2593
+ xxlUpperBound: 3.4;
2594
+ xxsLowerBound: 0.833;
2595
+ };
2596
+ uniqueId: "GIGALITH";
2597
+ }
2598
+ >
2599
+ >;
2600
+ export type PokemonExtendedSettingsV0527PokemonWoobat = S<
2601
+ PokemonExtendedSettings<
2602
+ "EXTENDED_V0527_POKEMON_WOOBAT",
2603
+ {
2604
+ breadOverrides: [
2605
+ {
2606
+ breadMode: "BREAD_MODE";
2607
+ maxBattleTrainerVisualSettings: {
2608
+ xOffset: -5;
2609
+ };
2610
+ maxBattleVisualSettings: {
2611
+ scale: 58.34;
2612
+ xOffset: -5;
2613
+ };
2614
+ maxEncounterVisualSettings: {
2615
+ cameraDistance: 30;
2616
+ maxReticleSize: 14;
2617
+ scale: 29.17;
2618
+ };
2619
+ maxStationVisualSettings: {
2620
+ scale: 3.97;
2621
+ };
2622
+ },
2623
+ ];
2624
+ sizeSettings: {
2625
+ mLowerBound: 0.3;
2626
+ mUpperBound: 0.5;
2627
+ xlUpperBound: 0.6;
2628
+ xsLowerBound: 0.2;
2629
+ xxlUpperBound: 0.7;
2630
+ xxsLowerBound: 0.196;
2631
+ };
2632
+ uniqueId: "WOOBAT";
2633
+ }
2634
+ >
2635
+ >;
2636
+ export type PokemonExtendedSettingsV0528PokemonSwoobat = S<
2637
+ PokemonExtendedSettings<
2638
+ "EXTENDED_V0528_POKEMON_SWOOBAT",
2639
+ {
2640
+ breadOverrides: [
2641
+ {
2642
+ breadMode: "BREAD_MODE";
2643
+ maxBattleVisualSettings: {
2644
+ scale: 36.46;
2645
+ };
2646
+ maxEncounterVisualSettings: {
2647
+ cameraDistance: 35;
2648
+ maxReticleSize: 14;
2649
+ scale: 18.23;
2650
+ };
2651
+ maxStationVisualSettings: {
2652
+ scale: 2.48;
2653
+ };
2654
+ },
2655
+ ];
2656
+ sizeSettings: {
2657
+ mLowerBound: 0.675;
2658
+ mUpperBound: 1.125;
2659
+ xlUpperBound: 1.35;
2660
+ xsLowerBound: 0.45;
2661
+ xxlUpperBound: 1.575;
2662
+ xxsLowerBound: 0.441;
2663
+ };
2664
+ uniqueId: "SWOOBAT";
2665
+ }
2666
+ >
2667
+ >;
2668
+ export type PokemonExtendedSettingsV0529PokemonDrilbur = S<
2669
+ PokemonExtendedSettings<
2670
+ "EXTENDED_V0529_POKEMON_DRILBUR",
2671
+ {
2672
+ breadOverrides: [
2673
+ {
2674
+ breadMode: "BREAD_MODE";
2675
+ maxBattleTrainerVisualSettings: {
2676
+ xOffset: -5;
2677
+ };
2678
+ maxBattleVisualSettings: {
2679
+ scale: 78.4;
2680
+ };
2681
+ maxEncounterVisualSettings: {
2682
+ cameraDistance: 30;
2683
+ maxReticleSize: 14;
2684
+ scale: 39.2;
2685
+ };
2686
+ maxStationVisualSettings: {
2687
+ scale: 5.33;
2688
+ };
2689
+ },
2690
+ ];
2691
+ sizeSettings: {
2692
+ mLowerBound: 0.225;
2693
+ mUpperBound: 0.375;
2694
+ xlUpperBound: 0.45;
2695
+ xsLowerBound: 0.15;
2696
+ xxlUpperBound: 0.525;
2697
+ xxsLowerBound: 0.147;
2698
+ };
2699
+ uniqueId: "DRILBUR";
2700
+ }
2701
+ >
2702
+ >;
2703
+ export type PokemonExtendedSettingsV0530PokemonExcadrill = S<
2704
+ PokemonExtendedSettings<
2705
+ "EXTENDED_V0530_POKEMON_EXCADRILL",
2706
+ {
2707
+ breadOverrides: [
2708
+ {
2709
+ breadMode: "BREAD_MODE";
2710
+ maxBattleVisualSettings: {
2711
+ scale: 48.31;
2712
+ };
2713
+ maxEncounterVisualSettings: {
2714
+ cameraDistance: 30;
2715
+ maxReticleSize: 14;
2716
+ scale: 24.16;
2717
+ };
2718
+ maxStationVisualSettings: {
2719
+ scale: 3.29;
2720
+ };
2721
+ },
2722
+ ];
2723
+ sizeSettings: {
2724
+ mLowerBound: 0.525;
2725
+ mUpperBound: 0.875;
2726
+ xlUpperBound: 1.05;
2727
+ xsLowerBound: 0.35;
2728
+ xxlUpperBound: 1.225;
2729
+ xxsLowerBound: 0.343;
2730
+ };
2731
+ uniqueId: "EXCADRILL";
2732
+ }
2733
+ >
2734
+ >;
2735
+ export type PokemonExtendedSettingsV0546PokemonCottonee = S<
2736
+ PokemonExtendedSettings<
2737
+ "EXTENDED_V0546_POKEMON_COTTONEE",
2738
+ {
2739
+ breadOverrides: [
2740
+ {
2741
+ breadMode: "BREAD_MODE";
2742
+ maxBattleTrainerVisualSettings: object;
2743
+ maxBattleVisualSettings: {
2744
+ scale: 98.48;
2745
+ };
2746
+ maxEncounterVisualSettings: {
2747
+ cameraDistance: 25;
2748
+ maxReticleSize: 14;
2749
+ scale: 49.24;
2750
+ };
2751
+ maxLobbyVisualSettings: {
2752
+ yOffset: -2;
2753
+ };
2754
+ maxStationVisualSettings: {
2755
+ scale: 6.7;
2756
+ yOffset: -2;
2757
+ };
2758
+ },
2759
+ {
2760
+ maxLobbyVisualSettings: {
2761
+ cameraFov: -2;
2762
+ };
2763
+ },
2764
+ ];
2765
+ sizeSettings: {
2766
+ mLowerBound: 0.225;
2767
+ mUpperBound: 0.375;
2768
+ xlUpperBound: 0.45;
2769
+ xsLowerBound: 0.15;
2770
+ xxlUpperBound: 0.525;
2771
+ xxsLowerBound: 0.147;
2772
+ };
2773
+ uniqueId: "COTTONEE";
2774
+ }
2775
+ >
2776
+ >;
2777
+ export type PokemonExtendedSettingsV0547PokemonWhimsicott = S<
2778
+ PokemonExtendedSettings<
2779
+ "EXTENDED_V0547_POKEMON_WHIMSICOTT",
2780
+ {
2781
+ breadOverrides: [
2782
+ {
2783
+ breadMode: "BREAD_MODE";
2784
+ maxBattleTrainerVisualSettings: {
2785
+ xOffset: -7;
2786
+ yOffset: -7;
2787
+ };
2788
+ maxBattleVisualSettings: {
2789
+ scale: 46.24;
2790
+ };
2791
+ maxEncounterVisualSettings: {
2792
+ cameraDistance: 25;
2793
+ maxReticleSize: 14;
2794
+ scale: 23.12;
2795
+ };
2796
+ maxStationVisualSettings: {
2797
+ scale: 3.15;
2798
+ };
2799
+ },
2800
+ ];
2801
+ sizeSettings: {
2802
+ mLowerBound: 0.525;
2803
+ mUpperBound: 0.875;
2804
+ xlUpperBound: 1.05;
2805
+ xsLowerBound: 0.35;
2806
+ xxlUpperBound: 1.225;
2807
+ xxsLowerBound: 0.343;
2808
+ };
2809
+ uniqueId: "WHIMSICOTT";
2810
+ }
2811
+ >
2812
+ >;
2813
+ export type PokemonExtendedSettingsV0554PokemonDarumaka = S<
2814
+ PokemonExtendedSettings<
2815
+ "EXTENDED_V0554_POKEMON_DARUMAKA",
2816
+ {
2817
+ breadOverrides: [
2818
+ {
2819
+ breadMode: "BREAD_MODE";
2820
+ maxBattleVisualSettings: {
2821
+ scale: 42.5;
2822
+ };
2823
+ maxEncounterVisualSettings: {
2824
+ cameraDistance: 30;
2825
+ maxReticleSize: 14;
2826
+ scale: 21.25;
2827
+ };
2828
+ maxStationVisualSettings: {
2829
+ scale: 3;
2830
+ };
2831
+ },
2832
+ ];
2833
+ sizeSettings: {
2834
+ mLowerBound: 0.45;
2835
+ mUpperBound: 0.75;
2836
+ xlUpperBound: 0.9;
2837
+ xsLowerBound: 0.3;
2838
+ xxlUpperBound: 0.93;
2839
+ xxsLowerBound: 0.294;
2840
+ };
2841
+ uniqueId: "DARUMAKA";
2842
+ }
2843
+ >
2844
+ >;
2845
+ export type PokemonExtendedSettingsV0555PokemonDarmanitan = S<
2846
+ PokemonExtendedSettings<
2847
+ "EXTENDED_V0555_POKEMON_DARMANITAN",
2848
+ {
2849
+ breadOverrides: [
2850
+ {
2851
+ breadMode: "BREAD_MODE";
2852
+ maxBattleVisualSettings: {
2853
+ scale: 27.48;
2854
+ };
2855
+ maxEncounterVisualSettings: {
2856
+ cameraDistance: 30;
2857
+ maxReticleSize: 14;
2858
+ scale: 13.74;
2859
+ };
2860
+ maxStationVisualSettings: {
2861
+ scale: 1.9;
2862
+ };
2863
+ },
2864
+ ];
2865
+ sizeSettings: {
2866
+ mLowerBound: 0.975;
2867
+ mUpperBound: 1.625;
2868
+ xlUpperBound: 1.95;
2869
+ xsLowerBound: 0.65;
2870
+ xxlUpperBound: 2.015;
2871
+ xxsLowerBound: 0.637;
2872
+ };
2873
+ uniqueId: "DARMANITAN";
2874
+ }
2875
+ >
2876
+ >;
2877
+ export type PokemonExtendedSettingsV0568PokemonTrubbish = S<
2878
+ PokemonExtendedSettings<
2879
+ "EXTENDED_V0568_POKEMON_TRUBBISH",
2880
+ {
2881
+ breadOverrides: [
2882
+ {
2883
+ breadMode: "BREAD_MODE";
2884
+ maxBattleVisualSettings: {
2885
+ scale: 53.94;
2886
+ };
2887
+ maxEncounterVisualSettings: {
2888
+ cameraDistance: 30;
2889
+ maxReticleSize: 14;
2890
+ scale: 26.97;
2891
+ };
2892
+ maxStationVisualSettings: {
2893
+ scale: 3.67;
2894
+ };
2895
+ },
2896
+ ];
2897
+ sizeSettings: {
2898
+ mLowerBound: 0.45;
2899
+ mUpperBound: 0.75;
2900
+ xlUpperBound: 0.9;
2901
+ xsLowerBound: 0.3;
2902
+ xxlUpperBound: 0.93;
2903
+ xxsLowerBound: 0.294;
2904
+ };
2905
+ uniqueId: "TRUBBISH";
2906
+ }
2907
+ >
2908
+ >;
2909
+ export type PokemonExtendedSettingsV0569PokemonGarbodor = S<
2910
+ PokemonExtendedSettings<
2911
+ "EXTENDED_V0569_POKEMON_GARBODOR",
2912
+ {
2913
+ breadOverrides: [
2914
+ {
2915
+ breadMode: "BREAD_MODE";
2916
+ maxBattleVisualSettings: {
2917
+ scale: 19.04;
2918
+ };
2919
+ maxEncounterVisualSettings: {
2920
+ cameraDistance: 30;
2921
+ maxReticleSize: 14;
2922
+ scale: 9.52;
2923
+ };
2924
+ maxStationVisualSettings: {
2925
+ scale: 1.3;
2926
+ };
2927
+ },
2928
+ {
2929
+ averageHeightM: 21;
2930
+ breadMode: "BREAD_DOUGH_MODE";
2931
+ camera: {
2932
+ cylinderHeightM: 1.25;
2933
+ cylinderRadiusM: 1.75;
2934
+ };
2935
+ catchOverrideSettings: {
2936
+ collisionHeadRadiusM: 0.55;
2937
+ collisionHeightM: 0.1;
2938
+ collisionRadiusM: 0.75;
2939
+ };
2940
+ maxBattleTrainerVisualSettings: {
2941
+ xOffset: -5;
2942
+ yOffset: -5;
2943
+ };
2944
+ maxBattleVisualSettings: {
2945
+ scale: 17.68;
2946
+ xOffset: -2;
2947
+ yOffset: -5;
2948
+ };
2949
+ maxEncounterVisualSettings: {
2950
+ cameraDistance: 32.5;
2951
+ maxReticleSize: 14;
2952
+ scale: 8.84;
2953
+ };
2954
+ maxLobbyVisualSettings: {
2955
+ scale: 20;
2956
+ };
2957
+ maxPowerspotTopperVisualSettings: {
2958
+ scale: 1.2;
2959
+ };
2960
+ maxStationVisualSettings: {
2961
+ scale: 1.2;
2962
+ };
2963
+ modelHeight: 1.48;
2964
+ modelScaleV2: 1;
2965
+ },
2966
+ ];
2967
+ sizeSettings: {
2968
+ mLowerBound: 1.425;
2969
+ mUpperBound: 2.375;
2970
+ xlUpperBound: 2.85;
2971
+ xsLowerBound: 0.95;
2972
+ xxlUpperBound: 2.945;
2973
+ xxsLowerBound: 0.931;
2974
+ };
2975
+ uniqueId: "GARBODOR";
2976
+ }
2977
+ >
2978
+ >;
2979
+ export type PokemonExtendedSettingsV0615PokemonCryogonal = S<
2980
+ PokemonExtendedSettings<
2981
+ "EXTENDED_V0615_POKEMON_CRYOGONAL",
2982
+ {
2983
+ breadOverrides: [
2984
+ {
2985
+ breadMode: "BREAD_MODE";
2986
+ maxBattleVisualSettings: {
2987
+ scale: 29.28;
2988
+ };
2989
+ maxEncounterVisualSettings: {
2990
+ cameraDistance: 35;
2991
+ maxReticleSize: 14;
2992
+ scale: 14.64;
2993
+ };
2994
+ maxStationVisualSettings: {
2995
+ scale: 1.35;
2996
+ };
2997
+ },
2998
+ ];
2999
+ sizeSettings: {
3000
+ mLowerBound: 0.825;
3001
+ mUpperBound: 1.375;
3002
+ xlUpperBound: 1.65;
3003
+ xsLowerBound: 0.55;
3004
+ xxlUpperBound: 2.2;
3005
+ xxsLowerBound: 0.539;
3006
+ };
3007
+ uniqueId: "CRYOGONAL";
3008
+ }
3009
+ >
3010
+ >;
3011
+ export type PokemonExtendedSettingsV0686PokemonInkay = S<
3012
+ PokemonExtendedSettings<
3013
+ "EXTENDED_V0686_POKEMON_INKAY",
3014
+ {
3015
+ breadOverrides: [
3016
+ {
3017
+ breadMode: "BREAD_MODE";
3018
+ maxBattleTrainerVisualSettings: {
3019
+ xOffset: -10;
3020
+ };
3021
+ maxBattleVisualSettings: {
3022
+ scale: 62.72;
3023
+ };
3024
+ maxEncounterVisualSettings: {
3025
+ cameraDistance: 25;
3026
+ maxReticleSize: 14;
3027
+ scale: 30;
3028
+ };
3029
+ maxPowerspotTopperVisualSettings: {
3030
+ scale: 0.87;
3031
+ };
3032
+ maxStationVisualSettings: {
3033
+ scale: 4.27;
3034
+ };
3035
+ },
3036
+ ];
3037
+ sizeSettings: {
3038
+ mLowerBound: 0.3;
3039
+ mUpperBound: 0.5;
3040
+ xlUpperBound: 0.6;
3041
+ xsLowerBound: 0.2;
3042
+ xxlUpperBound: 0.8;
3043
+ xxsLowerBound: 0.196;
3044
+ };
3045
+ uniqueId: "INKAY";
3046
+ }
3047
+ >
3048
+ >;
3049
+ export type PokemonExtendedSettingsV0700PokemonSylveon = S<
3050
+ PokemonExtendedSettings<
3051
+ "EXTENDED_V0700_POKEMON_SYLVEON",
3052
+ {
3053
+ breadOverrides: [
3054
+ {
3055
+ breadMode: "BREAD_MODE";
3056
+ maxBattleVisualSettings: {
3057
+ scale: 34.97;
3058
+ };
3059
+ maxEncounterVisualSettings: {
3060
+ cameraDistance: 30;
3061
+ maxReticleSize: 12;
3062
+ scale: 17.49;
3063
+ };
3064
+ maxStationVisualSettings: {
3065
+ scale: 2.38;
3066
+ };
3067
+ },
3068
+ ];
3069
+ sizeSettings: {
3070
+ mLowerBound: 0.75;
3071
+ mUpperBound: 1.25;
3072
+ xlUpperBound: 1.5;
3073
+ xsLowerBound: 0.5;
3074
+ xxlUpperBound: 1.55;
3075
+ xxsLowerBound: 0.49;
3076
+ };
3077
+ uniqueId: "SYLVEON";
3078
+ }
3079
+ >
3080
+ >;
3081
+ export type PokemonExtendedSettingsV0761PokemonBounsweet = S<
3082
+ PokemonExtendedSettings<
3083
+ "EXTENDED_V0761_POKEMON_BOUNSWEET",
3084
+ {
3085
+ breadOverrides: [
3086
+ {
3087
+ breadMode: "BREAD_MODE";
3088
+ maxBattleVisualSettings: {
3089
+ scale: 78.4;
3090
+ };
3091
+ maxEncounterVisualSettings: {
3092
+ cameraDistance: 30;
3093
+ maxReticleSize: 14;
3094
+ scale: 39.2;
3095
+ };
3096
+ maxPowerspotTopperVisualSettings: {
3097
+ scale: 1.2;
3098
+ };
3099
+ maxStationVisualSettings: {
3100
+ scale: 7;
3101
+ };
3102
+ },
3103
+ ];
3104
+ sizeSettings: {
3105
+ mLowerBound: 0.225;
3106
+ mUpperBound: 0.375;
3107
+ xlUpperBound: 0.45;
3108
+ xsLowerBound: 0.15;
3109
+ xxlUpperBound: 0.6;
3110
+ xxsLowerBound: 0.147;
3111
+ };
3112
+ uniqueId: "BOUNSWEET";
3113
+ }
3114
+ >
3115
+ >;
3116
+ export type PokemonExtendedSettingsV0762PokemonSteenee = S<
3117
+ PokemonExtendedSettings<
3118
+ "EXTENDED_V0762_POKEMON_STEENEE",
3119
+ {
3120
+ breadOverrides: [
3121
+ {
3122
+ breadMode: "BREAD_MODE";
3123
+ maxBattleVisualSettings: {
3124
+ scale: 38.08;
3125
+ };
3126
+ maxEncounterVisualSettings: {
3127
+ cameraDistance: 30;
3128
+ maxReticleSize: 14;
3129
+ scale: 19.04;
3130
+ };
3131
+ maxStationVisualSettings: {
3132
+ scale: 2.59;
3133
+ };
3134
+ },
3135
+ ];
3136
+ sizeSettings: {
3137
+ mLowerBound: 0.525;
3138
+ mUpperBound: 0.875;
3139
+ xlUpperBound: 1.05;
3140
+ xsLowerBound: 0.35;
3141
+ xxlUpperBound: 1.4;
3142
+ xxsLowerBound: 0.343;
3143
+ };
3144
+ uniqueId: "STEENEE";
3145
+ }
3146
+ >
3147
+ >;
3148
+ export type PokemonExtendedSettingsV0763PokemonTsareena = S<
3149
+ PokemonExtendedSettings<
3150
+ "EXTENDED_V0763_POKEMON_TSAREENA",
3151
+ {
3152
+ breadOverrides: [
3153
+ {
3154
+ breadMode: "BREAD_MODE";
3155
+ maxBattleVisualSettings: {
3156
+ scale: 28.56;
3157
+ };
3158
+ maxEncounterVisualSettings: {
3159
+ cameraDistance: 30;
3160
+ maxReticleSize: 14;
3161
+ scale: 14.28;
3162
+ };
3163
+ maxPowerspotTopperVisualSettings: {
3164
+ scale: 0.9;
3165
+ };
3166
+ maxStationVisualSettings: {
3167
+ scale: 1.94;
3168
+ };
3169
+ },
3170
+ ];
3171
+ sizeSettings: {
3172
+ mLowerBound: 0.9;
3173
+ mUpperBound: 1.5;
3174
+ xlUpperBound: 1.8;
3175
+ xsLowerBound: 0.6;
3176
+ xxlUpperBound: 1.86;
3177
+ xxsLowerBound: 0.588;
3178
+ };
3179
+ uniqueId: "TSAREENA";
3180
+ }
3181
+ >
3182
+ >;
3183
+ export type PokemonExtendedSettingsV0766PokemonPassimian = S<
3184
+ PokemonExtendedSettings<
3185
+ "EXTENDED_V0766_POKEMON_PASSIMIAN",
3186
+ {
3187
+ breadOverrides: [
3188
+ {
3189
+ breadMode: "BREAD_MODE";
3190
+ maxBattleVisualSettings: {
3191
+ scale: 25;
3192
+ };
3193
+ maxEncounterVisualSettings: {
3194
+ cameraDistance: 20;
3195
+ maxReticleSize: 14;
3196
+ scale: 8;
3197
+ };
3198
+ maxStationVisualSettings: {
3199
+ scale: 1.69;
3200
+ };
3201
+ },
3202
+ ];
3203
+ sizeSettings: {
3204
+ mLowerBound: 1.5;
3205
+ mUpperBound: 2.5;
3206
+ xlUpperBound: 3;
3207
+ xsLowerBound: 1;
3208
+ xxlUpperBound: 3.1;
3209
+ xxsLowerBound: 0.98;
3210
+ };
3211
+ uniqueId: "PASSIMIAN";
3212
+ }
3213
+ >
3214
+ >;
3215
+ export type PokemonExtendedSettingsV0780PokemonDrampa = S<
3216
+ PokemonExtendedSettings<
3217
+ "EXTENDED_V0780_POKEMON_DRAMPA",
3218
+ {
3219
+ breadOverrides: [
3220
+ {
3221
+ breadMode: "BREAD_MODE";
3222
+ maxBattleTrainerVisualSettings: {
3223
+ xOffset: 10;
3224
+ yOffset: 5;
3225
+ };
3226
+ maxBattleVisualSettings: {
3227
+ scale: 20.76;
3228
+ yOffset: -22;
3229
+ };
3230
+ maxEncounterVisualSettings: {
3231
+ cameraDistance: 40;
3232
+ maxReticleSize: 14;
3233
+ scale: 10.88;
3234
+ };
3235
+ maxStationVisualSettings: {
3236
+ scale: 1.5;
3237
+ };
3238
+ },
3239
+ ];
3240
+ sizeSettings: {
3241
+ mLowerBound: 2.25;
3242
+ mUpperBound: 3.75;
3243
+ xlUpperBound: 4.5;
3244
+ xsLowerBound: 1.5;
3245
+ xxlUpperBound: 4.65;
3246
+ xxsLowerBound: 1.47;
3247
+ };
3248
+ uniqueId: "DRAMPA";
3249
+ }
3250
+ >
3251
+ >;
3252
+ export type PokemonExtendedSettingsV0810PokemonGrookey = S<
3253
+ PokemonExtendedSettings<
3254
+ "EXTENDED_V0810_POKEMON_GROOKEY",
3255
+ {
3256
+ breadOverrides: [
3257
+ {
3258
+ breadMode: "BREAD_MODE";
3259
+ maxBattleTrainerVisualSettings: {
3260
+ xOffset: -5;
3261
+ };
3262
+ maxBattleVisualSettings: {
3263
+ scale: 78.4;
3264
+ };
3265
+ maxEncounterVisualSettings: {
3266
+ cameraDistance: 25.27;
3267
+ maxReticleSize: 14;
3268
+ scale: 39.2;
3269
+ };
3270
+ maxStationVisualSettings: {
3271
+ scale: 5.33;
3272
+ };
3273
+ },
3274
+ ];
3275
+ sizeSettings: {
3276
+ mLowerBound: 0.225;
3277
+ mUpperBound: 0.375;
3278
+ xlUpperBound: 0.45;
3279
+ xsLowerBound: 0.15;
3280
+ xxlUpperBound: 0.465;
3281
+ xxsLowerBound: 0.147;
3282
+ };
3283
+ uniqueId: "GROOKEY";
3284
+ }
3285
+ >
3286
+ >;
3287
+ export type PokemonExtendedSettingsV0811PokemonThwackey = S<
3288
+ PokemonExtendedSettings<
3289
+ "EXTENDED_V0811_POKEMON_THWACKEY",
3290
+ {
3291
+ breadOverrides: [
3292
+ {
3293
+ breadMode: "BREAD_MODE";
3294
+ maxBattleTrainerVisualSettings: {
3295
+ xOffset: -5;
3296
+ };
3297
+ maxBattleVisualSettings: {
3298
+ scale: 35.36;
3299
+ };
3300
+ maxEncounterVisualSettings: {
3301
+ cameraDistance: 27.24;
3302
+ maxReticleSize: 14;
3303
+ scale: 17.68;
3304
+ };
3305
+ maxStationVisualSettings: {
3306
+ scale: 2.41;
3307
+ };
3308
+ },
3309
+ ];
3310
+ sizeSettings: {
3311
+ mLowerBound: 0.525;
3312
+ mUpperBound: 0.875;
3313
+ xlUpperBound: 1.05;
3314
+ xsLowerBound: 0.35;
3315
+ xxlUpperBound: 1.085;
3316
+ xxsLowerBound: 0.343;
3317
+ };
3318
+ uniqueId: "THWACKEY";
3319
+ }
3320
+ >
3321
+ >;
3322
+ export type PokemonExtendedSettingsV0812PokemonRillaboom = S<
3323
+ PokemonExtendedSettings<
3324
+ "EXTENDED_V0812_POKEMON_RILLABOOM",
3325
+ {
3326
+ breadOverrides: [
3327
+ {
3328
+ breadMode: "BREAD_MODE";
3329
+ maxBattleVisualSettings: {
3330
+ scale: 18.13;
3331
+ xOffset: -5;
3332
+ };
3333
+ maxEncounterVisualSettings: {
3334
+ cameraDistance: 30;
3335
+ maxReticleSize: 14;
3336
+ scale: 9.07;
3337
+ };
3338
+ maxStationVisualSettings: {
3339
+ scale: 1.23;
3340
+ };
3341
+ },
3342
+ {
3343
+ averageHeightM: 28;
3344
+ breadMode: "BREAD_DOUGH_MODE";
3345
+ camera: {
3346
+ cylinderHeightM: 1.9;
3347
+ cylinderRadiusM: 1.5;
3348
+ };
3349
+ catchOverrideSettings: {
3350
+ collisionHeadRadiusM: 0.5;
3351
+ collisionHeightM: 0.5;
3352
+ collisionRadiusM: 0.3;
3353
+ };
3354
+ maxBattleVisualSettings: {
3355
+ scale: 21.33;
3356
+ };
3357
+ maxEncounterVisualSettings: {
3358
+ cameraDistance: 32;
3359
+ maxReticleSize: 14;
3360
+ scale: 10.67;
3361
+ };
3362
+ maxStationVisualSettings: {
3363
+ scale: 1.45;
3364
+ };
3365
+ modelHeight: 1.6;
3366
+ modelScaleV2: 1;
3367
+ },
3368
+ ];
3369
+ sizeSettings: {
3370
+ mLowerBound: 1.575;
3371
+ mUpperBound: 2.625;
3372
+ xlUpperBound: 3.15;
3373
+ xsLowerBound: 1.05;
3374
+ xxlUpperBound: 3.255;
3375
+ xxsLowerBound: 1.029;
3376
+ };
3377
+ uniqueId: "RILLABOOM";
3378
+ }
3379
+ >
3380
+ >;
3381
+ export type PokemonExtendedSettingsV0813PokemonScorbunny = S<
3382
+ PokemonExtendedSettings<
3383
+ "EXTENDED_V0813_POKEMON_SCORBUNNY",
3384
+ {
3385
+ breadOverrides: [
3386
+ {
3387
+ breadMode: "BREAD_MODE";
3388
+ maxBattleTrainerVisualSettings: {
3389
+ xOffset: -7.5;
3390
+ };
3391
+ maxBattleVisualSettings: {
3392
+ scale: 78.4;
3393
+ };
3394
+ maxEncounterVisualSettings: {
3395
+ cameraDistance: 26.5;
3396
+ maxReticleSize: 14;
3397
+ scale: 39.2;
3398
+ };
3399
+ maxStationVisualSettings: {
3400
+ scale: 5.33;
3401
+ };
3402
+ },
3403
+ ];
3404
+ sizeSettings: {
3405
+ mLowerBound: 0.225;
3406
+ mUpperBound: 0.375;
3407
+ xlUpperBound: 0.45;
3408
+ xsLowerBound: 0.15;
3409
+ xxlUpperBound: 0.525;
3410
+ xxsLowerBound: 0.147;
3411
+ };
3412
+ uniqueId: "SCORBUNNY";
3413
+ }
3414
+ >
3415
+ >;
3416
+ export type PokemonExtendedSettingsV0814PokemonRaboot = S<
3417
+ PokemonExtendedSettings<
3418
+ "EXTENDED_V0814_POKEMON_RABOOT",
3419
+ {
3420
+ breadOverrides: [
3421
+ {
3422
+ breadMode: "BREAD_MODE";
3423
+ maxBattleTrainerVisualSettings: {
3424
+ xOffset: -10;
3425
+ };
3426
+ maxBattleVisualSettings: {
3427
+ scale: 44.42;
3428
+ };
3429
+ maxEncounterVisualSettings: {
3430
+ cameraDistance: 24.94;
3431
+ maxReticleSize: 14;
3432
+ scale: 22.21;
3433
+ };
3434
+ maxStationVisualSettings: {
3435
+ scale: 3.02;
3436
+ };
3437
+ },
3438
+ ];
3439
+ sizeSettings: {
3440
+ mLowerBound: 0.45;
3441
+ mUpperBound: 0.75;
3442
+ xlUpperBound: 0.9;
3443
+ xsLowerBound: 0.3;
3444
+ xxlUpperBound: 1.05;
3445
+ xxsLowerBound: 0.294;
3446
+ };
3447
+ uniqueId: "RABOOT";
3448
+ }
3449
+ >
3450
+ >;
3451
+ export type PokemonExtendedSettingsV0815PokemonCinderace = S<
3452
+ PokemonExtendedSettings<
3453
+ "EXTENDED_V0815_POKEMON_CINDERACE",
3454
+ {
3455
+ breadOverrides: [
3456
+ {
3457
+ breadMode: "BREAD_MODE";
3458
+ maxBattleTrainerVisualSettings: {
3459
+ xOffset: -5;
3460
+ };
3461
+ maxBattleVisualSettings: {
3462
+ scale: 25.84;
3463
+ };
3464
+ maxEncounterVisualSettings: {
3465
+ cameraDistance: 26.5;
3466
+ maxReticleSize: 14;
3467
+ scale: 12.92;
3468
+ };
3469
+ maxStationVisualSettings: {
3470
+ scale: 1.76;
3471
+ };
3472
+ },
3473
+ {
3474
+ averageHeightM: 27;
3475
+ breadMode: "BREAD_DOUGH_MODE";
3476
+ camera: {
3477
+ cylinderHeightM: 3.35;
3478
+ cylinderRadiusM: 1.5;
3479
+ };
3480
+ maxBattleTrainerVisualSettings: {
3481
+ xOffset: -10;
3482
+ };
3483
+ maxBattleVisualSettings: {
3484
+ scale: 15.86;
3485
+ };
3486
+ maxEncounterVisualSettings: {
3487
+ cameraDistance: 36;
3488
+ maxReticleSize: 16;
3489
+ scale: 7;
3490
+ };
3491
+ maxPowerspotTopperVisualSettings: {
3492
+ scale: 0.65;
3493
+ };
3494
+ maxStationVisualSettings: {
3495
+ scale: 1.15;
3496
+ };
3497
+ modelHeight: 2.8;
3498
+ modelScaleV2: 0.88;
3499
+ },
3500
+ ];
3501
+ sizeSettings: {
3502
+ mLowerBound: 1.05;
3503
+ mUpperBound: 1.75;
3504
+ xlUpperBound: 2.1;
3505
+ xsLowerBound: 0.7;
3506
+ xxlUpperBound: 2.45;
3507
+ xxsLowerBound: 0.686;
3508
+ };
3509
+ uniqueId: "CINDERACE";
3510
+ }
3511
+ >
3512
+ >;
3513
+ export type PokemonExtendedSettingsV0816PokemonSobble = S<
3514
+ PokemonExtendedSettings<
3515
+ "EXTENDED_V0816_POKEMON_SOBBLE",
3516
+ {
3517
+ breadOverrides: [
3518
+ {
3519
+ breadMode: "BREAD_MODE";
3520
+ maxBattleTrainerVisualSettings: {
3521
+ xOffset: -10;
3522
+ };
3523
+ maxBattleVisualSettings: {
3524
+ scale: 78.4;
3525
+ };
3526
+ maxEncounterVisualSettings: {
3527
+ cameraDistance: 22.23;
3528
+ maxReticleSize: 14;
3529
+ scale: 39.2;
3530
+ };
3531
+ maxStationVisualSettings: {
3532
+ scale: 5.33;
3533
+ };
3534
+ },
3535
+ ];
3536
+ sizeSettings: {
3537
+ mLowerBound: 0.225;
3538
+ mUpperBound: 0.375;
3539
+ xlUpperBound: 0.45;
3540
+ xsLowerBound: 0.15;
3541
+ xxlUpperBound: 0.465;
3542
+ xxsLowerBound: 0.147;
3543
+ };
3544
+ uniqueId: "SOBBLE";
3545
+ }
3546
+ >
3547
+ >;
3548
+ export type PokemonExtendedSettingsV0817PokemonDrizzile = S<
3549
+ PokemonExtendedSettings<
3550
+ "EXTENDED_V0817_POKEMON_DRIZZILE",
3551
+ {
3552
+ breadOverrides: [
3553
+ {
3554
+ breadMode: "BREAD_MODE";
3555
+ maxBattleTrainerVisualSettings: {
3556
+ xOffset: -5;
3557
+ };
3558
+ maxBattleVisualSettings: {
3559
+ scale: 38.08;
3560
+ };
3561
+ maxEncounterVisualSettings: {
3562
+ cameraDistance: 25.1;
3563
+ maxReticleSize: 14;
3564
+ scale: 19.4;
3565
+ };
3566
+ maxStationVisualSettings: {
3567
+ scale: 2.59;
3568
+ };
3569
+ },
3570
+ ];
3571
+ sizeSettings: {
3572
+ mLowerBound: 0.525;
3573
+ mUpperBound: 0.875;
3574
+ xlUpperBound: 1.05;
3575
+ xsLowerBound: 0.35;
3576
+ xxlUpperBound: 1.085;
3577
+ xxsLowerBound: 0.343;
3578
+ };
3579
+ uniqueId: "DRIZZILE";
3580
+ }
3581
+ >
3582
+ >;
3583
+ export type PokemonExtendedSettingsV0818PokemonInteleon = S<
3584
+ PokemonExtendedSettings<
3585
+ "EXTENDED_V0818_POKEMON_INTELEON",
3586
+ {
3587
+ breadOverrides: [
3588
+ {
3589
+ breadMode: "BREAD_MODE";
3590
+ maxBattleTrainerVisualSettings: {
3591
+ xOffset: -10;
3592
+ };
3593
+ maxBattleVisualSettings: {
3594
+ scale: 19.04;
3595
+ };
3596
+ maxEncounterVisualSettings: {
3597
+ cameraDistance: 24.78;
3598
+ maxReticleSize: 14;
3599
+ scale: 9.52;
3600
+ };
3601
+ maxStationVisualSettings: {
3602
+ scale: 1.3;
3603
+ };
3604
+ },
3605
+ {
3606
+ averageHeightM: 40;
3607
+ breadMode: "BREAD_DOUGH_MODE";
3608
+ camera: {
3609
+ cylinderHeightM: 3.3;
3610
+ cylinderRadiusM: 1;
3611
+ };
3612
+ catchOverrideSettings: {
3613
+ collisionHeadRadiusM: 0.9;
3614
+ collisionHeightM: 0.9;
3615
+ collisionRadiusM: 0.9;
3616
+ };
3617
+ maxBattleTrainerVisualSettings: {
3618
+ xOffset: -10;
3619
+ };
3620
+ maxBattleVisualSettings: {
3621
+ scale: 17;
3622
+ xOffset: -2;
3623
+ };
3624
+ maxEncounterVisualSettings: {
3625
+ cameraDistance: 42;
3626
+ maxReticleSize: 14;
3627
+ scale: 7;
3628
+ };
3629
+ maxPowerspotTopperVisualSettings: {
3630
+ scale: 0.9;
3631
+ };
3632
+ maxStationVisualSettings: {
3633
+ scale: 1.05;
3634
+ };
3635
+ modelHeight: 3.19;
3636
+ modelScaleV2: 0.83;
3637
+ },
3638
+ ];
3639
+ sizeSettings: {
3640
+ mLowerBound: 1.425;
3641
+ mUpperBound: 2.375;
3642
+ xlUpperBound: 2.85;
3643
+ xsLowerBound: 0.95;
3644
+ xxlUpperBound: 2.945;
3645
+ xxsLowerBound: 0.931;
3646
+ };
3647
+ uniqueId: "INTELEON";
3648
+ }
3649
+ >
3650
+ >;
3651
+ export type PokemonExtendedSettingsV0819PokemonSkwovet = S<
3652
+ PokemonExtendedSettings<
3653
+ "EXTENDED_V0819_POKEMON_SKWOVET",
3654
+ {
3655
+ breadOverrides: [
3656
+ {
3657
+ breadMode: "BREAD_MODE";
3658
+ maxBattleTrainerVisualSettings: {
3659
+ xOffset: -5;
3660
+ };
3661
+ maxBattleVisualSettings: {
3662
+ scale: 78.4;
3663
+ };
3664
+ maxEncounterVisualSettings: {
3665
+ cameraDistance: 27.48;
3666
+ maxReticleSize: 14;
3667
+ scale: 39.2;
3668
+ };
3669
+ maxStationVisualSettings: {
3670
+ scale: 5.33;
3671
+ };
3672
+ },
3673
+ ];
3674
+ sizeSettings: {
3675
+ mLowerBound: 0.225;
3676
+ mUpperBound: 0.375;
3677
+ xlUpperBound: 0.45;
3678
+ xsLowerBound: 0.15;
3679
+ xxlUpperBound: 0.525;
3680
+ xxsLowerBound: 0.147;
3681
+ };
3682
+ uniqueId: "SKWOVET";
3683
+ }
3684
+ >
3685
+ >;
3686
+ export type PokemonExtendedSettingsV0820PokemonGreedent = S<
3687
+ PokemonExtendedSettings<
3688
+ "EXTENDED_V0820_POKEMON_GREEDENT",
3689
+ {
3690
+ breadOverrides: [
3691
+ {
3692
+ breadMode: "BREAD_MODE";
3693
+ maxBattleTrainerVisualSettings: {
3694
+ xOffset: -5;
3695
+ };
3696
+ maxBattleVisualSettings: {
3697
+ scale: 50.77;
3698
+ };
3699
+ maxEncounterVisualSettings: {
3700
+ cameraDistance: 30.72;
3701
+ maxReticleSize: 14;
3702
+ scale: 25.39;
3703
+ };
3704
+ maxStationVisualSettings: {
3705
+ scale: 3.45;
3706
+ };
3707
+ },
3708
+ ];
3709
+ sizeSettings: {
3710
+ mLowerBound: 0.45;
3711
+ mUpperBound: 0.75;
3712
+ xlUpperBound: 0.9;
3713
+ xsLowerBound: 0.3;
3714
+ xxlUpperBound: 1.05;
3715
+ xxsLowerBound: 0.294;
3716
+ };
3717
+ uniqueId: "GREEDENT";
3718
+ }
3719
+ >
3720
+ >;
3721
+ export type PokemonExtendedSettingsV0821PokemonRookidee = S<
3722
+ PokemonExtendedSettings<
3723
+ "EXTENDED_V0821_POKEMON_ROOKIDEE",
3724
+ {
3725
+ breadOverrides: [
3726
+ {
3727
+ breadMode: "BREAD_MODE";
3728
+ maxBattleVisualSettings: {
3729
+ scale: 117.6;
3730
+ };
3731
+ maxEncounterVisualSettings: {
3732
+ cameraDistance: 27.5;
3733
+ maxReticleSize: 14;
3734
+ scale: 58.8;
3735
+ };
3736
+ maxStationVisualSettings: {
3737
+ scale: 8;
3738
+ };
3739
+ },
3740
+ ];
3741
+ sizeSettings: {
3742
+ mLowerBound: 0.15;
3743
+ mUpperBound: 0.25;
3744
+ xlUpperBound: 0.3;
3745
+ xsLowerBound: 0.1;
3746
+ xxlUpperBound: 0.35;
3747
+ xxsLowerBound: 0.098;
3748
+ };
3749
+ uniqueId: "ROOKIDEE";
3750
+ }
3751
+ >
3752
+ >;
3753
+ export type PokemonExtendedSettingsV0822PokemonCorvisquire = S<
3754
+ PokemonExtendedSettings<
3755
+ "EXTENDED_V0822_POKEMON_CORVISQUIRE",
3756
+ {
3757
+ breadOverrides: [
3758
+ {
3759
+ breadMode: "BREAD_MODE";
3760
+ maxBattleVisualSettings: {
3761
+ scale: 36;
3762
+ };
3763
+ maxEncounterVisualSettings: {
3764
+ cameraDistance: 30;
3765
+ maxReticleSize: 14;
3766
+ scale: 18;
3767
+ };
3768
+ maxStationVisualSettings: {
3769
+ scale: 2.475;
3770
+ };
3771
+ },
3772
+ ];
3773
+ sizeSettings: {
3774
+ mLowerBound: 0.6;
3775
+ mUpperBound: 1;
3776
+ xlUpperBound: 1.2;
3777
+ xsLowerBound: 0.4;
3778
+ xxlUpperBound: 1.4;
3779
+ xxsLowerBound: 0.392;
3780
+ };
3781
+ uniqueId: "CORVISQUIRE";
3782
+ }
3783
+ >
3784
+ >;
3785
+ export type PokemonExtendedSettingsV0823PokemonCorviknight = S<
3786
+ PokemonExtendedSettings<
3787
+ "EXTENDED_V0823_POKEMON_CORVIKNIGHT",
3788
+ {
3789
+ breadOverrides: [
3790
+ {
3791
+ breadMode: "BREAD_MODE";
3792
+ maxBattleVisualSettings: {
3793
+ scale: 13;
3794
+ };
3795
+ maxEncounterVisualSettings: {
3796
+ cameraDistance: 38.75;
3797
+ maxReticleSize: 14;
3798
+ scale: 6.5;
3799
+ };
3800
+ maxPowerspotTopperVisualSettings: {
3801
+ scale: 0.75;
3802
+ };
3803
+ maxStationVisualSettings: {
3804
+ scale: 0.88;
3805
+ };
3806
+ },
3807
+ ];
3808
+ sizeSettings: {
3809
+ mLowerBound: 1.65;
3810
+ mUpperBound: 2.75;
3811
+ xlUpperBound: 3.3;
3812
+ xsLowerBound: 1.1;
3813
+ xxlUpperBound: 3.41;
3814
+ xxsLowerBound: 1.078;
3815
+ };
3816
+ uniqueId: "CORVIKNIGHT";
3817
+ }
3818
+ >
3819
+ >;
3820
+ export type PokemonExtendedSettingsV0831PokemonWooloo = S<
3821
+ PokemonExtendedSettings<
3822
+ "EXTENDED_V0831_POKEMON_WOOLOO",
3823
+ {
3824
+ breadOverrides: [
3825
+ {
3826
+ breadMode: "BREAD_MODE";
3827
+ maxBattleVisualSettings: {
3828
+ scale: 44.42;
3829
+ };
3830
+ maxEncounterVisualSettings: {
3831
+ cameraDistance: 30.72;
3832
+ maxReticleSize: 14;
3833
+ scale: 22.21;
3834
+ };
3835
+ maxStationVisualSettings: {
3836
+ scale: 3.02;
3837
+ };
3838
+ },
3839
+ ];
3840
+ sizeSettings: {
3841
+ mLowerBound: 0.45;
3842
+ mUpperBound: 0.75;
3843
+ xlUpperBound: 0.9;
3844
+ xsLowerBound: 0.3;
3845
+ xxlUpperBound: 1.05;
3846
+ xxsLowerBound: 0.294;
3847
+ };
3848
+ uniqueId: "WOOLOO";
3849
+ }
3850
+ >
3851
+ >;
3852
+ export type PokemonExtendedSettingsV0832PokemonDubwool = S<
3853
+ PokemonExtendedSettings<
3854
+ "EXTENDED_V0832_POKEMON_DUBWOOL",
3855
+ {
3856
+ breadOverrides: [
3857
+ {
3858
+ breadMode: "BREAD_MODE";
3859
+ maxBattleVisualSettings: {
3860
+ scale: 26.36;
3861
+ };
3862
+ maxEncounterVisualSettings: {
3863
+ cameraDistance: 30.72;
3864
+ maxReticleSize: 14;
3865
+ scale: 13.18;
3866
+ };
3867
+ maxStationVisualSettings: {
3868
+ scale: 1.79;
3869
+ };
3870
+ },
3871
+ ];
3872
+ sizeSettings: {
3873
+ mLowerBound: 0.975;
3874
+ mUpperBound: 1.625;
3875
+ xlUpperBound: 1.95;
3876
+ xsLowerBound: 0.65;
3877
+ xxlUpperBound: 2.015;
3878
+ xxsLowerBound: 0.637;
3879
+ };
3880
+ uniqueId: "DUBWOOL";
3881
+ }
3882
+ >
3883
+ >;
3884
+ export type PokemonExtendedSettingsV0848PokemonToxel = S<
3885
+ PokemonExtendedSettings<
3886
+ "EXTENDED_V0848_POKEMON_TOXEL",
3887
+ {
3888
+ breadOverrides: [
3889
+ {
3890
+ breadMode: "BREAD_MODE";
3891
+ maxBattleTrainerVisualSettings: {
3892
+ xOffset: -10;
3893
+ };
3894
+ maxBattleVisualSettings: {
3895
+ scale: 62.72;
3896
+ };
3897
+ maxEncounterVisualSettings: {
3898
+ cameraDistance: 24.9;
3899
+ maxReticleSize: 14;
3900
+ scale: 31.36;
3901
+ };
3902
+ maxStationVisualSettings: {
3903
+ scale: 4.27;
3904
+ };
3905
+ },
3906
+ ];
3907
+ sizeSettings: {
3908
+ mLowerBound: 0.3;
3909
+ mUpperBound: 0.5;
3910
+ xlUpperBound: 0.6;
3911
+ xsLowerBound: 0.2;
3912
+ xxlUpperBound: 0.7;
3913
+ xxsLowerBound: 0.196;
3914
+ };
3915
+ uniqueId: "TOXEL";
3916
+ }
3917
+ >
3918
+ >;
3919
+ export type PokemonExtendedSettingsV0849PokemonToxtricity = S<
3920
+ PokemonExtendedSettings<
3921
+ "EXTENDED_V0849_POKEMON_TOXTRICITY",
3922
+ {
3923
+ breadOverrides: [
3924
+ {
3925
+ breadMode: "BREAD_MODE";
3926
+ maxBattleTrainerVisualSettings: {
3927
+ xOffset: -10;
3928
+ };
3929
+ maxBattleVisualSettings: {
3930
+ scale: 22.61;
3931
+ };
3932
+ maxEncounterVisualSettings: {
3933
+ cameraDistance: 22.7;
3934
+ maxReticleSize: 14;
3935
+ scale: 11.31;
3936
+ };
3937
+ maxStationVisualSettings: {
3938
+ scale: 1.54;
3939
+ };
3940
+ },
3941
+ {
3942
+ averageHeightM: 24;
3943
+ breadMode: "BREAD_DOUGH_MODE";
3944
+ camera: {
3945
+ cylinderHeightM: 2.15;
3946
+ cylinderRadiusM: 1.5;
3947
+ };
3948
+ maxBattleTrainerVisualSettings: {
3949
+ xOffset: 5;
3950
+ };
3951
+ maxBattleVisualSettings: {
3952
+ scale: 24;
3953
+ yOffset: -5;
3954
+ };
3955
+ maxEncounterVisualSettings: {
3956
+ cameraDistance: 30;
3957
+ maxReticleSize: 12;
3958
+ scale: 12;
3959
+ };
3960
+ maxStationVisualSettings: {
3961
+ scale: 1.63;
3962
+ };
3963
+ modelHeight: 3;
3964
+ modelScaleV2: 0.86;
3965
+ sizeSettings: {
3966
+ mLowerBound: 24.275;
3967
+ mUpperBound: 25.125;
3968
+ xlUpperBound: 25.55;
3969
+ xsLowerBound: 23.85;
3970
+ xxlUpperBound: 25.975;
3971
+ xxsLowerBound: 23.833;
3972
+ };
3973
+ },
3974
+ ];
3975
+ sizeSettings: {
3976
+ mLowerBound: 1.2;
3977
+ mUpperBound: 2;
3978
+ xlUpperBound: 2.4;
3979
+ xsLowerBound: 0.8;
3980
+ xxlUpperBound: 2.48;
3981
+ xxsLowerBound: 0.784;
3982
+ };
3983
+ uniqueId: "TOXTRICITY";
3984
+ }
3985
+ >
3986
+ >;
3987
+ export type PokemonExtendedSettingsV0856PokemonHatenna = S<
3988
+ PokemonExtendedSettings<
3989
+ "EXTENDED_V0856_POKEMON_HATENNA",
3990
+ {
3991
+ breadOverrides: [
3992
+ {
3993
+ breadMode: "BREAD_MODE";
3994
+ maxBattleVisualSettings: {
3995
+ scale: 62.72;
3996
+ };
3997
+ maxEncounterVisualSettings: {
3998
+ cameraDistance: 25;
3999
+ maxReticleSize: 14;
4000
+ scale: 31.36;
4001
+ };
4002
+ maxStationVisualSettings: {
4003
+ scale: 4.27;
4004
+ };
4005
+ },
4006
+ ];
4007
+ sizeSettings: {
4008
+ mLowerBound: 0.3;
4009
+ mUpperBound: 0.5;
4010
+ xlUpperBound: 0.6;
4011
+ xsLowerBound: 0.2;
4012
+ xxlUpperBound: 0.7;
4013
+ xxsLowerBound: 0.196;
4014
+ };
4015
+ uniqueId: "HATENNA";
4016
+ }
4017
+ >
4018
+ >;
4019
+ export type PokemonExtendedSettingsV0857PokemonHattrem = S<
4020
+ PokemonExtendedSettings<
4021
+ "EXTENDED_V0857_POKEMON_HATTREM",
4022
+ {
4023
+ breadOverrides: [
4024
+ {
4025
+ breadMode: "BREAD_MODE";
4026
+ maxBattleVisualSettings: {
4027
+ scale: 44.42;
4028
+ };
4029
+ maxEncounterVisualSettings: {
4030
+ cameraDistance: 25;
4031
+ maxReticleSize: 14;
4032
+ scale: 22.21;
4033
+ };
4034
+ maxStationVisualSettings: {
4035
+ scale: 3.02;
4036
+ };
4037
+ },
4038
+ ];
4039
+ sizeSettings: {
4040
+ mLowerBound: 0.45;
4041
+ mUpperBound: 0.75;
4042
+ xlUpperBound: 0.9;
4043
+ xsLowerBound: 0.3;
4044
+ xxlUpperBound: 1.05;
4045
+ xxsLowerBound: 0.294;
4046
+ };
4047
+ uniqueId: "HATTREM";
4048
+ }
4049
+ >
4050
+ >;
4051
+ export type PokemonExtendedSettingsV0858PokemonHatterene = S<
4052
+ PokemonExtendedSettings<
4053
+ "EXTENDED_V0858_POKEMON_HATTERENE",
4054
+ {
4055
+ breadOverrides: [
4056
+ {
4057
+ breadMode: "BREAD_MODE";
4058
+ maxBattleVisualSettings: {
4059
+ scale: 18.13;
4060
+ };
4061
+ maxEncounterVisualSettings: {
4062
+ cameraDistance: 25;
4063
+ maxReticleSize: 14;
4064
+ scale: 9.07;
4065
+ };
4066
+ maxStationVisualSettings: {
4067
+ scale: 1.23;
4068
+ };
4069
+ },
4070
+ ];
4071
+ sizeSettings: {
4072
+ mLowerBound: 1.575;
4073
+ mUpperBound: 2.625;
4074
+ xlUpperBound: 3.15;
4075
+ xsLowerBound: 1.05;
4076
+ xxlUpperBound: 3.255;
4077
+ xxsLowerBound: 1.029;
4078
+ };
4079
+ uniqueId: "HATTERENE";
4080
+ }
4081
+ >
4082
+ >;
4083
+ export type PokemonExtendedSettingsV0861PokemonGrimmsnarl = S<
4084
+ PokemonExtendedSettings<
4085
+ "EXTENDED_V0861_POKEMON_GRIMMSNARL",
4086
+ {
4087
+ breadOverrides: [
4088
+ {
4089
+ breadMode: "BREAD_MODE";
4090
+ },
4091
+ {
4092
+ breadMode: "BREAD_DOUGH_MODE";
4093
+ camera: {
4094
+ cylinderHeightM: 3;
4095
+ cylinderRadiusM: 1;
4096
+ };
4097
+ maxBattleVisualSettings: {
4098
+ scale: 15;
4099
+ };
4100
+ maxEncounterVisualSettings: {
4101
+ cameraDistance: 32;
4102
+ cameraFov: 40;
4103
+ maxReticleSize: 20;
4104
+ scale: 13;
4105
+ yOffset: -15;
4106
+ };
4107
+ maxLobbyVisualSettings: {
4108
+ scale: 20;
4109
+ };
4110
+ maxPowerspotTopperVisualSettings: {
4111
+ scale: 0.75;
4112
+ };
4113
+ maxStationVisualSettings: {
4114
+ scale: 1.2;
4115
+ };
4116
+ modelHeight: 3;
4117
+ modelScaleV2: 0.86;
4118
+ },
4119
+ ];
4120
+ sizeSettings: {
4121
+ mLowerBound: 1.125;
4122
+ mUpperBound: 1.875;
4123
+ xlUpperBound: 2.25;
4124
+ xsLowerBound: 0.75;
4125
+ xxlUpperBound: 2.325;
4126
+ xxsLowerBound: 0.735;
4127
+ };
4128
+ uniqueId: "GRIMMSNARL";
4129
+ }
4130
+ >
4131
+ >;
4132
+ export type PokemonExtendedSettingsV0870PokemonFalinks = S<
4133
+ PokemonExtendedSettings<
4134
+ "EXTENDED_V0870_POKEMON_FALINKS",
4135
+ {
4136
+ breadOverrides: [
4137
+ {
4138
+ breadMode: "BREAD_MODE";
4139
+ maxBattleVisualSettings: {
4140
+ scale: 15.87;
4141
+ };
4142
+ maxEncounterVisualSettings: {
4143
+ cameraDistance: 30;
4144
+ maxReticleSize: 14;
4145
+ scale: 7.94;
4146
+ };
4147
+ maxStationVisualSettings: {
4148
+ scale: 1.08;
4149
+ };
4150
+ },
4151
+ ];
4152
+ sizeSettings: {
4153
+ mLowerBound: 2.25;
4154
+ mUpperBound: 3.75;
4155
+ xlUpperBound: 4.5;
4156
+ xsLowerBound: 1.5;
4157
+ xxlUpperBound: 4.65;
4158
+ xxsLowerBound: 1.47;
4159
+ };
4160
+ uniqueId: "FALINKS";
4161
+ }
4162
+ >
4163
+ >;
4164
+ export type PokemonExtendedSettingsV0884PokemonDuraludon = S<
4165
+ PokemonExtendedSettings<
4166
+ "EXTENDED_V0884_POKEMON_DURALUDON",
4167
+ {
4168
+ breadOverrides: [
4169
+ {
4170
+ breadMode: "BREAD_MODE";
4171
+ maxBattleVisualSettings: {
4172
+ scale: 20.1;
4173
+ };
4174
+ maxEncounterVisualSettings: {
4175
+ cameraDistance: 28;
4176
+ maxReticleSize: 14;
4177
+ scale: 8.5;
4178
+ };
4179
+ maxPowerspotTopperVisualSettings: {
4180
+ scale: 0.65;
4181
+ };
4182
+ maxStationVisualSettings: {
4183
+ scale: 1.37;
4184
+ };
4185
+ },
4186
+ ];
4187
+ sizeSettings: {
4188
+ mLowerBound: 1.35;
4189
+ mUpperBound: 2.25;
4190
+ xlUpperBound: 2.7;
4191
+ xsLowerBound: 0.9;
4192
+ xxlUpperBound: 3.15;
4193
+ xxsLowerBound: 0.882;
4194
+ };
4195
+ uniqueId: "DURALUDON";
4196
+ }
4197
+ >
4198
+ >;
4199
+ export type PokemonExtendedSettingsV0891PokemonKubfu = S<
4200
+ PokemonExtendedSettings<
4201
+ "EXTENDED_V0891_POKEMON_KUBFU",
4202
+ {
4203
+ breadOverrides: [
4204
+ {
4205
+ breadMode: "BREAD_MODE";
4206
+ maxBattleTrainerVisualSettings: {
4207
+ xOffset: -10;
4208
+ };
4209
+ maxBattleVisualSettings: {
4210
+ scale: 40;
4211
+ };
4212
+ maxEncounterVisualSettings: {
4213
+ cameraDistance: 26;
4214
+ maxReticleSize: 14;
4215
+ scale: 30;
4216
+ };
4217
+ maxStationVisualSettings: {
4218
+ scale: 3.89;
4219
+ };
4220
+ },
4221
+ ];
4222
+ sizeSettings: {
4223
+ mLowerBound: 0.45;
4224
+ mUpperBound: 0.75;
4225
+ xlUpperBound: 0.9;
4226
+ xsLowerBound: 0.3;
4227
+ xxlUpperBound: 0.93;
4228
+ xxsLowerBound: 0.294;
4229
+ };
4230
+ uniqueId: "KUBFU";
4231
+ }
4232
+ >
4233
+ >;
4234
+ export type PokemonExtendedSettingsV0892PokemonUrshifu = S<
4235
+ PokemonExtendedSettings<
4236
+ "EXTENDED_V0892_POKEMON_URSHIFU",
4237
+ {
4238
+ breadOverrides: [
4239
+ {
4240
+ breadMode: "BREAD_MODE";
4241
+ maxBattleTrainerVisualSettings: {
4242
+ xOffset: -10;
4243
+ };
4244
+ maxBattleVisualSettings: {
4245
+ scale: 22.19;
4246
+ };
4247
+ maxEncounterVisualSettings: {
4248
+ cameraDistance: 25;
4249
+ maxReticleSize: 14;
4250
+ scale: 8.9;
4251
+ };
4252
+ maxStationVisualSettings: {
4253
+ scale: 1.65;
4254
+ };
4255
+ },
4256
+ ];
4257
+ sizeSettings: {
4258
+ mLowerBound: 1.425;
4259
+ mUpperBound: 2.375;
4260
+ xlUpperBound: 2.85;
4261
+ xsLowerBound: 0.95;
4262
+ xxlUpperBound: 2.945;
4263
+ xxsLowerBound: 0.931;
4264
+ };
4265
+ uniqueId: "URSHIFU";
4266
+ }
4267
+ >
4268
+ >;
4269
+
4270
+ export type PokemonExtendedSettingsBreadOverridesMasterfileEntry =
4271
+ | PokemonExtendedSettingsV0001PokemonBulbasaur
4272
+ | PokemonExtendedSettingsV0002PokemonIvysaur
4273
+ | PokemonExtendedSettingsV0004PokemonCharmander
4274
+ | PokemonExtendedSettingsV0005PokemonCharmeleon
4275
+ | PokemonExtendedSettingsV0007PokemonSquirtle
4276
+ | PokemonExtendedSettingsV0008PokemonWartortle
4277
+ | PokemonExtendedSettingsV0010PokemonCaterpie
4278
+ | PokemonExtendedSettingsV0011PokemonMetapod
4279
+ | PokemonExtendedSettingsV0012PokemonButterfree
4280
+ | PokemonExtendedSettingsV0025PokemonPikachu
4281
+ | PokemonExtendedSettingsV0026PokemonRaichu
4282
+ | PokemonExtendedSettingsV0052PokemonMeowth
4283
+ | PokemonExtendedSettingsV0058PokemonGrowlithe
4284
+ | PokemonExtendedSettingsV0059PokemonArcanine
4285
+ | PokemonExtendedSettingsV0063PokemonAbra
4286
+ | PokemonExtendedSettingsV0064PokemonKadabra
4287
+ | PokemonExtendedSettingsV0066PokemonMachop
4288
+ | PokemonExtendedSettingsV0067PokemonMachoke
4289
+ | PokemonExtendedSettingsV0068PokemonMachamp
4290
+ | PokemonExtendedSettingsV0092PokemonGastly
4291
+ | PokemonExtendedSettingsV0093PokemonHaunter
4292
+ | PokemonExtendedSettingsV0098PokemonKrabby
4293
+ | PokemonExtendedSettingsV0099PokemonKingler
4294
+ | PokemonExtendedSettingsV0106PokemonHitmonlee
4295
+ | PokemonExtendedSettingsV0107PokemonHitmonchan
4296
+ | PokemonExtendedSettingsV0113PokemonChansey
4297
+ | PokemonExtendedSettingsV0131PokemonLapras
4298
+ | PokemonExtendedSettingsV0133PokemonEevee
4299
+ | PokemonExtendedSettingsV0134PokemonVaporeon
4300
+ | PokemonExtendedSettingsV0135PokemonJolteon
4301
+ | PokemonExtendedSettingsV0136PokemonFlareon
4302
+ | PokemonExtendedSettingsV0138PokemonOmanyte
4303
+ | PokemonExtendedSettingsV0139PokemonOmastar
4304
+ | PokemonExtendedSettingsV0140PokemonKabuto
4305
+ | PokemonExtendedSettingsV0141PokemonKabutops
4306
+ | PokemonExtendedSettingsV0143PokemonSnorlax
4307
+ | PokemonExtendedSettingsV0144PokemonArticuno
4308
+ | PokemonExtendedSettingsV0145PokemonZapdos
4309
+ | PokemonExtendedSettingsV0146PokemonMoltres
4310
+ | PokemonExtendedSettingsV0196PokemonEspeon
4311
+ | PokemonExtendedSettingsV0197PokemonUmbreon
4312
+ | PokemonExtendedSettingsV0213PokemonShuckle
4313
+ | PokemonExtendedSettingsV0242PokemonBlissey
4314
+ | PokemonExtendedSettingsV0243PokemonRaikou
4315
+ | PokemonExtendedSettingsV0244PokemonEntei
4316
+ | PokemonExtendedSettingsV0245PokemonSuicune
4317
+ | PokemonExtendedSettingsV0249PokemonLugia
4318
+ | PokemonExtendedSettingsV0250PokemonHoOh
4319
+ | PokemonExtendedSettingsV0280PokemonRalts
4320
+ | PokemonExtendedSettingsV0281PokemonKirlia
4321
+ | PokemonExtendedSettingsV0320PokemonWailmer
4322
+ | PokemonExtendedSettingsV0321PokemonWailord
4323
+ | PokemonExtendedSettingsV0328PokemonTrapinch
4324
+ | PokemonExtendedSettingsV0329PokemonVibrava
4325
+ | PokemonExtendedSettingsV0330PokemonFlygon
4326
+ | PokemonExtendedSettingsV0363PokemonSpheal
4327
+ | PokemonExtendedSettingsV0364PokemonSealeo
4328
+ | PokemonExtendedSettingsV0365PokemonWalrein
4329
+ | PokemonExtendedSettingsV0374PokemonBeldum
4330
+ | PokemonExtendedSettingsV0375PokemonMetang
4331
+ | PokemonExtendedSettingsV0377PokemonRegirock
4332
+ | PokemonExtendedSettingsV0378PokemonRegice
4333
+ | PokemonExtendedSettingsV0379PokemonRegisteel
4334
+ | PokemonExtendedSettingsV0470PokemonLeafeon
4335
+ | PokemonExtendedSettingsV0471PokemonGlaceon
4336
+ | PokemonExtendedSettingsV0519PokemonPidove
4337
+ | PokemonExtendedSettingsV0520PokemonTranquill
4338
+ | PokemonExtendedSettingsV0521PokemonUnfezant
4339
+ | PokemonExtendedSettingsV0524PokemonRoggenrola
4340
+ | PokemonExtendedSettingsV0525PokemonBoldore
4341
+ | PokemonExtendedSettingsV0526PokemonGigalith
4342
+ | PokemonExtendedSettingsV0527PokemonWoobat
4343
+ | PokemonExtendedSettingsV0528PokemonSwoobat
4344
+ | PokemonExtendedSettingsV0529PokemonDrilbur
4345
+ | PokemonExtendedSettingsV0530PokemonExcadrill
4346
+ | PokemonExtendedSettingsV0546PokemonCottonee
4347
+ | PokemonExtendedSettingsV0547PokemonWhimsicott
4348
+ | PokemonExtendedSettingsV0554PokemonDarumaka
4349
+ | PokemonExtendedSettingsV0555PokemonDarmanitan
4350
+ | PokemonExtendedSettingsV0568PokemonTrubbish
4351
+ | PokemonExtendedSettingsV0569PokemonGarbodor
4352
+ | PokemonExtendedSettingsV0615PokemonCryogonal
4353
+ | PokemonExtendedSettingsV0686PokemonInkay
4354
+ | PokemonExtendedSettingsV0700PokemonSylveon
4355
+ | PokemonExtendedSettingsV0761PokemonBounsweet
4356
+ | PokemonExtendedSettingsV0762PokemonSteenee
4357
+ | PokemonExtendedSettingsV0763PokemonTsareena
4358
+ | PokemonExtendedSettingsV0766PokemonPassimian
4359
+ | PokemonExtendedSettingsV0780PokemonDrampa
4360
+ | PokemonExtendedSettingsV0810PokemonGrookey
4361
+ | PokemonExtendedSettingsV0811PokemonThwackey
4362
+ | PokemonExtendedSettingsV0812PokemonRillaboom
4363
+ | PokemonExtendedSettingsV0813PokemonScorbunny
4364
+ | PokemonExtendedSettingsV0814PokemonRaboot
4365
+ | PokemonExtendedSettingsV0815PokemonCinderace
4366
+ | PokemonExtendedSettingsV0816PokemonSobble
4367
+ | PokemonExtendedSettingsV0817PokemonDrizzile
4368
+ | PokemonExtendedSettingsV0818PokemonInteleon
4369
+ | PokemonExtendedSettingsV0819PokemonSkwovet
4370
+ | PokemonExtendedSettingsV0820PokemonGreedent
4371
+ | PokemonExtendedSettingsV0821PokemonRookidee
4372
+ | PokemonExtendedSettingsV0822PokemonCorvisquire
4373
+ | PokemonExtendedSettingsV0823PokemonCorviknight
4374
+ | PokemonExtendedSettingsV0831PokemonWooloo
4375
+ | PokemonExtendedSettingsV0832PokemonDubwool
4376
+ | PokemonExtendedSettingsV0848PokemonToxel
4377
+ | PokemonExtendedSettingsV0849PokemonToxtricity
4378
+ | PokemonExtendedSettingsV0856PokemonHatenna
4379
+ | PokemonExtendedSettingsV0857PokemonHattrem
4380
+ | PokemonExtendedSettingsV0858PokemonHatterene
4381
+ | PokemonExtendedSettingsV0861PokemonGrimmsnarl
4382
+ | PokemonExtendedSettingsV0870PokemonFalinks
4383
+ | PokemonExtendedSettingsV0884PokemonDuraludon
4384
+ | PokemonExtendedSettingsV0891PokemonKubfu
4385
+ | PokemonExtendedSettingsV0892PokemonUrshifu;