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,1577 @@
1
+ // Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/shoes", 157 entries.
2
+
3
+ import type { S } from "../../../_utils";
4
+ import type { AvatarItemDisplay } from "../../types";
5
+
6
+ export type AvatarItemDisplayNShoes6thanniversaryA0 = S<
7
+ AvatarItemDisplay<
8
+ "N_DISPLAY_n_shoes_6thanniversary_a_0",
9
+ {
10
+ displayStringId: "n_shoes_6thanniversary_a_0_display_name";
11
+ iconAddress: "n_shoes_6thanniversary_a_0_icon";
12
+ }
13
+ >
14
+ >;
15
+ export type AvatarItemDisplayNShoes6thanniversaryB0 = S<
16
+ AvatarItemDisplay<
17
+ "N_DISPLAY_n_shoes_6thanniversary_b_0",
18
+ {
19
+ displayStringId: "n_shoes_6thanniversary_b_0_display_name";
20
+ iconAddress: "n_shoes_6thanniversary_b_0_icon";
21
+ }
22
+ >
23
+ >;
24
+ export type AvatarItemDisplayNShoesAcetrainerbwA0 = S<
25
+ AvatarItemDisplay<
26
+ "N_DISPLAY_n_shoes_acetrainerbw_a_0",
27
+ {
28
+ displayStringId: "n_shoes_acetrainerbw_a_0_display_name";
29
+ iconAddress: "n_shoes_acetrainerbw_a_0_icon";
30
+ }
31
+ >
32
+ >;
33
+ export type AvatarItemDisplayNShoesAcetrainerbwB0 = S<
34
+ AvatarItemDisplay<
35
+ "N_DISPLAY_n_shoes_acetrainerbw_b_0",
36
+ {
37
+ displayStringId: "n_shoes_acetrainerbw_b_0_display_name";
38
+ iconAddress: "n_shoes_acetrainerbw_b_0_icon";
39
+ }
40
+ >
41
+ >;
42
+ export type AvatarItemDisplayNShoesAcetrainersmA0 = S<
43
+ AvatarItemDisplay<
44
+ "N_DISPLAY_n_shoes_acetrainersm_a_0",
45
+ {
46
+ displayStringId: "n_shoes_acetrainersm_a_0_display_name";
47
+ iconAddress: "n_shoes_acetrainersm_a_0_icon";
48
+ }
49
+ >
50
+ >;
51
+ export type AvatarItemDisplayNShoesAcetrainersmB0 = S<
52
+ AvatarItemDisplay<
53
+ "N_DISPLAY_n_shoes_acetrainersm_b_0",
54
+ {
55
+ displayStringId: "n_shoes_acetrainersm_b_0_display_name";
56
+ iconAddress: "n_shoes_acetrainersm_b_0_icon";
57
+ }
58
+ >
59
+ >;
60
+ export type AvatarItemDisplayNShoesAllister0 = S<
61
+ AvatarItemDisplay<
62
+ "N_DISPLAY_n_shoes_allister_0",
63
+ {
64
+ displayStringId: "avatar_shoes_gblallister";
65
+ iconAddress: "n_shoes_allister_0_icon";
66
+ }
67
+ >
68
+ >;
69
+ export type AvatarItemDisplayNShoesAnimegou0 = S<
70
+ AvatarItemDisplay<
71
+ "N_DISPLAY_n_shoes_animegou_0",
72
+ {
73
+ displayStringId: "n_shoes_animegou_0_display_name";
74
+ iconAddress: "n_shoes_animegou_0_icon";
75
+ }
76
+ >
77
+ >;
78
+ export type AvatarItemDisplayNShoesBackpackerA0 = S<
79
+ AvatarItemDisplay<
80
+ "N_DISPLAY_n_shoes_backpacker_a_0",
81
+ {
82
+ displayStringId: "n_shoes_backpacker_a_0_display_name";
83
+ iconAddress: "n_shoes_backpacker_a_0_icon";
84
+ }
85
+ >
86
+ >;
87
+ export type AvatarItemDisplayNShoesBackpackerB0 = S<
88
+ AvatarItemDisplay<
89
+ "N_DISPLAY_n_shoes_backpacker_b_0",
90
+ {
91
+ displayStringId: "n_shoes_backpacker_b_0_display_name";
92
+ iconAddress: "n_shoes_backpacker_b_0_icon";
93
+ }
94
+ >
95
+ >;
96
+ export type AvatarItemDisplayNShoesBattlegirl0 = S<
97
+ AvatarItemDisplay<
98
+ "N_DISPLAY_n_shoes_battlegirl_0",
99
+ {
100
+ displayStringId: "n_shoes_battlegirl_0_display_name";
101
+ iconAddress: "n_shoes_battlegirl_0_icon";
102
+ }
103
+ >
104
+ >;
105
+ export type AvatarItemDisplayNShoesBlacephalon0 = S<
106
+ AvatarItemDisplay<
107
+ "N_DISPLAY_n_shoes_blacephalon_0",
108
+ {
109
+ displayStringId: "avatar_shoes_blacephelon";
110
+ iconAddress: "n_shoes_blacephalon_0_icon";
111
+ }
112
+ >
113
+ >;
114
+ export type AvatarItemDisplayNShoesBrock0 = S<
115
+ AvatarItemDisplay<
116
+ "N_DISPLAY_n_shoes_brock_0",
117
+ {
118
+ displayStringId: "n_shoes_brock_0_display_name";
119
+ iconAddress: "n_shoes_brock_0_icon";
120
+ }
121
+ >
122
+ >;
123
+ export type AvatarItemDisplayNShoesBwn0 = S<
124
+ AvatarItemDisplay<
125
+ "N_DISPLAY_n_shoes_bwn_0",
126
+ {
127
+ displayStringId: "n_shoes_bwn_0_display_name";
128
+ iconAddress: "n_shoes_bwn_0_icon";
129
+ }
130
+ >
131
+ >;
132
+ export type AvatarItemDisplayNShoesCarbink0 = S<
133
+ AvatarItemDisplay<
134
+ "N_DISPLAY_n_shoes_carbink_0",
135
+ {
136
+ displayStringId: "n_shoes_carbink_0_display_name";
137
+ iconAddress: "n_shoes_carbink_0_icon";
138
+ }
139
+ >
140
+ >;
141
+ export type AvatarItemDisplayNShoesClay0 = S<
142
+ AvatarItemDisplay<
143
+ "N_DISPLAY_n_shoes_clay_0",
144
+ {
145
+ displayStringId: "n_shoes_clay_0_display_name";
146
+ iconAddress: "n_shoes_clay_0_icon";
147
+ }
148
+ >
149
+ >;
150
+ export type AvatarItemDisplayNShoesClemont0 = S<
151
+ AvatarItemDisplay<
152
+ "N_DISPLAY_n_shoes_clemont_0",
153
+ {
154
+ displayStringId: "avatar_n_shoes_clemont";
155
+ iconAddress: "n_shoes_clemont_0_icon";
156
+ }
157
+ >
158
+ >;
159
+ export type AvatarItemDisplayNShoesCoolboots0 = S<
160
+ AvatarItemDisplay<
161
+ "N_DISPLAY_n_shoes_coolboots_0",
162
+ {
163
+ displayStringId: "n_shoes_coolboots_0_display_name";
164
+ iconAddress: "n_shoes_coolboots_0_icon";
165
+ }
166
+ >
167
+ >;
168
+ export type AvatarItemDisplayNShoesDedenneitems0 = S<
169
+ AvatarItemDisplay<
170
+ "N_DISPLAY_n_shoes_dedenneitems_0",
171
+ {
172
+ displayStringId: "n_shoes_dedenneitems_0_display_name";
173
+ iconAddress: "n_shoes_dedenneitems_0_icon";
174
+ }
175
+ >
176
+ >;
177
+ export type AvatarItemDisplayNShoesDefaultA0 = S<
178
+ AvatarItemDisplay<
179
+ "N_DISPLAY_n_shoes_default_a_0",
180
+ {
181
+ displayStringId: "n_shoes_default_a_0_display_name";
182
+ iconAddress: "n_shoes_default_a_0_icon";
183
+ }
184
+ >
185
+ >;
186
+ export type AvatarItemDisplayNShoesDefaultA1 = S<
187
+ AvatarItemDisplay<
188
+ "N_DISPLAY_n_shoes_default_a_1",
189
+ {
190
+ displayStringId: "n_shoes_default_a_0_display_name";
191
+ iconAddress: "n_shoes_default_a_1_icon";
192
+ }
193
+ >
194
+ >;
195
+ export type AvatarItemDisplayNShoesDefaultA2 = S<
196
+ AvatarItemDisplay<
197
+ "N_DISPLAY_n_shoes_default_a_2",
198
+ {
199
+ displayStringId: "n_shoes_default_a_0_display_name";
200
+ iconAddress: "n_shoes_default_a_2_icon";
201
+ }
202
+ >
203
+ >;
204
+ export type AvatarItemDisplayNShoesDefaultA3 = S<
205
+ AvatarItemDisplay<
206
+ "N_DISPLAY_n_shoes_default_a_3",
207
+ {
208
+ displayStringId: "n_shoes_default_a_0_display_name";
209
+ iconAddress: "n_shoes_default_a_3_icon";
210
+ }
211
+ >
212
+ >;
213
+ export type AvatarItemDisplayNShoesDefaultA4 = S<
214
+ AvatarItemDisplay<
215
+ "N_DISPLAY_n_shoes_default_a_4",
216
+ {
217
+ displayStringId: "n_shoes_default_a_0_display_name";
218
+ iconAddress: "n_shoes_default_a_4_icon";
219
+ }
220
+ >
221
+ >;
222
+ export type AvatarItemDisplayNShoesDefaultA5 = S<
223
+ AvatarItemDisplay<
224
+ "N_DISPLAY_n_shoes_default_a_5",
225
+ {
226
+ displayStringId: "n_shoes_default_a_0_display_name";
227
+ iconAddress: "n_shoes_default_a_5_icon";
228
+ }
229
+ >
230
+ >;
231
+ export type AvatarItemDisplayNShoesDefaultA6 = S<
232
+ AvatarItemDisplay<
233
+ "N_DISPLAY_n_shoes_default_a_6",
234
+ {
235
+ displayStringId: "n_shoes_default_a_0_display_name";
236
+ iconAddress: "n_shoes_default_a_6_icon";
237
+ }
238
+ >
239
+ >;
240
+ export type AvatarItemDisplayNShoesDefaultB0 = S<
241
+ AvatarItemDisplay<
242
+ "N_DISPLAY_n_shoes_default_b_0",
243
+ {
244
+ displayStringId: "n_shoes_default_b_0_display_name";
245
+ iconAddress: "n_shoes_default_b_0_icon";
246
+ }
247
+ >
248
+ >;
249
+ export type AvatarItemDisplayNShoesDefaultB1 = S<
250
+ AvatarItemDisplay<
251
+ "N_DISPLAY_n_shoes_default_b_1",
252
+ {
253
+ displayStringId: "n_shoes_default_b_0_display_name";
254
+ iconAddress: "n_shoes_default_b_1_icon";
255
+ }
256
+ >
257
+ >;
258
+ export type AvatarItemDisplayNShoesDefaultB2 = S<
259
+ AvatarItemDisplay<
260
+ "N_DISPLAY_n_shoes_default_b_2",
261
+ {
262
+ displayStringId: "n_shoes_default_b_0_display_name";
263
+ iconAddress: "n_shoes_default_b_2_icon";
264
+ }
265
+ >
266
+ >;
267
+ export type AvatarItemDisplayNShoesDefaultB3 = S<
268
+ AvatarItemDisplay<
269
+ "N_DISPLAY_n_shoes_default_b_3",
270
+ {
271
+ displayStringId: "n_shoes_default_b_0_display_name";
272
+ iconAddress: "n_shoes_default_b_3_icon";
273
+ }
274
+ >
275
+ >;
276
+ export type AvatarItemDisplayNShoesDefaultB4 = S<
277
+ AvatarItemDisplay<
278
+ "N_DISPLAY_n_shoes_default_b_4",
279
+ {
280
+ displayStringId: "n_shoes_default_b_0_display_name";
281
+ iconAddress: "n_shoes_default_b_4_icon";
282
+ }
283
+ >
284
+ >;
285
+ export type AvatarItemDisplayNShoesDefaultB5 = S<
286
+ AvatarItemDisplay<
287
+ "N_DISPLAY_n_shoes_default_b_5",
288
+ {
289
+ displayStringId: "n_shoes_default_b_0_display_name";
290
+ iconAddress: "n_shoes_default_b_5_icon";
291
+ }
292
+ >
293
+ >;
294
+ export type AvatarItemDisplayNShoesDefaultB6 = S<
295
+ AvatarItemDisplay<
296
+ "N_DISPLAY_n_shoes_default_b_6",
297
+ {
298
+ displayStringId: "n_shoes_default_b_0_display_name";
299
+ iconAddress: "n_shoes_default_b_6_icon";
300
+ }
301
+ >
302
+ >;
303
+ export type AvatarItemDisplayNShoesDefaultNew0 = S<
304
+ AvatarItemDisplay<
305
+ "N_DISPLAY_n_shoes_default-new_0",
306
+ {
307
+ displayStringId: "n_shoes_default-new_0_display_name";
308
+ iconAddress: "n_shoes_defaultnew_0_icon";
309
+ }
310
+ >
311
+ >;
312
+ export type AvatarItemDisplayNShoesDelibird0 = S<
313
+ AvatarItemDisplay<
314
+ "N_DISPLAY_n_shoes_delibird_0",
315
+ {
316
+ displayStringId: "n_shoes_delibird_0_display_name";
317
+ iconAddress: "n_shoes_delibird_0_icon";
318
+ }
319
+ >
320
+ >;
321
+ export type AvatarItemDisplayNShoesDpA0 = S<
322
+ AvatarItemDisplay<
323
+ "N_DISPLAY_n_shoes_dp_a_0",
324
+ {
325
+ displayStringId: "n_shoes_dp_a_0_display_name";
326
+ iconAddress: "n_shoes_dp_a_0_icon";
327
+ }
328
+ >
329
+ >;
330
+ export type AvatarItemDisplayNShoesDpB0 = S<
331
+ AvatarItemDisplay<
332
+ "N_DISPLAY_n_shoes_dp_b_0",
333
+ {
334
+ displayStringId: "n_shoes_dp_b_0_display_name";
335
+ iconAddress: "n_shoes_dp_b_0_icon";
336
+ }
337
+ >
338
+ >;
339
+ export type AvatarItemDisplayNShoesElesaA0 = S<
340
+ AvatarItemDisplay<
341
+ "N_DISPLAY_n_shoes_elesa_a_0",
342
+ {
343
+ displayStringId: "n_shoes_elesa_a_0_display_name";
344
+ iconAddress: "n_shoes_elesa_a_0_icon";
345
+ }
346
+ >
347
+ >;
348
+ export type AvatarItemDisplayNShoesElesaB0 = S<
349
+ AvatarItemDisplay<
350
+ "N_DISPLAY_n_shoes_elesa_b_0",
351
+ {
352
+ displayStringId: "n_shoes_elesa_b_0_display_name";
353
+ iconAddress: "n_shoes_elesa_b_0_icon";
354
+ }
355
+ >
356
+ >;
357
+ export type AvatarItemDisplayNShoesEternatussuit0 = S<
358
+ AvatarItemDisplay<
359
+ "N_DISPLAY_n_shoes_eternatussuit_0",
360
+ {
361
+ displayStringId: "avatar_shoes_eternatus";
362
+ iconAddress: "n_shoes_eternatussuit_0_icon";
363
+ }
364
+ >
365
+ >;
366
+ export type AvatarItemDisplayNShoesFashionweek20220 = S<
367
+ AvatarItemDisplay<
368
+ "N_DISPLAY_n_shoes_fashionweek2022_0",
369
+ {
370
+ displayStringId: "n_shoes_fashionweek2022_0_display_name";
371
+ iconAddress: "n_shoes_fashionweek2022_0_icon";
372
+ }
373
+ >
374
+ >;
375
+ export type AvatarItemDisplayNShoesFisher0 = S<
376
+ AvatarItemDisplay<
377
+ "N_DISPLAY_n_shoes_fisher_0",
378
+ {
379
+ displayStringId: "n_shoes_fisher_0_display_name";
380
+ iconAddress: "n_shoes_fisher_0_icon";
381
+ }
382
+ >
383
+ >;
384
+ export type AvatarItemDisplayNShoesFrlgA0 = S<
385
+ AvatarItemDisplay<
386
+ "N_DISPLAY_n_shoes_frlg_a_0",
387
+ {
388
+ displayStringId: "n_shoes_frlg_a_0_display_name";
389
+ iconAddress: "n_shoes_frlg_a_0_icon";
390
+ }
391
+ >
392
+ >;
393
+ export type AvatarItemDisplayNShoesFrlgB0 = S<
394
+ AvatarItemDisplay<
395
+ "N_DISPLAY_n_shoes_frlg_b_0",
396
+ {
397
+ displayStringId: "n_shoes_frlg_b_0_display_name";
398
+ iconAddress: "n_shoes_frlg_b_0_icon";
399
+ }
400
+ >
401
+ >;
402
+ export type AvatarItemDisplayNShoesFw20220 = S<
403
+ AvatarItemDisplay<
404
+ "N_DISPLAY_n_shoes_fw2022_0",
405
+ {
406
+ displayStringId: "n_shoes_fw2022_0_display_name";
407
+ iconAddress: "n_shoes_fw2022_0_icon";
408
+ }
409
+ >
410
+ >;
411
+ export type AvatarItemDisplayNShoesGeeta0 = S<
412
+ AvatarItemDisplay<
413
+ "N_DISPLAY_n_shoes_geeta_0",
414
+ {
415
+ displayStringId: "n_shoes_geeta_0_display_name";
416
+ iconAddress: "n_shoes_geeta_0_icon";
417
+ }
418
+ >
419
+ >;
420
+ export type AvatarItemDisplayNShoesGiovanniA0 = S<
421
+ AvatarItemDisplay<
422
+ "N_DISPLAY_n_shoes_giovanni_a_0",
423
+ {
424
+ displayStringId: "n_shoes_giovanni_a_0_display_name";
425
+ iconAddress: "n_shoes_giovanni_a_0_icon";
426
+ }
427
+ >
428
+ >;
429
+ export type AvatarItemDisplayNShoesGiovanniB0 = S<
430
+ AvatarItemDisplay<
431
+ "N_DISPLAY_n_shoes_giovanni_b_0",
432
+ {
433
+ displayStringId: "n_shoes_giovanni_b_0_display_name";
434
+ iconAddress: "n_shoes_giovanni_b_0_icon";
435
+ }
436
+ >
437
+ >;
438
+ export type AvatarItemDisplayNShoesGladion0 = S<
439
+ AvatarItemDisplay<
440
+ "N_DISPLAY_n_shoes_gladion_0",
441
+ {
442
+ displayStringId: "n_shoes_gladion_0_display_name";
443
+ iconAddress: "n_shoes_gladion_0_icon";
444
+ }
445
+ >
446
+ >;
447
+ export type AvatarItemDisplayNShoesGothitelleitems0 = S<
448
+ AvatarItemDisplay<
449
+ "N_DISPLAY_n_shoes_gothitelleitems_0",
450
+ {
451
+ displayStringId: "n_shoes_gothitelleitems_0_display_name";
452
+ iconAddress: "n_shoes_gothitelleitems_0_icon";
453
+ }
454
+ >
455
+ >;
456
+ export type AvatarItemDisplayNShoesGreenA0 = S<
457
+ AvatarItemDisplay<
458
+ "N_DISPLAY_n_shoes_green_a_0",
459
+ {
460
+ displayStringId: "n_shoes_green_a_0_display_name";
461
+ iconAddress: "n_shoes_green_a_0_icon";
462
+ }
463
+ >
464
+ >;
465
+ export type AvatarItemDisplayNShoesGreenB0 = S<
466
+ AvatarItemDisplay<
467
+ "N_DISPLAY_n_shoes_green_b_0",
468
+ {
469
+ displayStringId: "n_shoes_green_b_0_display_name";
470
+ iconAddress: "n_shoes_green_b_0_icon";
471
+ }
472
+ >
473
+ >;
474
+ export type AvatarItemDisplayNShoesGreenpikavee0 = S<
475
+ AvatarItemDisplay<
476
+ "N_DISPLAY_n_shoes_greenpikavee_0",
477
+ {
478
+ displayStringId: "avatar_shoes_s22blue";
479
+ iconAddress: "n_shoes_greenpikavee_0_icon";
480
+ }
481
+ >
482
+ >;
483
+ export type AvatarItemDisplayNShoesGrimsley0 = S<
484
+ AvatarItemDisplay<
485
+ "N_DISPLAY_n_shoes_grimsley_0",
486
+ {
487
+ displayStringId: "avatar_shoes_gblgrimsley";
488
+ iconAddress: "n_shoes_grimsley_0_icon";
489
+ }
490
+ >
491
+ >;
492
+ export type AvatarItemDisplayNShoesGrusha0 = S<
493
+ AvatarItemDisplay<
494
+ "N_DISPLAY_n_shoes_grusha_0",
495
+ {
496
+ displayStringId: "avatar_shoes_grusha";
497
+ iconAddress: "n_shoes_grusha_0_icon";
498
+ }
499
+ >
500
+ >;
501
+ export type AvatarItemDisplayNShoesGymleader0 = S<
502
+ AvatarItemDisplay<
503
+ "N_DISPLAY_n_shoes_gymleader_0",
504
+ {
505
+ displayStringId: "n_shoes_gymleader_0_display_name";
506
+ iconAddress: "n_shoes_gymleader_0_icon";
507
+ }
508
+ >
509
+ >;
510
+ export type AvatarItemDisplayNShoesGymleader1 = S<
511
+ AvatarItemDisplay<
512
+ "N_DISPLAY_n_shoes_gymleader_1",
513
+ {
514
+ displayStringId: "n_shoes_gymleader_0_display_name";
515
+ iconAddress: "n_shoes_gymleader_1_icon";
516
+ }
517
+ >
518
+ >;
519
+ export type AvatarItemDisplayNShoesGymleader2 = S<
520
+ AvatarItemDisplay<
521
+ "N_DISPLAY_n_shoes_gymleader_2",
522
+ {
523
+ displayStringId: "n_shoes_gymleader_0_display_name";
524
+ iconAddress: "n_shoes_gymleader_2_icon";
525
+ }
526
+ >
527
+ >;
528
+ export type AvatarItemDisplayNShoesHala0 = S<
529
+ AvatarItemDisplay<
530
+ "N_DISPLAY_n_shoes_hala_0",
531
+ {
532
+ displayStringId: "n_shoes_hala_0_display_name";
533
+ iconAddress: "n_shoes_hala_0_icon";
534
+ }
535
+ >
536
+ >;
537
+ export type AvatarItemDisplayNShoesHgssA0 = S<
538
+ AvatarItemDisplay<
539
+ "N_DISPLAY_n_shoes_hgss_a_0",
540
+ {
541
+ displayStringId: "n_shoes_hgss_a_0_display_name";
542
+ iconAddress: "n_shoes_hgss_a_0_icon";
543
+ }
544
+ >
545
+ >;
546
+ export type AvatarItemDisplayNShoesHgssB0 = S<
547
+ AvatarItemDisplay<
548
+ "N_DISPLAY_n_shoes_hgss_b_0",
549
+ {
550
+ displayStringId: "n_shoes_hgss_b_0_display_name";
551
+ iconAddress: "n_shoes_hgss_b_0_icon";
552
+ }
553
+ >
554
+ >;
555
+ export type AvatarItemDisplayNShoesIngo0 = S<
556
+ AvatarItemDisplay<
557
+ "N_DISPLAY_n_shoes_ingo_0",
558
+ {
559
+ displayStringId: "n_shoes_ingo_0_display_name";
560
+ iconAddress: "n_shoes_ingo_0_icon";
561
+ }
562
+ >
563
+ >;
564
+ export type AvatarItemDisplayNShoesJogger0 = S<
565
+ AvatarItemDisplay<
566
+ "N_DISPLAY_n_shoes_jogger_0",
567
+ {
568
+ displayStringId: "n_shoes_jogger_0_display_name";
569
+ iconAddress: "n_shoes_jogger_0_icon";
570
+ }
571
+ >
572
+ >;
573
+ export type AvatarItemDisplayNShoesKorrina0 = S<
574
+ AvatarItemDisplay<
575
+ "N_DISPLAY_n_shoes_korrina_0",
576
+ {
577
+ displayStringId: "n_shoes_korrina_0_display_name";
578
+ iconAddress: "n_shoes_korrina_0_icon";
579
+ }
580
+ >
581
+ >;
582
+ export type AvatarItemDisplayNShoesLadiamondoutfitA0 = S<
583
+ AvatarItemDisplay<
584
+ "N_DISPLAY_n_shoes_ladiamondoutfit_a_0",
585
+ {
586
+ displayStringId: "n_shoes_ladiamondoutfit_a_0_display_name";
587
+ iconAddress: "n_shoes_ladiamondoutfit_a_0_icon";
588
+ }
589
+ >
590
+ >;
591
+ export type AvatarItemDisplayNShoesLadiamondoutfitB0 = S<
592
+ AvatarItemDisplay<
593
+ "N_DISPLAY_n_shoes_ladiamondoutfit_b_0",
594
+ {
595
+ displayStringId: "n_shoes_ladiamondoutfit_b_0_display_name";
596
+ iconAddress: "n_shoes_ladiamondoutfit_b_0_icon";
597
+ }
598
+ >
599
+ >;
600
+ export type AvatarItemDisplayNShoesLana0 = S<
601
+ AvatarItemDisplay<
602
+ "N_DISPLAY_n_shoes_lana_0",
603
+ {
604
+ displayStringId: "AVATAR_LanaShoes";
605
+ iconAddress: "n_shoes_lana_0_icon";
606
+ }
607
+ >
608
+ >;
609
+ export type AvatarItemDisplayNShoesLapearloutfitA0 = S<
610
+ AvatarItemDisplay<
611
+ "N_DISPLAY_n_shoes_lapearloutfit_a_0",
612
+ {
613
+ displayStringId: "n_shoes_lapearloutfit_a_0_display_name";
614
+ iconAddress: "n_shoes_lapearloutfit_a_0_icon";
615
+ }
616
+ >
617
+ >;
618
+ export type AvatarItemDisplayNShoesLapearloutfitB0 = S<
619
+ AvatarItemDisplay<
620
+ "N_DISPLAY_n_shoes_lapearloutfit_b_0",
621
+ {
622
+ displayStringId: "n_shoes_lapearloutfit_b_0_display_name";
623
+ iconAddress: "n_shoes_lapearloutfit_b_0_icon";
624
+ }
625
+ >
626
+ >;
627
+ export type AvatarItemDisplayNShoesLegendofarceusA0 = S<
628
+ AvatarItemDisplay<
629
+ "N_DISPLAY_n_shoes_legendofarceus_a_0",
630
+ {
631
+ displayStringId: "n_shoes_legendofarceus_a_0_display_name";
632
+ iconAddress: "n_shoes_legendofarceus_a_0_icon";
633
+ }
634
+ >
635
+ >;
636
+ export type AvatarItemDisplayNShoesLegendofarceusB0 = S<
637
+ AvatarItemDisplay<
638
+ "N_DISPLAY_n_shoes_legendofarceus_b_0",
639
+ {
640
+ displayStringId: "n_shoes_legendofarceus_b_0_display_name";
641
+ iconAddress: "n_shoes_legendofarceus_b_0_icon";
642
+ }
643
+ >
644
+ >;
645
+ export type AvatarItemDisplayNShoesLoosepants0 = S<
646
+ AvatarItemDisplay<
647
+ "N_DISPLAY_n_shoes_loosepants_0",
648
+ {
649
+ displayStringId: "n_shoes_loosepants_0_display_name";
650
+ iconAddress: "n_shoes_loosepants_0_icon";
651
+ }
652
+ >
653
+ >;
654
+ export type AvatarItemDisplayNShoesLoosepants1 = S<
655
+ AvatarItemDisplay<
656
+ "N_DISPLAY_n_shoes_loosepants_1",
657
+ {
658
+ displayStringId: "n_shoes_loosepants_0_display_name";
659
+ iconAddress: "n_shoes_loosepants_1_icon";
660
+ }
661
+ >
662
+ >;
663
+ export type AvatarItemDisplayNShoesLoosepants2 = S<
664
+ AvatarItemDisplay<
665
+ "N_DISPLAY_n_shoes_loosepants_2",
666
+ {
667
+ displayStringId: "n_shoes_loosepants_0_display_name";
668
+ iconAddress: "n_shoes_loosepants_2_icon";
669
+ }
670
+ >
671
+ >;
672
+ export type AvatarItemDisplayNShoesLoosepants3 = S<
673
+ AvatarItemDisplay<
674
+ "N_DISPLAY_n_shoes_loosepants_3",
675
+ {
676
+ displayStringId: "n_shoes_loosepants_0_display_name";
677
+ iconAddress: "n_shoes_loosepants_3_icon";
678
+ }
679
+ >
680
+ >;
681
+ export type AvatarItemDisplayNShoesLuvdiscpack0 = S<
682
+ AvatarItemDisplay<
683
+ "N_DISPLAY_n_shoes_luvdiscpack_0",
684
+ {
685
+ displayStringId: "n_shoes_luvdiscpack_0_display_name";
686
+ iconAddress: "n_shoes_luvdiscpack_0_icon";
687
+ }
688
+ >
689
+ >;
690
+ export type AvatarItemDisplayNShoesLvl71Cyberkicks0 = S<
691
+ AvatarItemDisplay<
692
+ "N_DISPLAY_n_shoes_lvl71-cyberkicks_0",
693
+ {
694
+ displayStringId: "avatar_n_shoes_lvl71-cyberkicks_0";
695
+ iconAddress: "n_shoes_lvl71-cyberkicks_0_icon";
696
+ }
697
+ >
698
+ >;
699
+ export type AvatarItemDisplayNShoesLysandre0 = S<
700
+ AvatarItemDisplay<
701
+ "N_DISPLAY_n_shoes_lysandre_0",
702
+ {
703
+ displayStringId: "n_shoes_lysandre_0_display_name";
704
+ iconAddress: "n_shoes_lysandre_0_icon";
705
+ }
706
+ >
707
+ >;
708
+ export type AvatarItemDisplayNShoesMegalopunnyitems0 = S<
709
+ AvatarItemDisplay<
710
+ "N_DISPLAY_n_shoes_megalopunnyitems_0",
711
+ {
712
+ displayStringId: "n_shoes_megalopunnyitems_0_display_name";
713
+ iconAddress: "n_shoes_megalopunnyitems_0_icon";
714
+ }
715
+ >
716
+ >;
717
+ export type AvatarItemDisplayNShoesMelmetalshoes0 = S<
718
+ AvatarItemDisplay<
719
+ "N_DISPLAY_n_shoes_melmetalshoes_0",
720
+ {
721
+ displayStringId: "n_shoes_melmetalshoes_0_display_name";
722
+ iconAddress: "n_shoes_melmetalshoes_0_icon";
723
+ }
724
+ >
725
+ >;
726
+ export type AvatarItemDisplayNShoesMewtwo0 = S<
727
+ AvatarItemDisplay<
728
+ "N_DISPLAY_n_shoes_mewtwo_0",
729
+ {
730
+ displayStringId: "n_shoes_mewtwo_0_display_name";
731
+ iconAddress: "n_shoes_mewtwo_0_icon";
732
+ }
733
+ >
734
+ >;
735
+ export type AvatarItemDisplayNShoesMisty0 = S<
736
+ AvatarItemDisplay<
737
+ "N_DISPLAY_n_shoes_misty_0",
738
+ {
739
+ displayStringId: "n_shoes_misty_0_display_name";
740
+ iconAddress: "n_shoes_misty_0_icon";
741
+ }
742
+ >
743
+ >;
744
+ export type AvatarItemDisplayNShoesMustard0 = S<
745
+ AvatarItemDisplay<
746
+ "N_DISPLAY_n_shoes_mustard_0",
747
+ {
748
+ displayStringId: "avatar_shoes_mustard";
749
+ iconAddress: "n_shoes_mustard_0_icon";
750
+ }
751
+ >
752
+ >;
753
+ export type AvatarItemDisplayNShoesNecrozmaitems0 = S<
754
+ AvatarItemDisplay<
755
+ "N_DISPLAY_n_shoes_necrozmaitems_0",
756
+ {
757
+ displayStringId: "AVATAR_NecrozmaShoes";
758
+ iconAddress: "n_shoes_necrozmaitems_0_icon";
759
+ }
760
+ >
761
+ >;
762
+ export type AvatarItemDisplayNShoesNewyear20220 = S<
763
+ AvatarItemDisplay<
764
+ "N_DISPLAY_n_shoes_newyear2022_0",
765
+ {
766
+ displayStringId: "n_shoes_newyear2022_0_display_name";
767
+ iconAddress: "n_shoes_newyear2022_0_icon";
768
+ }
769
+ >
770
+ >;
771
+ export type AvatarItemDisplayNShoesNike20210 = S<
772
+ AvatarItemDisplay<
773
+ "N_DISPLAY_n_shoes_nike2021_0",
774
+ {
775
+ displayStringId: "n_shoes_nike2021_0_display_name";
776
+ iconAddress: "n_shoes_nike2021_0_icon";
777
+ }
778
+ >
779
+ >;
780
+ export type AvatarItemDisplayNShoesOrasA0 = S<
781
+ AvatarItemDisplay<
782
+ "N_DISPLAY_n_shoes_oras_a_0",
783
+ {
784
+ displayStringId: "n_shoes_oras_a_0_display_name";
785
+ iconAddress: "n_shoes_oras_a_0_icon";
786
+ }
787
+ >
788
+ >;
789
+ export type AvatarItemDisplayNShoesOrasB0 = S<
790
+ AvatarItemDisplay<
791
+ "N_DISPLAY_n_shoes_oras_b_0",
792
+ {
793
+ displayStringId: "n_shoes_oras_b_0_display_name";
794
+ iconAddress: "n_shoes_oras_b_0_icon";
795
+ }
796
+ >
797
+ >;
798
+ export type AvatarItemDisplayNShoesPajamas20220 = S<
799
+ AvatarItemDisplay<
800
+ "N_DISPLAY_n_shoes_pajamas2022_0",
801
+ {
802
+ displayStringId: "n_shoes_pajamas2022_0_display_name";
803
+ iconAddress: "n_shoes_pajamas2022_0_icon";
804
+ }
805
+ >
806
+ >;
807
+ export type AvatarItemDisplayNShoesPajamas20221 = S<
808
+ AvatarItemDisplay<
809
+ "N_DISPLAY_n_shoes_pajamas2022_1",
810
+ {
811
+ displayStringId: "n_shoes_pajamas2022_0_display_name";
812
+ iconAddress: "n_shoes_pajamas2022_1_icon";
813
+ }
814
+ >
815
+ >;
816
+ export type AvatarItemDisplayNShoesPalmer0 = S<
817
+ AvatarItemDisplay<
818
+ "N_DISPLAY_n_shoes_palmer_0",
819
+ {
820
+ displayStringId: "n_shoes_palmer_0_display_name";
821
+ iconAddress: "n_shoes_palmer_0_icon";
822
+ }
823
+ >
824
+ >;
825
+ export type AvatarItemDisplayNShoesPikachuathletic = S<
826
+ AvatarItemDisplay<
827
+ "N_DISPLAY_n_shoes_pikachuathletic",
828
+ {
829
+ displayStringId: "avatar_shoes_marathon";
830
+ iconAddress: "n_shoes_pikachuathletic_icon";
831
+ }
832
+ >
833
+ >;
834
+ export type AvatarItemDisplayNShoesPikachufan0 = S<
835
+ AvatarItemDisplay<
836
+ "N_DISPLAY_n_shoes_pikachufan_0",
837
+ {
838
+ displayStringId: "n_shoes_pikachufan_0_display_name";
839
+ iconAddress: "n_shoes_pikachufan_0_icon";
840
+ }
841
+ >
842
+ >;
843
+ export type AvatarItemDisplayNShoesPikachulibre0 = S<
844
+ AvatarItemDisplay<
845
+ "N_DISPLAY_n_shoes_pikachulibre_0",
846
+ {
847
+ displayStringId: "n_shoes_pikachulibre_0_display_name";
848
+ iconAddress: "n_shoes_pikachulibre_0_icon";
849
+ }
850
+ >
851
+ >;
852
+ export type AvatarItemDisplayNShoesPokeballitemsBasic0 = S<
853
+ AvatarItemDisplay<
854
+ "N_DISPLAY_n_shoes_pokeballitems-basic_0",
855
+ {
856
+ displayStringId: "avatar_n_shoes_pokeballitems-basic_0";
857
+ iconAddress: "n_shoes_pokeballitems-basic_0_icon";
858
+ }
859
+ >
860
+ >;
861
+ export type AvatarItemDisplayNShoesPokeballitemsGreat0 = S<
862
+ AvatarItemDisplay<
863
+ "N_DISPLAY_n_shoes_pokeballitems-great_0",
864
+ {
865
+ displayStringId: "avatar_n_shoes_pokeballitems-great_0";
866
+ iconAddress: "n_shoes_pokeballitems-great_0_icon";
867
+ }
868
+ >
869
+ >;
870
+ export type AvatarItemDisplayNShoesPokeballitemsUltra0 = S<
871
+ AvatarItemDisplay<
872
+ "N_DISPLAY_n_shoes_pokeballitems-ultra_0",
873
+ {
874
+ displayStringId: "avatar_n_shoes_pokeballitems-ultra_0";
875
+ iconAddress: "n_shoes_pokeballitems-ultra_0_icon";
876
+ }
877
+ >
878
+ >;
879
+ export type AvatarItemDisplayNShoesProfwillowoutfit0 = S<
880
+ AvatarItemDisplay<
881
+ "N_DISPLAY_n_shoes_profwillowoutfit_0",
882
+ {
883
+ displayStringId: "n_shoes_profwillowoutfit_0_display_name";
884
+ iconAddress: "n_shoes_profwillowoutfit_0_icon";
885
+ }
886
+ >
887
+ >;
888
+ export type AvatarItemDisplayNShoesRegiicejersies0 = S<
889
+ AvatarItemDisplay<
890
+ "N_DISPLAY_n_shoes_regiicejersies_0",
891
+ {
892
+ displayStringId: "n_shoes_regiicejersies_0_display_name";
893
+ iconAddress: "n_shoes_regiicejersies_0_icon";
894
+ }
895
+ >
896
+ >;
897
+ export type AvatarItemDisplayNShoesRegirockjersies0 = S<
898
+ AvatarItemDisplay<
899
+ "N_DISPLAY_n_shoes_regirockjersies_0",
900
+ {
901
+ displayStringId: "n_shoes_regirockjersies_0_display_name";
902
+ iconAddress: "n_shoes_regirockjersies_0_icon";
903
+ }
904
+ >
905
+ >;
906
+ export type AvatarItemDisplayNShoesRegisteeljersies0 = S<
907
+ AvatarItemDisplay<
908
+ "N_DISPLAY_n_shoes_registeeljersies_0",
909
+ {
910
+ displayStringId: "n_shoes_registeeljersies_0_display_name";
911
+ iconAddress: "n_shoes_registeeljersies_0_icon";
912
+ }
913
+ >
914
+ >;
915
+ export type AvatarItemDisplayNShoesReuniclusitems0 = S<
916
+ AvatarItemDisplay<
917
+ "N_DISPLAY_n_shoes_reuniclusitems_0",
918
+ {
919
+ displayStringId: "n_shoes_reuniclusitems_0_display_name";
920
+ iconAddress: "n_shoes_reuniclusitems_0_icon";
921
+ }
922
+ >
923
+ >;
924
+ export type AvatarItemDisplayNShoesRuinmaniacA0 = S<
925
+ AvatarItemDisplay<
926
+ "N_DISPLAY_n_shoes_ruinmaniac_a_0",
927
+ {
928
+ displayStringId: "n_shoes_ruinmaniac_a_0_display_name";
929
+ iconAddress: "n_shoes_ruinmaniac_a_0_icon";
930
+ }
931
+ >
932
+ >;
933
+ export type AvatarItemDisplayNShoesRuinmaniacB0 = S<
934
+ AvatarItemDisplay<
935
+ "N_DISPLAY_n_shoes_ruinmaniac_b_0",
936
+ {
937
+ displayStringId: "n_shoes_ruinmaniac_b_0_display_name";
938
+ iconAddress: "n_shoes_ruinmaniac_b_0_icon";
939
+ }
940
+ >
941
+ >;
942
+ export type AvatarItemDisplayNShoesS19gbl0 = S<
943
+ AvatarItemDisplay<
944
+ "N_DISPLAY_n_shoes_s19gbl_0",
945
+ {
946
+ displayStringId: "avatar_shoes_gbl19";
947
+ iconAddress: "n_shoes_s19gbl_0_icon";
948
+ }
949
+ >
950
+ >;
951
+ export type AvatarItemDisplayNShoesSandals0 = S<
952
+ AvatarItemDisplay<
953
+ "N_DISPLAY_n_shoes_sandals_0",
954
+ {
955
+ displayStringId: "n_shoes_sandals_0_display_name";
956
+ iconAddress: "n_shoes_sandals_0_icon";
957
+ }
958
+ >
959
+ >;
960
+ export type AvatarItemDisplayNShoesSandals1 = S<
961
+ AvatarItemDisplay<
962
+ "N_DISPLAY_n_shoes_sandals_1",
963
+ {
964
+ displayStringId: "n_shoes_sandals_0_display_name";
965
+ iconAddress: "n_shoes_sandals_1_icon";
966
+ }
967
+ >
968
+ >;
969
+ export type AvatarItemDisplayNShoesSandals2 = S<
970
+ AvatarItemDisplay<
971
+ "N_DISPLAY_n_shoes_sandals_2",
972
+ {
973
+ displayStringId: "n_shoes_sandals_0_display_name";
974
+ iconAddress: "n_shoes_sandals_2_icon";
975
+ }
976
+ >
977
+ >;
978
+ export type AvatarItemDisplayNShoesSizzlipedeboots0 = S<
979
+ AvatarItemDisplay<
980
+ "N_DISPLAY_n_shoes_sizzlipedeboots_0",
981
+ {
982
+ displayStringId: "avatar_shoes_sizzlipedeboots";
983
+ iconAddress: "n_shoes_sizzlipedeboots_0_icon";
984
+ }
985
+ >
986
+ >;
987
+ export type AvatarItemDisplayNShoesSolgaleoitems0 = S<
988
+ AvatarItemDisplay<
989
+ "N_DISPLAY_n_shoes_solgaleoitems_0",
990
+ {
991
+ displayStringId: "n_shoes_solgaleoitems_0_display_name";
992
+ iconAddress: "n_shoes_solgaleoitems_0_icon";
993
+ }
994
+ >
995
+ >;
996
+ export type AvatarItemDisplayNShoesSsA0 = S<
997
+ AvatarItemDisplay<
998
+ "N_DISPLAY_n_shoes_ss_a_0",
999
+ {
1000
+ displayStringId: "n_shoes_ss_a_0_display_name";
1001
+ iconAddress: "n_shoes_ss_a_0_icon";
1002
+ }
1003
+ >
1004
+ >;
1005
+ export type AvatarItemDisplayNShoesSsB0 = S<
1006
+ AvatarItemDisplay<
1007
+ "N_DISPLAY_n_shoes_ss_b_0",
1008
+ {
1009
+ displayStringId: "n_shoes_ss_b_0_display_name";
1010
+ iconAddress: "n_shoes_ss_b_0_icon";
1011
+ }
1012
+ >
1013
+ >;
1014
+ export type AvatarItemDisplayNShoesSteven0 = S<
1015
+ AvatarItemDisplay<
1016
+ "N_DISPLAY_n_shoes_steven_0",
1017
+ {
1018
+ displayStringId: "n_shoes_steven_0_display_name";
1019
+ iconAddress: "n_shoes_steven_0_icon";
1020
+ }
1021
+ >
1022
+ >;
1023
+ export type AvatarItemDisplayNShoesStevenfirst0 = S<
1024
+ AvatarItemDisplay<
1025
+ "N_DISPLAY_n_shoes_stevenfirst_0",
1026
+ {
1027
+ displayStringId: "n_shoes_stevenfirst_0_display_name";
1028
+ iconAddress: "n_shoes_stevenfirst_0_icon";
1029
+ }
1030
+ >
1031
+ >;
1032
+ export type AvatarItemDisplayNShoesSvcostumescarletschool0 = S<
1033
+ AvatarItemDisplay<
1034
+ "N_DISPLAY_n_shoes_svcostumescarletschool_0",
1035
+ {
1036
+ displayStringId: "n_shoes_svcostumescarletschool_0_display_name";
1037
+ iconAddress: "n_shoes_svcostumescarletschool_0_icon";
1038
+ }
1039
+ >
1040
+ >;
1041
+ export type AvatarItemDisplayNShoesSvcostumevioletschool0 = S<
1042
+ AvatarItemDisplay<
1043
+ "N_DISPLAY_n_shoes_svcostumevioletschool_0",
1044
+ {
1045
+ displayStringId: "n_shoes_svcostumevioletschool_0_display_name";
1046
+ iconAddress: "n_shoes_svcostumevioletschool_0_icon";
1047
+ }
1048
+ >
1049
+ >;
1050
+ export type AvatarItemDisplayNShoesSvdlc10 = S<
1051
+ AvatarItemDisplay<
1052
+ "N_DISPLAY_n_shoes_svdlc1_0",
1053
+ {
1054
+ displayStringId: "n_shoes_svdlc1_0_display_name";
1055
+ iconAddress: "n_shoes_svdlc1_0_icon";
1056
+ }
1057
+ >
1058
+ >;
1059
+ export type AvatarItemDisplayNShoesSvdlc2spring0 = S<
1060
+ AvatarItemDisplay<
1061
+ "N_DISPLAY_n_shoes_svdlc2spring_0",
1062
+ {
1063
+ displayStringId: "n_shoes_svdlc2spring_0_display_name";
1064
+ iconAddress: "n_shoes_svdlc2spring_0_icon";
1065
+ }
1066
+ >
1067
+ >;
1068
+ export type AvatarItemDisplayNShoesSwshdlc2costume0 = S<
1069
+ AvatarItemDisplay<
1070
+ "N_DISPLAY_n_shoes_swshdlc2costume_0",
1071
+ {
1072
+ displayStringId: "n_shoes_swshdlc2costume_0_display_name";
1073
+ iconAddress: "n_shoes_swshdlc2costume_0_icon";
1074
+ }
1075
+ >
1076
+ >;
1077
+ export type AvatarItemDisplayNShoesSwshdlccostume0 = S<
1078
+ AvatarItemDisplay<
1079
+ "N_DISPLAY_n_shoes_swshdlccostume_0",
1080
+ {
1081
+ displayStringId: "n_shoes_swshdlccostume_0_display_name";
1082
+ iconAddress: "n_shoes_swshdlccostume_0_icon";
1083
+ }
1084
+ >
1085
+ >;
1086
+ export type AvatarItemDisplayNShoesSwshuniformdark0 = S<
1087
+ AvatarItemDisplay<
1088
+ "N_DISPLAY_n_shoes_swshuniformdark_0",
1089
+ {
1090
+ displayStringId: "n_shoes_swshuniformdark_0_display_name";
1091
+ iconAddress: "n_shoes_swshuniformdark_0_icon";
1092
+ }
1093
+ >
1094
+ >;
1095
+ export type AvatarItemDisplayNShoesSwshuniformdefault0 = S<
1096
+ AvatarItemDisplay<
1097
+ "N_DISPLAY_n_shoes_swshuniformdefault_0",
1098
+ {
1099
+ displayStringId: "n_shoes_swshuniformdefault_0_display_name";
1100
+ iconAddress: "n_shoes_swshuniformdefault_0_icon";
1101
+ }
1102
+ >
1103
+ >;
1104
+ export type AvatarItemDisplayNShoesSwshuniformdragon0 = S<
1105
+ AvatarItemDisplay<
1106
+ "N_DISPLAY_n_shoes_swshuniformdragon_0",
1107
+ {
1108
+ displayStringId: "n_shoes_swshuniformdragon_0_display_name";
1109
+ iconAddress: "n_shoes_swshuniformdragon_0_icon";
1110
+ }
1111
+ >
1112
+ >;
1113
+ export type AvatarItemDisplayNShoesSylveonitems0 = S<
1114
+ AvatarItemDisplay<
1115
+ "N_DISPLAY_n_shoes_sylveonitems_0",
1116
+ {
1117
+ displayStringId: "n_shoes_sylveonitems_0_display_name";
1118
+ iconAddress: "n_shoes_sylveonitems_0_icon";
1119
+ }
1120
+ >
1121
+ >;
1122
+ export type AvatarItemDisplayNShoesTandemausitems0 = S<
1123
+ AvatarItemDisplay<
1124
+ "N_DISPLAY_n_shoes_tandemausitems_0",
1125
+ {
1126
+ displayStringId: "AVATAR_TandemausSlippers";
1127
+ iconAddress: "n_shoes_tandemausitems_0_icon";
1128
+ }
1129
+ >
1130
+ >;
1131
+ export type AvatarItemDisplayNShoesTeamaqua0 = S<
1132
+ AvatarItemDisplay<
1133
+ "N_DISPLAY_n_shoes_teamaqua_0",
1134
+ {
1135
+ displayStringId: "n_shoes_teamaqua_0_display_name";
1136
+ iconAddress: "n_shoes_teamaqua_0_icon";
1137
+ }
1138
+ >
1139
+ >;
1140
+ export type AvatarItemDisplayNShoesTeamblancheA0 = S<
1141
+ AvatarItemDisplay<
1142
+ "N_DISPLAY_n_shoes_teamblanche_a_0",
1143
+ {
1144
+ displayStringId: "n_shoes_teamblanche_a_0_display_name";
1145
+ iconAddress: "n_shoes_teamblanche_a_0_icon";
1146
+ }
1147
+ >
1148
+ >;
1149
+ export type AvatarItemDisplayNShoesTeamblancheB0 = S<
1150
+ AvatarItemDisplay<
1151
+ "N_DISPLAY_n_shoes_teamblanche_b_0",
1152
+ {
1153
+ displayStringId: "n_shoes_teamblanche_b_0_display_name";
1154
+ iconAddress: "n_shoes_teamblanche_b_0_icon";
1155
+ }
1156
+ >
1157
+ >;
1158
+ export type AvatarItemDisplayNShoesTeamcandelaA0 = S<
1159
+ AvatarItemDisplay<
1160
+ "N_DISPLAY_n_shoes_teamcandela_a_0",
1161
+ {
1162
+ displayStringId: "n_shoes_teamcandela_a_0_display_name";
1163
+ iconAddress: "n_shoes_teamcandela_a_0_icon";
1164
+ }
1165
+ >
1166
+ >;
1167
+ export type AvatarItemDisplayNShoesTeamcandelaB0 = S<
1168
+ AvatarItemDisplay<
1169
+ "N_DISPLAY_n_shoes_teamcandela_b_0",
1170
+ {
1171
+ displayStringId: "n_shoes_teamcandela_b_0_display_name";
1172
+ iconAddress: "n_shoes_teamcandela_b_0_icon";
1173
+ }
1174
+ >
1175
+ >;
1176
+ export type AvatarItemDisplayNShoesTeammagmaA0 = S<
1177
+ AvatarItemDisplay<
1178
+ "N_DISPLAY_n_shoes_teammagma_a_0",
1179
+ {
1180
+ displayStringId: "n_shoes_teammagma_a_0_display_name";
1181
+ iconAddress: "n_shoes_teammagma_a_0_icon";
1182
+ }
1183
+ >
1184
+ >;
1185
+ export type AvatarItemDisplayNShoesTeammagmaB0 = S<
1186
+ AvatarItemDisplay<
1187
+ "N_DISPLAY_n_shoes_teammagma_b_0",
1188
+ {
1189
+ displayStringId: "n_shoes_teammagma_b_0_display_name";
1190
+ iconAddress: "n_shoes_teammagma_b_0_icon";
1191
+ }
1192
+ >
1193
+ >;
1194
+ export type AvatarItemDisplayNShoesTeamrocketA0 = S<
1195
+ AvatarItemDisplay<
1196
+ "N_DISPLAY_n_shoes_teamrocket_a_0",
1197
+ {
1198
+ displayStringId: "n_shoes_teamrocket_a_0_display_name";
1199
+ iconAddress: "n_shoes_teamrocket_a_0_icon";
1200
+ }
1201
+ >
1202
+ >;
1203
+ export type AvatarItemDisplayNShoesTeamrocketA1 = S<
1204
+ AvatarItemDisplay<
1205
+ "N_DISPLAY_n_shoes_teamrocket_a_1",
1206
+ {
1207
+ displayStringId: "n_shoes_teamrocket_a_1_display_name";
1208
+ iconAddress: "n_shoes_teamrocket_a_1_icon";
1209
+ }
1210
+ >
1211
+ >;
1212
+ export type AvatarItemDisplayNShoesTeamrocketB0 = S<
1213
+ AvatarItemDisplay<
1214
+ "N_DISPLAY_n_shoes_teamrocket_b_0",
1215
+ {
1216
+ displayStringId: "n_shoes_teamrocket_b_0_display_name";
1217
+ iconAddress: "n_shoes_teamrocket_b_0_icon";
1218
+ }
1219
+ >
1220
+ >;
1221
+ export type AvatarItemDisplayNShoesTeamrocketB1 = S<
1222
+ AvatarItemDisplay<
1223
+ "N_DISPLAY_n_shoes_teamrocket_b_1",
1224
+ {
1225
+ displayStringId: "n_shoes_teamrocket_b_1_display_name";
1226
+ iconAddress: "n_shoes_teamrocket_b_1_icon";
1227
+ }
1228
+ >
1229
+ >;
1230
+ export type AvatarItemDisplayNShoesTeamskull0 = S<
1231
+ AvatarItemDisplay<
1232
+ "N_DISPLAY_n_shoes_teamskull_0",
1233
+ {
1234
+ displayStringId: "n_shoes_teamskull_a_0_display_name";
1235
+ iconAddress: "n_shoes_teamskull_a_0_icon";
1236
+ }
1237
+ >
1238
+ >;
1239
+ export type AvatarItemDisplayNShoesTeamskullB0 = S<
1240
+ AvatarItemDisplay<
1241
+ "N_DISPLAY_n_shoes_teamskull_b_0",
1242
+ {
1243
+ displayStringId: "n_shoes_teamskull_b_0_display_name";
1244
+ iconAddress: "n_shoes_teamskull_b_0_icon";
1245
+ }
1246
+ >
1247
+ >;
1248
+ export type AvatarItemDisplayNShoesTeamsparkA0 = S<
1249
+ AvatarItemDisplay<
1250
+ "N_DISPLAY_n_shoes_teamspark_a_0",
1251
+ {
1252
+ displayStringId: "n_shoes_teamspark_a_0_display_name";
1253
+ iconAddress: "n_shoes_teamspark_a_0_icon";
1254
+ }
1255
+ >
1256
+ >;
1257
+ export type AvatarItemDisplayNShoesTeamsparkB0 = S<
1258
+ AvatarItemDisplay<
1259
+ "N_DISPLAY_n_shoes_teamspark_b_0",
1260
+ {
1261
+ displayStringId: "n_shoes_teamspark_b_0_display_name";
1262
+ iconAddress: "n_shoes_teamspark_b_0_icon";
1263
+ }
1264
+ >
1265
+ >;
1266
+ export type AvatarItemDisplayNShoesTeamyellgrunts0 = S<
1267
+ AvatarItemDisplay<
1268
+ "N_DISPLAY_n_shoes_teamyellgrunts_0",
1269
+ {
1270
+ displayStringId: "avatar_shoes_teamyell";
1271
+ iconAddress: "n_shoes_teamyellgrunts_0_icon";
1272
+ }
1273
+ >
1274
+ >;
1275
+ export type AvatarItemDisplayNShoesUltraA0 = S<
1276
+ AvatarItemDisplay<
1277
+ "N_DISPLAY_n_shoes_ultra_a_0",
1278
+ {
1279
+ displayStringId: "n_shoes_ultra_a_0_display_name";
1280
+ iconAddress: "n_shoes_ultra_a_0_icon";
1281
+ }
1282
+ >
1283
+ >;
1284
+ export type AvatarItemDisplayNShoesUltraB0 = S<
1285
+ AvatarItemDisplay<
1286
+ "N_DISPLAY_n_shoes_ultra_b_0",
1287
+ {
1288
+ displayStringId: "n_shoes_ultra_b_0_display_name";
1289
+ iconAddress: "n_shoes_ultra_b_0_icon";
1290
+ }
1291
+ >
1292
+ >;
1293
+ export type AvatarItemDisplayNShoesUltrareconsquad0 = S<
1294
+ AvatarItemDisplay<
1295
+ "N_DISPLAY_n_shoes_ultrareconsquad_0",
1296
+ {
1297
+ displayStringId: "n_shoes_ultrareconsquad_0_display_name";
1298
+ iconAddress: "n_shoes_ultrareconsquad_0_icon";
1299
+ }
1300
+ >
1301
+ >;
1302
+ export type AvatarItemDisplayNShoesUnequip0 = S<
1303
+ AvatarItemDisplay<
1304
+ "N_DISPLAY_n_shoes_unequip_0",
1305
+ {
1306
+ displayStringId: "n_shoes_unequip_0_display_name";
1307
+ iconAddress: "n_shoes_empty_0_icon";
1308
+ }
1309
+ >
1310
+ >;
1311
+ export type AvatarItemDisplayNShoesVeterantrainerxyA0 = S<
1312
+ AvatarItemDisplay<
1313
+ "N_DISPLAY_n_shoes_veterantrainerxy_a_0",
1314
+ {
1315
+ displayStringId: "n_shoes_veterantrainerxy_a_0_display_name";
1316
+ iconAddress: "n_shoes_veterantrainerxy_a_0_icon";
1317
+ }
1318
+ >
1319
+ >;
1320
+ export type AvatarItemDisplayNShoesVeterantrainerxyB0 = S<
1321
+ AvatarItemDisplay<
1322
+ "N_DISPLAY_n_shoes_veterantrainerxy_b_0",
1323
+ {
1324
+ displayStringId: "n_shoes_veterantrainerxy_b_0_display_name";
1325
+ iconAddress: "n_shoes_veterantrainerxy_b_0_icon";
1326
+ }
1327
+ >
1328
+ >;
1329
+ export type AvatarItemDisplayNShoesWcs2022winnersitems0 = S<
1330
+ AvatarItemDisplay<
1331
+ "N_DISPLAY_n_shoes_wcs2022winnersitems_0",
1332
+ {
1333
+ displayStringId: "n_shoes_wcs2022winnersitems_0_display_name";
1334
+ iconAddress: "n_shoes_wcs2022winnersitems_0_icon";
1335
+ }
1336
+ >
1337
+ >;
1338
+ export type AvatarItemDisplayNShoesWcs2023winnersitems0 = S<
1339
+ AvatarItemDisplay<
1340
+ "N_DISPLAY_n_shoes_wcs2023winnersitems_0",
1341
+ {
1342
+ displayStringId: "n_shoes_wcs2023winnersitems_0_display_name";
1343
+ iconAddress: "n_shoes_wcs2023winnersitems_0_icon";
1344
+ }
1345
+ >
1346
+ >;
1347
+ export type AvatarItemDisplayNShoesWcs2024winnersitems0 = S<
1348
+ AvatarItemDisplay<
1349
+ "N_DISPLAY_n_shoes_wcs2024winnersitems_0",
1350
+ {
1351
+ displayStringId: "avatar_shoes_wcs2024champion";
1352
+ iconAddress: "n_shoes_wcs2024winnersitems_0_icon";
1353
+ }
1354
+ >
1355
+ >;
1356
+ export type AvatarItemDisplayNShoesWinterboots0 = S<
1357
+ AvatarItemDisplay<
1358
+ "N_DISPLAY_n_shoes_winterboots_0",
1359
+ {
1360
+ displayStringId: "n_shoes_winterboots_0_display_name";
1361
+ iconAddress: "n_shoes_winterboots_0_icon";
1362
+ }
1363
+ >
1364
+ >;
1365
+ export type AvatarItemDisplayNShoesWinterboots1 = S<
1366
+ AvatarItemDisplay<
1367
+ "N_DISPLAY_n_shoes_winterboots_1",
1368
+ {
1369
+ displayStringId: "n_shoes_winterboots_1_display_name";
1370
+ iconAddress: "n_shoes_winterboots_1_icon";
1371
+ }
1372
+ >
1373
+ >;
1374
+ export type AvatarItemDisplayNShoesWinterboots2 = S<
1375
+ AvatarItemDisplay<
1376
+ "N_DISPLAY_n_shoes_winterboots_2",
1377
+ {
1378
+ displayStringId: "n_shoes_winterboots_2_display_name";
1379
+ iconAddress: "n_shoes_winterboots_2_icon";
1380
+ }
1381
+ >
1382
+ >;
1383
+ export type AvatarItemDisplayNShoesWinterboots3 = S<
1384
+ AvatarItemDisplay<
1385
+ "N_DISPLAY_n_shoes_winterboots_3",
1386
+ {
1387
+ displayStringId: "n_shoes_winterboots_3_display_name";
1388
+ iconAddress: "n_shoes_winterboots_3_icon";
1389
+ }
1390
+ >
1391
+ >;
1392
+ export type AvatarItemDisplayNShoesWinterboots20230 = S<
1393
+ AvatarItemDisplay<
1394
+ "N_DISPLAY_n_shoes_winterboots2023_0",
1395
+ {
1396
+ displayStringId: "n_shoes_winterboots2023_0_display_name";
1397
+ iconAddress: "n_shoes_winterboots2023_0_icon";
1398
+ }
1399
+ >
1400
+ >;
1401
+ export type AvatarItemDisplayNShoesZacostumeA0 = S<
1402
+ AvatarItemDisplay<
1403
+ "N_DISPLAY_n_shoes_zacostume_a_0",
1404
+ {
1405
+ displayStringId: "avatar_n_shoes_zacostume_a";
1406
+ iconAddress: "n_shoes_zacostume_a_0_icon";
1407
+ }
1408
+ >
1409
+ >;
1410
+ export type AvatarItemDisplayNShoesZacostumeB0 = S<
1411
+ AvatarItemDisplay<
1412
+ "N_DISPLAY_n_shoes_zacostume_b_0",
1413
+ {
1414
+ displayStringId: "avatar_n_shoes_zacostume_b";
1415
+ iconAddress: "n_shoes_zacostume_b_0_icon";
1416
+ }
1417
+ >
1418
+ >;
1419
+
1420
+ export type AvatarItemDisplayDisplayStringIdShoesMasterfileEntry =
1421
+ | AvatarItemDisplayNShoes6thanniversaryA0
1422
+ | AvatarItemDisplayNShoes6thanniversaryB0
1423
+ | AvatarItemDisplayNShoesAcetrainerbwA0
1424
+ | AvatarItemDisplayNShoesAcetrainerbwB0
1425
+ | AvatarItemDisplayNShoesAcetrainersmA0
1426
+ | AvatarItemDisplayNShoesAcetrainersmB0
1427
+ | AvatarItemDisplayNShoesAllister0
1428
+ | AvatarItemDisplayNShoesAnimegou0
1429
+ | AvatarItemDisplayNShoesBackpackerA0
1430
+ | AvatarItemDisplayNShoesBackpackerB0
1431
+ | AvatarItemDisplayNShoesBattlegirl0
1432
+ | AvatarItemDisplayNShoesBlacephalon0
1433
+ | AvatarItemDisplayNShoesBrock0
1434
+ | AvatarItemDisplayNShoesBwn0
1435
+ | AvatarItemDisplayNShoesCarbink0
1436
+ | AvatarItemDisplayNShoesClay0
1437
+ | AvatarItemDisplayNShoesClemont0
1438
+ | AvatarItemDisplayNShoesCoolboots0
1439
+ | AvatarItemDisplayNShoesDedenneitems0
1440
+ | AvatarItemDisplayNShoesDefaultA0
1441
+ | AvatarItemDisplayNShoesDefaultA1
1442
+ | AvatarItemDisplayNShoesDefaultA2
1443
+ | AvatarItemDisplayNShoesDefaultA3
1444
+ | AvatarItemDisplayNShoesDefaultA4
1445
+ | AvatarItemDisplayNShoesDefaultA5
1446
+ | AvatarItemDisplayNShoesDefaultA6
1447
+ | AvatarItemDisplayNShoesDefaultB0
1448
+ | AvatarItemDisplayNShoesDefaultB1
1449
+ | AvatarItemDisplayNShoesDefaultB2
1450
+ | AvatarItemDisplayNShoesDefaultB3
1451
+ | AvatarItemDisplayNShoesDefaultB4
1452
+ | AvatarItemDisplayNShoesDefaultB5
1453
+ | AvatarItemDisplayNShoesDefaultB6
1454
+ | AvatarItemDisplayNShoesDefaultNew0
1455
+ | AvatarItemDisplayNShoesDelibird0
1456
+ | AvatarItemDisplayNShoesDpA0
1457
+ | AvatarItemDisplayNShoesDpB0
1458
+ | AvatarItemDisplayNShoesElesaA0
1459
+ | AvatarItemDisplayNShoesElesaB0
1460
+ | AvatarItemDisplayNShoesEternatussuit0
1461
+ | AvatarItemDisplayNShoesFashionweek20220
1462
+ | AvatarItemDisplayNShoesFisher0
1463
+ | AvatarItemDisplayNShoesFrlgA0
1464
+ | AvatarItemDisplayNShoesFrlgB0
1465
+ | AvatarItemDisplayNShoesFw20220
1466
+ | AvatarItemDisplayNShoesGeeta0
1467
+ | AvatarItemDisplayNShoesGiovanniA0
1468
+ | AvatarItemDisplayNShoesGiovanniB0
1469
+ | AvatarItemDisplayNShoesGladion0
1470
+ | AvatarItemDisplayNShoesGothitelleitems0
1471
+ | AvatarItemDisplayNShoesGreenA0
1472
+ | AvatarItemDisplayNShoesGreenB0
1473
+ | AvatarItemDisplayNShoesGreenpikavee0
1474
+ | AvatarItemDisplayNShoesGrimsley0
1475
+ | AvatarItemDisplayNShoesGrusha0
1476
+ | AvatarItemDisplayNShoesGymleader0
1477
+ | AvatarItemDisplayNShoesGymleader1
1478
+ | AvatarItemDisplayNShoesGymleader2
1479
+ | AvatarItemDisplayNShoesHala0
1480
+ | AvatarItemDisplayNShoesHgssA0
1481
+ | AvatarItemDisplayNShoesHgssB0
1482
+ | AvatarItemDisplayNShoesIngo0
1483
+ | AvatarItemDisplayNShoesJogger0
1484
+ | AvatarItemDisplayNShoesKorrina0
1485
+ | AvatarItemDisplayNShoesLadiamondoutfitA0
1486
+ | AvatarItemDisplayNShoesLadiamondoutfitB0
1487
+ | AvatarItemDisplayNShoesLana0
1488
+ | AvatarItemDisplayNShoesLapearloutfitA0
1489
+ | AvatarItemDisplayNShoesLapearloutfitB0
1490
+ | AvatarItemDisplayNShoesLegendofarceusA0
1491
+ | AvatarItemDisplayNShoesLegendofarceusB0
1492
+ | AvatarItemDisplayNShoesLoosepants0
1493
+ | AvatarItemDisplayNShoesLoosepants1
1494
+ | AvatarItemDisplayNShoesLoosepants2
1495
+ | AvatarItemDisplayNShoesLoosepants3
1496
+ | AvatarItemDisplayNShoesLuvdiscpack0
1497
+ | AvatarItemDisplayNShoesLvl71Cyberkicks0
1498
+ | AvatarItemDisplayNShoesLysandre0
1499
+ | AvatarItemDisplayNShoesMegalopunnyitems0
1500
+ | AvatarItemDisplayNShoesMelmetalshoes0
1501
+ | AvatarItemDisplayNShoesMewtwo0
1502
+ | AvatarItemDisplayNShoesMisty0
1503
+ | AvatarItemDisplayNShoesMustard0
1504
+ | AvatarItemDisplayNShoesNecrozmaitems0
1505
+ | AvatarItemDisplayNShoesNewyear20220
1506
+ | AvatarItemDisplayNShoesNike20210
1507
+ | AvatarItemDisplayNShoesOrasA0
1508
+ | AvatarItemDisplayNShoesOrasB0
1509
+ | AvatarItemDisplayNShoesPajamas20220
1510
+ | AvatarItemDisplayNShoesPajamas20221
1511
+ | AvatarItemDisplayNShoesPalmer0
1512
+ | AvatarItemDisplayNShoesPikachuathletic
1513
+ | AvatarItemDisplayNShoesPikachufan0
1514
+ | AvatarItemDisplayNShoesPikachulibre0
1515
+ | AvatarItemDisplayNShoesPokeballitemsBasic0
1516
+ | AvatarItemDisplayNShoesPokeballitemsGreat0
1517
+ | AvatarItemDisplayNShoesPokeballitemsUltra0
1518
+ | AvatarItemDisplayNShoesProfwillowoutfit0
1519
+ | AvatarItemDisplayNShoesRegiicejersies0
1520
+ | AvatarItemDisplayNShoesRegirockjersies0
1521
+ | AvatarItemDisplayNShoesRegisteeljersies0
1522
+ | AvatarItemDisplayNShoesReuniclusitems0
1523
+ | AvatarItemDisplayNShoesRuinmaniacA0
1524
+ | AvatarItemDisplayNShoesRuinmaniacB0
1525
+ | AvatarItemDisplayNShoesS19gbl0
1526
+ | AvatarItemDisplayNShoesSandals0
1527
+ | AvatarItemDisplayNShoesSandals1
1528
+ | AvatarItemDisplayNShoesSandals2
1529
+ | AvatarItemDisplayNShoesSizzlipedeboots0
1530
+ | AvatarItemDisplayNShoesSolgaleoitems0
1531
+ | AvatarItemDisplayNShoesSsA0
1532
+ | AvatarItemDisplayNShoesSsB0
1533
+ | AvatarItemDisplayNShoesSteven0
1534
+ | AvatarItemDisplayNShoesStevenfirst0
1535
+ | AvatarItemDisplayNShoesSvcostumescarletschool0
1536
+ | AvatarItemDisplayNShoesSvcostumevioletschool0
1537
+ | AvatarItemDisplayNShoesSvdlc10
1538
+ | AvatarItemDisplayNShoesSvdlc2spring0
1539
+ | AvatarItemDisplayNShoesSwshdlc2costume0
1540
+ | AvatarItemDisplayNShoesSwshdlccostume0
1541
+ | AvatarItemDisplayNShoesSwshuniformdark0
1542
+ | AvatarItemDisplayNShoesSwshuniformdefault0
1543
+ | AvatarItemDisplayNShoesSwshuniformdragon0
1544
+ | AvatarItemDisplayNShoesSylveonitems0
1545
+ | AvatarItemDisplayNShoesTandemausitems0
1546
+ | AvatarItemDisplayNShoesTeamaqua0
1547
+ | AvatarItemDisplayNShoesTeamblancheA0
1548
+ | AvatarItemDisplayNShoesTeamblancheB0
1549
+ | AvatarItemDisplayNShoesTeamcandelaA0
1550
+ | AvatarItemDisplayNShoesTeamcandelaB0
1551
+ | AvatarItemDisplayNShoesTeammagmaA0
1552
+ | AvatarItemDisplayNShoesTeammagmaB0
1553
+ | AvatarItemDisplayNShoesTeamrocketA0
1554
+ | AvatarItemDisplayNShoesTeamrocketA1
1555
+ | AvatarItemDisplayNShoesTeamrocketB0
1556
+ | AvatarItemDisplayNShoesTeamrocketB1
1557
+ | AvatarItemDisplayNShoesTeamskull0
1558
+ | AvatarItemDisplayNShoesTeamskullB0
1559
+ | AvatarItemDisplayNShoesTeamsparkA0
1560
+ | AvatarItemDisplayNShoesTeamsparkB0
1561
+ | AvatarItemDisplayNShoesTeamyellgrunts0
1562
+ | AvatarItemDisplayNShoesUltraA0
1563
+ | AvatarItemDisplayNShoesUltraB0
1564
+ | AvatarItemDisplayNShoesUltrareconsquad0
1565
+ | AvatarItemDisplayNShoesUnequip0
1566
+ | AvatarItemDisplayNShoesVeterantrainerxyA0
1567
+ | AvatarItemDisplayNShoesVeterantrainerxyB0
1568
+ | AvatarItemDisplayNShoesWcs2022winnersitems0
1569
+ | AvatarItemDisplayNShoesWcs2023winnersitems0
1570
+ | AvatarItemDisplayNShoesWcs2024winnersitems0
1571
+ | AvatarItemDisplayNShoesWinterboots0
1572
+ | AvatarItemDisplayNShoesWinterboots1
1573
+ | AvatarItemDisplayNShoesWinterboots2
1574
+ | AvatarItemDisplayNShoesWinterboots3
1575
+ | AvatarItemDisplayNShoesWinterboots20230
1576
+ | AvatarItemDisplayNShoesZacostumeA0
1577
+ | AvatarItemDisplayNShoesZacostumeB0;