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,4427 @@
1
+ // Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/shirt", 442 entries.
2
+
3
+ import type { S } from "../../../_utils";
4
+ import type { AvatarItemDisplay } from "../../types";
5
+
6
+ export type AvatarItemDisplayNShirt6thanniversaryA0 = S<
7
+ AvatarItemDisplay<
8
+ "N_DISPLAY_n_shirt_6thanniversary_a_0",
9
+ {
10
+ displayStringId: "n_shirt_6thanniversary_a_0_display_name";
11
+ iconAddress: "n_shirt_6thanniversary_a_0_icon";
12
+ }
13
+ >
14
+ >;
15
+ export type AvatarItemDisplayNShirt6thanniversaryB0 = S<
16
+ AvatarItemDisplay<
17
+ "N_DISPLAY_n_shirt_6thanniversary_b_0",
18
+ {
19
+ displayStringId: "n_shirt_6thanniversary_b_0_display_name";
20
+ iconAddress: "n_shirt_6thanniversary_b_0_icon";
21
+ }
22
+ >
23
+ >;
24
+ export type AvatarItemDisplayNShirt7thanniversary0 = S<
25
+ AvatarItemDisplay<
26
+ "N_DISPLAY_n_shirt_7thanniversary_0",
27
+ {
28
+ displayStringId: "n_shirt_7thanniversary_0_display_name";
29
+ iconAddress: "n_shirt_7thanniversary_0_icon";
30
+ }
31
+ >
32
+ >;
33
+ export type AvatarItemDisplayNShirt10thanniversaryBeige = S<
34
+ AvatarItemDisplay<
35
+ "N_DISPLAY_n_shirt_10thanniversary-beige",
36
+ {
37
+ displayStringId: "avatar_shirt_10thanniversarybeige";
38
+ iconAddress: "n_shirt_10thanniversary-beige_icon";
39
+ }
40
+ >
41
+ >;
42
+ export type AvatarItemDisplayNShirt10thanniversaryYellow = S<
43
+ AvatarItemDisplay<
44
+ "N_DISPLAY_n_shirt_10thanniversary-yellow",
45
+ {
46
+ displayStringId: "avatar_shirt_10thanniversaryorange";
47
+ iconAddress: "n_shirt_10thanniversary-yellow_icon";
48
+ }
49
+ >
50
+ >;
51
+ export type AvatarItemDisplayNShirtAcetrainerbwA0 = S<
52
+ AvatarItemDisplay<
53
+ "N_DISPLAY_n_shirt_acetrainerbw_a_0",
54
+ {
55
+ displayStringId: "n_shirt_acetrainerbw_a_0_display_name";
56
+ iconAddress: "n_shirt_acetrainerbw_a_0_icon";
57
+ }
58
+ >
59
+ >;
60
+ export type AvatarItemDisplayNShirtAcetrainerbwB0 = S<
61
+ AvatarItemDisplay<
62
+ "N_DISPLAY_n_shirt_acetrainerbw_b_0",
63
+ {
64
+ displayStringId: "n_shirt_acetrainerbw_b_0_display_name";
65
+ iconAddress: "n_shirt_acetrainerbw_b_0_icon";
66
+ }
67
+ >
68
+ >;
69
+ export type AvatarItemDisplayNShirtAcetrainersmA0 = S<
70
+ AvatarItemDisplay<
71
+ "N_DISPLAY_n_shirt_acetrainersm_a_0",
72
+ {
73
+ displayStringId: "n_shirt_acetrainersm_a_0_display_name";
74
+ iconAddress: "n_shirt_acetrainersm_a_0_icon";
75
+ }
76
+ >
77
+ >;
78
+ export type AvatarItemDisplayNShirtAcetrainersmB0 = S<
79
+ AvatarItemDisplay<
80
+ "N_DISPLAY_n_shirt_acetrainersm_b_0",
81
+ {
82
+ displayStringId: "n_shirt_acetrainersm_b_0_display_name";
83
+ iconAddress: "n_shirt_acetrainersm_b_0_icon";
84
+ }
85
+ >
86
+ >;
87
+ export type AvatarItemDisplayNShirtAllister0 = S<
88
+ AvatarItemDisplay<
89
+ "N_DISPLAY_n_shirt_allister_0",
90
+ {
91
+ displayStringId: "avatar_shirt_gblallister";
92
+ iconAddress: "n_shirt_allister_0_icon";
93
+ }
94
+ >
95
+ >;
96
+ export type AvatarItemDisplayNShirtAlolacomfey0 = S<
97
+ AvatarItemDisplay<
98
+ "N_DISPLAY_n_shirt_alolacomfey_0",
99
+ {
100
+ displayStringId: "n_shirt_alolacomfey_0_display_name";
101
+ iconAddress: "n_shirt_alolacomfey_0_icon";
102
+ }
103
+ >
104
+ >;
105
+ export type AvatarItemDisplayNShirtAnimegou0 = S<
106
+ AvatarItemDisplay<
107
+ "N_DISPLAY_n_shirt_animegou_0",
108
+ {
109
+ displayStringId: "n_shirt_animegou_0_display_name";
110
+ iconAddress: "n_shirt_animegou_0_icon";
111
+ }
112
+ >
113
+ >;
114
+ export type AvatarItemDisplayNShirtApplinitems0 = S<
115
+ AvatarItemDisplay<
116
+ "N_DISPLAY_n_shirt_applinitems_0",
117
+ {
118
+ displayStringId: "avatar_shirt_applinapron";
119
+ iconAddress: "n_shirt_applinitems_0_icon";
120
+ }
121
+ >
122
+ >;
123
+ export type AvatarItemDisplayNShirtAseries0 = S<
124
+ AvatarItemDisplay<
125
+ "N_DISPLAY_n_shirt_aseries_0",
126
+ {
127
+ displayStringId: "n_shirt_aseries_0_display_name";
128
+ iconAddress: "n_shirt_aseries_0_icon";
129
+ }
130
+ >
131
+ >;
132
+ export type AvatarItemDisplayNShirtBackpackerA0 = S<
133
+ AvatarItemDisplay<
134
+ "N_DISPLAY_n_shirt_backpacker_a_0",
135
+ {
136
+ displayStringId: "n_shirt_backpacker_a_0_display_name";
137
+ iconAddress: "n_shirt_backpacker_a_0_icon";
138
+ }
139
+ >
140
+ >;
141
+ export type AvatarItemDisplayNShirtBackpackerB0 = S<
142
+ AvatarItemDisplay<
143
+ "N_DISPLAY_n_shirt_backpacker_b_0",
144
+ {
145
+ displayStringId: "n_shirt_backpacker_b_0_display_name";
146
+ iconAddress: "n_shirt_backpacker_b_0_icon";
147
+ }
148
+ >
149
+ >;
150
+ export type AvatarItemDisplayNShirtBallguy0 = S<
151
+ AvatarItemDisplay<
152
+ "N_DISPLAY_n_shirt_ballguy_0",
153
+ {
154
+ displayStringId: "n_shirt_ballguy_0_display_name";
155
+ iconAddress: "n_shirt_ballguy_0_icon";
156
+ }
157
+ >
158
+ >;
159
+ export type AvatarItemDisplayNShirtBattlegirl0 = S<
160
+ AvatarItemDisplay<
161
+ "N_DISPLAY_n_shirt_battlegirl_0",
162
+ {
163
+ displayStringId: "n_shirt_battlegirl_0_display_name";
164
+ iconAddress: "n_shirt_battlegirl_0_icon";
165
+ }
166
+ >
167
+ >;
168
+ export type AvatarItemDisplayNShirtBeaA0 = S<
169
+ AvatarItemDisplay<
170
+ "N_DISPLAY_n_shirt_bea_a_0",
171
+ {
172
+ displayStringId: "n_shirt_bea_a_0_display_name";
173
+ iconAddress: "n_shirt_bea_a_0_icon";
174
+ }
175
+ >
176
+ >;
177
+ export type AvatarItemDisplayNShirtBeaB0 = S<
178
+ AvatarItemDisplay<
179
+ "N_DISPLAY_n_shirt_bea_b_0",
180
+ {
181
+ displayStringId: "n_shirt_bea_b_0_display_name";
182
+ iconAddress: "n_shirt_bea_b_0_icon";
183
+ }
184
+ >
185
+ >;
186
+ export type AvatarItemDisplayNShirtBewearcostume0 = S<
187
+ AvatarItemDisplay<
188
+ "N_DISPLAY_n_shirt_bewearcostume_0",
189
+ {
190
+ displayStringId: "avatar_n_shirt_bewear";
191
+ iconAddress: "n_shirt_bewearcostume_0_icon";
192
+ }
193
+ >
194
+ >;
195
+ export type AvatarItemDisplayNShirtBlackwhite0 = S<
196
+ AvatarItemDisplay<
197
+ "N_DISPLAY_n_shirt_blackwhite_0",
198
+ {
199
+ displayStringId: "avatar_shirt_bwhoodie";
200
+ iconAddress: "n_shirt_blackwhite_0_icon";
201
+ }
202
+ >
203
+ >;
204
+ export type AvatarItemDisplayNShirtBlazer0 = S<
205
+ AvatarItemDisplay<
206
+ "N_DISPLAY_n_shirt_blazer_0",
207
+ {
208
+ displayStringId: "n_shirt_blazer_0_display_name";
209
+ iconAddress: "n_shirt_blazer_0_icon";
210
+ }
211
+ >
212
+ >;
213
+ export type AvatarItemDisplayNShirtBounsweetitemsA0 = S<
214
+ AvatarItemDisplay<
215
+ "N_DISPLAY_n_shirt_bounsweetitems_a_0",
216
+ {
217
+ displayStringId: "n_shirt_bounsweetitems_a_0_display_name";
218
+ iconAddress: "n_shirt_bounsweetitems_a_0_icon";
219
+ }
220
+ >
221
+ >;
222
+ export type AvatarItemDisplayNShirtBounsweetitemsB0 = S<
223
+ AvatarItemDisplay<
224
+ "N_DISPLAY_n_shirt_bounsweetitems_b_0",
225
+ {
226
+ displayStringId: "n_shirt_bounsweetitems_b_0_display_name";
227
+ iconAddress: "n_shirt_bounsweetitems_b_0_icon";
228
+ }
229
+ >
230
+ >;
231
+ export type AvatarItemDisplayNShirtBrock0 = S<
232
+ AvatarItemDisplay<
233
+ "N_DISPLAY_n_shirt_brock_0",
234
+ {
235
+ displayStringId: "n_shirt_brock_0_display_name";
236
+ iconAddress: "n_shirt_brock_0_icon";
237
+ }
238
+ >
239
+ >;
240
+ export type AvatarItemDisplayNShirtButtondown0 = S<
241
+ AvatarItemDisplay<
242
+ "N_DISPLAY_n_shirt_buttondown_0",
243
+ {
244
+ displayStringId: "n_shirt_buttondown_0_display_name";
245
+ iconAddress: "n_shirt_buttondown_0_icon";
246
+ }
247
+ >
248
+ >;
249
+ export type AvatarItemDisplayNShirtBuzzwoleitems0 = S<
250
+ AvatarItemDisplay<
251
+ "N_DISPLAY_n_shirt_buzzwoleitems_0",
252
+ {
253
+ displayStringId: "n_shirt_buzzwoleitems_0_display_name";
254
+ iconAddress: "n_shirt_buzzwoleitems_0_icon";
255
+ }
256
+ >
257
+ >;
258
+ export type AvatarItemDisplayNShirtBwn0 = S<
259
+ AvatarItemDisplay<
260
+ "N_DISPLAY_n_shirt_bwn_0",
261
+ {
262
+ displayStringId: "n_shirt_bwn_0_display_name";
263
+ iconAddress: "n_shirt_bwn_0_icon";
264
+ }
265
+ >
266
+ >;
267
+ export type AvatarItemDisplayNShirtCasualA0 = S<
268
+ AvatarItemDisplay<
269
+ "N_DISPLAY_n_shirt_casual_a_0",
270
+ {
271
+ displayStringId: "n_shirt_casual_a_0_display_name";
272
+ iconAddress: "n_shirt_casual_a_0_icon";
273
+ }
274
+ >
275
+ >;
276
+ export type AvatarItemDisplayNShirtCasualA1 = S<
277
+ AvatarItemDisplay<
278
+ "N_DISPLAY_n_shirt_casual_a_1",
279
+ {
280
+ displayStringId: "n_shirt_casual_a_1_display_name";
281
+ iconAddress: "n_shirt_casual_a_1_icon";
282
+ }
283
+ >
284
+ >;
285
+ export type AvatarItemDisplayNShirtCasualA2 = S<
286
+ AvatarItemDisplay<
287
+ "N_DISPLAY_n_shirt_casual_a_2",
288
+ {
289
+ displayStringId: "n_shirt_casual_a_2_display_name";
290
+ iconAddress: "n_shirt_casual_a_2_icon";
291
+ }
292
+ >
293
+ >;
294
+ export type AvatarItemDisplayNShirtCasualA3 = S<
295
+ AvatarItemDisplay<
296
+ "N_DISPLAY_n_shirt_casual_a_3",
297
+ {
298
+ displayStringId: "n_shirt_casual_a_3_display_name";
299
+ iconAddress: "n_shirt_casual_a_3_icon";
300
+ }
301
+ >
302
+ >;
303
+ export type AvatarItemDisplayNShirtCasualB0 = S<
304
+ AvatarItemDisplay<
305
+ "N_DISPLAY_n_shirt_casual_b_0",
306
+ {
307
+ displayStringId: "n_shirt_casual_b_0_display_name";
308
+ iconAddress: "n_shirt_casual_b_0_icon";
309
+ }
310
+ >
311
+ >;
312
+ export type AvatarItemDisplayNShirtCasualB1 = S<
313
+ AvatarItemDisplay<
314
+ "N_DISPLAY_n_shirt_casual_b_1",
315
+ {
316
+ displayStringId: "n_shirt_casual_b_1_display_name";
317
+ iconAddress: "n_shirt_casual_b_1_icon";
318
+ }
319
+ >
320
+ >;
321
+ export type AvatarItemDisplayNShirtCasualB2 = S<
322
+ AvatarItemDisplay<
323
+ "N_DISPLAY_n_shirt_casual_b_2",
324
+ {
325
+ displayStringId: "n_shirt_casual_b_2_display_name";
326
+ iconAddress: "n_shirt_casual_b_2_icon";
327
+ }
328
+ >
329
+ >;
330
+ export type AvatarItemDisplayNShirtCasualB3 = S<
331
+ AvatarItemDisplay<
332
+ "N_DISPLAY_n_shirt_casual_b_3",
333
+ {
334
+ displayStringId: "n_shirt_casual_b_3_display_name";
335
+ iconAddress: "n_shirt_casual_b_3_icon";
336
+ }
337
+ >
338
+ >;
339
+ export type AvatarItemDisplayNShirtCelebi0 = S<
340
+ AvatarItemDisplay<
341
+ "N_DISPLAY_n_shirt_celebi_0",
342
+ {
343
+ displayStringId: "n_shirt_celebi_0_display_name";
344
+ iconAddress: "n_shirt_celebi_0_icon";
345
+ }
346
+ >
347
+ >;
348
+ export type AvatarItemDisplayNShirtChimcharonesie0 = S<
349
+ AvatarItemDisplay<
350
+ "N_DISPLAY_n_shirt_chimcharonesie_0",
351
+ {
352
+ displayStringId: "n_shirt_chimcharonesie_0_display_name";
353
+ iconAddress: "n_shirt_chimcharonesie_0_icon";
354
+ }
355
+ >
356
+ >;
357
+ export type AvatarItemDisplayNShirtClay0 = S<
358
+ AvatarItemDisplay<
359
+ "N_DISPLAY_n_shirt_clay_0",
360
+ {
361
+ displayStringId: "n_shirt_clay_0_display_name";
362
+ iconAddress: "n_shirt_clay_0_icon";
363
+ }
364
+ >
365
+ >;
366
+ export type AvatarItemDisplayNShirtClemont0 = S<
367
+ AvatarItemDisplay<
368
+ "N_DISPLAY_n_shirt_clemont_0",
369
+ {
370
+ displayStringId: "avatar_n_shirt_clemont";
371
+ iconAddress: "n_shirt_clemont_0_icon";
372
+ }
373
+ >
374
+ >;
375
+ export type AvatarItemDisplayNShirtCofagrigusitems0 = S<
376
+ AvatarItemDisplay<
377
+ "N_DISPLAY_n_shirt_cofagrigusitems_0",
378
+ {
379
+ displayStringId: "n_shirt_cofagrigusitems_0_display_name";
380
+ iconAddress: "n_shirt_cofagrigusitems_0_icon";
381
+ }
382
+ >
383
+ >;
384
+ export type AvatarItemDisplayNShirtConcierge0 = S<
385
+ AvatarItemDisplay<
386
+ "N_DISPLAY_n_shirt_concierge_0",
387
+ {
388
+ displayStringId: "avatar_n_shirt_concierge";
389
+ iconAddress: "n_shirt_concierge_0_icon";
390
+ }
391
+ >
392
+ >;
393
+ export type AvatarItemDisplayNShirtCosmog0 = S<
394
+ AvatarItemDisplay<
395
+ "N_DISPLAY_n_shirt_cosmog_0",
396
+ {
397
+ displayStringId: "n_shirt_cosmog_0_display_name";
398
+ iconAddress: "n_shirt_cosmog_0_icon";
399
+ }
400
+ >
401
+ >;
402
+ export type AvatarItemDisplayNShirtCowichansweater0 = S<
403
+ AvatarItemDisplay<
404
+ "N_DISPLAY_n_shirt_cowichansweater_0",
405
+ {
406
+ displayStringId: "n_shirt_cowichansweater_0_display_name";
407
+ iconAddress: "n_shirt_cowichansweater_0_icon";
408
+ }
409
+ >
410
+ >;
411
+ export type AvatarItemDisplayNShirtDayofdead0 = S<
412
+ AvatarItemDisplay<
413
+ "N_DISPLAY_n_shirt_dayofdead_0",
414
+ {
415
+ displayStringId: "n_shirt_dayofdead_0_display_name";
416
+ iconAddress: "n_shirt_dayofdead_0_icon";
417
+ }
418
+ >
419
+ >;
420
+ export type AvatarItemDisplayNShirtDefaultA0 = S<
421
+ AvatarItemDisplay<
422
+ "N_DISPLAY_n_shirt_default_a_0",
423
+ {
424
+ displayStringId: "n_shirt_default_a_1_display_name";
425
+ iconAddress: "n_shirt_default_a_0_icon";
426
+ }
427
+ >
428
+ >;
429
+ export type AvatarItemDisplayNShirtDefaultA1 = S<
430
+ AvatarItemDisplay<
431
+ "N_DISPLAY_n_shirt_default_a_1",
432
+ {
433
+ displayStringId: "n_shirt_default_a_1_display_name";
434
+ iconAddress: "n_shirt_default_a_1_icon";
435
+ }
436
+ >
437
+ >;
438
+ export type AvatarItemDisplayNShirtDefaultA2 = S<
439
+ AvatarItemDisplay<
440
+ "N_DISPLAY_n_shirt_default_a_2",
441
+ {
442
+ displayStringId: "n_shirt_default_a_1_display_name";
443
+ iconAddress: "n_shirt_default_a_2_icon";
444
+ }
445
+ >
446
+ >;
447
+ export type AvatarItemDisplayNShirtDefaultA3 = S<
448
+ AvatarItemDisplay<
449
+ "N_DISPLAY_n_shirt_default_a_3",
450
+ {
451
+ displayStringId: "n_shirt_default_a_1_display_name";
452
+ iconAddress: "n_shirt_default_a_3_icon";
453
+ }
454
+ >
455
+ >;
456
+ export type AvatarItemDisplayNShirtDefaultA4 = S<
457
+ AvatarItemDisplay<
458
+ "N_DISPLAY_n_shirt_default_a_4",
459
+ {
460
+ displayStringId: "n_shirt_default_a_1_display_name";
461
+ iconAddress: "n_shirt_default_a_4_icon";
462
+ }
463
+ >
464
+ >;
465
+ export type AvatarItemDisplayNShirtDefaultA5 = S<
466
+ AvatarItemDisplay<
467
+ "N_DISPLAY_n_shirt_default_a_5",
468
+ {
469
+ displayStringId: "n_shirt_default_a_1_display_name";
470
+ iconAddress: "n_shirt_default_a_5_icon";
471
+ }
472
+ >
473
+ >;
474
+ export type AvatarItemDisplayNShirtDefaultA6 = S<
475
+ AvatarItemDisplay<
476
+ "N_DISPLAY_n_shirt_default_a_6",
477
+ {
478
+ displayStringId: "n_shirt_default_a_1_display_name";
479
+ iconAddress: "n_shirt_default_a_6_icon";
480
+ }
481
+ >
482
+ >;
483
+ export type AvatarItemDisplayNShirtDefaultA7 = S<
484
+ AvatarItemDisplay<
485
+ "N_DISPLAY_n_shirt_default_a_7",
486
+ {
487
+ displayStringId: "n_shirt_default_a_1_display_name";
488
+ iconAddress: "n_shirt_default_a_7_icon";
489
+ }
490
+ >
491
+ >;
492
+ export type AvatarItemDisplayNShirtDefaultA8 = S<
493
+ AvatarItemDisplay<
494
+ "N_DISPLAY_n_shirt_default_a_8",
495
+ {
496
+ displayStringId: "n_shirt_default_a_1_display_name";
497
+ iconAddress: "n_shirt_default_a_8_icon";
498
+ }
499
+ >
500
+ >;
501
+ export type AvatarItemDisplayNShirtDefaultB0 = S<
502
+ AvatarItemDisplay<
503
+ "N_DISPLAY_n_shirt_default_b_0",
504
+ {
505
+ displayStringId: "n_shirt_default_b_0_display_name";
506
+ iconAddress: "n_shirt_default_b_0_icon";
507
+ }
508
+ >
509
+ >;
510
+ export type AvatarItemDisplayNShirtDefaultB1 = S<
511
+ AvatarItemDisplay<
512
+ "N_DISPLAY_n_shirt_default_b_1",
513
+ {
514
+ displayStringId: "n_shirt_default_b_1_display_name";
515
+ iconAddress: "n_shirt_default_1_icon";
516
+ }
517
+ >
518
+ >;
519
+ export type AvatarItemDisplayNShirtDefaultB2 = S<
520
+ AvatarItemDisplay<
521
+ "N_DISPLAY_n_shirt_default_b_2",
522
+ {
523
+ displayStringId: "n_shirt_default_b_2_display_name";
524
+ iconAddress: "n_shirt_default_b_2_icon";
525
+ }
526
+ >
527
+ >;
528
+ export type AvatarItemDisplayNShirtDefaultB3 = S<
529
+ AvatarItemDisplay<
530
+ "N_DISPLAY_n_shirt_default_b_3",
531
+ {
532
+ displayStringId: "n_shirt_default_b_3_display_name";
533
+ iconAddress: "n_shirt_default_3_icon";
534
+ }
535
+ >
536
+ >;
537
+ export type AvatarItemDisplayNShirtDefaultB4 = S<
538
+ AvatarItemDisplay<
539
+ "N_DISPLAY_n_shirt_default_b_4",
540
+ {
541
+ displayStringId: "n_shirt_default_b_2_display_name";
542
+ iconAddress: "n_shirt_default_b_4_icon";
543
+ }
544
+ >
545
+ >;
546
+ export type AvatarItemDisplayNShirtDefaultB5 = S<
547
+ AvatarItemDisplay<
548
+ "N_DISPLAY_n_shirt_default_b_5",
549
+ {
550
+ displayStringId: "n_shirt_default_b_2_display_name";
551
+ iconAddress: "n_shirt_default_b_5_icon";
552
+ }
553
+ >
554
+ >;
555
+ export type AvatarItemDisplayNShirtDefaultB6 = S<
556
+ AvatarItemDisplay<
557
+ "N_DISPLAY_n_shirt_default_b_6",
558
+ {
559
+ displayStringId: "n_shirt_default_b_2_display_name";
560
+ iconAddress: "n_shirt_default_b_6_icon";
561
+ }
562
+ >
563
+ >;
564
+ export type AvatarItemDisplayNShirtDefaultB7 = S<
565
+ AvatarItemDisplay<
566
+ "N_DISPLAY_n_shirt_default_b_7",
567
+ {
568
+ displayStringId: "n_shirt_default_b_2_display_name";
569
+ iconAddress: "n_shirt_default_b_7_icon";
570
+ }
571
+ >
572
+ >;
573
+ export type AvatarItemDisplayNShirtDefaultB8 = S<
574
+ AvatarItemDisplay<
575
+ "N_DISPLAY_n_shirt_default_b_8",
576
+ {
577
+ displayStringId: "n_shirt_default_b_2_display_name";
578
+ iconAddress: "n_shirt_default_b_8_icon";
579
+ }
580
+ >
581
+ >;
582
+ export type AvatarItemDisplayNShirtDefaultNew0 = S<
583
+ AvatarItemDisplay<
584
+ "N_DISPLAY_n_shirt_default-new_0",
585
+ {
586
+ displayStringId: "n_shirt_default-new_0_display_name";
587
+ iconAddress: "n_shirt_defaultnew_0_icon";
588
+ }
589
+ >
590
+ >;
591
+ export type AvatarItemDisplayNShirtDelibird0 = S<
592
+ AvatarItemDisplay<
593
+ "N_DISPLAY_n_shirt_delibird_0",
594
+ {
595
+ displayStringId: "n_shirt_delibird_0_display_name";
596
+ iconAddress: "n_shirt_delibird_0_icon";
597
+ }
598
+ >
599
+ >;
600
+ export type AvatarItemDisplayNShirtDelibirdonesie0 = S<
601
+ AvatarItemDisplay<
602
+ "N_DISPLAY_n_shirt_delibirdonesie_0",
603
+ {
604
+ displayStringId: "n_shirt_delibirdonesie_0_display_name";
605
+ iconAddress: "n_shirt_delibirdonesie_0_icon";
606
+ }
607
+ >
608
+ >;
609
+ export type AvatarItemDisplayNShirtDenimfashionweek20230 = S<
610
+ AvatarItemDisplay<
611
+ "N_DISPLAY_n_shirt_denimfashionweek2023_0",
612
+ {
613
+ displayStringId: "n_shirt_denimfashionweek2023_0_display_name";
614
+ iconAddress: "n_shirt_denimfashionweek2023_0_icon";
615
+ }
616
+ >
617
+ >;
618
+ export type AvatarItemDisplayNShirtDenimjacket0 = S<
619
+ AvatarItemDisplay<
620
+ "N_DISPLAY_n_shirt_denimjacket_0",
621
+ {
622
+ displayStringId: "n_shirt_denimjacket_0_display_name";
623
+ iconAddress: "n_shirt_denimjacket_0_icon";
624
+ }
625
+ >
626
+ >;
627
+ export type AvatarItemDisplayNShirtDetectivepikachu0 = S<
628
+ AvatarItemDisplay<
629
+ "N_DISPLAY_n_shirt_detectivepikachu_0",
630
+ {
631
+ displayStringId: "n_shirt_detectivepikachu_0_display_name";
632
+ iconAddress: "n_shirt_detectivepikachu_0_icon";
633
+ }
634
+ >
635
+ >;
636
+ export type AvatarItemDisplayNShirtDiancie0 = S<
637
+ AvatarItemDisplay<
638
+ "N_DISPLAY_n_shirt_diancie_0",
639
+ {
640
+ displayStringId: "n_shirt_diancie_0_display_name";
641
+ iconAddress: "n_shirt_diancie_0_icon";
642
+ }
643
+ >
644
+ >;
645
+ export type AvatarItemDisplayNShirtDisguiseHoodoff0 = S<
646
+ AvatarItemDisplay<
647
+ "N_DISPLAY_n_shirt_disguise-hoodoff_0",
648
+ {
649
+ displayStringId: "avatar_shirt_mimikyu_hoodoff";
650
+ iconAddress: "n_shirt_disguise-hoodoff_0_icon";
651
+ }
652
+ >
653
+ >;
654
+ export type AvatarItemDisplayNShirtDisguiseHoodon0 = S<
655
+ AvatarItemDisplay<
656
+ "N_DISPLAY_n_shirt_disguise-hoodon_0",
657
+ {
658
+ displayStringId: "avatar_shirt_mimikyu_hoodon";
659
+ iconAddress: "n_shirt_disguise-hoodon_0_icon";
660
+ }
661
+ >
662
+ >;
663
+ export type AvatarItemDisplayNShirtDivingsuit0 = S<
664
+ AvatarItemDisplay<
665
+ "N_DISPLAY_n_shirt_divingsuit_0",
666
+ {
667
+ displayStringId: "n_shirt_divingsuit_0_display_name";
668
+ iconAddress: "n_shirt_divingsuit_0_icon";
669
+ }
670
+ >
671
+ >;
672
+ export type AvatarItemDisplayNShirtDiwali20210 = S<
673
+ AvatarItemDisplay<
674
+ "N_DISPLAY_n_shirt_diwali2021_0",
675
+ {
676
+ displayStringId: "n_shirt_diwali2021_0_display_name";
677
+ iconAddress: "n_shirt_diwali2021_0_icon";
678
+ }
679
+ >
680
+ >;
681
+ export type AvatarItemDisplayNShirtDpA0 = S<
682
+ AvatarItemDisplay<
683
+ "N_DISPLAY_n_shirt_dp_a_0",
684
+ {
685
+ displayStringId: "n_shirt_dp_a_0_display_name";
686
+ iconAddress: "n_shirt_dp_a_0_icon";
687
+ }
688
+ >
689
+ >;
690
+ export type AvatarItemDisplayNShirtDpB0 = S<
691
+ AvatarItemDisplay<
692
+ "N_DISPLAY_n_shirt_dp_b_0",
693
+ {
694
+ displayStringId: "n_shirt_dp_b_0_display_name";
695
+ iconAddress: "n_shirt_dp_b_0_icon";
696
+ }
697
+ >
698
+ >;
699
+ export type AvatarItemDisplayNShirtDrifblim0 = S<
700
+ AvatarItemDisplay<
701
+ "N_DISPLAY_n_shirt_drifblim_0",
702
+ {
703
+ displayStringId: "n_shirt_drifblim_0_display_name";
704
+ iconAddress: "n_shirt_drifblim_0_icon";
705
+ }
706
+ >
707
+ >;
708
+ export type AvatarItemDisplayNShirtDudunsparceitem0 = S<
709
+ AvatarItemDisplay<
710
+ "N_DISPLAY_n_shirt_dudunsparceitem_0",
711
+ {
712
+ displayStringId: "avatar_n_shirt_dudunsparce";
713
+ iconAddress: "n_shirt_dudunsparceitem_0_icon";
714
+ }
715
+ >
716
+ >;
717
+ export type AvatarItemDisplayNShirtDusclopsmummy0 = S<
718
+ AvatarItemDisplay<
719
+ "N_DISPLAY_n_shirt_dusclopsmummy_0",
720
+ {
721
+ displayStringId: "n_shirt_dusclopsmummy_0_display_name";
722
+ iconAddress: "n_shirt_dusclopsmummy_0_icon";
723
+ }
724
+ >
725
+ >;
726
+ export type AvatarItemDisplayNShirtEarthday20180 = S<
727
+ AvatarItemDisplay<
728
+ "N_DISPLAY_n_shirt_earthday-2018_0",
729
+ {
730
+ displayStringId: "n_shirt_earthday-2018_0_display_name";
731
+ iconAddress: "n_shirt_earthday_2018_icon";
732
+ }
733
+ >
734
+ >;
735
+ export type AvatarItemDisplayNShirtEeveestshirt000 = S<
736
+ AvatarItemDisplay<
737
+ "N_DISPLAY_n_shirt_eeveestshirt-00_0",
738
+ {
739
+ displayStringId: "n_shirt_eeveestshirt-00_0_display_name";
740
+ iconAddress: "n_shirt_eeveestshirt_0_icon";
741
+ }
742
+ >
743
+ >;
744
+ export type AvatarItemDisplayNShirtEeveestshirt010 = S<
745
+ AvatarItemDisplay<
746
+ "N_DISPLAY_n_shirt_eeveestshirt-01_0",
747
+ {
748
+ displayStringId: "n_shirt_eeveestshirt-01_0_display_name";
749
+ iconAddress: "n_shirt_eeveestshirt_1_icon";
750
+ }
751
+ >
752
+ >;
753
+ export type AvatarItemDisplayNShirtEeveestshirt020 = S<
754
+ AvatarItemDisplay<
755
+ "N_DISPLAY_n_shirt_eeveestshirt-02_0",
756
+ {
757
+ displayStringId: "n_shirt_eeveestshirt-02_0_display_name";
758
+ iconAddress: "n_shirt_eeveestshirt_2_icon";
759
+ }
760
+ >
761
+ >;
762
+ export type AvatarItemDisplayNShirtEeveestshirt030 = S<
763
+ AvatarItemDisplay<
764
+ "N_DISPLAY_n_shirt_eeveestshirt-03_0",
765
+ {
766
+ displayStringId: "n_shirt_eeveestshirt-03_0_display_name";
767
+ iconAddress: "n_shirt_eeveestshirt_3_icon";
768
+ }
769
+ >
770
+ >;
771
+ export type AvatarItemDisplayNShirtEeveestshirt040 = S<
772
+ AvatarItemDisplay<
773
+ "N_DISPLAY_n_shirt_eeveestshirt-04_0",
774
+ {
775
+ displayStringId: "n_shirt_eeveestshirt-04_0_display_name";
776
+ iconAddress: "n_shirt_eeveestshirt_4_icon";
777
+ }
778
+ >
779
+ >;
780
+ export type AvatarItemDisplayNShirtEeveestshirt050 = S<
781
+ AvatarItemDisplay<
782
+ "N_DISPLAY_n_shirt_eeveestshirt-05_0",
783
+ {
784
+ displayStringId: "n_shirt_eeveestshirt-05_0_display_name";
785
+ iconAddress: "n_shirt_eeveestshirt_5_icon";
786
+ }
787
+ >
788
+ >;
789
+ export type AvatarItemDisplayNShirtEeveestshirt060 = S<
790
+ AvatarItemDisplay<
791
+ "N_DISPLAY_n_shirt_eeveestshirt-06_0",
792
+ {
793
+ displayStringId: "n_shirt_eeveestshirt-06_0_display_name";
794
+ iconAddress: "n_shirt_eeveestshirt_6_icon";
795
+ }
796
+ >
797
+ >;
798
+ export type AvatarItemDisplayNShirtEeveestshirt070 = S<
799
+ AvatarItemDisplay<
800
+ "N_DISPLAY_n_shirt_eeveestshirt-07_0",
801
+ {
802
+ displayStringId: "n_shirt_eeveestshirt-07_0_display_name";
803
+ iconAddress: "n_shirt_eeveestshirt_7_icon";
804
+ }
805
+ >
806
+ >;
807
+ export type AvatarItemDisplayNShirtEeveestshirt080 = S<
808
+ AvatarItemDisplay<
809
+ "N_DISPLAY_n_shirt_eeveestshirt-08_0",
810
+ {
811
+ displayStringId: "n_shirt_eeveestshirt-08_0_display_name";
812
+ iconAddress: "n_shirt_eeveestshirt_8_icon";
813
+ }
814
+ >
815
+ >;
816
+ export type AvatarItemDisplayNShirtElesaA0 = S<
817
+ AvatarItemDisplay<
818
+ "N_DISPLAY_n_shirt_elesa_a_0",
819
+ {
820
+ displayStringId: "n_shirt_elesa_a_0_display_name";
821
+ iconAddress: "n_shirt_elesa_a_0_icon";
822
+ }
823
+ >
824
+ >;
825
+ export type AvatarItemDisplayNShirtElesaB0 = S<
826
+ AvatarItemDisplay<
827
+ "N_DISPLAY_n_shirt_elesa_b_0",
828
+ {
829
+ displayStringId: "n_shirt_elesa_b_0_display_name";
830
+ iconAddress: "n_shirt_elesa_b_0_icon";
831
+ }
832
+ >
833
+ >;
834
+ export type AvatarItemDisplayNShirtEternatussuit0 = S<
835
+ AvatarItemDisplay<
836
+ "N_DISPLAY_n_shirt_eternatussuit_0",
837
+ {
838
+ displayStringId: "avatar_shirt_eternatus";
839
+ iconAddress: "n_shirt_eternatussuit_0_icon";
840
+ }
841
+ >
842
+ >;
843
+ export type AvatarItemDisplayNShirtFashionweek20220 = S<
844
+ AvatarItemDisplay<
845
+ "N_DISPLAY_n_shirt_fashionweek2022_0",
846
+ {
847
+ displayStringId: "n_shirt_fashionweek2022_0_display_name";
848
+ iconAddress: "n_shirt_fashionweek2022_0_icon";
849
+ }
850
+ >
851
+ >;
852
+ export type AvatarItemDisplayNShirtFashionweek20250 = S<
853
+ AvatarItemDisplay<
854
+ "N_DISPLAY_n_shirt_fashionweek2025_0",
855
+ {
856
+ displayStringId: "avatar_shirt_plaidtop";
857
+ iconAddress: "n_shirt_fashionweek2025_0_icon";
858
+ }
859
+ >
860
+ >;
861
+ export type AvatarItemDisplayNShirtFestivaloflights000 = S<
862
+ AvatarItemDisplay<
863
+ "N_DISPLAY_n_shirt_festivaloflights-00_0",
864
+ {
865
+ displayStringId: "n_shirt_festivaloflights-00_0_display_name";
866
+ iconAddress: "n_shirt_festivaloflights_0_icon";
867
+ }
868
+ >
869
+ >;
870
+ export type AvatarItemDisplayNShirtFestivaloflights010 = S<
871
+ AvatarItemDisplay<
872
+ "N_DISPLAY_n_shirt_festivaloflights-01_0",
873
+ {
874
+ displayStringId: "n_shirt_festivaloflights-01_0_display_name";
875
+ iconAddress: "n_shirt_festivaloflights_1_icon";
876
+ }
877
+ >
878
+ >;
879
+ export type AvatarItemDisplayNShirtFisher0 = S<
880
+ AvatarItemDisplay<
881
+ "N_DISPLAY_n_shirt_fisher_0",
882
+ {
883
+ displayStringId: "n_shirt_fisher_0_display_name";
884
+ iconAddress: "n_shirt_fisher_0_icon";
885
+ }
886
+ >
887
+ >;
888
+ export type AvatarItemDisplayNShirtFlabebepack0 = S<
889
+ AvatarItemDisplay<
890
+ "N_DISPLAY_n_shirt_flabebepack_0",
891
+ {
892
+ displayStringId: "n_shirt_flabebepack_0_display_name";
893
+ iconAddress: "n_shirt_flabebepack_0_icon";
894
+ }
895
+ >
896
+ >;
897
+ export type AvatarItemDisplayNShirtFragment0 = S<
898
+ AvatarItemDisplay<
899
+ "N_DISPLAY_n_shirt_fragment_0",
900
+ {
901
+ displayStringId: "n_shirt_fragment_0_display_name";
902
+ iconAddress: "n_shirt_fragment_0_icon";
903
+ }
904
+ >
905
+ >;
906
+ export type AvatarItemDisplayNShirtFrlgA0 = S<
907
+ AvatarItemDisplay<
908
+ "N_DISPLAY_n_shirt_frlg_a_0",
909
+ {
910
+ displayStringId: "n_shirt_frlg_a_0_display_name";
911
+ iconAddress: "n_shirt_frlg_a_0_icon";
912
+ }
913
+ >
914
+ >;
915
+ export type AvatarItemDisplayNShirtFrlgB0 = S<
916
+ AvatarItemDisplay<
917
+ "N_DISPLAY_n_shirt_frlg_b_0",
918
+ {
919
+ displayStringId: "n_shirt_frlg_b_0_display_name";
920
+ iconAddress: "n_shirt_frlg_b_0_icon";
921
+ }
922
+ >
923
+ >;
924
+ export type AvatarItemDisplayNShirtFw2022A0 = S<
925
+ AvatarItemDisplay<
926
+ "N_DISPLAY_n_shirt_fw2022_a_0",
927
+ {
928
+ displayStringId: "n_shirt_fw2022_a_0_display_name";
929
+ iconAddress: "n_shirt_fw2022_a_0_icon";
930
+ }
931
+ >
932
+ >;
933
+ export type AvatarItemDisplayNShirtFw2022B0 = S<
934
+ AvatarItemDisplay<
935
+ "N_DISPLAY_n_shirt_fw2022_b_0",
936
+ {
937
+ displayStringId: "n_shirt_fw2022_b_0_display_name";
938
+ iconAddress: "n_shirt_fw2022_b_0_icon";
939
+ }
940
+ >
941
+ >;
942
+ export type AvatarItemDisplayNShirtGalarfarfetchditems0 = S<
943
+ AvatarItemDisplay<
944
+ "N_DISPLAY_n_shirt_galarfarfetchditems_0",
945
+ {
946
+ displayStringId: "n_shirt_galarfarfetchditems_0_display_name";
947
+ iconAddress: "n_shirt_galarfarfetchditems_0_icon";
948
+ }
949
+ >
950
+ >;
951
+ export type AvatarItemDisplayNShirtGalaxyoutfitA0 = S<
952
+ AvatarItemDisplay<
953
+ "N_DISPLAY_n_shirt_galaxyoutfit_a_0",
954
+ {
955
+ displayStringId: "n_shirt_galaxyoutfit_a_0_display_name";
956
+ iconAddress: "n_shirt_galaxyoutfit_a_0_icon";
957
+ }
958
+ >
959
+ >;
960
+ export type AvatarItemDisplayNShirtGalaxyoutfitB0 = S<
961
+ AvatarItemDisplay<
962
+ "N_DISPLAY_n_shirt_galaxyoutfit_b_0",
963
+ {
964
+ displayStringId: "n_shirt_galaxyoutfit_b_0_display_name";
965
+ iconAddress: "n_shirt_galaxyoutfit_b_0_icon";
966
+ }
967
+ >
968
+ >;
969
+ export type AvatarItemDisplayNShirtGeeta0 = S<
970
+ AvatarItemDisplay<
971
+ "N_DISPLAY_n_shirt_geeta_0",
972
+ {
973
+ displayStringId: "n_shirt_geeta_0_display_name";
974
+ iconAddress: "n_shirt_geeta_0_icon";
975
+ }
976
+ >
977
+ >;
978
+ export type AvatarItemDisplayNShirtGenderlessskirt0 = S<
979
+ AvatarItemDisplay<
980
+ "N_DISPLAY_n_shirt_genderlessskirt_0",
981
+ {
982
+ displayStringId: "n_shirt_genderlessskirt_0_display_name";
983
+ iconAddress: "n_shirt_genderlessskirt_0_icon";
984
+ }
985
+ >
986
+ >;
987
+ export type AvatarItemDisplayNShirtGengar0 = S<
988
+ AvatarItemDisplay<
989
+ "N_DISPLAY_n_shirt_gengar_0",
990
+ {
991
+ displayStringId: "n_shirt_gengar_0_display_name";
992
+ iconAddress: "n_shirt_gengar_0_icon";
993
+ }
994
+ >
995
+ >;
996
+ export type AvatarItemDisplayNShirtGengaronesie0 = S<
997
+ AvatarItemDisplay<
998
+ "N_DISPLAY_n_shirt_gengaronesie_0",
999
+ {
1000
+ displayStringId: "n_shirt_gengaronesie_0_display_name";
1001
+ iconAddress: "n_shirt_gengaronesie_0_icon";
1002
+ }
1003
+ >
1004
+ >;
1005
+ export type AvatarItemDisplayNShirtGiovanniA0 = S<
1006
+ AvatarItemDisplay<
1007
+ "N_DISPLAY_n_shirt_giovanni_a_0",
1008
+ {
1009
+ displayStringId: "n_shirt_giovanni_a_0_display_name";
1010
+ iconAddress: "n_shirt_giovanni_a_0_icon";
1011
+ }
1012
+ >
1013
+ >;
1014
+ export type AvatarItemDisplayNShirtGiovanniB0 = S<
1015
+ AvatarItemDisplay<
1016
+ "N_DISPLAY_n_shirt_giovanni_b_0",
1017
+ {
1018
+ displayStringId: "n_shirt_giovanni_b_0_display_name";
1019
+ iconAddress: "n_shirt_giovanni_b_0_icon";
1020
+ }
1021
+ >
1022
+ >;
1023
+ export type AvatarItemDisplayNShirtGiratinaitems0 = S<
1024
+ AvatarItemDisplay<
1025
+ "N_DISPLAY_n_shirt_giratinaitems_0",
1026
+ {
1027
+ displayStringId: "n_shirt_giratinaitems_0_display_name";
1028
+ iconAddress: "n_shirt_giratinaitems_0_icon";
1029
+ }
1030
+ >
1031
+ >;
1032
+ export type AvatarItemDisplayNShirtGladion0 = S<
1033
+ AvatarItemDisplay<
1034
+ "N_DISPLAY_n_shirt_gladion_0",
1035
+ {
1036
+ displayStringId: "n_shirt_gladion_0_display_name";
1037
+ iconAddress: "n_shirt_gladion_0_icon";
1038
+ }
1039
+ >
1040
+ >;
1041
+ export type AvatarItemDisplayNShirtGofest20190 = S<
1042
+ AvatarItemDisplay<
1043
+ "N_DISPLAY_n_shirt_gofest-2019_0",
1044
+ {
1045
+ displayStringId: "n_shirt_gofest-2019_0_display_name";
1046
+ iconAddress: "n_shirt_gofest_2019_icon";
1047
+ }
1048
+ >
1049
+ >;
1050
+ export type AvatarItemDisplayNShirtGofest20200 = S<
1051
+ AvatarItemDisplay<
1052
+ "N_DISPLAY_n_shirt_gofest-2020_0",
1053
+ {
1054
+ displayStringId: "n_shirt_gofest-2020_0_display_name";
1055
+ iconAddress: "n_shirt_gofest2020_0_icon";
1056
+ }
1057
+ >
1058
+ >;
1059
+ export type AvatarItemDisplayNShirtGofest20210 = S<
1060
+ AvatarItemDisplay<
1061
+ "N_DISPLAY_n_shirt_gofest-2021_0",
1062
+ {
1063
+ displayStringId: "n_shirt_gofest-2021_0_display_name";
1064
+ iconAddress: "n_shirt_gofest2021_0_icon";
1065
+ }
1066
+ >
1067
+ >;
1068
+ export type AvatarItemDisplayNShirtGofest20220 = S<
1069
+ AvatarItemDisplay<
1070
+ "N_DISPLAY_n_shirt_gofest2022_0",
1071
+ {
1072
+ displayStringId: "n_shirt_gofest2022_0_display_name";
1073
+ iconAddress: "n_shirt_gofest2022_0_icon";
1074
+ }
1075
+ >
1076
+ >;
1077
+ export type AvatarItemDisplayNShirtGofest20230 = S<
1078
+ AvatarItemDisplay<
1079
+ "N_DISPLAY_n_shirt_gofest2023_0",
1080
+ {
1081
+ displayStringId: "n_shirt_gofest2023_0_display_name";
1082
+ iconAddress: "n_shirt_gofest2023_0_icon";
1083
+ }
1084
+ >
1085
+ >;
1086
+ export type AvatarItemDisplayNShirtGofest2024darkgray0 = S<
1087
+ AvatarItemDisplay<
1088
+ "N_DISPLAY_n_shirt_gofest2024darkgray_0",
1089
+ {
1090
+ displayStringId: "n_shirt_gofest24eventexclusive_display_name";
1091
+ iconAddress: "n_shirt_gofest2024darkgray_0_icon";
1092
+ }
1093
+ >
1094
+ >;
1095
+ export type AvatarItemDisplayNShirtGofest2024gray0 = S<
1096
+ AvatarItemDisplay<
1097
+ "N_DISPLAY_n_shirt_gofest2024gray_0",
1098
+ {
1099
+ displayStringId: "AVATAR_m_shirt_gofest2024gray_00_bundle_icon";
1100
+ iconAddress: "n_shirt_gofest2024gray_0_icon";
1101
+ }
1102
+ >
1103
+ >;
1104
+ export type AvatarItemDisplayNShirtGofest2024purple0 = S<
1105
+ AvatarItemDisplay<
1106
+ "N_DISPLAY_n_shirt_gofest2024purple_0",
1107
+ {
1108
+ displayStringId: "n_shirt_gofest24_display_name";
1109
+ iconAddress: "n_shirt_gofest2024purple_0_icon";
1110
+ }
1111
+ >
1112
+ >;
1113
+ export type AvatarItemDisplayNShirtGofest20250 = S<
1114
+ AvatarItemDisplay<
1115
+ "N_DISPLAY_n_shirt_gofest2025_0",
1116
+ {
1117
+ displayStringId: "avatar_shirt_gofest2025black";
1118
+ iconAddress: "n_shirt_gofest2025_0_icon";
1119
+ }
1120
+ >
1121
+ >;
1122
+ export type AvatarItemDisplayNShirtGofest2025cream0 = S<
1123
+ AvatarItemDisplay<
1124
+ "N_DISPLAY_n_shirt_gofest2025cream_0",
1125
+ {
1126
+ displayStringId: "avatar_shirt_gofest2025cream";
1127
+ iconAddress: "n_shirt_gofest2025cream_0_icon";
1128
+ }
1129
+ >
1130
+ >;
1131
+ export type AvatarItemDisplayNShirtGofest2026Black = S<
1132
+ AvatarItemDisplay<
1133
+ "N_DISPLAY_n_shirt_gofest2026-black",
1134
+ {
1135
+ displayStringId: "avatar_shirt_gofest2026black";
1136
+ iconAddress: "n_shirt_gofest2026-black_icon";
1137
+ }
1138
+ >
1139
+ >;
1140
+ export type AvatarItemDisplayNShirtGofest2026Purple = S<
1141
+ AvatarItemDisplay<
1142
+ "N_DISPLAY_n_shirt_gofest2026-purple",
1143
+ {
1144
+ displayStringId: "avatar_shirt_gofest2026purple";
1145
+ iconAddress: "n_shirt_gofest2026-purple_icon";
1146
+ }
1147
+ >
1148
+ >;
1149
+ export type AvatarItemDisplayNShirtGofestglobal20230 = S<
1150
+ AvatarItemDisplay<
1151
+ "N_DISPLAY_n_shirt_gofestglobal2023_0",
1152
+ {
1153
+ displayStringId: "n_shirt_gofestglobal2023_0_display_name";
1154
+ iconAddress: "n_shirt_gofestglobal2023_0_icon";
1155
+ }
1156
+ >
1157
+ >;
1158
+ export type AvatarItemDisplayNShirtGoteamrocketarloA0 = S<
1159
+ AvatarItemDisplay<
1160
+ "N_DISPLAY_n_shirt_goteamrocketarlo_a_0",
1161
+ {
1162
+ displayStringId: "n_shirt_goteamrocketarlo_a_0_display_name";
1163
+ iconAddress: "n_shirt_goteamrocketarlo_a_0_icon";
1164
+ }
1165
+ >
1166
+ >;
1167
+ export type AvatarItemDisplayNShirtGoteamrocketarloB0 = S<
1168
+ AvatarItemDisplay<
1169
+ "N_DISPLAY_n_shirt_goteamrocketarlo_b_0",
1170
+ {
1171
+ displayStringId: "n_shirt_goteamrocketarlo_b_0_display_name";
1172
+ iconAddress: "n_shirt_goteamrocketarlo_b_0_icon";
1173
+ }
1174
+ >
1175
+ >;
1176
+ export type AvatarItemDisplayNShirtGoteamrocketcliffA0 = S<
1177
+ AvatarItemDisplay<
1178
+ "N_DISPLAY_n_shirt_goteamrocketcliff_a_0",
1179
+ {
1180
+ displayStringId: "n_shirt_goteamrocketcliff_a_0_display_name";
1181
+ iconAddress: "n_shirt_goteamrocketcliff_a_0_icon";
1182
+ }
1183
+ >
1184
+ >;
1185
+ export type AvatarItemDisplayNShirtGoteamrocketcliffB0 = S<
1186
+ AvatarItemDisplay<
1187
+ "N_DISPLAY_n_shirt_goteamrocketcliff_b_0",
1188
+ {
1189
+ displayStringId: "n_shirt_goteamrocketcliff_b_0_display_name";
1190
+ iconAddress: "n_shirt_goteamrocketcliff_b_0_icon";
1191
+ }
1192
+ >
1193
+ >;
1194
+ export type AvatarItemDisplayNShirtGoteamrocketsierraA0 = S<
1195
+ AvatarItemDisplay<
1196
+ "N_DISPLAY_n_shirt_goteamrocketsierra_a_0",
1197
+ {
1198
+ displayStringId: "n_shirt_goteamrocketsierra_a_0_display_name";
1199
+ iconAddress: "n_shirt_goteamrocketsierra_a_0_icon";
1200
+ }
1201
+ >
1202
+ >;
1203
+ export type AvatarItemDisplayNShirtGoteamrocketsierraB0 = S<
1204
+ AvatarItemDisplay<
1205
+ "N_DISPLAY_n_shirt_goteamrocketsierra_b_0",
1206
+ {
1207
+ displayStringId: "n_shirt_goteamrocketsierra_b_0_display_name";
1208
+ iconAddress: "n_shirt_goteamrocketsierra_b_0_icon";
1209
+ }
1210
+ >
1211
+ >;
1212
+ export type AvatarItemDisplayNShirtGothitelleitems0 = S<
1213
+ AvatarItemDisplay<
1214
+ "N_DISPLAY_n_shirt_gothitelleitems_0",
1215
+ {
1216
+ displayStringId: "n_shirt_gothitelleitems_0_display_name";
1217
+ iconAddress: "n_shirt_gothitelleitems_0_icon";
1218
+ }
1219
+ >
1220
+ >;
1221
+ export type AvatarItemDisplayNShirtGotour20230 = S<
1222
+ AvatarItemDisplay<
1223
+ "N_DISPLAY_n_shirt_gotour2023_0",
1224
+ {
1225
+ displayStringId: "n_shirt_gotour2023_0_display_name";
1226
+ iconAddress: "n_shirt_gotour2023_0_icon";
1227
+ }
1228
+ >
1229
+ >;
1230
+ export type AvatarItemDisplayNShirtGotour20240 = S<
1231
+ AvatarItemDisplay<
1232
+ "N_DISPLAY_n_shirt_gotour2024_0",
1233
+ {
1234
+ displayStringId: "n_shirt_gotour2024_0_display_name";
1235
+ iconAddress: "n_shirt_gotour2024_0_icon";
1236
+ }
1237
+ >
1238
+ >;
1239
+ export type AvatarItemDisplayNShirtGotour20250 = S<
1240
+ AvatarItemDisplay<
1241
+ "N_DISPLAY_n_shirt_gotour2025_0",
1242
+ {
1243
+ displayStringId: "avatar_shirt_gotour2025black";
1244
+ iconAddress: "n_shirt_gotour2025_0_icon";
1245
+ }
1246
+ >
1247
+ >;
1248
+ export type AvatarItemDisplayNShirtGotour20251 = S<
1249
+ AvatarItemDisplay<
1250
+ "N_DISPLAY_n_shirt_gotour2025_1",
1251
+ {
1252
+ displayStringId: "avatar_shirt_gotour2025white";
1253
+ iconAddress: "n_shirt_gotour2025_1_icon";
1254
+ }
1255
+ >
1256
+ >;
1257
+ export type AvatarItemDisplayNShirtGotour20252 = S<
1258
+ AvatarItemDisplay<
1259
+ "N_DISPLAY_n_shirt_gotour2025_2",
1260
+ {
1261
+ displayStringId: "avatar_shirt_gotour2025gray";
1262
+ iconAddress: "n_shirt_gotour2025_2_icon";
1263
+ }
1264
+ >
1265
+ >;
1266
+ export type AvatarItemDisplayNShirtGotour2026Black0 = S<
1267
+ AvatarItemDisplay<
1268
+ "N_DISPLAY_n_shirt_gotour2026-black_0",
1269
+ {
1270
+ displayStringId: "avatar_shirt_gotour_black";
1271
+ iconAddress: "n_shirt_gotour2026-black_0_icon";
1272
+ }
1273
+ >
1274
+ >;
1275
+ export type AvatarItemDisplayNShirtGotour2026Gray0 = S<
1276
+ AvatarItemDisplay<
1277
+ "N_DISPLAY_n_shirt_gotour2026-gray_0",
1278
+ {
1279
+ displayStringId: "avatar_shirt_gotour_grey";
1280
+ iconAddress: "n_shirt_gotour2026-gray_0_icon";
1281
+ }
1282
+ >
1283
+ >;
1284
+ export type AvatarItemDisplayNShirtGowa20240 = S<
1285
+ AvatarItemDisplay<
1286
+ "N_DISPLAY_n_shirt_gowa2024_0",
1287
+ {
1288
+ displayStringId: "avatar_shirt_gowatshirt2024";
1289
+ iconAddress: "n_shirt_gowa2024_0_icon";
1290
+ }
1291
+ >
1292
+ >;
1293
+ export type AvatarItemDisplayNShirtGowa20250 = S<
1294
+ AvatarItemDisplay<
1295
+ "N_DISPLAY_n_shirt_gowa2025_0",
1296
+ {
1297
+ displayStringId: "avatar_n_shirt_gowa2025";
1298
+ iconAddress: "n_shirt_gowa2025_0_icon";
1299
+ }
1300
+ >
1301
+ >;
1302
+ export type AvatarItemDisplayNShirtGowa20251 = S<
1303
+ AvatarItemDisplay<
1304
+ "N_DISPLAY_n_shirt_gowa2025_1",
1305
+ {
1306
+ displayStringId: "avatar_n_shirt_gowa2025purple";
1307
+ iconAddress: "n_shirt_gowa2025_1_icon";
1308
+ }
1309
+ >
1310
+ >;
1311
+ export type AvatarItemDisplayNShirtGreedentsweater0 = S<
1312
+ AvatarItemDisplay<
1313
+ "N_DISPLAY_n_shirt_greedentsweater_0",
1314
+ {
1315
+ displayStringId: "n_shirt_greedentsweater_0_display_name";
1316
+ iconAddress: "n_shirt_greedentsweater_0_icon";
1317
+ }
1318
+ >
1319
+ >;
1320
+ export type AvatarItemDisplayNShirtGreen0 = S<
1321
+ AvatarItemDisplay<
1322
+ "N_DISPLAY_n_shirt_green_0",
1323
+ {
1324
+ displayStringId: "n_shirt_green_0_display_name";
1325
+ iconAddress: "n_shirt_green_0_icon";
1326
+ }
1327
+ >
1328
+ >;
1329
+ export type AvatarItemDisplayNShirtGreencoat0 = S<
1330
+ AvatarItemDisplay<
1331
+ "N_DISPLAY_n_shirt_greencoat_0",
1332
+ {
1333
+ displayStringId: "n_shirt_greencoat_0_display_name";
1334
+ iconAddress: "n_shirt_greencoat_0_icon";
1335
+ }
1336
+ >
1337
+ >;
1338
+ export type AvatarItemDisplayNShirtGreenpikavee0 = S<
1339
+ AvatarItemDisplay<
1340
+ "N_DISPLAY_n_shirt_greenpikavee_0",
1341
+ {
1342
+ displayStringId: "avatar_shirt_s22blue";
1343
+ iconAddress: "n_shirt_greenpikavee_0_icon";
1344
+ }
1345
+ >
1346
+ >;
1347
+ export type AvatarItemDisplayNShirtGrimsley0 = S<
1348
+ AvatarItemDisplay<
1349
+ "N_DISPLAY_n_shirt_grimsley_0",
1350
+ {
1351
+ displayStringId: "avatar_shirt_gblgrimsley";
1352
+ iconAddress: "n_shirt_grimsley_0_icon";
1353
+ }
1354
+ >
1355
+ >;
1356
+ export type AvatarItemDisplayNShirtGrusha0 = S<
1357
+ AvatarItemDisplay<
1358
+ "N_DISPLAY_n_shirt_grusha_0",
1359
+ {
1360
+ displayStringId: "avatar_shirt_grusha";
1361
+ iconAddress: "n_shirt_grusha_0_icon";
1362
+ }
1363
+ >
1364
+ >;
1365
+ export type AvatarItemDisplayNShirtGtrtshirt20220 = S<
1366
+ AvatarItemDisplay<
1367
+ "N_DISPLAY_n_shirt_gtrtshirt2022_0",
1368
+ {
1369
+ displayStringId: "n_shirt_gtrtshirt2022_0_display_name";
1370
+ iconAddress: "n_shirt_gtrtshirt2022_0_icon";
1371
+ }
1372
+ >
1373
+ >;
1374
+ export type AvatarItemDisplayNShirtGtrtshirt20221 = S<
1375
+ AvatarItemDisplay<
1376
+ "N_DISPLAY_n_shirt_gtrtshirt2022_1",
1377
+ {
1378
+ displayStringId: "n_shirt_gtrtshirt2022_1_display_name";
1379
+ iconAddress: "n_shirt_gtrtshirt2022_1_icon";
1380
+ }
1381
+ >
1382
+ >;
1383
+ export type AvatarItemDisplayNShirtGuccitshirts0 = S<
1384
+ AvatarItemDisplay<
1385
+ "N_DISPLAY_n_shirt_guccitshirts_0",
1386
+ {
1387
+ displayStringId: "n_shirt_guccitshirts_0_display_name";
1388
+ iconAddress: "n_shirt_guccitshirts_0_icon";
1389
+ }
1390
+ >
1391
+ >;
1392
+ export type AvatarItemDisplayNShirtGuzma0 = S<
1393
+ AvatarItemDisplay<
1394
+ "N_DISPLAY_n_shirt_guzma_0",
1395
+ {
1396
+ displayStringId: "n_shirt_guzma_0_display_name";
1397
+ iconAddress: "n_shirt_guzma_0_icon";
1398
+ }
1399
+ >
1400
+ >;
1401
+ export type AvatarItemDisplayNShirtGymleaderA0 = S<
1402
+ AvatarItemDisplay<
1403
+ "N_DISPLAY_n_shirt_gymleader_a_0",
1404
+ {
1405
+ displayStringId: "n_shirt_gymleader_a_0_display_name";
1406
+ iconAddress: "n_shirt_gymleader_a_0_icon";
1407
+ }
1408
+ >
1409
+ >;
1410
+ export type AvatarItemDisplayNShirtGymleaderA1 = S<
1411
+ AvatarItemDisplay<
1412
+ "N_DISPLAY_n_shirt_gymleader_a_1",
1413
+ {
1414
+ displayStringId: "n_shirt_gymleader_a_0_display_name";
1415
+ iconAddress: "n_shirt_gymleader_a_1_icon";
1416
+ }
1417
+ >
1418
+ >;
1419
+ export type AvatarItemDisplayNShirtGymleaderA2 = S<
1420
+ AvatarItemDisplay<
1421
+ "N_DISPLAY_n_shirt_gymleader_a_2",
1422
+ {
1423
+ displayStringId: "n_shirt_gymleader_a_0_display_name";
1424
+ iconAddress: "n_shirt_gymleader_a_2_icon";
1425
+ }
1426
+ >
1427
+ >;
1428
+ export type AvatarItemDisplayNShirtGymleaderB0 = S<
1429
+ AvatarItemDisplay<
1430
+ "N_DISPLAY_n_shirt_gymleader_b_0",
1431
+ {
1432
+ displayStringId: "n_shirt_gymleader_b_0_display_name";
1433
+ iconAddress: "n_shirt_gymleader_b_0_icon";
1434
+ }
1435
+ >
1436
+ >;
1437
+ export type AvatarItemDisplayNShirtGymleaderB1 = S<
1438
+ AvatarItemDisplay<
1439
+ "N_DISPLAY_n_shirt_gymleader_b_1",
1440
+ {
1441
+ displayStringId: "n_shirt_gymleader_b_0_display_name";
1442
+ iconAddress: "n_shirt_gymleader_b_1_icon";
1443
+ }
1444
+ >
1445
+ >;
1446
+ export type AvatarItemDisplayNShirtGymleaderB2 = S<
1447
+ AvatarItemDisplay<
1448
+ "N_DISPLAY_n_shirt_gymleader_b_2",
1449
+ {
1450
+ displayStringId: "n_shirt_gymleader_b_0_display_name";
1451
+ iconAddress: "n_shirt_gymleader_b_2_icon";
1452
+ }
1453
+ >
1454
+ >;
1455
+ export type AvatarItemDisplayNShirtHala0 = S<
1456
+ AvatarItemDisplay<
1457
+ "N_DISPLAY_n_shirt_hala_0",
1458
+ {
1459
+ displayStringId: "n_shirt_hala_0_display_name";
1460
+ iconAddress: "n_shirt_hala_0_icon";
1461
+ }
1462
+ >
1463
+ >;
1464
+ export type AvatarItemDisplayNShirtHalloween20240 = S<
1465
+ AvatarItemDisplay<
1466
+ "N_DISPLAY_n_shirt_halloween2024_0",
1467
+ {
1468
+ displayStringId: "avatar_shirt_halloween2024";
1469
+ iconAddress: "n_shirt_halloween2024_0_icon";
1470
+ }
1471
+ >
1472
+ >;
1473
+ export type AvatarItemDisplayNShirtHappi0 = S<
1474
+ AvatarItemDisplay<
1475
+ "N_DISPLAY_n_shirt_happi_0",
1476
+ {
1477
+ displayStringId: "n_shirt_happi_0_display_name";
1478
+ iconAddress: "n_shirt_happi_0_icon";
1479
+ }
1480
+ >
1481
+ >;
1482
+ export type AvatarItemDisplayNShirtHappi1 = S<
1483
+ AvatarItemDisplay<
1484
+ "N_DISPLAY_n_shirt_happi_1",
1485
+ {
1486
+ displayStringId: "n_shirt_happi_1_display_name";
1487
+ iconAddress: "n_shirt_happi_1_icon";
1488
+ }
1489
+ >
1490
+ >;
1491
+ export type AvatarItemDisplayNShirtHappi2 = S<
1492
+ AvatarItemDisplay<
1493
+ "N_DISPLAY_n_shirt_happi_2",
1494
+ {
1495
+ displayStringId: "n_shirt_happi_2_display_name";
1496
+ iconAddress: "n_shirt_happi_2_icon";
1497
+ }
1498
+ >
1499
+ >;
1500
+ export type AvatarItemDisplayNShirtHgssA0 = S<
1501
+ AvatarItemDisplay<
1502
+ "N_DISPLAY_n_shirt_hgss_a_0",
1503
+ {
1504
+ displayStringId: "n_shirt_hgss_a_0_display_name";
1505
+ iconAddress: "n_shirt_hgss_a_0_icon";
1506
+ }
1507
+ >
1508
+ >;
1509
+ export type AvatarItemDisplayNShirtHgssB0 = S<
1510
+ AvatarItemDisplay<
1511
+ "N_DISPLAY_n_shirt_hgss_b_0",
1512
+ {
1513
+ displayStringId: "n_shirt_hgss_b_0_display_name";
1514
+ iconAddress: "n_shirt_hgss_b_0_icon";
1515
+ }
1516
+ >
1517
+ >;
1518
+ export type AvatarItemDisplayNShirtHoliday2022santacostumes0 = S<
1519
+ AvatarItemDisplay<
1520
+ "N_DISPLAY_n_shirt_holiday2022santacostumes_0",
1521
+ {
1522
+ displayStringId: "n_shirt_holiday2022santacostumes_0_display_name";
1523
+ iconAddress: "n_shirt_holiday2022santacostumes_0_icon";
1524
+ }
1525
+ >
1526
+ >;
1527
+ export type AvatarItemDisplayNShirtHoliday2024Marshtompsweater0 = S<
1528
+ AvatarItemDisplay<
1529
+ "N_DISPLAY_n_shirt_holiday2024-marshtompsweater_0",
1530
+ {
1531
+ displayStringId: "avatar_shirt_marshtompsweater";
1532
+ iconAddress: "n_shirt_holiday2024-marshtompsweater_0_icon";
1533
+ }
1534
+ >
1535
+ >;
1536
+ export type AvatarItemDisplayNShirtHoliday2024Staryusweater0 = S<
1537
+ AvatarItemDisplay<
1538
+ "N_DISPLAY_n_shirt_holiday2024-staryusweater_0",
1539
+ {
1540
+ displayStringId: "avatar_shirt_staryusweater";
1541
+ iconAddress: "n_shirt_holiday2024-staryusweater_0_icon";
1542
+ }
1543
+ >
1544
+ >;
1545
+ export type AvatarItemDisplayNShirtHoliday2024Wooloojacket0 = S<
1546
+ AvatarItemDisplay<
1547
+ "N_DISPLAY_n_shirt_holiday2024-wooloojacket_0",
1548
+ {
1549
+ displayStringId: "avatar_shirt_wooloojacket";
1550
+ iconAddress: "n_shirt_holiday2024-wooloojacket_0_icon";
1551
+ }
1552
+ >
1553
+ >;
1554
+ export type AvatarItemDisplayNShirtHolifestival2021black0 = S<
1555
+ AvatarItemDisplay<
1556
+ "N_DISPLAY_n_shirt_holifestival2021black_0",
1557
+ {
1558
+ displayStringId: "n_shirt_holifestival2021black_0_display_name";
1559
+ iconAddress: "n_shirt_holifestival2021black_0_icon";
1560
+ }
1561
+ >
1562
+ >;
1563
+ export type AvatarItemDisplayNShirtHolifestival2021white0 = S<
1564
+ AvatarItemDisplay<
1565
+ "N_DISPLAY_n_shirt_holifestival2021white_0",
1566
+ {
1567
+ displayStringId: "n_shirt_holifestival2021white_0_display_name";
1568
+ iconAddress: "n_shirt_holifestival2021white_0_icon";
1569
+ }
1570
+ >
1571
+ >;
1572
+ export type AvatarItemDisplayNShirtHoopaunboundtshirt0 = S<
1573
+ AvatarItemDisplay<
1574
+ "N_DISPLAY_n_shirt_hoopaunboundtshirt_0",
1575
+ {
1576
+ displayStringId: "n_shirt_hoopaunboundtshirt_0_display_name";
1577
+ iconAddress: "n_shirt_hoopaunboundtshirt_0_icon";
1578
+ }
1579
+ >
1580
+ >;
1581
+ export type AvatarItemDisplayNShirtIngo0 = S<
1582
+ AvatarItemDisplay<
1583
+ "N_DISPLAY_n_shirt_ingo_0",
1584
+ {
1585
+ displayStringId: "n_shirt_ingo_0_display_name";
1586
+ iconAddress: "n_shirt_ingo_0_icon";
1587
+ }
1588
+ >
1589
+ >;
1590
+ export type AvatarItemDisplayNShirtIngress0 = S<
1591
+ AvatarItemDisplay<
1592
+ "N_DISPLAY_n_shirt_ingress_0",
1593
+ {
1594
+ displayStringId: "n_shirt_ingress_0_display_name";
1595
+ iconAddress: "n_shirt_ingress_0_icon";
1596
+ }
1597
+ >
1598
+ >;
1599
+ export type AvatarItemDisplayNShirtIngressE0 = S<
1600
+ AvatarItemDisplay<
1601
+ "N_DISPLAY_n_shirt_ingress-e_0",
1602
+ {
1603
+ displayStringId: "n_shirt_ingress-e_0_display_name";
1604
+ iconAddress: "n_shirt_ingresse_0_icon";
1605
+ }
1606
+ >
1607
+ >;
1608
+ export type AvatarItemDisplayNShirtIngressR0 = S<
1609
+ AvatarItemDisplay<
1610
+ "N_DISPLAY_n_shirt_ingress-r_0",
1611
+ {
1612
+ displayStringId: "n_shirt_ingress-r_0_display_name";
1613
+ iconAddress: "n_shirt_ingressr_0_icon";
1614
+ }
1615
+ >
1616
+ >;
1617
+ export type AvatarItemDisplayNShirtJacketNewyear20220 = S<
1618
+ AvatarItemDisplay<
1619
+ "N_DISPLAY_n_shirt_jacket-newyear2022_0",
1620
+ {
1621
+ displayStringId: "n_shirt_jacket-newyear2022_0_display_name";
1622
+ iconAddress: "n_shirt_newyear2022_0_icon";
1623
+ }
1624
+ >
1625
+ >;
1626
+ export type AvatarItemDisplayNShirtJames0 = S<
1627
+ AvatarItemDisplay<
1628
+ "N_DISPLAY_n_shirt_james_0",
1629
+ {
1630
+ displayStringId: "n_shirt_james_b_0_display_name";
1631
+ iconAddress: "n_shirt_james_0_icon";
1632
+ }
1633
+ >
1634
+ >;
1635
+ export type AvatarItemDisplayNShirtJessie0 = S<
1636
+ AvatarItemDisplay<
1637
+ "N_DISPLAY_n_shirt_jessie_0",
1638
+ {
1639
+ displayStringId: "n_shirt_jessie_0_display_name";
1640
+ iconAddress: "n_shirt_jessie_0_icon";
1641
+ }
1642
+ >
1643
+ >;
1644
+ export type AvatarItemDisplayNShirtJirachi0 = S<
1645
+ AvatarItemDisplay<
1646
+ "N_DISPLAY_n_shirt_jirachi_0",
1647
+ {
1648
+ displayStringId: "n_shirt_jirachi_0_display_name";
1649
+ iconAddress: "n_shirt_jirachi_0_icon";
1650
+ }
1651
+ >
1652
+ >;
1653
+ export type AvatarItemDisplayNShirtJogger0 = S<
1654
+ AvatarItemDisplay<
1655
+ "N_DISPLAY_n_shirt_jogger_0",
1656
+ {
1657
+ displayStringId: "n_shirt_jogger_0_display_name";
1658
+ iconAddress: "n_shirt_jogger_0_icon";
1659
+ }
1660
+ >
1661
+ >;
1662
+ export type AvatarItemDisplayNShirtKeldeotshirt0 = S<
1663
+ AvatarItemDisplay<
1664
+ "N_DISPLAY_n_shirt_keldeotshirt_0",
1665
+ {
1666
+ displayStringId: "n_shirt_keldeotshirt_0_display_name";
1667
+ iconAddress: "n_shirt_keldeotshirt_0_icon";
1668
+ }
1669
+ >
1670
+ >;
1671
+ export type AvatarItemDisplayNShirtKorrinaA0 = S<
1672
+ AvatarItemDisplay<
1673
+ "N_DISPLAY_n_shirt_korrina_a_0",
1674
+ {
1675
+ displayStringId: "n_shirt_korrina_a_0_display_name";
1676
+ iconAddress: "n_shirt_korrina_a_0_icon";
1677
+ }
1678
+ >
1679
+ >;
1680
+ export type AvatarItemDisplayNShirtKorrinaB0 = S<
1681
+ AvatarItemDisplay<
1682
+ "N_DISPLAY_n_shirt_korrina_b_0",
1683
+ {
1684
+ displayStringId: "n_shirt_korrina_b_0_display_name";
1685
+ iconAddress: "n_shirt_korrina_b_0_icon";
1686
+ }
1687
+ >
1688
+ >;
1689
+ export type AvatarItemDisplayNShirtLadiamondoutfitA0 = S<
1690
+ AvatarItemDisplay<
1691
+ "N_DISPLAY_n_shirt_ladiamondoutfit_a_0",
1692
+ {
1693
+ displayStringId: "n_shirt_ladiamondoutfit_a_0_display_name";
1694
+ iconAddress: "n_shirt_ladiamondoutfit_a_0_icon";
1695
+ }
1696
+ >
1697
+ >;
1698
+ export type AvatarItemDisplayNShirtLadiamondoutfitB0 = S<
1699
+ AvatarItemDisplay<
1700
+ "N_DISPLAY_n_shirt_ladiamondoutfit_b_0",
1701
+ {
1702
+ displayStringId: "n_shirt_ladiamondoutfit_b_0_display_name";
1703
+ iconAddress: "n_shirt_ladiamondoutfit_b_0_icon";
1704
+ }
1705
+ >
1706
+ >;
1707
+ export type AvatarItemDisplayNShirtLana0 = S<
1708
+ AvatarItemDisplay<
1709
+ "N_DISPLAY_n_shirt_lana_0",
1710
+ {
1711
+ displayStringId: "AVATAR_LanaOutfit";
1712
+ iconAddress: "n_shirt_lana_0_icon";
1713
+ }
1714
+ >
1715
+ >;
1716
+ export type AvatarItemDisplayNShirtLapearloutfitA0 = S<
1717
+ AvatarItemDisplay<
1718
+ "N_DISPLAY_n_shirt_lapearloutfit_a_0",
1719
+ {
1720
+ displayStringId: "n_shirt_lapearloutfit_a_0_display_name";
1721
+ iconAddress: "n_shirt_lapearloutfit_a_0_icon";
1722
+ }
1723
+ >
1724
+ >;
1725
+ export type AvatarItemDisplayNShirtLapearloutfitB0 = S<
1726
+ AvatarItemDisplay<
1727
+ "N_DISPLAY_n_shirt_lapearloutfit_b_0",
1728
+ {
1729
+ displayStringId: "n_shirt_lapearloutfit_b_0_display_name";
1730
+ iconAddress: "n_shirt_lapearloutfit_b_0_icon";
1731
+ }
1732
+ >
1733
+ >;
1734
+ export type AvatarItemDisplayNShirtLasecuritycorpsA0 = S<
1735
+ AvatarItemDisplay<
1736
+ "N_DISPLAY_n_shirt_lasecuritycorps_a_0",
1737
+ {
1738
+ displayStringId: "n_shirt_lasecuritycorps_a_0_display_name";
1739
+ iconAddress: "n_shirt_lasecuritycorps_a_0_icon";
1740
+ }
1741
+ >
1742
+ >;
1743
+ export type AvatarItemDisplayNShirtLasecuritycorpsB0 = S<
1744
+ AvatarItemDisplay<
1745
+ "N_DISPLAY_n_shirt_lasecuritycorps_b_0",
1746
+ {
1747
+ displayStringId: "n_shirt_lasecuritycorps_b_0_display_name";
1748
+ iconAddress: "n_shirt_lasecuritycorps_b_0_icon";
1749
+ }
1750
+ >
1751
+ >;
1752
+ export type AvatarItemDisplayNShirtLatiasLatios0 = S<
1753
+ AvatarItemDisplay<
1754
+ "N_DISPLAY_n_shirt_latias-latios_0",
1755
+ {
1756
+ displayStringId: "n_shirt_latias-latios_0_display_name";
1757
+ iconAddress: "n_shirt_latiaslatios_0_icon";
1758
+ }
1759
+ >
1760
+ >;
1761
+ export type AvatarItemDisplayNShirtLegendofarceusA0 = S<
1762
+ AvatarItemDisplay<
1763
+ "N_DISPLAY_n_shirt_legendofarceus_a_0",
1764
+ {
1765
+ displayStringId: "n_shirt_legendofarceus_a_0_display_name";
1766
+ iconAddress: "n_shirt_legendofarceus_a_0_icon";
1767
+ }
1768
+ >
1769
+ >;
1770
+ export type AvatarItemDisplayNShirtLegendofarceusB0 = S<
1771
+ AvatarItemDisplay<
1772
+ "N_DISPLAY_n_shirt_legendofarceus_b_0",
1773
+ {
1774
+ displayStringId: "n_shirt_legendofarceus_b_0_display_name";
1775
+ iconAddress: "n_shirt_legendofarceus_b_0_icon";
1776
+ }
1777
+ >
1778
+ >;
1779
+ export type AvatarItemDisplayNShirtLongsleevesCharizard0 = S<
1780
+ AvatarItemDisplay<
1781
+ "N_DISPLAY_n_shirt_longsleeves-charizard_0",
1782
+ {
1783
+ displayStringId: "n_shirt_longsleeves-charizard_0_display_name";
1784
+ iconAddress: "n_shirt_longsleeves-charizard_0_icon";
1785
+ }
1786
+ >
1787
+ >;
1788
+ export type AvatarItemDisplayNShirtLongsleevesCharizard1 = S<
1789
+ AvatarItemDisplay<
1790
+ "N_DISPLAY_n_shirt_longsleeves-charizard_1",
1791
+ {
1792
+ displayStringId: "n_shirt_longsleeves-charizard_0_display_name";
1793
+ iconAddress: "n_shirt_longsleeves-charizard_1_icon";
1794
+ }
1795
+ >
1796
+ >;
1797
+ export type AvatarItemDisplayNShirtLongsleevesCharizard2 = S<
1798
+ AvatarItemDisplay<
1799
+ "N_DISPLAY_n_shirt_longsleeves-charizard_2",
1800
+ {
1801
+ displayStringId: "n_shirt_longsleeves-charizard_0_display_name";
1802
+ iconAddress: "n_shirt_longsleeves-charizard_2_icon";
1803
+ }
1804
+ >
1805
+ >;
1806
+ export type AvatarItemDisplayNShirtLongsleevesPikachu0 = S<
1807
+ AvatarItemDisplay<
1808
+ "N_DISPLAY_n_shirt_longsleeves-pikachu_0",
1809
+ {
1810
+ displayStringId: "n_shirt_longsleeves-pikachu_0_display_name";
1811
+ iconAddress: "n_shirt_longsleeves-pikachu_0_icon";
1812
+ }
1813
+ >
1814
+ >;
1815
+ export type AvatarItemDisplayNShirtLongsleevesPikachu1 = S<
1816
+ AvatarItemDisplay<
1817
+ "N_DISPLAY_n_shirt_longsleeves-pikachu_1",
1818
+ {
1819
+ displayStringId: "n_shirt_longsleeves-pikachu_0_display_name";
1820
+ iconAddress: "n_shirt_longsleeves-pikachu_1_icon";
1821
+ }
1822
+ >
1823
+ >;
1824
+ export type AvatarItemDisplayNShirtLongsleevesPikachu2 = S<
1825
+ AvatarItemDisplay<
1826
+ "N_DISPLAY_n_shirt_longsleeves-pikachu_2",
1827
+ {
1828
+ displayStringId: "n_shirt_longsleeves-pikachu_0_display_name";
1829
+ iconAddress: "n_shirt_longsleeves-pikachu_2_icon";
1830
+ }
1831
+ >
1832
+ >;
1833
+ export type AvatarItemDisplayNShirtLooseFitting0 = S<
1834
+ AvatarItemDisplay<
1835
+ "N_DISPLAY_n_shirt_loose-fitting_0",
1836
+ {
1837
+ displayStringId: "AVATAR_darkbaggyjacket";
1838
+ iconAddress: "n_shirt_loose-fitting_0_icon";
1839
+ }
1840
+ >
1841
+ >;
1842
+ export type AvatarItemDisplayNShirtLooseFitting1 = S<
1843
+ AvatarItemDisplay<
1844
+ "N_DISPLAY_n_shirt_loose-fitting_1",
1845
+ {
1846
+ displayStringId: "AVATAR_lightbaggyjacket";
1847
+ iconAddress: "n_shirt_loose-fitting_1_icon";
1848
+ }
1849
+ >
1850
+ >;
1851
+ export type AvatarItemDisplayNShirtLuvdiscpackA0 = S<
1852
+ AvatarItemDisplay<
1853
+ "N_DISPLAY_n_shirt_luvdiscpack_a_0",
1854
+ {
1855
+ displayStringId: "n_shirt_luvdiscpack_a_0_display_name";
1856
+ iconAddress: "n_shirt_luvdiscpack_a_0_icon";
1857
+ }
1858
+ >
1859
+ >;
1860
+ export type AvatarItemDisplayNShirtLuvdiscpackB0 = S<
1861
+ AvatarItemDisplay<
1862
+ "N_DISPLAY_n_shirt_luvdiscpack_b_0",
1863
+ {
1864
+ displayStringId: "n_shirt_luvdiscpack_b_0_display_name";
1865
+ iconAddress: "n_shirt_luvdiscpack_b_0_icon";
1866
+ }
1867
+ >
1868
+ >;
1869
+ export type AvatarItemDisplayNShirtLvl500 = S<
1870
+ AvatarItemDisplay<
1871
+ "N_DISPLAY_n_shirt_lvl50_0",
1872
+ {
1873
+ displayStringId: "n_shirt_lvl50_0_display_name";
1874
+ iconAddress: "n_shirt_lvl50_0_icon";
1875
+ }
1876
+ >
1877
+ >;
1878
+ export type AvatarItemDisplayNShirtLvl501 = S<
1879
+ AvatarItemDisplay<
1880
+ "N_DISPLAY_n_shirt_lvl50_1",
1881
+ {
1882
+ displayStringId: "n_shirt_lvl50_0_display_name";
1883
+ iconAddress: "n_shirt_lvl50_1_icon";
1884
+ }
1885
+ >
1886
+ >;
1887
+ export type AvatarItemDisplayNShirtLvl80Circuitjacket0 = S<
1888
+ AvatarItemDisplay<
1889
+ "N_DISPLAY_n_shirt_lvl80-circuitjacket_0",
1890
+ {
1891
+ displayStringId: "avatar_n_shirt_lvl80-circuitjacket_0";
1892
+ iconAddress: "n_shirt_lvl80-circuitjacket_0_icon";
1893
+ }
1894
+ >
1895
+ >;
1896
+ export type AvatarItemDisplayNShirtLysandre0 = S<
1897
+ AvatarItemDisplay<
1898
+ "N_DISPLAY_n_shirt_lysandre_0",
1899
+ {
1900
+ displayStringId: "n_shirt_lysandre_0_display_name";
1901
+ iconAddress: "n_shirt_lysandre_0_icon";
1902
+ }
1903
+ >
1904
+ >;
1905
+ export type AvatarItemDisplayNShirtMarshadowtshirt0 = S<
1906
+ AvatarItemDisplay<
1907
+ "N_DISPLAY_n_shirt_marshadowtshirt_0",
1908
+ {
1909
+ displayStringId: "N_Marshadow_Tee";
1910
+ iconAddress: "n_shirt_marshadowtshirt_0_icon";
1911
+ }
1912
+ >
1913
+ >;
1914
+ export type AvatarItemDisplayNShirtMegalopunnyitems0 = S<
1915
+ AvatarItemDisplay<
1916
+ "N_DISPLAY_n_shirt_megalopunnyitems_0",
1917
+ {
1918
+ displayStringId: "n_shirt_megalopunnyitems_0_display_name";
1919
+ iconAddress: "n_shirt_megalopunnyitems_0_icon";
1920
+ }
1921
+ >
1922
+ >;
1923
+ export type AvatarItemDisplayNShirtMegarayquaza0 = S<
1924
+ AvatarItemDisplay<
1925
+ "N_DISPLAY_n_shirt_megarayquaza_0",
1926
+ {
1927
+ displayStringId: "n_shirt_megarayquaza_0_display_name";
1928
+ iconAddress: "n_shirt_megarayquaza_0_icon";
1929
+ }
1930
+ >
1931
+ >;
1932
+ export type AvatarItemDisplayNShirtMelmetaljacket0 = S<
1933
+ AvatarItemDisplay<
1934
+ "N_DISPLAY_n_shirt_melmetaljacket_0",
1935
+ {
1936
+ displayStringId: "n_shirt_melmetaljacket_0_display_name";
1937
+ iconAddress: "n_shirt_melmetaljacket_0_icon";
1938
+ }
1939
+ >
1940
+ >;
1941
+ export type AvatarItemDisplayNShirtMelmetalvest0 = S<
1942
+ AvatarItemDisplay<
1943
+ "N_DISPLAY_n_shirt_melmetalvest_0",
1944
+ {
1945
+ displayStringId: "n_shirt_melmetalvest_0_display_name";
1946
+ iconAddress: "n_shirt_melmetalvest_0_icon";
1947
+ }
1948
+ >
1949
+ >;
1950
+ export type AvatarItemDisplayNShirtMeloettatshirt0 = S<
1951
+ AvatarItemDisplay<
1952
+ "N_DISPLAY_n_shirt_meloettatshirt_0",
1953
+ {
1954
+ displayStringId: "n_shirt_meloettatshirt_0_display_name";
1955
+ iconAddress: "n_shirt_meloettatshirt_0_icon";
1956
+ }
1957
+ >
1958
+ >;
1959
+ export type AvatarItemDisplayNShirtMeltan0 = S<
1960
+ AvatarItemDisplay<
1961
+ "N_DISPLAY_n_shirt_meltan_0",
1962
+ {
1963
+ displayStringId: "n_shirt_meltan_0_display_name";
1964
+ iconAddress: "n_shirt_meltan_0_icon";
1965
+ }
1966
+ >
1967
+ >;
1968
+ export type AvatarItemDisplayNShirtMew0 = S<
1969
+ AvatarItemDisplay<
1970
+ "N_DISPLAY_n_shirt_mew_0",
1971
+ {
1972
+ displayStringId: "n_shirt_mew_0_display_name";
1973
+ iconAddress: "n_shirt_mew_0_icon";
1974
+ }
1975
+ >
1976
+ >;
1977
+ export type AvatarItemDisplayNShirtMewtwoA0 = S<
1978
+ AvatarItemDisplay<
1979
+ "N_DISPLAY_n_shirt_mewtwo_a_0",
1980
+ {
1981
+ displayStringId: "n_shirt_mewtwo_a_0_display_name";
1982
+ iconAddress: "n_shirt_mewtwo_a_0_icon";
1983
+ }
1984
+ >
1985
+ >;
1986
+ export type AvatarItemDisplayNShirtMewtwoB0 = S<
1987
+ AvatarItemDisplay<
1988
+ "N_DISPLAY_n_shirt_mewtwo_b_0",
1989
+ {
1990
+ displayStringId: "n_shirt_mewtwo_b_0_display_name";
1991
+ iconAddress: "n_shirt_mewtwo_b_0_icon";
1992
+ }
1993
+ >
1994
+ >;
1995
+ export type AvatarItemDisplayNShirtMisty0 = S<
1996
+ AvatarItemDisplay<
1997
+ "N_DISPLAY_n_shirt_misty_0",
1998
+ {
1999
+ displayStringId: "n_shirt_misty_0_display_name";
2000
+ iconAddress: "n_shirt_misty_0_icon";
2001
+ }
2002
+ >
2003
+ >;
2004
+ export type AvatarItemDisplayNShirtMorpekofullonesie0 = S<
2005
+ AvatarItemDisplay<
2006
+ "N_DISPLAY_n_shirt_morpekofullonesie_0",
2007
+ {
2008
+ displayStringId: "avatar_shirt_morpekofullbelly";
2009
+ iconAddress: "n_shirt_morpekofullonesie_0_icon";
2010
+ }
2011
+ >
2012
+ >;
2013
+ export type AvatarItemDisplayNShirtMorpekohangryonesie0 = S<
2014
+ AvatarItemDisplay<
2015
+ "N_DISPLAY_n_shirt_morpekohangryonesie_0",
2016
+ {
2017
+ displayStringId: "avatar_shirt_morpekohangry";
2018
+ iconAddress: "n_shirt_morpekohangryonesie_0_icon";
2019
+ }
2020
+ >
2021
+ >;
2022
+ export type AvatarItemDisplayNShirtMovie2020jessiejamesA0 = S<
2023
+ AvatarItemDisplay<
2024
+ "N_DISPLAY_n_shirt_movie2020jessiejames_a_0",
2025
+ {
2026
+ displayStringId: "n_shirt_movie2020jessiejames_a_0_display_name";
2027
+ iconAddress: "n_shirt_movie2020jessiejames_a_0_icon";
2028
+ }
2029
+ >
2030
+ >;
2031
+ export type AvatarItemDisplayNShirtMovie2020jessiejamesB0 = S<
2032
+ AvatarItemDisplay<
2033
+ "N_DISPLAY_n_shirt_movie2020jessiejames_b_0",
2034
+ {
2035
+ displayStringId: "n_shirt_movie2020jessiejames_b_0_display_name";
2036
+ iconAddress: "n_shirt_movie2020jessiejames_b_0_icon";
2037
+ }
2038
+ >
2039
+ >;
2040
+ export type AvatarItemDisplayNShirtMunnapackA0 = S<
2041
+ AvatarItemDisplay<
2042
+ "N_DISPLAY_n_shirt_munnapack_a_0",
2043
+ {
2044
+ displayStringId: "n_shirt_munnapack_a_0_display_name";
2045
+ iconAddress: "n_shirt_munnapack_a_0_icon";
2046
+ }
2047
+ >
2048
+ >;
2049
+ export type AvatarItemDisplayNShirtMunnapackB0 = S<
2050
+ AvatarItemDisplay<
2051
+ "N_DISPLAY_n_shirt_munnapack_b_0",
2052
+ {
2053
+ displayStringId: "n_shirt_munnapack_b_0_display_name";
2054
+ iconAddress: "n_shirt_munnapack_b_0_icon";
2055
+ }
2056
+ >
2057
+ >;
2058
+ export type AvatarItemDisplayNShirtMustard0 = S<
2059
+ AvatarItemDisplay<
2060
+ "N_DISPLAY_n_shirt_mustard_0",
2061
+ {
2062
+ displayStringId: "avatar_shirt_mustard";
2063
+ iconAddress: "n_shirt_mustard_0_icon";
2064
+ }
2065
+ >
2066
+ >;
2067
+ export type AvatarItemDisplayNShirtNaganadelaitems0 = S<
2068
+ AvatarItemDisplay<
2069
+ "N_DISPLAY_n_shirt_naganadelaitems_0",
2070
+ {
2071
+ displayStringId: "N_Naganadel_Jacket";
2072
+ iconAddress: "n_shirt_naganadelaitems_0_icon";
2073
+ }
2074
+ >
2075
+ >;
2076
+ export type AvatarItemDisplayNShirtNecrozmaitems0 = S<
2077
+ AvatarItemDisplay<
2078
+ "N_DISPLAY_n_shirt_necrozmaitems_0",
2079
+ {
2080
+ displayStringId: "AVATAR_NecrozmaJacket";
2081
+ iconAddress: "n_shirt_necrozmaitems_0_icon";
2082
+ }
2083
+ >
2084
+ >;
2085
+ export type AvatarItemDisplayNShirtNike20210 = S<
2086
+ AvatarItemDisplay<
2087
+ "N_DISPLAY_n_shirt_nike2021_0",
2088
+ {
2089
+ displayStringId: "n_shirt_nike2021_0_display_name";
2090
+ iconAddress: "n_shirt_nike2021_0_icon";
2091
+ }
2092
+ >
2093
+ >;
2094
+ export type AvatarItemDisplayNShirtOcshirt045A0 = S<
2095
+ AvatarItemDisplay<
2096
+ "N_DISPLAY_n_shirt_ocshirt-045_a_0",
2097
+ {
2098
+ displayStringId: "n_shirt_ocshirt-045_a_0_display_name";
2099
+ iconAddress: "n_shirt_ocshirt_a_45_icon";
2100
+ }
2101
+ >
2102
+ >;
2103
+ export type AvatarItemDisplayNShirtOcshirt045B0 = S<
2104
+ AvatarItemDisplay<
2105
+ "N_DISPLAY_n_shirt_ocshirt-045_b_0",
2106
+ {
2107
+ displayStringId: "n_shirt_ocshirt-045_b_0_display_name";
2108
+ iconAddress: "n_shirt_ocshirt_b_45_icon";
2109
+ }
2110
+ >
2111
+ >;
2112
+ export type AvatarItemDisplayNShirtOcshirt108A0 = S<
2113
+ AvatarItemDisplay<
2114
+ "N_DISPLAY_n_shirt_ocshirt-108_a_0",
2115
+ {
2116
+ displayStringId: "n_shirt_ocshirt-108_a_0_display_name";
2117
+ iconAddress: "n_shirt_ocshirt_a_108_icon";
2118
+ }
2119
+ >
2120
+ >;
2121
+ export type AvatarItemDisplayNShirtOcshirt108B0 = S<
2122
+ AvatarItemDisplay<
2123
+ "N_DISPLAY_n_shirt_ocshirt-108_b_0",
2124
+ {
2125
+ displayStringId: "n_shirt_ocshirt-108_b_0_display_name";
2126
+ iconAddress: "n_shirt_ocshirt_b_108_icon";
2127
+ }
2128
+ >
2129
+ >;
2130
+ export type AvatarItemDisplayNShirtOcshirt129A0 = S<
2131
+ AvatarItemDisplay<
2132
+ "N_DISPLAY_n_shirt_ocshirt-129_a_0",
2133
+ {
2134
+ displayStringId: "n_shirt_ocshirt-129_a_0_display_name";
2135
+ iconAddress: "n_shirt_ocshirt_a_129_icon";
2136
+ }
2137
+ >
2138
+ >;
2139
+ export type AvatarItemDisplayNShirtOcshirt129B0 = S<
2140
+ AvatarItemDisplay<
2141
+ "N_DISPLAY_n_shirt_ocshirt-129_b_0",
2142
+ {
2143
+ displayStringId: "n_shirt_ocshirt-129_b_0_display_name";
2144
+ iconAddress: "n_shirt_ocshirt_b_129_icon";
2145
+ }
2146
+ >
2147
+ >;
2148
+ export type AvatarItemDisplayNShirtOcshirt143A0 = S<
2149
+ AvatarItemDisplay<
2150
+ "N_DISPLAY_n_shirt_ocshirt-143_a_0",
2151
+ {
2152
+ displayStringId: "n_shirt_ocshirt-143_a_0_display_name";
2153
+ iconAddress: "n_shirt_ocshirt_a_143_icon";
2154
+ }
2155
+ >
2156
+ >;
2157
+ export type AvatarItemDisplayNShirtOcshirt143B0 = S<
2158
+ AvatarItemDisplay<
2159
+ "N_DISPLAY_n_shirt_ocshirt-143_b_0",
2160
+ {
2161
+ displayStringId: "n_shirt_ocshirt-143_b_0_display_name";
2162
+ iconAddress: "n_shirt_ocshirt_b_143_icon";
2163
+ }
2164
+ >
2165
+ >;
2166
+ export type AvatarItemDisplayNShirtOrasA0 = S<
2167
+ AvatarItemDisplay<
2168
+ "N_DISPLAY_n_shirt_oras_a_0",
2169
+ {
2170
+ displayStringId: "n_shirt_oras_a_0_display_name";
2171
+ iconAddress: "n_shirt_oras_a_0_icon";
2172
+ }
2173
+ >
2174
+ >;
2175
+ export type AvatarItemDisplayNShirtOrasB0 = S<
2176
+ AvatarItemDisplay<
2177
+ "N_DISPLAY_n_shirt_oras_b_0",
2178
+ {
2179
+ displayStringId: "n_shirt_oras_b_0_display_name";
2180
+ iconAddress: "n_shirt_oras_b_0_icon";
2181
+ }
2182
+ >
2183
+ >;
2184
+ export type AvatarItemDisplayNShirtPajamas20220 = S<
2185
+ AvatarItemDisplay<
2186
+ "N_DISPLAY_n_shirt_pajamas2022_0",
2187
+ {
2188
+ displayStringId: "n_shirt_pajamas2022_0_display_name";
2189
+ iconAddress: "n_shirt_pajamas2022_0_icon";
2190
+ }
2191
+ >
2192
+ >;
2193
+ export type AvatarItemDisplayNShirtPajamas20221 = S<
2194
+ AvatarItemDisplay<
2195
+ "N_DISPLAY_n_shirt_pajamas2022_1",
2196
+ {
2197
+ displayStringId: "n_shirt_pajamas2022_0_display_name";
2198
+ iconAddress: "n_shirt_pajamas2022_1_icon";
2199
+ }
2200
+ >
2201
+ >;
2202
+ export type AvatarItemDisplayNShirtPalmer0 = S<
2203
+ AvatarItemDisplay<
2204
+ "N_DISPLAY_n_shirt_palmer_0",
2205
+ {
2206
+ displayStringId: "n_shirt_palmer_0_display_name";
2207
+ iconAddress: "n_shirt_palmer_0_icon";
2208
+ }
2209
+ >
2210
+ >;
2211
+ export type AvatarItemDisplayNShirtPartneritemsjan2024hoodie0 = S<
2212
+ AvatarItemDisplay<
2213
+ "N_DISPLAY_n_shirt_partneritemsjan2024hoodie_0",
2214
+ {
2215
+ displayStringId: "n_shirt_partneritemsjan2024hoodie_0_display_name";
2216
+ iconAddress: "n_shirt_partneritemsjan2024hoodie_0_icon";
2217
+ }
2218
+ >
2219
+ >;
2220
+ export type AvatarItemDisplayNShirtPartneritemsjan2024tshirt0 = S<
2221
+ AvatarItemDisplay<
2222
+ "N_DISPLAY_n_shirt_partneritemsjan2024tshirt_0",
2223
+ {
2224
+ displayStringId: "n_shirt_partneritemsjan2024tshirt_0_display_name";
2225
+ iconAddress: "n_shirt_partneritemsjan2024tshirt_0_icon";
2226
+ }
2227
+ >
2228
+ >;
2229
+ export type AvatarItemDisplayNShirtPikachubutlerBlue0 = S<
2230
+ AvatarItemDisplay<
2231
+ "N_DISPLAY_n_shirt_pikachubutler-blue_0",
2232
+ {
2233
+ displayStringId: "avatar_shirt_suitblue";
2234
+ iconAddress: "n_shirt_pikachubutler-blue_0_icon";
2235
+ }
2236
+ >
2237
+ >;
2238
+ export type AvatarItemDisplayNShirtPikachubutlerRed0 = S<
2239
+ AvatarItemDisplay<
2240
+ "N_DISPLAY_n_shirt_pikachubutler-red_0",
2241
+ {
2242
+ displayStringId: "avatar_shirt_suitred";
2243
+ iconAddress: "n_shirt_pikachubutler-red_0_icon";
2244
+ }
2245
+ >
2246
+ >;
2247
+ export type AvatarItemDisplayNShirtPikachubutlerYellow0 = S<
2248
+ AvatarItemDisplay<
2249
+ "N_DISPLAY_n_shirt_pikachubutler-yellow_0",
2250
+ {
2251
+ displayStringId: "avatar_shirt_suityellow";
2252
+ iconAddress: "n_shirt_pikachubutler-yellow_0_icon";
2253
+ }
2254
+ >
2255
+ >;
2256
+ export type AvatarItemDisplayNShirtPikachufanA0 = S<
2257
+ AvatarItemDisplay<
2258
+ "N_DISPLAY_n_shirt_pikachufan_a_0",
2259
+ {
2260
+ displayStringId: "n_shirt_pikachufan_a_0_display_name";
2261
+ iconAddress: "n_shirt_pikachufan_a_0_icon";
2262
+ }
2263
+ >
2264
+ >;
2265
+ export type AvatarItemDisplayNShirtPikachufanB0 = S<
2266
+ AvatarItemDisplay<
2267
+ "N_DISPLAY_n_shirt_pikachufan_b_0",
2268
+ {
2269
+ displayStringId: "n_shirt_pikachufan_b_0_display_name";
2270
+ iconAddress: "n_shirt_pikachufan_b_0_icon";
2271
+ }
2272
+ >
2273
+ >;
2274
+ export type AvatarItemDisplayNShirtPikachulibreA0 = S<
2275
+ AvatarItemDisplay<
2276
+ "N_DISPLAY_n_shirt_pikachulibre_a_0",
2277
+ {
2278
+ displayStringId: "n_shirt_pikachulibre_a_0_display_name";
2279
+ iconAddress: "n_shirt_pikachulibre_a_0_icon";
2280
+ }
2281
+ >
2282
+ >;
2283
+ export type AvatarItemDisplayNShirtPikachulibreB0 = S<
2284
+ AvatarItemDisplay<
2285
+ "N_DISPLAY_n_shirt_pikachulibre_b_0",
2286
+ {
2287
+ displayStringId: "n_shirt_pikachulibre_b_0_display_name";
2288
+ iconAddress: "n_shirt_pikachulibre_b_0_icon";
2289
+ }
2290
+ >
2291
+ >;
2292
+ export type AvatarItemDisplayNShirtPikachuonesie0 = S<
2293
+ AvatarItemDisplay<
2294
+ "N_DISPLAY_n_shirt_pikachuonesie_0",
2295
+ {
2296
+ displayStringId: "n_shirt_pikachuonesie_0_display_name";
2297
+ iconAddress: "n_shirt_pikachuonesie_0_icon";
2298
+ }
2299
+ >
2300
+ >;
2301
+ export type AvatarItemDisplayNShirtPinpukuhoodie0 = S<
2302
+ AvatarItemDisplay<
2303
+ "N_DISPLAY_n_shirt_pinpukuhoodie_0",
2304
+ {
2305
+ displayStringId: "n_shirt_pinpukuhoodie_0_display_name";
2306
+ iconAddress: "n_shirt_pinpukuhoodie_0_icon";
2307
+ }
2308
+ >
2309
+ >;
2310
+ export type AvatarItemDisplayNShirtPipluponesie0 = S<
2311
+ AvatarItemDisplay<
2312
+ "N_DISPLAY_n_shirt_pipluponesie_0",
2313
+ {
2314
+ displayStringId: "n_shirt_pipluponesie_0_display_name";
2315
+ iconAddress: "n_shirt_pipluponesie_0_icon";
2316
+ }
2317
+ >
2318
+ >;
2319
+ export type AvatarItemDisplayNShirtPkmnhoodie0010 = S<
2320
+ AvatarItemDisplay<
2321
+ "N_DISPLAY_n_shirt_pkmnhoodie001_0",
2322
+ {
2323
+ displayStringId: "n_shirt_pkmnhoodie001_0_display_name";
2324
+ iconAddress: "n_shirt_pkmnhoodie001_0_icon";
2325
+ }
2326
+ >
2327
+ >;
2328
+ export type AvatarItemDisplayNShirtPkmnhoodie0040 = S<
2329
+ AvatarItemDisplay<
2330
+ "N_DISPLAY_n_shirt_pkmnhoodie004_0",
2331
+ {
2332
+ displayStringId: "n_shirt_pkmnhoodie004_0_display_name";
2333
+ iconAddress: "n_shirt_pkmnhoodie004_0_icon";
2334
+ }
2335
+ >
2336
+ >;
2337
+ export type AvatarItemDisplayNShirtPkmnhoodie0070 = S<
2338
+ AvatarItemDisplay<
2339
+ "N_DISPLAY_n_shirt_pkmnhoodie007_0",
2340
+ {
2341
+ displayStringId: "n_shirt_pkmnhoodie007_0_display_name";
2342
+ iconAddress: "n_shirt_pkmnhoodie007_0_icon";
2343
+ }
2344
+ >
2345
+ >;
2346
+ export type AvatarItemDisplayNShirtPkmnshirts1650 = S<
2347
+ AvatarItemDisplay<
2348
+ "N_DISPLAY_n_shirt_pkmnshirts-165_0",
2349
+ {
2350
+ displayStringId: "n_shirt_pkmnshirts-165_0_display_name";
2351
+ iconAddress: "n_shirt_pkmnshirts_165_icon";
2352
+ }
2353
+ >
2354
+ >;
2355
+ export type AvatarItemDisplayNShirtPkmnshirts1880 = S<
2356
+ AvatarItemDisplay<
2357
+ "N_DISPLAY_n_shirt_pkmnshirts-188_0",
2358
+ {
2359
+ displayStringId: "n_shirt_pkmnshirts-188_0_display_name";
2360
+ iconAddress: "n_shirt_pkmnshirts_188_icon";
2361
+ }
2362
+ >
2363
+ >;
2364
+ export type AvatarItemDisplayNShirtPkmnshirts2010 = S<
2365
+ AvatarItemDisplay<
2366
+ "N_DISPLAY_n_shirt_pkmnshirts-201_0",
2367
+ {
2368
+ displayStringId: "n_shirt_pkmnshirts-201_0_display_name";
2369
+ iconAddress: "n_shirt_pkmnshirts_201_icon";
2370
+ }
2371
+ >
2372
+ >;
2373
+ export type AvatarItemDisplayNShirtPkmnshirts2380 = S<
2374
+ AvatarItemDisplay<
2375
+ "N_DISPLAY_n_shirt_pkmnshirts-238_0",
2376
+ {
2377
+ displayStringId: "n_shirt_pkmnshirts-238_0_display_name";
2378
+ iconAddress: "n_shirt_pkmnshirts_238_icon";
2379
+ }
2380
+ >
2381
+ >;
2382
+ export type AvatarItemDisplayNShirtPkmnshirts20210 = S<
2383
+ AvatarItemDisplay<
2384
+ "N_DISPLAY_n_shirt_pkmnshirts2021_0",
2385
+ {
2386
+ displayStringId: "n_shirt_pkmnshirts2021_0_display_name";
2387
+ iconAddress: "n_shirt_pkmnshirts2021_0_icon";
2388
+ }
2389
+ >
2390
+ >;
2391
+ export type AvatarItemDisplayNShirtPkmnshirts20211 = S<
2392
+ AvatarItemDisplay<
2393
+ "N_DISPLAY_n_shirt_pkmnshirts2021_1",
2394
+ {
2395
+ displayStringId: "n_shirt_pkmnshirts2021_1_display_name";
2396
+ iconAddress: "n_shirt_pkmnshirts2021_1_icon";
2397
+ }
2398
+ >
2399
+ >;
2400
+ export type AvatarItemDisplayNShirtPkmnshirts20212 = S<
2401
+ AvatarItemDisplay<
2402
+ "N_DISPLAY_n_shirt_pkmnshirts2021_2",
2403
+ {
2404
+ displayStringId: "n_shirt_pkmnshirts2021_2_display_name";
2405
+ iconAddress: "n_shirt_pkmnshirts2021_2_icon";
2406
+ }
2407
+ >
2408
+ >;
2409
+ export type AvatarItemDisplayNShirtPokeballitemsBasic0 = S<
2410
+ AvatarItemDisplay<
2411
+ "N_DISPLAY_n_shirt_pokeballitems-basic_0",
2412
+ {
2413
+ displayStringId: "avatar_n_shirt_pokeballitems-basic_0";
2414
+ iconAddress: "n_shirt_pokeballitems-basic_0_icon";
2415
+ }
2416
+ >
2417
+ >;
2418
+ export type AvatarItemDisplayNShirtPokeballitemsGreat0 = S<
2419
+ AvatarItemDisplay<
2420
+ "N_DISPLAY_n_shirt_pokeballitems-great_0",
2421
+ {
2422
+ displayStringId: "avatar_n_shirt_pokeballitems-great_0";
2423
+ iconAddress: "n_shirt_pokeballitems-great_0_icon";
2424
+ }
2425
+ >
2426
+ >;
2427
+ export type AvatarItemDisplayNShirtPokeballitemsUltra0 = S<
2428
+ AvatarItemDisplay<
2429
+ "N_DISPLAY_n_shirt_pokeballitems-ultra_0",
2430
+ {
2431
+ displayStringId: "avatar_n_shirt_pokeballitems-ultra_0";
2432
+ iconAddress: "n_shirt_pokeballitems-ultra_0_icon";
2433
+ }
2434
+ >
2435
+ >;
2436
+ export type AvatarItemDisplayNShirtPoloshirt0 = S<
2437
+ AvatarItemDisplay<
2438
+ "N_DISPLAY_n_shirt_poloshirt_0",
2439
+ {
2440
+ displayStringId: "n_shirt_poloshirt_0_display_name";
2441
+ iconAddress: "n_shirt_poloshirt_0_icon";
2442
+ }
2443
+ >
2444
+ >;
2445
+ export type AvatarItemDisplayNShirtPoloshirt1 = S<
2446
+ AvatarItemDisplay<
2447
+ "N_DISPLAY_n_shirt_poloshirt_1",
2448
+ {
2449
+ displayStringId: "n_shirt_poloshirt_1_display_name";
2450
+ iconAddress: "n_shirt_poloshirt_1_icon";
2451
+ }
2452
+ >
2453
+ >;
2454
+ export type AvatarItemDisplayNShirtPoloshirt2 = S<
2455
+ AvatarItemDisplay<
2456
+ "N_DISPLAY_n_shirt_poloshirt_2",
2457
+ {
2458
+ displayStringId: "n_shirt_poloshirt_2_display_name";
2459
+ iconAddress: "n_shirt_poloshirt_2_icon";
2460
+ }
2461
+ >
2462
+ >;
2463
+ export type AvatarItemDisplayNShirtProfwillowoutfit0 = S<
2464
+ AvatarItemDisplay<
2465
+ "N_DISPLAY_n_shirt_profwillowoutfit_0",
2466
+ {
2467
+ displayStringId: "n_shirt_profwillowoutfit_0_display_name";
2468
+ iconAddress: "n_shirt_profwillowoutfit_0_icon";
2469
+ }
2470
+ >
2471
+ >;
2472
+ export type AvatarItemDisplayNShirtProjectguitar0 = S<
2473
+ AvatarItemDisplay<
2474
+ "N_DISPLAY_n_shirt_projectguitar_0",
2475
+ {
2476
+ displayStringId: "n_shirt_projectguitar_0_display_name";
2477
+ iconAddress: "n_shirt_projectguitar_0_icon";
2478
+ }
2479
+ >
2480
+ >;
2481
+ export type AvatarItemDisplayNShirtPumpkabooitems0 = S<
2482
+ AvatarItemDisplay<
2483
+ "N_DISPLAY_n_shirt_pumpkabooitems_0",
2484
+ {
2485
+ displayStringId: "n_shirt_pumpkabooitems_0_display_name";
2486
+ iconAddress: "n_shirt_pumpkabooitems_0_icon";
2487
+ }
2488
+ >
2489
+ >;
2490
+ export type AvatarItemDisplayNShirtRegiicejersies0 = S<
2491
+ AvatarItemDisplay<
2492
+ "N_DISPLAY_n_shirt_regiicejersies_0",
2493
+ {
2494
+ displayStringId: "n_shirt_regiicejersies_0_display_name";
2495
+ iconAddress: "n_shirt_regiicejersies_0_icon";
2496
+ }
2497
+ >
2498
+ >;
2499
+ export type AvatarItemDisplayNShirtRegirockjersies0 = S<
2500
+ AvatarItemDisplay<
2501
+ "N_DISPLAY_n_shirt_regirockjersies_0",
2502
+ {
2503
+ displayStringId: "n_shirt_regirockjersies_0_display_name";
2504
+ iconAddress: "n_shirt_regirockjersies_0_icon";
2505
+ }
2506
+ >
2507
+ >;
2508
+ export type AvatarItemDisplayNShirtRegisteeljersies0 = S<
2509
+ AvatarItemDisplay<
2510
+ "N_DISPLAY_n_shirt_registeeljersies_0",
2511
+ {
2512
+ displayStringId: "n_shirt_registeeljersies_0_display_name";
2513
+ iconAddress: "n_shirt_registeeljersies_0_icon";
2514
+ }
2515
+ >
2516
+ >;
2517
+ export type AvatarItemDisplayNShirtReuniclusitems0 = S<
2518
+ AvatarItemDisplay<
2519
+ "N_DISPLAY_n_shirt_reuniclusitems_0",
2520
+ {
2521
+ displayStringId: "n_shirt_reuniclusitems_0_display_name";
2522
+ iconAddress: "n_shirt_reuniclusitems_0_icon";
2523
+ }
2524
+ >
2525
+ >;
2526
+ export type AvatarItemDisplayNShirtRuinmaniacA0 = S<
2527
+ AvatarItemDisplay<
2528
+ "N_DISPLAY_n_shirt_ruinmaniac_a_0",
2529
+ {
2530
+ displayStringId: "n_shirt_ruinmaniac_a_0_display_name";
2531
+ iconAddress: "n_shirt_ruinmaniac_a_0_icon";
2532
+ }
2533
+ >
2534
+ >;
2535
+ export type AvatarItemDisplayNShirtRuinmaniacB0 = S<
2536
+ AvatarItemDisplay<
2537
+ "N_DISPLAY_n_shirt_ruinmaniac_b_0",
2538
+ {
2539
+ displayStringId: "n_shirt_ruinmaniac_b_0_display_name";
2540
+ iconAddress: "n_shirt_ruinmaniac_b_0_icon";
2541
+ }
2542
+ >
2543
+ >;
2544
+ export type AvatarItemDisplayNShirtS19gbl0 = S<
2545
+ AvatarItemDisplay<
2546
+ "N_DISPLAY_n_shirt_s19gbl_0",
2547
+ {
2548
+ displayStringId: "avatar_shirt_gbl19";
2549
+ iconAddress: "n_shirt_s19gbl_0_icon";
2550
+ }
2551
+ >
2552
+ >;
2553
+ export type AvatarItemDisplayNShirtSafarizone2020A0 = S<
2554
+ AvatarItemDisplay<
2555
+ "N_DISPLAY_n_shirt_safarizone2020_a_0",
2556
+ {
2557
+ displayStringId: "n_shirt_safarizone2020_a_0_display_name";
2558
+ iconAddress: "n_shirt_safarizone2020_a_0_icon";
2559
+ }
2560
+ >
2561
+ >;
2562
+ export type AvatarItemDisplayNShirtSafarizone2020B0 = S<
2563
+ AvatarItemDisplay<
2564
+ "N_DISPLAY_n_shirt_safarizone2020_b_0",
2565
+ {
2566
+ displayStringId: "n_shirt_safarizone2020_b_0_display_name";
2567
+ iconAddress: "n_shirt_safarizone2020_b_0_icon";
2568
+ }
2569
+ >
2570
+ >;
2571
+ export type AvatarItemDisplayNShirtSamsungsummer20200 = S<
2572
+ AvatarItemDisplay<
2573
+ "N_DISPLAY_n_shirt_samsungsummer2020_0",
2574
+ {
2575
+ displayStringId: "n_shirt_samsungsummer2020_0_display_name";
2576
+ iconAddress: "n_shirt_samsungsummer2020_0_icon";
2577
+ }
2578
+ >
2579
+ >;
2580
+ export type AvatarItemDisplayNShirtScolipede0 = S<
2581
+ AvatarItemDisplay<
2582
+ "N_DISPLAY_n_shirt_scolipede_0",
2583
+ {
2584
+ displayStringId: "avatar_shirt_scolipede";
2585
+ iconAddress: "n_shirt_scolipede_0_icon";
2586
+ }
2587
+ >
2588
+ >;
2589
+ export type AvatarItemDisplayNShirtShayminlandtshirt0 = S<
2590
+ AvatarItemDisplay<
2591
+ "N_DISPLAY_n_shirt_shayminlandtshirt_0",
2592
+ {
2593
+ displayStringId: "n_shirt_shayminlandtshirt_0_display_name";
2594
+ iconAddress: "n_shirt_shayminlandtshirt_0_icon";
2595
+ }
2596
+ >
2597
+ >;
2598
+ export type AvatarItemDisplayNShirtShayminskytshirt0 = S<
2599
+ AvatarItemDisplay<
2600
+ "N_DISPLAY_n_shirt_shayminskytshirt_0",
2601
+ {
2602
+ displayStringId: "n_shirt_shayminskytshirt_0_display_name";
2603
+ iconAddress: "n_shirt_shayminskytshirt_0_icon";
2604
+ }
2605
+ >
2606
+ >;
2607
+ export type AvatarItemDisplayNShirtShinydiancie = S<
2608
+ AvatarItemDisplay<
2609
+ "N_DISPLAY_n_shirt_shinydiancie",
2610
+ {
2611
+ displayStringId: "avatar_shirt_shinydiancie";
2612
+ iconAddress: "n_shirt_shinydiancie_icon";
2613
+ }
2614
+ >
2615
+ >;
2616
+ export type AvatarItemDisplayNShirtShinykeldeoshirt0 = S<
2617
+ AvatarItemDisplay<
2618
+ "N_DISPLAY_n_shirt_shinykeldeoshirt_0",
2619
+ {
2620
+ displayStringId: "avatar_n_shirt_shinykeldeotshirt";
2621
+ iconAddress: "n_shirt_shinykeldeoshirt_0_icon";
2622
+ }
2623
+ >
2624
+ >;
2625
+ export type AvatarItemDisplayNShirtShinymeloettatshirt0 = S<
2626
+ AvatarItemDisplay<
2627
+ "N_DISPLAY_n_shirt_shinymeloettatshirt_0",
2628
+ {
2629
+ displayStringId: "avatar_shirt_shinymeloetta";
2630
+ iconAddress: "n_shirt_shinymeloettatshirt_0_icon";
2631
+ }
2632
+ >
2633
+ >;
2634
+ export type AvatarItemDisplayNShirtShinymewtshirts0 = S<
2635
+ AvatarItemDisplay<
2636
+ "N_DISPLAY_n_shirt_shinymewtshirts_0",
2637
+ {
2638
+ displayStringId: "n_shirt_shinymewtshirts_0_display_name";
2639
+ iconAddress: "n_shirt_shinymewtshirts_0_icon";
2640
+ }
2641
+ >
2642
+ >;
2643
+ export type AvatarItemDisplayNShirtSlowpokeshirts0 = S<
2644
+ AvatarItemDisplay<
2645
+ "N_DISPLAY_n_shirt_slowpokeshirts_0",
2646
+ {
2647
+ displayStringId: "n_shirt_slowpokeshirts_0_display_name";
2648
+ iconAddress: "n_shirt_slowpokeshirts_0_icon";
2649
+ }
2650
+ >
2651
+ >;
2652
+ export type AvatarItemDisplayNShirtSlowpoketailshirts0 = S<
2653
+ AvatarItemDisplay<
2654
+ "N_DISPLAY_n_shirt_slowpoketailshirts_0",
2655
+ {
2656
+ displayStringId: "n_shirt_slowpoketailshirts_0_display_name";
2657
+ iconAddress: "n_shirt_slowpoketailshirts_0_icon";
2658
+ }
2659
+ >
2660
+ >;
2661
+ export type AvatarItemDisplayNShirtSnorlaxonesie0 = S<
2662
+ AvatarItemDisplay<
2663
+ "N_DISPLAY_n_shirt_snorlaxonesie_0",
2664
+ {
2665
+ displayStringId: "n_shirt_snorlaxonesie_0_display_name";
2666
+ iconAddress: "n_shirt_snorlaxonesie_0_icon";
2667
+ }
2668
+ >
2669
+ >;
2670
+ export type AvatarItemDisplayNShirtSpiritomb0 = S<
2671
+ AvatarItemDisplay<
2672
+ "N_DISPLAY_n_shirt_spiritomb_0",
2673
+ {
2674
+ displayStringId: "n_shirt_spiritomb_0_display_name";
2675
+ iconAddress: "n_shirt_spiritomb_0_icon";
2676
+ }
2677
+ >
2678
+ >;
2679
+ export type AvatarItemDisplayNShirtSpring2021gulpinA0 = S<
2680
+ AvatarItemDisplay<
2681
+ "N_DISPLAY_n_shirt_spring2021gulpin_a_0",
2682
+ {
2683
+ displayStringId: "n_shirt_spring2021gulpin_a_0_display_name";
2684
+ iconAddress: "n_shirt_spring2021gulpin_a_0_icon";
2685
+ }
2686
+ >
2687
+ >;
2688
+ export type AvatarItemDisplayNShirtSpring2021gulpinB0 = S<
2689
+ AvatarItemDisplay<
2690
+ "N_DISPLAY_n_shirt_spring2021gulpin_b_0",
2691
+ {
2692
+ displayStringId: "n_shirt_spring2021gulpin_b_0_display_name";
2693
+ iconAddress: "n_shirt_spring2021gulpin_b_0_icon";
2694
+ }
2695
+ >
2696
+ >;
2697
+ export type AvatarItemDisplayNShirtSpring2021plusleA0 = S<
2698
+ AvatarItemDisplay<
2699
+ "N_DISPLAY_n_shirt_spring2021plusle_a_0",
2700
+ {
2701
+ displayStringId: "n_shirt_spring2021plusle_a_0_display_name";
2702
+ iconAddress: "n_shirt_spring2021plusle_a_0_icon";
2703
+ }
2704
+ >
2705
+ >;
2706
+ export type AvatarItemDisplayNShirtSpring2021plusleB0 = S<
2707
+ AvatarItemDisplay<
2708
+ "N_DISPLAY_n_shirt_spring2021plusle_b_0",
2709
+ {
2710
+ displayStringId: "n_shirt_spring2021plusle_b_0_display_name";
2711
+ iconAddress: "n_shirt_spring2021plusle_b_0_icon";
2712
+ }
2713
+ >
2714
+ >;
2715
+ export type AvatarItemDisplayNShirtSsA0 = S<
2716
+ AvatarItemDisplay<
2717
+ "N_DISPLAY_n_shirt_ss_a_0",
2718
+ {
2719
+ displayStringId: "n_shirt_ss_a_0_display_name";
2720
+ iconAddress: "n_shirt_ss_a_0_icon";
2721
+ }
2722
+ >
2723
+ >;
2724
+ export type AvatarItemDisplayNShirtSsB0 = S<
2725
+ AvatarItemDisplay<
2726
+ "N_DISPLAY_n_shirt_ss_b_0",
2727
+ {
2728
+ displayStringId: "n_shirt_ss_b_0_display_name";
2729
+ iconAddress: "n_shirt_ss_b_0_icon";
2730
+ }
2731
+ >
2732
+ >;
2733
+ export type AvatarItemDisplayNShirtSteven0 = S<
2734
+ AvatarItemDisplay<
2735
+ "N_DISPLAY_n_shirt_steven_0",
2736
+ {
2737
+ displayStringId: "n_shirt_steven_0_display_name";
2738
+ iconAddress: "n_shirt_steven_0_icon";
2739
+ }
2740
+ >
2741
+ >;
2742
+ export type AvatarItemDisplayNShirtStevenfirst0 = S<
2743
+ AvatarItemDisplay<
2744
+ "N_DISPLAY_n_shirt_stevenfirst_0",
2745
+ {
2746
+ displayStringId: "n_shirt_stevenfirst_0_display_name";
2747
+ iconAddress: "n_shirt_stevenfirst_0_icon";
2748
+ }
2749
+ >
2750
+ >;
2751
+ export type AvatarItemDisplayNShirtSukajanblastoise0 = S<
2752
+ AvatarItemDisplay<
2753
+ "N_DISPLAY_n_shirt_sukajanblastoise_0",
2754
+ {
2755
+ displayStringId: "n_shirt_sukajanblastoise_0_display_name";
2756
+ iconAddress: "n_shirt_sukajanblastoise_0_icon";
2757
+ }
2758
+ >
2759
+ >;
2760
+ export type AvatarItemDisplayNShirtSukajancharizard0 = S<
2761
+ AvatarItemDisplay<
2762
+ "N_DISPLAY_n_shirt_sukajancharizard_0",
2763
+ {
2764
+ displayStringId: "n_shirt_sukajancharizard_0_display_name";
2765
+ iconAddress: "n_shirt_sukajancharizard_0_icon";
2766
+ }
2767
+ >
2768
+ >;
2769
+ export type AvatarItemDisplayNShirtSukajanhouou0 = S<
2770
+ AvatarItemDisplay<
2771
+ "N_DISPLAY_n_shirt_sukajanhouou_0",
2772
+ {
2773
+ displayStringId: "n_shirt_sukajanhouou_0_display_name";
2774
+ iconAddress: "n_shirt_sukajanhouou_0_icon";
2775
+ }
2776
+ >
2777
+ >;
2778
+ export type AvatarItemDisplayNShirtSukajanlugia0 = S<
2779
+ AvatarItemDisplay<
2780
+ "N_DISPLAY_n_shirt_sukajanlugia_0",
2781
+ {
2782
+ displayStringId: "n_shirt_sukajanlugia_0_display_name";
2783
+ iconAddress: "n_shirt_sukajanlugia_0_icon";
2784
+ }
2785
+ >
2786
+ >;
2787
+ export type AvatarItemDisplayNShirtSukajanvenusaur0 = S<
2788
+ AvatarItemDisplay<
2789
+ "N_DISPLAY_n_shirt_sukajanvenusaur_0",
2790
+ {
2791
+ displayStringId: "n_shirt_sukajanvenusaur_0_display_name";
2792
+ iconAddress: "n_shirt_sukajanvenusaur_0_icon";
2793
+ }
2794
+ >
2795
+ >;
2796
+ export type AvatarItemDisplayNShirtSummer20230 = S<
2797
+ AvatarItemDisplay<
2798
+ "N_DISPLAY_n_shirt_summer2023_0",
2799
+ {
2800
+ displayStringId: "n_shirt_summer2023_0_display_name";
2801
+ iconAddress: "n_shirt_summer2023_0_icon";
2802
+ }
2803
+ >
2804
+ >;
2805
+ export type AvatarItemDisplayNShirtSustainability2021A0 = S<
2806
+ AvatarItemDisplay<
2807
+ "N_DISPLAY_n_shirt_sustainability2021_a_0",
2808
+ {
2809
+ displayStringId: "n_shirt_sustainability2021_a_0_display_name";
2810
+ iconAddress: "n_shirt_sustainability2021_a_0_icon";
2811
+ }
2812
+ >
2813
+ >;
2814
+ export type AvatarItemDisplayNShirtSustainability2021B0 = S<
2815
+ AvatarItemDisplay<
2816
+ "N_DISPLAY_n_shirt_sustainability2021_b_0",
2817
+ {
2818
+ displayStringId: "n_shirt_sustainability2021_b_0_display_name";
2819
+ iconAddress: "n_shirt_sustainability2021_b_0_icon";
2820
+ }
2821
+ >
2822
+ >;
2823
+ export type AvatarItemDisplayNShirtSvcostumescarletschool0 = S<
2824
+ AvatarItemDisplay<
2825
+ "N_DISPLAY_n_shirt_svcostumescarletschool_0",
2826
+ {
2827
+ displayStringId: "n_shirt_svcostumescarletschool_0_display_name";
2828
+ iconAddress: "n_shirt_svcostumescarletschool_0_icon";
2829
+ }
2830
+ >
2831
+ >;
2832
+ export type AvatarItemDisplayNShirtSvcostumevioletschool0 = S<
2833
+ AvatarItemDisplay<
2834
+ "N_DISPLAY_n_shirt_svcostumevioletschool_0",
2835
+ {
2836
+ displayStringId: "n_shirt_svcostumevioletschool_0_display_name";
2837
+ iconAddress: "n_shirt_svcostumevioletschool_0_icon";
2838
+ }
2839
+ >
2840
+ >;
2841
+ export type AvatarItemDisplayNShirtSvdlc10 = S<
2842
+ AvatarItemDisplay<
2843
+ "N_DISPLAY_n_shirt_svdlc1_0",
2844
+ {
2845
+ displayStringId: "n_shirt_svdlc1_0_display_name";
2846
+ iconAddress: "n_shirt_svdlc1_0_icon";
2847
+ }
2848
+ >
2849
+ >;
2850
+ export type AvatarItemDisplayNShirtSvdlc2fall0 = S<
2851
+ AvatarItemDisplay<
2852
+ "N_DISPLAY_n_shirt_svdlc2fall_0",
2853
+ {
2854
+ displayStringId: "n_shirt_svdlc2fall_0_display_name";
2855
+ iconAddress: "n_shirt_svdlc2fall_0_icon";
2856
+ }
2857
+ >
2858
+ >;
2859
+ export type AvatarItemDisplayNShirtSvdlc2spring0 = S<
2860
+ AvatarItemDisplay<
2861
+ "N_DISPLAY_n_shirt_svdlc2spring_0",
2862
+ {
2863
+ displayStringId: "n_shirt_svdlc2spring_0_display_name";
2864
+ iconAddress: "n_shirt_svdlc2spring_0_icon";
2865
+ }
2866
+ >
2867
+ >;
2868
+ export type AvatarItemDisplayNShirtSweater300 = S<
2869
+ AvatarItemDisplay<
2870
+ "N_DISPLAY_n_shirt_sweater-30_0",
2871
+ {
2872
+ displayStringId: "n_shirt_sweater-30_2_display_name";
2873
+ iconAddress: "n_shirt_sweater-30_0_icon";
2874
+ }
2875
+ >
2876
+ >;
2877
+ export type AvatarItemDisplayNShirtSweater301 = S<
2878
+ AvatarItemDisplay<
2879
+ "N_DISPLAY_n_shirt_sweater-30_1",
2880
+ {
2881
+ displayStringId: "n_shirt_sweater-30_2_display_name";
2882
+ iconAddress: "n_shirt_sweater-30_1_icon";
2883
+ }
2884
+ >
2885
+ >;
2886
+ export type AvatarItemDisplayNShirtSweater302 = S<
2887
+ AvatarItemDisplay<
2888
+ "N_DISPLAY_n_shirt_sweater-30_2",
2889
+ {
2890
+ displayStringId: "n_shirt_sweater-30_2_display_name";
2891
+ iconAddress: "n_shirt_sweater-30_2_icon";
2892
+ }
2893
+ >
2894
+ >;
2895
+ export type AvatarItemDisplayNShirtSweaterInstinct0 = S<
2896
+ AvatarItemDisplay<
2897
+ "N_DISPLAY_n_shirt_sweater-instinct_0",
2898
+ {
2899
+ displayStringId: "n_shirt_sweater-instinct_0_display_name";
2900
+ iconAddress: "n_shirt_sweaterinstinct_0_icon";
2901
+ }
2902
+ >
2903
+ >;
2904
+ export type AvatarItemDisplayNShirtSweaterMystic0 = S<
2905
+ AvatarItemDisplay<
2906
+ "N_DISPLAY_n_shirt_sweater-mystic_0",
2907
+ {
2908
+ displayStringId: "n_shirt_sweater-mystic_0_display_name";
2909
+ iconAddress: "n_shirt_sweatermystic_0_icon";
2910
+ }
2911
+ >
2912
+ >;
2913
+ export type AvatarItemDisplayNShirtSweaterValor0 = S<
2914
+ AvatarItemDisplay<
2915
+ "N_DISPLAY_n_shirt_sweater-valor_0",
2916
+ {
2917
+ displayStringId: "n_shirt_sweater-valor_0_display_name";
2918
+ iconAddress: "n_shirt_sweatervalor_0_icon";
2919
+ }
2920
+ >
2921
+ >;
2922
+ export type AvatarItemDisplayNShirtSweatshirtSporty0 = S<
2923
+ AvatarItemDisplay<
2924
+ "N_DISPLAY_n_shirt_sweatshirt-sporty_0",
2925
+ {
2926
+ displayStringId: "n_shirt_sweatshirt-sporty_0_display_name";
2927
+ iconAddress: "n_shirt_sweatshirt-sporty_0_icon";
2928
+ }
2929
+ >
2930
+ >;
2931
+ export type AvatarItemDisplayNShirtSweatshirtSporty1 = S<
2932
+ AvatarItemDisplay<
2933
+ "N_DISPLAY_n_shirt_sweatshirt-sporty_1",
2934
+ {
2935
+ displayStringId: "n_shirt_sweatshirt-sporty_0_display_name";
2936
+ iconAddress: "n_shirt_sweatshirt-sporty_1_icon";
2937
+ }
2938
+ >
2939
+ >;
2940
+ export type AvatarItemDisplayNShirtSweatshirtSporty2 = S<
2941
+ AvatarItemDisplay<
2942
+ "N_DISPLAY_n_shirt_sweatshirt-sporty_2",
2943
+ {
2944
+ displayStringId: "n_shirt_sweatshirt-sporty_0_display_name";
2945
+ iconAddress: "n_shirt_sweatshirt-sporty_2_icon";
2946
+ }
2947
+ >
2948
+ >;
2949
+ export type AvatarItemDisplayNShirtSweatshirtSporty3 = S<
2950
+ AvatarItemDisplay<
2951
+ "N_DISPLAY_n_shirt_sweatshirt-sporty_3",
2952
+ {
2953
+ displayStringId: "n_shirt_sweatshirt-sporty_0_display_name";
2954
+ iconAddress: "n_shirt_sweatshirt-sporty_3_icon";
2955
+ }
2956
+ >
2957
+ >;
2958
+ export type AvatarItemDisplayNShirtSweatshirtStreak0 = S<
2959
+ AvatarItemDisplay<
2960
+ "N_DISPLAY_n_shirt_sweatshirt-streak_0",
2961
+ {
2962
+ displayStringId: "n_shirt_sweatshirt-streak_0_display_name";
2963
+ iconAddress: "n_shirt_sweatshirt-streak_0_icon";
2964
+ }
2965
+ >
2966
+ >;
2967
+ export type AvatarItemDisplayNShirtSweatshirtStreak1 = S<
2968
+ AvatarItemDisplay<
2969
+ "N_DISPLAY_n_shirt_sweatshirt-streak_1",
2970
+ {
2971
+ displayStringId: "n_shirt_sweatshirt-streak_0_display_name";
2972
+ iconAddress: "n_shirt_sweatshirt-streak_1_icon";
2973
+ }
2974
+ >
2975
+ >;
2976
+ export type AvatarItemDisplayNShirtSweatshirtStreak2 = S<
2977
+ AvatarItemDisplay<
2978
+ "N_DISPLAY_n_shirt_sweatshirt-streak_2",
2979
+ {
2980
+ displayStringId: "n_shirt_sweatshirt-streak_0_display_name";
2981
+ iconAddress: "n_shirt_sweatshirt-streak_2_icon";
2982
+ }
2983
+ >
2984
+ >;
2985
+ export type AvatarItemDisplayNShirtSweatshirtStreak3 = S<
2986
+ AvatarItemDisplay<
2987
+ "N_DISPLAY_n_shirt_sweatshirt-streak_3",
2988
+ {
2989
+ displayStringId: "n_shirt_sweatshirt-streak_0_display_name";
2990
+ iconAddress: "n_shirt_sweatshirt-streak_3_icon";
2991
+ }
2992
+ >
2993
+ >;
2994
+ export type AvatarItemDisplayNShirtSweatshirtStreak4 = S<
2995
+ AvatarItemDisplay<
2996
+ "N_DISPLAY_n_shirt_sweatshirt-streak_4",
2997
+ {
2998
+ displayStringId: "n_shirt_sweatshirt-streak_0_display_name";
2999
+ iconAddress: "n_shirt_sweatshirt-streak_4_icon";
3000
+ }
3001
+ >
3002
+ >;
3003
+ export type AvatarItemDisplayNShirtSwshdlc2costume0 = S<
3004
+ AvatarItemDisplay<
3005
+ "N_DISPLAY_n_shirt_swshdlc2costume_0",
3006
+ {
3007
+ displayStringId: "n_shirt_swshdlc2costume_0_display_name";
3008
+ iconAddress: "n_shirt_swshdlc2costume_0_icon";
3009
+ }
3010
+ >
3011
+ >;
3012
+ export type AvatarItemDisplayNShirtSwshdlccostumeA0 = S<
3013
+ AvatarItemDisplay<
3014
+ "N_DISPLAY_n_shirt_swshdlccostume_a_0",
3015
+ {
3016
+ displayStringId: "n_shirt_swshdlccostume_a_0_display_name";
3017
+ iconAddress: "n_shirt_swshdlccostume_a_0_icon";
3018
+ }
3019
+ >
3020
+ >;
3021
+ export type AvatarItemDisplayNShirtSwshdlccostumeB0 = S<
3022
+ AvatarItemDisplay<
3023
+ "N_DISPLAY_n_shirt_swshdlccostume_b_0",
3024
+ {
3025
+ displayStringId: "n_shirt_swshdlccostume_b_0_display_name";
3026
+ iconAddress: "n_shirt_swshdlccostume_b_0_icon";
3027
+ }
3028
+ >
3029
+ >;
3030
+ export type AvatarItemDisplayNShirtSwshuniformchampion0 = S<
3031
+ AvatarItemDisplay<
3032
+ "N_DISPLAY_n_shirt_swshuniformchampion_0",
3033
+ {
3034
+ displayStringId: "n_shirt_swshuniformchampion_0_display_name";
3035
+ iconAddress: "n_shirt_swshuniformchampion_0_icon";
3036
+ }
3037
+ >
3038
+ >;
3039
+ export type AvatarItemDisplayNShirtSwshuniformdarkA0 = S<
3040
+ AvatarItemDisplay<
3041
+ "N_DISPLAY_n_shirt_swshuniformdark_a_0",
3042
+ {
3043
+ displayStringId: "n_shirt_swshuniformdark_a_0_display_name";
3044
+ iconAddress: "n_shirt_swshuniformdark_a_0_icon";
3045
+ }
3046
+ >
3047
+ >;
3048
+ export type AvatarItemDisplayNShirtSwshuniformdarkB0 = S<
3049
+ AvatarItemDisplay<
3050
+ "N_DISPLAY_n_shirt_swshuniformdark_b_0",
3051
+ {
3052
+ displayStringId: "n_shirt_swshuniformdark_b_0_display_name";
3053
+ iconAddress: "n_shirt_swshuniformdark_b_0_icon";
3054
+ }
3055
+ >
3056
+ >;
3057
+ export type AvatarItemDisplayNShirtSwshuniformdefault0 = S<
3058
+ AvatarItemDisplay<
3059
+ "N_DISPLAY_n_shirt_swshuniformdefault_0",
3060
+ {
3061
+ displayStringId: "n_shirt_swshuniformdefault_0_display_name";
3062
+ iconAddress: "n_shirt_swshuniformdefault_0_icon";
3063
+ }
3064
+ >
3065
+ >;
3066
+ export type AvatarItemDisplayNShirtSwshuniformdragon0 = S<
3067
+ AvatarItemDisplay<
3068
+ "N_DISPLAY_n_shirt_swshuniformdragon_0",
3069
+ {
3070
+ displayStringId: "n_shirt_swshuniformdragon_0_display_name";
3071
+ iconAddress: "n_shirt_swshuniformdragon_0_icon";
3072
+ }
3073
+ >
3074
+ >;
3075
+ export type AvatarItemDisplayNShirtSylveonitems0 = S<
3076
+ AvatarItemDisplay<
3077
+ "N_DISPLAY_n_shirt_sylveonitems_0",
3078
+ {
3079
+ displayStringId: "n_shirt_sylveonitems_0_display_name";
3080
+ iconAddress: "n_shirt_sylveonitems_0_icon";
3081
+ }
3082
+ >
3083
+ >;
3084
+ export type AvatarItemDisplayNShirtTandemausitems0 = S<
3085
+ AvatarItemDisplay<
3086
+ "N_DISPLAY_n_shirt_tandemausitems_0",
3087
+ {
3088
+ displayStringId: "AVATAR_TandemausHoodie";
3089
+ iconAddress: "n_shirt_tandemausitems_0_icon";
3090
+ }
3091
+ >
3092
+ >;
3093
+ export type AvatarItemDisplayNShirtTanktop0 = S<
3094
+ AvatarItemDisplay<
3095
+ "N_DISPLAY_n_shirt_tanktop_0",
3096
+ {
3097
+ displayStringId: "n_shirt_tanktop_2_display_name";
3098
+ iconAddress: "n_shirt_tanktop_0_icon";
3099
+ }
3100
+ >
3101
+ >;
3102
+ export type AvatarItemDisplayNShirtTanktop1 = S<
3103
+ AvatarItemDisplay<
3104
+ "N_DISPLAY_n_shirt_tanktop_1",
3105
+ {
3106
+ displayStringId: "n_shirt_tanktop_2_display_name";
3107
+ iconAddress: "n_shirt_tanktop_1_icon";
3108
+ }
3109
+ >
3110
+ >;
3111
+ export type AvatarItemDisplayNShirtTanktop2 = S<
3112
+ AvatarItemDisplay<
3113
+ "N_DISPLAY_n_shirt_tanktop_2",
3114
+ {
3115
+ displayStringId: "n_shirt_tanktop_2_display_name";
3116
+ iconAddress: "n_shirt_tanktop_2_icon";
3117
+ }
3118
+ >
3119
+ >;
3120
+ export type AvatarItemDisplayNShirtTanktopCharizard0 = S<
3121
+ AvatarItemDisplay<
3122
+ "N_DISPLAY_n_shirt_tanktop-charizard_0",
3123
+ {
3124
+ displayStringId: "n_shirt_tanktop-charizard_2_display_name";
3125
+ iconAddress: "n_shirt_tanktop-charizard_0_icon";
3126
+ }
3127
+ >
3128
+ >;
3129
+ export type AvatarItemDisplayNShirtTanktopCharizard1 = S<
3130
+ AvatarItemDisplay<
3131
+ "N_DISPLAY_n_shirt_tanktop-charizard_1",
3132
+ {
3133
+ displayStringId: "n_shirt_tanktop-charizard_2_display_name";
3134
+ iconAddress: "n_shirt_tanktop-charizard_1_icon";
3135
+ }
3136
+ >
3137
+ >;
3138
+ export type AvatarItemDisplayNShirtTanktopCharizard2 = S<
3139
+ AvatarItemDisplay<
3140
+ "N_DISPLAY_n_shirt_tanktop-charizard_2",
3141
+ {
3142
+ displayStringId: "n_shirt_tanktop-charizard_2_display_name";
3143
+ iconAddress: "n_shirt_tanktop-charizard_2_icon";
3144
+ }
3145
+ >
3146
+ >;
3147
+ export type AvatarItemDisplayNShirtTanktopPikachu0 = S<
3148
+ AvatarItemDisplay<
3149
+ "N_DISPLAY_n_shirt_tanktop-pikachu_0",
3150
+ {
3151
+ displayStringId: "n_shirt_tanktop-pikachu_2_display_name";
3152
+ iconAddress: "n_shirt_tanktop-pikachu_0_icon";
3153
+ }
3154
+ >
3155
+ >;
3156
+ export type AvatarItemDisplayNShirtTanktopPikachu1 = S<
3157
+ AvatarItemDisplay<
3158
+ "N_DISPLAY_n_shirt_tanktop-pikachu_1",
3159
+ {
3160
+ displayStringId: "n_shirt_tanktop-pikachu_2_display_name";
3161
+ iconAddress: "n_shirt_tanktop-pikachu_1_icon";
3162
+ }
3163
+ >
3164
+ >;
3165
+ export type AvatarItemDisplayNShirtTanktopPikachu2 = S<
3166
+ AvatarItemDisplay<
3167
+ "N_DISPLAY_n_shirt_tanktop-pikachu_2",
3168
+ {
3169
+ displayStringId: "n_shirt_tanktop-pikachu_2_display_name";
3170
+ iconAddress: "n_shirt_tanktop-pikachu_2_icon";
3171
+ }
3172
+ >
3173
+ >;
3174
+ export type AvatarItemDisplayNShirtTcgcollabtshirtandcap0 = S<
3175
+ AvatarItemDisplay<
3176
+ "N_DISPLAY_n_shirt_tcgcollabtshirtandcap_0",
3177
+ {
3178
+ displayStringId: "n_shirt_tcgcollabtshirtandcap_0_display_name";
3179
+ iconAddress: "n_shirt_tcgcollabtshirtandcap_0_icon";
3180
+ }
3181
+ >
3182
+ >;
3183
+ export type AvatarItemDisplayNShirtTeamaquaA0 = S<
3184
+ AvatarItemDisplay<
3185
+ "N_DISPLAY_n_shirt_teamaqua_a_0",
3186
+ {
3187
+ displayStringId: "n_shirt_teamaqua_a_0_display_name";
3188
+ iconAddress: "n_shirt_teamaqua_a_0_icon";
3189
+ }
3190
+ >
3191
+ >;
3192
+ export type AvatarItemDisplayNShirtTeamaquaB0 = S<
3193
+ AvatarItemDisplay<
3194
+ "N_DISPLAY_n_shirt_teamaqua_b_0",
3195
+ {
3196
+ displayStringId: "n_shirt_teamaqua_b_0_display_name";
3197
+ iconAddress: "n_shirt_teamaqua_b_0_icon";
3198
+ }
3199
+ >
3200
+ >;
3201
+ export type AvatarItemDisplayNShirtTeamblancheA0 = S<
3202
+ AvatarItemDisplay<
3203
+ "N_DISPLAY_n_shirt_teamblanche_a_0",
3204
+ {
3205
+ displayStringId: "n_shirt_teamblanche_a_0_display_name";
3206
+ iconAddress: "n_shirt_teamblanche_a_0_icon";
3207
+ }
3208
+ >
3209
+ >;
3210
+ export type AvatarItemDisplayNShirtTeamblancheB0 = S<
3211
+ AvatarItemDisplay<
3212
+ "N_DISPLAY_n_shirt_teamblanche_b_0",
3213
+ {
3214
+ displayStringId: "n_shirt_teamblanche_b_0_display_name";
3215
+ iconAddress: "n_shirt_teamblanche_b_0_icon";
3216
+ }
3217
+ >
3218
+ >;
3219
+ export type AvatarItemDisplayNShirtTeamcandelaA0 = S<
3220
+ AvatarItemDisplay<
3221
+ "N_DISPLAY_n_shirt_teamcandela_a_0",
3222
+ {
3223
+ displayStringId: "n_shirt_teamcandela_a_0_display_name";
3224
+ iconAddress: "n_shirt_teamcandela_a_0_icon";
3225
+ }
3226
+ >
3227
+ >;
3228
+ export type AvatarItemDisplayNShirtTeamcandelaB0 = S<
3229
+ AvatarItemDisplay<
3230
+ "N_DISPLAY_n_shirt_teamcandela_b_0",
3231
+ {
3232
+ displayStringId: "n_shirt_teamcandela_b_0_display_name";
3233
+ iconAddress: "n_shirt_teamcandela_b_0_icon";
3234
+ }
3235
+ >
3236
+ >;
3237
+ export type AvatarItemDisplayNShirtTeammagmaA0 = S<
3238
+ AvatarItemDisplay<
3239
+ "N_DISPLAY_n_shirt_teammagma_a_0",
3240
+ {
3241
+ displayStringId: "n_shirt_teammagma_a_0_display_name";
3242
+ iconAddress: "n_shirt_teammagma_a_0_icon";
3243
+ }
3244
+ >
3245
+ >;
3246
+ export type AvatarItemDisplayNShirtTeammagmaB0 = S<
3247
+ AvatarItemDisplay<
3248
+ "N_DISPLAY_n_shirt_teammagma_b_0",
3249
+ {
3250
+ displayStringId: "n_shirt_teammagma_b_0_display_name";
3251
+ iconAddress: "n_shirt_teammagma_b_0_icon";
3252
+ }
3253
+ >
3254
+ >;
3255
+ export type AvatarItemDisplayNShirtTeamrocketA0 = S<
3256
+ AvatarItemDisplay<
3257
+ "N_DISPLAY_n_shirt_teamrocket_a_0",
3258
+ {
3259
+ displayStringId: "n_shirt_teamrocket_a_0_display_name";
3260
+ iconAddress: "n_shirt_teamrocket_a_0_icon";
3261
+ }
3262
+ >
3263
+ >;
3264
+ export type AvatarItemDisplayNShirtTeamrocketA1 = S<
3265
+ AvatarItemDisplay<
3266
+ "N_DISPLAY_n_shirt_teamrocket_a_1",
3267
+ {
3268
+ displayStringId: "n_shirt_teamrocket_a_1_display_name";
3269
+ iconAddress: "n_shirt_teamrocket_a_1_icon";
3270
+ }
3271
+ >
3272
+ >;
3273
+ export type AvatarItemDisplayNShirtTeamrocketB0 = S<
3274
+ AvatarItemDisplay<
3275
+ "N_DISPLAY_n_shirt_teamrocket_b_0",
3276
+ {
3277
+ displayStringId: "n_shirt_teamrocket_b_0_display_name";
3278
+ iconAddress: "n_shirt_teamrocket_b_0_icon";
3279
+ }
3280
+ >
3281
+ >;
3282
+ export type AvatarItemDisplayNShirtTeamrocketB1 = S<
3283
+ AvatarItemDisplay<
3284
+ "N_DISPLAY_n_shirt_teamrocket_b_1",
3285
+ {
3286
+ displayStringId: "n_shirt_teamrocket_b_1_display_name";
3287
+ iconAddress: "n_shirt_teamrocket_b_1_icon";
3288
+ }
3289
+ >
3290
+ >;
3291
+ export type AvatarItemDisplayNShirtTeamskull0 = S<
3292
+ AvatarItemDisplay<
3293
+ "N_DISPLAY_n_shirt_teamskull_0",
3294
+ {
3295
+ displayStringId: "n_shirt_teamskull_0_display_name";
3296
+ iconAddress: "n_shirt_teamskull_0_icon";
3297
+ }
3298
+ >
3299
+ >;
3300
+ export type AvatarItemDisplayNShirtTeamsparkA0 = S<
3301
+ AvatarItemDisplay<
3302
+ "N_DISPLAY_n_shirt_teamspark_a_0",
3303
+ {
3304
+ displayStringId: "n_shirt_teamspark_a_0_display_name";
3305
+ iconAddress: "n_shirt_teamspark_a_0_icon";
3306
+ }
3307
+ >
3308
+ >;
3309
+ export type AvatarItemDisplayNShirtTeamsparkB0 = S<
3310
+ AvatarItemDisplay<
3311
+ "N_DISPLAY_n_shirt_teamspark_b_0",
3312
+ {
3313
+ displayStringId: "n_shirt_teamspark_b_0_display_name";
3314
+ iconAddress: "n_shirt_teamspark_b_0_icon";
3315
+ }
3316
+ >
3317
+ >;
3318
+ export type AvatarItemDisplayNShirtTeamyellgruntsCropped0 = S<
3319
+ AvatarItemDisplay<
3320
+ "N_DISPLAY_n_shirt_teamyellgrunts-cropped_0",
3321
+ {
3322
+ displayStringId: "avatar_shirt_teamyellcrop";
3323
+ iconAddress: "n_shirt_teamyellgrunts-cropped_0_icon";
3324
+ }
3325
+ >
3326
+ >;
3327
+ export type AvatarItemDisplayNShirtTeamyellgruntsLong0 = S<
3328
+ AvatarItemDisplay<
3329
+ "N_DISPLAY_n_shirt_teamyellgrunts-long_0",
3330
+ {
3331
+ displayStringId: "avatar_shirt_teamyellshirt";
3332
+ iconAddress: "n_shirt_teamyellgrunts-long_0_icon";
3333
+ }
3334
+ >
3335
+ >;
3336
+ export type AvatarItemDisplayNShirtTogepihoodie0 = S<
3337
+ AvatarItemDisplay<
3338
+ "N_DISPLAY_n_shirt_togepihoodie_0",
3339
+ {
3340
+ displayStringId: "n_shirt_togepihoodie_0_display_name";
3341
+ iconAddress: "n_shirt_togepihoodie_0_icon";
3342
+ }
3343
+ >
3344
+ >;
3345
+ export type AvatarItemDisplayNShirtTracksuitsgroudon0 = S<
3346
+ AvatarItemDisplay<
3347
+ "N_DISPLAY_n_shirt_tracksuitsgroudon_0",
3348
+ {
3349
+ displayStringId: "n_shirt_tracksuitsgroudon_0_display_name";
3350
+ iconAddress: "n_shirt_tracksuitsgroudon_0_icon";
3351
+ }
3352
+ >
3353
+ >;
3354
+ export type AvatarItemDisplayNShirtTracksuitskyogre0 = S<
3355
+ AvatarItemDisplay<
3356
+ "N_DISPLAY_n_shirt_tracksuitskyogre_0",
3357
+ {
3358
+ displayStringId: "n_shirt_tracksuitskyogre_0_display_name";
3359
+ iconAddress: "n_shirt_tracksuitskyogre_0_icon";
3360
+ }
3361
+ >
3362
+ >;
3363
+ export type AvatarItemDisplayNShirtTshirtCycling0 = S<
3364
+ AvatarItemDisplay<
3365
+ "N_DISPLAY_n_shirt_tshirt-cycling_0",
3366
+ {
3367
+ displayStringId: "n_shirt_tshirt_cycling_0_display_name";
3368
+ iconAddress: "n_shirt_tshirt-cycling_0_icon";
3369
+ }
3370
+ >
3371
+ >;
3372
+ export type AvatarItemDisplayNShirtTshirtCycling1 = S<
3373
+ AvatarItemDisplay<
3374
+ "N_DISPLAY_n_shirt_tshirt-cycling_1",
3375
+ {
3376
+ displayStringId: "n_shirt_tshirt_cycling_0_display_name";
3377
+ iconAddress: "n_shirt_tshirt-cycling_1_icon";
3378
+ }
3379
+ >
3380
+ >;
3381
+ export type AvatarItemDisplayNShirtTshirtCycling2 = S<
3382
+ AvatarItemDisplay<
3383
+ "N_DISPLAY_n_shirt_tshirt-cycling_2",
3384
+ {
3385
+ displayStringId: "n_shirt_tshirt_cycling_0_display_name";
3386
+ iconAddress: "n_shirt_tshirt-cycling_2_icon";
3387
+ }
3388
+ >
3389
+ >;
3390
+ export type AvatarItemDisplayNShirtTshirtCycling3 = S<
3391
+ AvatarItemDisplay<
3392
+ "N_DISPLAY_n_shirt_tshirt-cycling_3",
3393
+ {
3394
+ displayStringId: "n_shirt_tshirt_cycling_0_display_name";
3395
+ iconAddress: "n_shirt_tshirt-cycling_3_icon";
3396
+ }
3397
+ >
3398
+ >;
3399
+ export type AvatarItemDisplayNShirtTshirtFestChicago20170 = S<
3400
+ AvatarItemDisplay<
3401
+ "N_DISPLAY_n_shirt_tshirt-fest-chicago-2017_0",
3402
+ {
3403
+ displayStringId: "n_shirt_tshirt-fest-chicago-2017_0_display_name";
3404
+ iconAddress: "n_shirt_tshirtfestchicago_2017_icon";
3405
+ }
3406
+ >
3407
+ >;
3408
+ export type AvatarItemDisplayNShirtTshirtFestChicago20180 = S<
3409
+ AvatarItemDisplay<
3410
+ "N_DISPLAY_n_shirt_tshirt-fest-chicago-2018_0",
3411
+ {
3412
+ displayStringId: "n_shirt_tshirt-fest-chicago-2018_0_display_name";
3413
+ iconAddress: "n_shirt_tshirtfestchicago_2018_icon";
3414
+ }
3415
+ >
3416
+ >;
3417
+ export type AvatarItemDisplayNShirtTshirtGeometric0 = S<
3418
+ AvatarItemDisplay<
3419
+ "N_DISPLAY_n_shirt_tshirt-geometric_0",
3420
+ {
3421
+ displayStringId: "n_shirt_tshirt-geometric_0_display_name";
3422
+ iconAddress: "n_shirt_tshirt-geometric_0_icon";
3423
+ }
3424
+ >
3425
+ >;
3426
+ export type AvatarItemDisplayNShirtTshirtGeometric1 = S<
3427
+ AvatarItemDisplay<
3428
+ "N_DISPLAY_n_shirt_tshirt-geometric_1",
3429
+ {
3430
+ displayStringId: "n_shirt_tshirt-geometric_0_display_name";
3431
+ iconAddress: "n_shirt_tshirt-geometric_1_icon";
3432
+ }
3433
+ >
3434
+ >;
3435
+ export type AvatarItemDisplayNShirtTshirtGeometric2 = S<
3436
+ AvatarItemDisplay<
3437
+ "N_DISPLAY_n_shirt_tshirt-geometric_2",
3438
+ {
3439
+ displayStringId: "n_shirt_tshirt-geometric_0_display_name";
3440
+ iconAddress: "n_shirt_tshirt-geometric_2_icon";
3441
+ }
3442
+ >
3443
+ >;
3444
+ export type AvatarItemDisplayNShirtTshirtGlobalGoals20170 = S<
3445
+ AvatarItemDisplay<
3446
+ "N_DISPLAY_n_shirt_tshirt-global-goals-2017_0",
3447
+ {
3448
+ displayStringId: "n_shirt_tshirt-global-goals-2017_0_display_name";
3449
+ iconAddress: "n_shirt_tshirtglobalgoals_2017_icon";
3450
+ }
3451
+ >
3452
+ >;
3453
+ export type AvatarItemDisplayNShirtTshirtInstinct0 = S<
3454
+ AvatarItemDisplay<
3455
+ "N_DISPLAY_n_shirt_tshirt-instinct_0",
3456
+ {
3457
+ displayStringId: "n_shirt_tshirt-instinct_0_display_name";
3458
+ iconAddress: "n_shirt_tshirtinstinct_0_icon";
3459
+ }
3460
+ >
3461
+ >;
3462
+ export type AvatarItemDisplayNShirtTshirtMystic0 = S<
3463
+ AvatarItemDisplay<
3464
+ "N_DISPLAY_n_shirt_tshirt-mystic_0",
3465
+ {
3466
+ displayStringId: "n_shirt_tshirt-mystic_0_display_name";
3467
+ iconAddress: "n_shirt_tshirtmystic_0_icon";
3468
+ }
3469
+ >
3470
+ >;
3471
+ export type AvatarItemDisplayNShirtTshirtPikachu0 = S<
3472
+ AvatarItemDisplay<
3473
+ "N_DISPLAY_n_shirt_tshirt-pikachu_0",
3474
+ {
3475
+ displayStringId: "n_shirt_tshirt_pikachu_0_display_name";
3476
+ iconAddress: "n_shirt_tshirt-pikachu_0_icon";
3477
+ }
3478
+ >
3479
+ >;
3480
+ export type AvatarItemDisplayNShirtTshirtPikachu1 = S<
3481
+ AvatarItemDisplay<
3482
+ "N_DISPLAY_n_shirt_tshirt-pikachu_1",
3483
+ {
3484
+ displayStringId: "n_shirt_tshirt_pikachu_0_display_name";
3485
+ iconAddress: "n_shirt_tshirt-pikachu_1_icon";
3486
+ }
3487
+ >
3488
+ >;
3489
+ export type AvatarItemDisplayNShirtTshirtPikachu2 = S<
3490
+ AvatarItemDisplay<
3491
+ "N_DISPLAY_n_shirt_tshirt-pikachu_2",
3492
+ {
3493
+ displayStringId: "n_shirt_tshirt_pikachu_0_display_name";
3494
+ iconAddress: "n_shirt_tshirt-pikachu_2_icon";
3495
+ }
3496
+ >
3497
+ >;
3498
+ export type AvatarItemDisplayNShirtTshirtPikachu3 = S<
3499
+ AvatarItemDisplay<
3500
+ "N_DISPLAY_n_shirt_tshirt-pikachu_3",
3501
+ {
3502
+ displayStringId: "n_shirt_tshirt_pikachu_0_display_name";
3503
+ iconAddress: "n_shirt_tshirt-pikachu_3_icon";
3504
+ }
3505
+ >
3506
+ >;
3507
+ export type AvatarItemDisplayNShirtTshirtPikachu4 = S<
3508
+ AvatarItemDisplay<
3509
+ "N_DISPLAY_n_shirt_tshirt-pikachu_4",
3510
+ {
3511
+ displayStringId: "n_shirt_tshirt_pikachu_0_display_name";
3512
+ iconAddress: "n_shirt_tshirt-pikachu_4_icon";
3513
+ }
3514
+ >
3515
+ >;
3516
+ export type AvatarItemDisplayNShirtTshirtPikachu5 = S<
3517
+ AvatarItemDisplay<
3518
+ "N_DISPLAY_n_shirt_tshirt-pikachu_5",
3519
+ {
3520
+ displayStringId: "n_shirt_tshirt_pikachu_0_display_name";
3521
+ iconAddress: "n_shirt_tshirt-pikachu_5_icon";
3522
+ }
3523
+ >
3524
+ >;
3525
+ export type AvatarItemDisplayNShirtTshirtPikachu6 = S<
3526
+ AvatarItemDisplay<
3527
+ "N_DISPLAY_n_shirt_tshirt-pikachu_6",
3528
+ {
3529
+ displayStringId: "n_shirt_tshirt_pikachu_0_display_name";
3530
+ iconAddress: "n_shirt_tshirt-pikachu_6_icon";
3531
+ }
3532
+ >
3533
+ >;
3534
+ export type AvatarItemDisplayNShirtTshirtValor0 = S<
3535
+ AvatarItemDisplay<
3536
+ "N_DISPLAY_n_shirt_tshirt-valor_0",
3537
+ {
3538
+ displayStringId: "n_shirt_tshirt-valor_0_display_name";
3539
+ iconAddress: "n_shirt_tshirtvalor_0_icon";
3540
+ }
3541
+ >
3542
+ >;
3543
+ export type AvatarItemDisplayNShirtTurtleneck300 = S<
3544
+ AvatarItemDisplay<
3545
+ "N_DISPLAY_n_shirt_turtleneck-30_0",
3546
+ {
3547
+ displayStringId: "n_shirt_turtleneck-30_0_display_name";
3548
+ iconAddress: "n_shirt_turtleneck-30_0_icon";
3549
+ }
3550
+ >
3551
+ >;
3552
+ export type AvatarItemDisplayNShirtTurtleneck301 = S<
3553
+ AvatarItemDisplay<
3554
+ "N_DISPLAY_n_shirt_turtleneck-30_1",
3555
+ {
3556
+ displayStringId: "n_shirt_turtleneck-30_0_display_name";
3557
+ iconAddress: "n_shirt_turtleneck-30_1_icon";
3558
+ }
3559
+ >
3560
+ >;
3561
+ export type AvatarItemDisplayNShirtTurtleneck302 = S<
3562
+ AvatarItemDisplay<
3563
+ "N_DISPLAY_n_shirt_turtleneck-30_2",
3564
+ {
3565
+ displayStringId: "n_shirt_turtleneck-30_0_display_name";
3566
+ iconAddress: "n_shirt_turtleneck-30_2_icon";
3567
+ }
3568
+ >
3569
+ >;
3570
+ export type AvatarItemDisplayNShirtTurtleneck303 = S<
3571
+ AvatarItemDisplay<
3572
+ "N_DISPLAY_n_shirt_turtleneck-30_3",
3573
+ {
3574
+ displayStringId: "n_shirt_turtleneck-30_0_display_name";
3575
+ iconAddress: "n_shirt_turtleneck-30_3_icon";
3576
+ }
3577
+ >
3578
+ >;
3579
+ export type AvatarItemDisplayNShirtTurtwigonesie0 = S<
3580
+ AvatarItemDisplay<
3581
+ "N_DISPLAY_n_shirt_turtwigonesie_0",
3582
+ {
3583
+ displayStringId: "n_shirt_turtwigonesie_0_display_name";
3584
+ iconAddress: "n_shirt_turtwigonesie_0_icon";
3585
+ }
3586
+ >
3587
+ >;
3588
+ export type AvatarItemDisplayNShirtUglysweatersudowoodo0 = S<
3589
+ AvatarItemDisplay<
3590
+ "N_DISPLAY_n_shirt_uglysweatersudowoodo_0",
3591
+ {
3592
+ displayStringId: "avatar_shirt_sweatersudowoodo";
3593
+ iconAddress: "n_shirt_uglysweatersudowoodo_0_icon";
3594
+ }
3595
+ >
3596
+ >;
3597
+ export type AvatarItemDisplayNShirtUltraA0 = S<
3598
+ AvatarItemDisplay<
3599
+ "N_DISPLAY_n_shirt_ultra_a_0",
3600
+ {
3601
+ displayStringId: "n_shirt_ultra_a_0_display_name";
3602
+ iconAddress: "n_shirt_ultra_a_0_icon";
3603
+ }
3604
+ >
3605
+ >;
3606
+ export type AvatarItemDisplayNShirtUltraB0 = S<
3607
+ AvatarItemDisplay<
3608
+ "N_DISPLAY_n_shirt_ultra_b_0",
3609
+ {
3610
+ displayStringId: "n_shirt_ultra_b_0_display_name";
3611
+ iconAddress: "n_shirt_ultra_b_0_icon";
3612
+ }
3613
+ >
3614
+ >;
3615
+ export type AvatarItemDisplayNShirtUltrareconsquad0 = S<
3616
+ AvatarItemDisplay<
3617
+ "N_DISPLAY_n_shirt_ultrareconsquad_0",
3618
+ {
3619
+ displayStringId: "n_shirt_ultrareconsquad_b_0_display_name";
3620
+ iconAddress: "n_shirt_ultrareconsquad_0_icon";
3621
+ }
3622
+ >
3623
+ >;
3624
+ export type AvatarItemDisplayNShirtUniqlotshirts0 = S<
3625
+ AvatarItemDisplay<
3626
+ "N_DISPLAY_n_shirt_uniqlotshirts_0",
3627
+ {
3628
+ displayStringId: "n_shirt_uniqlotshirts_0_display_name";
3629
+ iconAddress: "n_shirt_uniqlotshirts_0_icon";
3630
+ }
3631
+ >
3632
+ >;
3633
+ export type AvatarItemDisplayNShirtUniqlotshirts1 = S<
3634
+ AvatarItemDisplay<
3635
+ "N_DISPLAY_n_shirt_uniqlotshirts_1",
3636
+ {
3637
+ displayStringId: "n_shirt_uniqlotshirts_1_display_name";
3638
+ iconAddress: "n_shirt_uniqlotshirts_1_icon";
3639
+ }
3640
+ >
3641
+ >;
3642
+ export type AvatarItemDisplayNShirtUniqlotshirts2 = S<
3643
+ AvatarItemDisplay<
3644
+ "N_DISPLAY_n_shirt_uniqlotshirts_2",
3645
+ {
3646
+ displayStringId: "n_shirt_uniqlotshirts_2_display_name";
3647
+ iconAddress: "n_shirt_uniqlotshirts_2_icon";
3648
+ }
3649
+ >
3650
+ >;
3651
+ export type AvatarItemDisplayNShirtUnwto0 = S<
3652
+ AvatarItemDisplay<
3653
+ "N_DISPLAY_n_shirt_unwto_0",
3654
+ {
3655
+ displayStringId: "n_shirt_unwto_0_display_name";
3656
+ iconAddress: "n_shirt_unwto_0_icon";
3657
+ }
3658
+ >
3659
+ >;
3660
+ export type AvatarItemDisplayNShirtValentine20230 = S<
3661
+ AvatarItemDisplay<
3662
+ "N_DISPLAY_n_shirt_valentine2023_0",
3663
+ {
3664
+ displayStringId: "n_shirt_valentine2023_0_display_name";
3665
+ iconAddress: "n_shirt_valentine2023_0_icon";
3666
+ }
3667
+ >
3668
+ >;
3669
+ export type AvatarItemDisplayNShirtVerizon20200 = S<
3670
+ AvatarItemDisplay<
3671
+ "N_DISPLAY_n_shirt_verizon2020_0",
3672
+ {
3673
+ displayStringId: "n_shirt_verizon2020_0_display_name";
3674
+ iconAddress: "n_shirt_verizon2020sweater_0_icon";
3675
+ }
3676
+ >
3677
+ >;
3678
+ export type AvatarItemDisplayNShirtVeterantrainerxyA0 = S<
3679
+ AvatarItemDisplay<
3680
+ "N_DISPLAY_n_shirt_veterantrainerxy_a_0",
3681
+ {
3682
+ displayStringId: "n_shirt_veterantrainerxy_a_0_display_name";
3683
+ iconAddress: "n_shirt_veterantrainerxy_a_0_icon";
3684
+ }
3685
+ >
3686
+ >;
3687
+ export type AvatarItemDisplayNShirtVeterantrainerxyB0 = S<
3688
+ AvatarItemDisplay<
3689
+ "N_DISPLAY_n_shirt_veterantrainerxy_b_0",
3690
+ {
3691
+ displayStringId: "n_shirt_veterantrainerxy_b_0_display_name";
3692
+ iconAddress: "n_shirt_veterantrainerxy_b_0_icon";
3693
+ }
3694
+ >
3695
+ >;
3696
+ export type AvatarItemDisplayNShirtVictinitshirts0 = S<
3697
+ AvatarItemDisplay<
3698
+ "N_DISPLAY_n_shirt_victinitshirts_0",
3699
+ {
3700
+ displayStringId: "n_shirt_victinitshirts_0_display_name";
3701
+ iconAddress: "n_shirt_victinitshirts_0_icon";
3702
+ }
3703
+ >
3704
+ >;
3705
+ export type AvatarItemDisplayNShirtVolcaniontshirt0 = S<
3706
+ AvatarItemDisplay<
3707
+ "N_DISPLAY_n_shirt_volcaniontshirt_0",
3708
+ {
3709
+ displayStringId: "avatar_shirt_volcanion";
3710
+ iconAddress: "n_shirt_volcaniontshirt_0_icon";
3711
+ }
3712
+ >
3713
+ >;
3714
+ export type AvatarItemDisplayNShirtWcs20220 = S<
3715
+ AvatarItemDisplay<
3716
+ "N_DISPLAY_n_shirt_wcs2022_0",
3717
+ {
3718
+ displayStringId: "n_shirt_wcs2022_0_display_name";
3719
+ iconAddress: "n_shirt_wcs2022_0_icon";
3720
+ }
3721
+ >
3722
+ >;
3723
+ export type AvatarItemDisplayNShirtWcs2022tshirtbulu0 = S<
3724
+ AvatarItemDisplay<
3725
+ "N_DISPLAY_n_shirt_wcs2022tshirtbulu_0",
3726
+ {
3727
+ displayStringId: "n_shirt_wcs2022tshirtbulu_0_display_name";
3728
+ iconAddress: "n_shirt_wcs2022tshirtbulu_0_icon";
3729
+ }
3730
+ >
3731
+ >;
3732
+ export type AvatarItemDisplayNShirtWcs2022tshirtred0 = S<
3733
+ AvatarItemDisplay<
3734
+ "N_DISPLAY_n_shirt_wcs2022tshirtred_0",
3735
+ {
3736
+ displayStringId: "n_shirt_wcs2022tshirtred_0_display_name";
3737
+ iconAddress: "n_shirt_wcs2022tshirtred_0_icon";
3738
+ }
3739
+ >
3740
+ >;
3741
+ export type AvatarItemDisplayNShirtWcs2022winnersitems0 = S<
3742
+ AvatarItemDisplay<
3743
+ "N_DISPLAY_n_shirt_wcs2022winnersitems_0",
3744
+ {
3745
+ displayStringId: "n_shirt_wcs2022winnersitems_0_display_name";
3746
+ iconAddress: "n_shirt_wcs2022winnersitems_0_icon";
3747
+ }
3748
+ >
3749
+ >;
3750
+ export type AvatarItemDisplayNShirtWcs20230 = S<
3751
+ AvatarItemDisplay<
3752
+ "N_DISPLAY_n_shirt_wcs2023_0",
3753
+ {
3754
+ displayStringId: "n_shirt_wcs2023_0_display_name";
3755
+ iconAddress: "n_shirt_wcs2023_0_icon";
3756
+ }
3757
+ >
3758
+ >;
3759
+ export type AvatarItemDisplayNShirtWcs2023promotshirt00 = S<
3760
+ AvatarItemDisplay<
3761
+ "N_DISPLAY_n_shirt_wcs2023promotshirt-0_0",
3762
+ {
3763
+ displayStringId: "n_shirt_wcs2023promotshirt-0_0_display_name";
3764
+ iconAddress: "n_shirt_wcs2023promotshirt_0_icon";
3765
+ }
3766
+ >
3767
+ >;
3768
+ export type AvatarItemDisplayNShirtWcs2023promotshirt10 = S<
3769
+ AvatarItemDisplay<
3770
+ "N_DISPLAY_n_shirt_wcs2023promotshirt-1_0",
3771
+ {
3772
+ displayStringId: "n_shirt_wcs2023promotshirt-1_0_display_name";
3773
+ iconAddress: "n_shirt_wcs2023promotshirt01_0_icon";
3774
+ }
3775
+ >
3776
+ >;
3777
+ export type AvatarItemDisplayNShirtWcs2023sukajan0 = S<
3778
+ AvatarItemDisplay<
3779
+ "N_DISPLAY_n_shirt_wcs2023sukajan_0",
3780
+ {
3781
+ displayStringId: "n_shirt_wcs2023sukajan_0_display_name";
3782
+ iconAddress: "n_shirt_wcs2023sukajan_0_icon";
3783
+ }
3784
+ >
3785
+ >;
3786
+ export type AvatarItemDisplayNShirtWcs2023winnersitems0 = S<
3787
+ AvatarItemDisplay<
3788
+ "N_DISPLAY_n_shirt_wcs2023winnersitems_0",
3789
+ {
3790
+ displayStringId: "n_shirt_wcs2023winnersitems_0_display_name";
3791
+ iconAddress: "n_shirt_wcs2023winnersitems_0_icon";
3792
+ }
3793
+ >
3794
+ >;
3795
+ export type AvatarItemDisplayNShirtWcs20240 = S<
3796
+ AvatarItemDisplay<
3797
+ "N_DISPLAY_n_shirt_wcs2024_0",
3798
+ {
3799
+ displayStringId: "N_WCSTee_Regional";
3800
+ iconAddress: "n_shirt_wcs2024_0_icon";
3801
+ }
3802
+ >
3803
+ >;
3804
+ export type AvatarItemDisplayNShirtWcs2024championshipshirtBlue0 = S<
3805
+ AvatarItemDisplay<
3806
+ "N_DISPLAY_n_shirt_wcs2024championshipshirt-blue_0",
3807
+ {
3808
+ displayStringId: "avatar_tshirt_wcs2024blue";
3809
+ iconAddress: "n_shirt_wcs2024championshipshirt-blue_0_icon";
3810
+ }
3811
+ >
3812
+ >;
3813
+ export type AvatarItemDisplayNShirtWcs2024championshipshirtWhite0 = S<
3814
+ AvatarItemDisplay<
3815
+ "N_DISPLAY_n_shirt_wcs2024championshipshirt-white_0",
3816
+ {
3817
+ displayStringId: "avatar_tshirt_wcs2024white";
3818
+ iconAddress: "n_shirt_wcs2024championshipshirt-white_0_icon";
3819
+ }
3820
+ >
3821
+ >;
3822
+ export type AvatarItemDisplayNShirtWcs2024paiditems0 = S<
3823
+ AvatarItemDisplay<
3824
+ "N_DISPLAY_n_shirt_wcs2024paiditems_0",
3825
+ {
3826
+ displayStringId: "avatar_shirt_wcs2024";
3827
+ iconAddress: "n_shirt_wcs2024paiditems_0_icon";
3828
+ }
3829
+ >
3830
+ >;
3831
+ export type AvatarItemDisplayNShirtWcs2024winnersitems0 = S<
3832
+ AvatarItemDisplay<
3833
+ "N_DISPLAY_n_shirt_wcs2024winnersitems_0",
3834
+ {
3835
+ displayStringId: "avatar_shirt_wcs2024champion";
3836
+ iconAddress: "n_shirt_wcs2024winnersitems_0_icon";
3837
+ }
3838
+ >
3839
+ >;
3840
+ export type AvatarItemDisplayNShirtWcs20250 = S<
3841
+ AvatarItemDisplay<
3842
+ "N_DISPLAY_n_shirt_wcs2025_0",
3843
+ {
3844
+ displayStringId: "avatar_shirt_wcsregional2025";
3845
+ iconAddress: "n_shirt_wcs2025_0_icon";
3846
+ }
3847
+ >
3848
+ >;
3849
+ export type AvatarItemDisplayNShirtWcs2025anaheimWhite0 = S<
3850
+ AvatarItemDisplay<
3851
+ "N_DISPLAY_n_shirt_wcs2025anaheim-white_0",
3852
+ {
3853
+ displayStringId: "avatar_shirt_wcs2025white";
3854
+ iconAddress: "n_shirt_wcs2025anaheim-white_0_icon";
3855
+ }
3856
+ >
3857
+ >;
3858
+ export type AvatarItemDisplayNShirtWcs2025anaheimYellow0 = S<
3859
+ AvatarItemDisplay<
3860
+ "N_DISPLAY_n_shirt_wcs2025anaheim-yellow_0",
3861
+ {
3862
+ displayStringId: "avatar_shirt_wcs2025yellow";
3863
+ iconAddress: "n_shirt_wcs2025anaheim-yellow_0_icon";
3864
+ }
3865
+ >
3866
+ >;
3867
+ export type AvatarItemDisplayNShirtWcs2025paiditems0 = S<
3868
+ AvatarItemDisplay<
3869
+ "N_DISPLAY_n_shirt_wcs2025paiditems_0",
3870
+ {
3871
+ displayStringId: "avatar_shirt_wcs2025jersey";
3872
+ iconAddress: "n_shirt_wcs2025paiditems_0_icon";
3873
+ }
3874
+ >
3875
+ >;
3876
+ export type AvatarItemDisplayNShirtWcs2025winnersitems0 = S<
3877
+ AvatarItemDisplay<
3878
+ "N_DISPLAY_n_shirt_wcs2025winnersitems_0",
3879
+ {
3880
+ displayStringId: "avatar_shirt_wcs2025champion";
3881
+ iconAddress: "n_shirt_wcs2025winnersitems_0_icon";
3882
+ }
3883
+ >
3884
+ >;
3885
+ export type AvatarItemDisplayNShirtWcs2026 = S<
3886
+ AvatarItemDisplay<
3887
+ "N_DISPLAY_n_shirt_wcs2026",
3888
+ {
3889
+ displayStringId: "avatar_shirt_wcsregional2026";
3890
+ iconAddress: "n_shirt_wcs2026_icon";
3891
+ }
3892
+ >
3893
+ >;
3894
+ export type AvatarItemDisplayNShirtWcs2027 = S<
3895
+ AvatarItemDisplay<
3896
+ "N_DISPLAY_n_shirt_wcs2027",
3897
+ {
3898
+ displayStringId: "avatar_shirt_wcsregional2027";
3899
+ iconAddress: "n_shirt_wcs2027_icon";
3900
+ }
3901
+ >
3902
+ >;
3903
+ export type AvatarItemDisplayNShirtWcsyokohama0 = S<
3904
+ AvatarItemDisplay<
3905
+ "N_DISPLAY_n_shirt_wcsyokohama_0",
3906
+ {
3907
+ displayStringId: "n_shirt_wcsyokohama_0_display_name";
3908
+ iconAddress: "n_shirt_wcsyokohama_0_icon";
3909
+ }
3910
+ >
3911
+ >;
3912
+ export type AvatarItemDisplayNShirtWhitecoat0 = S<
3913
+ AvatarItemDisplay<
3914
+ "N_DISPLAY_n_shirt_whitecoat_0",
3915
+ {
3916
+ displayStringId: "n_shirt_whitecoat_0_display_name";
3917
+ iconAddress: "n_shirt_whitecoat_0_icon";
3918
+ }
3919
+ >
3920
+ >;
3921
+ export type AvatarItemDisplayNShirtWintersweater20230 = S<
3922
+ AvatarItemDisplay<
3923
+ "N_DISPLAY_n_shirt_wintersweater2023_0",
3924
+ {
3925
+ displayStringId: "n_shirt_wintersweater2023_0_display_name";
3926
+ iconAddress: "n_shirt_wintersweater2023_0_icon";
3927
+ }
3928
+ >
3929
+ >;
3930
+ export type AvatarItemDisplayNShirtYveltaljacket = S<
3931
+ AvatarItemDisplay<
3932
+ "N_DISPLAY_n_shirt_yveltaljacket",
3933
+ {
3934
+ displayStringId: "avatar_shirt_yveltal";
3935
+ iconAddress: "n_shirt_yveltaljacket_icon";
3936
+ }
3937
+ >
3938
+ >;
3939
+ export type AvatarItemDisplayNShirtZacostumeA0 = S<
3940
+ AvatarItemDisplay<
3941
+ "N_DISPLAY_n_shirt_zacostume_a_0",
3942
+ {
3943
+ displayStringId: "avatar_n_shirt_zacostume_a";
3944
+ iconAddress: "n_shirt_zacostume_a_0_icon";
3945
+ }
3946
+ >
3947
+ >;
3948
+ export type AvatarItemDisplayNShirtZacostumeB0 = S<
3949
+ AvatarItemDisplay<
3950
+ "N_DISPLAY_n_shirt_zacostume_b_0",
3951
+ {
3952
+ displayStringId: "avatar_n_shirt_zacostume_b";
3953
+ iconAddress: "n_shirt_zacostume_b_0_icon";
3954
+ }
3955
+ >
3956
+ >;
3957
+ export type AvatarItemDisplayNShirtZeraoratshirt = S<
3958
+ AvatarItemDisplay<
3959
+ "N_DISPLAY_n_shirt_zeraoratshirt",
3960
+ {
3961
+ displayStringId: "avatar_n_shirt_zeraoratshirt";
3962
+ iconAddress: "n_shirt_zeraoratshirt_icon";
3963
+ }
3964
+ >
3965
+ >;
3966
+ export type AvatarItemDisplayNShirtZoruaonesie0 = S<
3967
+ AvatarItemDisplay<
3968
+ "N_DISPLAY_n_shirt_zoruaonesie_0",
3969
+ {
3970
+ displayStringId: "n_shirt_zoruaonesie_0_display_name";
3971
+ iconAddress: "n_shirt_zoruaonesie_0_icon";
3972
+ }
3973
+ >
3974
+ >;
3975
+ export type AvatarItemDisplayNShirtZygarde100items0 = S<
3976
+ AvatarItemDisplay<
3977
+ "N_DISPLAY_n_shirt_zygarde100items_0",
3978
+ {
3979
+ displayStringId: "avatar_shirt_zygarde";
3980
+ iconAddress: "n_shirt_zygarde100items_0_icon";
3981
+ }
3982
+ >
3983
+ >;
3984
+
3985
+ export type AvatarItemDisplayDisplayStringIdShirtMasterfileEntry =
3986
+ | AvatarItemDisplayNShirt6thanniversaryA0
3987
+ | AvatarItemDisplayNShirt6thanniversaryB0
3988
+ | AvatarItemDisplayNShirt7thanniversary0
3989
+ | AvatarItemDisplayNShirt10thanniversaryBeige
3990
+ | AvatarItemDisplayNShirt10thanniversaryYellow
3991
+ | AvatarItemDisplayNShirtAcetrainerbwA0
3992
+ | AvatarItemDisplayNShirtAcetrainerbwB0
3993
+ | AvatarItemDisplayNShirtAcetrainersmA0
3994
+ | AvatarItemDisplayNShirtAcetrainersmB0
3995
+ | AvatarItemDisplayNShirtAllister0
3996
+ | AvatarItemDisplayNShirtAlolacomfey0
3997
+ | AvatarItemDisplayNShirtAnimegou0
3998
+ | AvatarItemDisplayNShirtApplinitems0
3999
+ | AvatarItemDisplayNShirtAseries0
4000
+ | AvatarItemDisplayNShirtBackpackerA0
4001
+ | AvatarItemDisplayNShirtBackpackerB0
4002
+ | AvatarItemDisplayNShirtBallguy0
4003
+ | AvatarItemDisplayNShirtBattlegirl0
4004
+ | AvatarItemDisplayNShirtBeaA0
4005
+ | AvatarItemDisplayNShirtBeaB0
4006
+ | AvatarItemDisplayNShirtBewearcostume0
4007
+ | AvatarItemDisplayNShirtBlackwhite0
4008
+ | AvatarItemDisplayNShirtBlazer0
4009
+ | AvatarItemDisplayNShirtBounsweetitemsA0
4010
+ | AvatarItemDisplayNShirtBounsweetitemsB0
4011
+ | AvatarItemDisplayNShirtBrock0
4012
+ | AvatarItemDisplayNShirtButtondown0
4013
+ | AvatarItemDisplayNShirtBuzzwoleitems0
4014
+ | AvatarItemDisplayNShirtBwn0
4015
+ | AvatarItemDisplayNShirtCasualA0
4016
+ | AvatarItemDisplayNShirtCasualA1
4017
+ | AvatarItemDisplayNShirtCasualA2
4018
+ | AvatarItemDisplayNShirtCasualA3
4019
+ | AvatarItemDisplayNShirtCasualB0
4020
+ | AvatarItemDisplayNShirtCasualB1
4021
+ | AvatarItemDisplayNShirtCasualB2
4022
+ | AvatarItemDisplayNShirtCasualB3
4023
+ | AvatarItemDisplayNShirtCelebi0
4024
+ | AvatarItemDisplayNShirtChimcharonesie0
4025
+ | AvatarItemDisplayNShirtClay0
4026
+ | AvatarItemDisplayNShirtClemont0
4027
+ | AvatarItemDisplayNShirtCofagrigusitems0
4028
+ | AvatarItemDisplayNShirtConcierge0
4029
+ | AvatarItemDisplayNShirtCosmog0
4030
+ | AvatarItemDisplayNShirtCowichansweater0
4031
+ | AvatarItemDisplayNShirtDayofdead0
4032
+ | AvatarItemDisplayNShirtDefaultA0
4033
+ | AvatarItemDisplayNShirtDefaultA1
4034
+ | AvatarItemDisplayNShirtDefaultA2
4035
+ | AvatarItemDisplayNShirtDefaultA3
4036
+ | AvatarItemDisplayNShirtDefaultA4
4037
+ | AvatarItemDisplayNShirtDefaultA5
4038
+ | AvatarItemDisplayNShirtDefaultA6
4039
+ | AvatarItemDisplayNShirtDefaultA7
4040
+ | AvatarItemDisplayNShirtDefaultA8
4041
+ | AvatarItemDisplayNShirtDefaultB0
4042
+ | AvatarItemDisplayNShirtDefaultB1
4043
+ | AvatarItemDisplayNShirtDefaultB2
4044
+ | AvatarItemDisplayNShirtDefaultB3
4045
+ | AvatarItemDisplayNShirtDefaultB4
4046
+ | AvatarItemDisplayNShirtDefaultB5
4047
+ | AvatarItemDisplayNShirtDefaultB6
4048
+ | AvatarItemDisplayNShirtDefaultB7
4049
+ | AvatarItemDisplayNShirtDefaultB8
4050
+ | AvatarItemDisplayNShirtDefaultNew0
4051
+ | AvatarItemDisplayNShirtDelibird0
4052
+ | AvatarItemDisplayNShirtDelibirdonesie0
4053
+ | AvatarItemDisplayNShirtDenimfashionweek20230
4054
+ | AvatarItemDisplayNShirtDenimjacket0
4055
+ | AvatarItemDisplayNShirtDetectivepikachu0
4056
+ | AvatarItemDisplayNShirtDiancie0
4057
+ | AvatarItemDisplayNShirtDisguiseHoodoff0
4058
+ | AvatarItemDisplayNShirtDisguiseHoodon0
4059
+ | AvatarItemDisplayNShirtDivingsuit0
4060
+ | AvatarItemDisplayNShirtDiwali20210
4061
+ | AvatarItemDisplayNShirtDpA0
4062
+ | AvatarItemDisplayNShirtDpB0
4063
+ | AvatarItemDisplayNShirtDrifblim0
4064
+ | AvatarItemDisplayNShirtDudunsparceitem0
4065
+ | AvatarItemDisplayNShirtDusclopsmummy0
4066
+ | AvatarItemDisplayNShirtEarthday20180
4067
+ | AvatarItemDisplayNShirtEeveestshirt000
4068
+ | AvatarItemDisplayNShirtEeveestshirt010
4069
+ | AvatarItemDisplayNShirtEeveestshirt020
4070
+ | AvatarItemDisplayNShirtEeveestshirt030
4071
+ | AvatarItemDisplayNShirtEeveestshirt040
4072
+ | AvatarItemDisplayNShirtEeveestshirt050
4073
+ | AvatarItemDisplayNShirtEeveestshirt060
4074
+ | AvatarItemDisplayNShirtEeveestshirt070
4075
+ | AvatarItemDisplayNShirtEeveestshirt080
4076
+ | AvatarItemDisplayNShirtElesaA0
4077
+ | AvatarItemDisplayNShirtElesaB0
4078
+ | AvatarItemDisplayNShirtEternatussuit0
4079
+ | AvatarItemDisplayNShirtFashionweek20220
4080
+ | AvatarItemDisplayNShirtFashionweek20250
4081
+ | AvatarItemDisplayNShirtFestivaloflights000
4082
+ | AvatarItemDisplayNShirtFestivaloflights010
4083
+ | AvatarItemDisplayNShirtFisher0
4084
+ | AvatarItemDisplayNShirtFlabebepack0
4085
+ | AvatarItemDisplayNShirtFragment0
4086
+ | AvatarItemDisplayNShirtFrlgA0
4087
+ | AvatarItemDisplayNShirtFrlgB0
4088
+ | AvatarItemDisplayNShirtFw2022A0
4089
+ | AvatarItemDisplayNShirtFw2022B0
4090
+ | AvatarItemDisplayNShirtGalarfarfetchditems0
4091
+ | AvatarItemDisplayNShirtGalaxyoutfitA0
4092
+ | AvatarItemDisplayNShirtGalaxyoutfitB0
4093
+ | AvatarItemDisplayNShirtGeeta0
4094
+ | AvatarItemDisplayNShirtGenderlessskirt0
4095
+ | AvatarItemDisplayNShirtGengar0
4096
+ | AvatarItemDisplayNShirtGengaronesie0
4097
+ | AvatarItemDisplayNShirtGiovanniA0
4098
+ | AvatarItemDisplayNShirtGiovanniB0
4099
+ | AvatarItemDisplayNShirtGiratinaitems0
4100
+ | AvatarItemDisplayNShirtGladion0
4101
+ | AvatarItemDisplayNShirtGofest20190
4102
+ | AvatarItemDisplayNShirtGofest20200
4103
+ | AvatarItemDisplayNShirtGofest20210
4104
+ | AvatarItemDisplayNShirtGofest20220
4105
+ | AvatarItemDisplayNShirtGofest20230
4106
+ | AvatarItemDisplayNShirtGofest2024darkgray0
4107
+ | AvatarItemDisplayNShirtGofest2024gray0
4108
+ | AvatarItemDisplayNShirtGofest2024purple0
4109
+ | AvatarItemDisplayNShirtGofest20250
4110
+ | AvatarItemDisplayNShirtGofest2025cream0
4111
+ | AvatarItemDisplayNShirtGofest2026Black
4112
+ | AvatarItemDisplayNShirtGofest2026Purple
4113
+ | AvatarItemDisplayNShirtGofestglobal20230
4114
+ | AvatarItemDisplayNShirtGoteamrocketarloA0
4115
+ | AvatarItemDisplayNShirtGoteamrocketarloB0
4116
+ | AvatarItemDisplayNShirtGoteamrocketcliffA0
4117
+ | AvatarItemDisplayNShirtGoteamrocketcliffB0
4118
+ | AvatarItemDisplayNShirtGoteamrocketsierraA0
4119
+ | AvatarItemDisplayNShirtGoteamrocketsierraB0
4120
+ | AvatarItemDisplayNShirtGothitelleitems0
4121
+ | AvatarItemDisplayNShirtGotour20230
4122
+ | AvatarItemDisplayNShirtGotour20240
4123
+ | AvatarItemDisplayNShirtGotour20250
4124
+ | AvatarItemDisplayNShirtGotour20251
4125
+ | AvatarItemDisplayNShirtGotour20252
4126
+ | AvatarItemDisplayNShirtGotour2026Black0
4127
+ | AvatarItemDisplayNShirtGotour2026Gray0
4128
+ | AvatarItemDisplayNShirtGowa20240
4129
+ | AvatarItemDisplayNShirtGowa20250
4130
+ | AvatarItemDisplayNShirtGowa20251
4131
+ | AvatarItemDisplayNShirtGreedentsweater0
4132
+ | AvatarItemDisplayNShirtGreen0
4133
+ | AvatarItemDisplayNShirtGreencoat0
4134
+ | AvatarItemDisplayNShirtGreenpikavee0
4135
+ | AvatarItemDisplayNShirtGrimsley0
4136
+ | AvatarItemDisplayNShirtGrusha0
4137
+ | AvatarItemDisplayNShirtGtrtshirt20220
4138
+ | AvatarItemDisplayNShirtGtrtshirt20221
4139
+ | AvatarItemDisplayNShirtGuccitshirts0
4140
+ | AvatarItemDisplayNShirtGuzma0
4141
+ | AvatarItemDisplayNShirtGymleaderA0
4142
+ | AvatarItemDisplayNShirtGymleaderA1
4143
+ | AvatarItemDisplayNShirtGymleaderA2
4144
+ | AvatarItemDisplayNShirtGymleaderB0
4145
+ | AvatarItemDisplayNShirtGymleaderB1
4146
+ | AvatarItemDisplayNShirtGymleaderB2
4147
+ | AvatarItemDisplayNShirtHala0
4148
+ | AvatarItemDisplayNShirtHalloween20240
4149
+ | AvatarItemDisplayNShirtHappi0
4150
+ | AvatarItemDisplayNShirtHappi1
4151
+ | AvatarItemDisplayNShirtHappi2
4152
+ | AvatarItemDisplayNShirtHgssA0
4153
+ | AvatarItemDisplayNShirtHgssB0
4154
+ | AvatarItemDisplayNShirtHoliday2022santacostumes0
4155
+ | AvatarItemDisplayNShirtHoliday2024Marshtompsweater0
4156
+ | AvatarItemDisplayNShirtHoliday2024Staryusweater0
4157
+ | AvatarItemDisplayNShirtHoliday2024Wooloojacket0
4158
+ | AvatarItemDisplayNShirtHolifestival2021black0
4159
+ | AvatarItemDisplayNShirtHolifestival2021white0
4160
+ | AvatarItemDisplayNShirtHoopaunboundtshirt0
4161
+ | AvatarItemDisplayNShirtIngo0
4162
+ | AvatarItemDisplayNShirtIngress0
4163
+ | AvatarItemDisplayNShirtIngressE0
4164
+ | AvatarItemDisplayNShirtIngressR0
4165
+ | AvatarItemDisplayNShirtJacketNewyear20220
4166
+ | AvatarItemDisplayNShirtJames0
4167
+ | AvatarItemDisplayNShirtJessie0
4168
+ | AvatarItemDisplayNShirtJirachi0
4169
+ | AvatarItemDisplayNShirtJogger0
4170
+ | AvatarItemDisplayNShirtKeldeotshirt0
4171
+ | AvatarItemDisplayNShirtKorrinaA0
4172
+ | AvatarItemDisplayNShirtKorrinaB0
4173
+ | AvatarItemDisplayNShirtLadiamondoutfitA0
4174
+ | AvatarItemDisplayNShirtLadiamondoutfitB0
4175
+ | AvatarItemDisplayNShirtLana0
4176
+ | AvatarItemDisplayNShirtLapearloutfitA0
4177
+ | AvatarItemDisplayNShirtLapearloutfitB0
4178
+ | AvatarItemDisplayNShirtLasecuritycorpsA0
4179
+ | AvatarItemDisplayNShirtLasecuritycorpsB0
4180
+ | AvatarItemDisplayNShirtLatiasLatios0
4181
+ | AvatarItemDisplayNShirtLegendofarceusA0
4182
+ | AvatarItemDisplayNShirtLegendofarceusB0
4183
+ | AvatarItemDisplayNShirtLongsleevesCharizard0
4184
+ | AvatarItemDisplayNShirtLongsleevesCharizard1
4185
+ | AvatarItemDisplayNShirtLongsleevesCharizard2
4186
+ | AvatarItemDisplayNShirtLongsleevesPikachu0
4187
+ | AvatarItemDisplayNShirtLongsleevesPikachu1
4188
+ | AvatarItemDisplayNShirtLongsleevesPikachu2
4189
+ | AvatarItemDisplayNShirtLooseFitting0
4190
+ | AvatarItemDisplayNShirtLooseFitting1
4191
+ | AvatarItemDisplayNShirtLuvdiscpackA0
4192
+ | AvatarItemDisplayNShirtLuvdiscpackB0
4193
+ | AvatarItemDisplayNShirtLvl500
4194
+ | AvatarItemDisplayNShirtLvl501
4195
+ | AvatarItemDisplayNShirtLvl80Circuitjacket0
4196
+ | AvatarItemDisplayNShirtLysandre0
4197
+ | AvatarItemDisplayNShirtMarshadowtshirt0
4198
+ | AvatarItemDisplayNShirtMegalopunnyitems0
4199
+ | AvatarItemDisplayNShirtMegarayquaza0
4200
+ | AvatarItemDisplayNShirtMelmetaljacket0
4201
+ | AvatarItemDisplayNShirtMelmetalvest0
4202
+ | AvatarItemDisplayNShirtMeloettatshirt0
4203
+ | AvatarItemDisplayNShirtMeltan0
4204
+ | AvatarItemDisplayNShirtMew0
4205
+ | AvatarItemDisplayNShirtMewtwoA0
4206
+ | AvatarItemDisplayNShirtMewtwoB0
4207
+ | AvatarItemDisplayNShirtMisty0
4208
+ | AvatarItemDisplayNShirtMorpekofullonesie0
4209
+ | AvatarItemDisplayNShirtMorpekohangryonesie0
4210
+ | AvatarItemDisplayNShirtMovie2020jessiejamesA0
4211
+ | AvatarItemDisplayNShirtMovie2020jessiejamesB0
4212
+ | AvatarItemDisplayNShirtMunnapackA0
4213
+ | AvatarItemDisplayNShirtMunnapackB0
4214
+ | AvatarItemDisplayNShirtMustard0
4215
+ | AvatarItemDisplayNShirtNaganadelaitems0
4216
+ | AvatarItemDisplayNShirtNecrozmaitems0
4217
+ | AvatarItemDisplayNShirtNike20210
4218
+ | AvatarItemDisplayNShirtOcshirt045A0
4219
+ | AvatarItemDisplayNShirtOcshirt045B0
4220
+ | AvatarItemDisplayNShirtOcshirt108A0
4221
+ | AvatarItemDisplayNShirtOcshirt108B0
4222
+ | AvatarItemDisplayNShirtOcshirt129A0
4223
+ | AvatarItemDisplayNShirtOcshirt129B0
4224
+ | AvatarItemDisplayNShirtOcshirt143A0
4225
+ | AvatarItemDisplayNShirtOcshirt143B0
4226
+ | AvatarItemDisplayNShirtOrasA0
4227
+ | AvatarItemDisplayNShirtOrasB0
4228
+ | AvatarItemDisplayNShirtPajamas20220
4229
+ | AvatarItemDisplayNShirtPajamas20221
4230
+ | AvatarItemDisplayNShirtPalmer0
4231
+ | AvatarItemDisplayNShirtPartneritemsjan2024hoodie0
4232
+ | AvatarItemDisplayNShirtPartneritemsjan2024tshirt0
4233
+ | AvatarItemDisplayNShirtPikachubutlerBlue0
4234
+ | AvatarItemDisplayNShirtPikachubutlerRed0
4235
+ | AvatarItemDisplayNShirtPikachubutlerYellow0
4236
+ | AvatarItemDisplayNShirtPikachufanA0
4237
+ | AvatarItemDisplayNShirtPikachufanB0
4238
+ | AvatarItemDisplayNShirtPikachulibreA0
4239
+ | AvatarItemDisplayNShirtPikachulibreB0
4240
+ | AvatarItemDisplayNShirtPikachuonesie0
4241
+ | AvatarItemDisplayNShirtPinpukuhoodie0
4242
+ | AvatarItemDisplayNShirtPipluponesie0
4243
+ | AvatarItemDisplayNShirtPkmnhoodie0010
4244
+ | AvatarItemDisplayNShirtPkmnhoodie0040
4245
+ | AvatarItemDisplayNShirtPkmnhoodie0070
4246
+ | AvatarItemDisplayNShirtPkmnshirts1650
4247
+ | AvatarItemDisplayNShirtPkmnshirts1880
4248
+ | AvatarItemDisplayNShirtPkmnshirts2010
4249
+ | AvatarItemDisplayNShirtPkmnshirts2380
4250
+ | AvatarItemDisplayNShirtPkmnshirts20210
4251
+ | AvatarItemDisplayNShirtPkmnshirts20211
4252
+ | AvatarItemDisplayNShirtPkmnshirts20212
4253
+ | AvatarItemDisplayNShirtPokeballitemsBasic0
4254
+ | AvatarItemDisplayNShirtPokeballitemsGreat0
4255
+ | AvatarItemDisplayNShirtPokeballitemsUltra0
4256
+ | AvatarItemDisplayNShirtPoloshirt0
4257
+ | AvatarItemDisplayNShirtPoloshirt1
4258
+ | AvatarItemDisplayNShirtPoloshirt2
4259
+ | AvatarItemDisplayNShirtProfwillowoutfit0
4260
+ | AvatarItemDisplayNShirtProjectguitar0
4261
+ | AvatarItemDisplayNShirtPumpkabooitems0
4262
+ | AvatarItemDisplayNShirtRegiicejersies0
4263
+ | AvatarItemDisplayNShirtRegirockjersies0
4264
+ | AvatarItemDisplayNShirtRegisteeljersies0
4265
+ | AvatarItemDisplayNShirtReuniclusitems0
4266
+ | AvatarItemDisplayNShirtRuinmaniacA0
4267
+ | AvatarItemDisplayNShirtRuinmaniacB0
4268
+ | AvatarItemDisplayNShirtS19gbl0
4269
+ | AvatarItemDisplayNShirtSafarizone2020A0
4270
+ | AvatarItemDisplayNShirtSafarizone2020B0
4271
+ | AvatarItemDisplayNShirtSamsungsummer20200
4272
+ | AvatarItemDisplayNShirtScolipede0
4273
+ | AvatarItemDisplayNShirtShayminlandtshirt0
4274
+ | AvatarItemDisplayNShirtShayminskytshirt0
4275
+ | AvatarItemDisplayNShirtShinydiancie
4276
+ | AvatarItemDisplayNShirtShinykeldeoshirt0
4277
+ | AvatarItemDisplayNShirtShinymeloettatshirt0
4278
+ | AvatarItemDisplayNShirtShinymewtshirts0
4279
+ | AvatarItemDisplayNShirtSlowpokeshirts0
4280
+ | AvatarItemDisplayNShirtSlowpoketailshirts0
4281
+ | AvatarItemDisplayNShirtSnorlaxonesie0
4282
+ | AvatarItemDisplayNShirtSpiritomb0
4283
+ | AvatarItemDisplayNShirtSpring2021gulpinA0
4284
+ | AvatarItemDisplayNShirtSpring2021gulpinB0
4285
+ | AvatarItemDisplayNShirtSpring2021plusleA0
4286
+ | AvatarItemDisplayNShirtSpring2021plusleB0
4287
+ | AvatarItemDisplayNShirtSsA0
4288
+ | AvatarItemDisplayNShirtSsB0
4289
+ | AvatarItemDisplayNShirtSteven0
4290
+ | AvatarItemDisplayNShirtStevenfirst0
4291
+ | AvatarItemDisplayNShirtSukajanblastoise0
4292
+ | AvatarItemDisplayNShirtSukajancharizard0
4293
+ | AvatarItemDisplayNShirtSukajanhouou0
4294
+ | AvatarItemDisplayNShirtSukajanlugia0
4295
+ | AvatarItemDisplayNShirtSukajanvenusaur0
4296
+ | AvatarItemDisplayNShirtSummer20230
4297
+ | AvatarItemDisplayNShirtSustainability2021A0
4298
+ | AvatarItemDisplayNShirtSustainability2021B0
4299
+ | AvatarItemDisplayNShirtSvcostumescarletschool0
4300
+ | AvatarItemDisplayNShirtSvcostumevioletschool0
4301
+ | AvatarItemDisplayNShirtSvdlc10
4302
+ | AvatarItemDisplayNShirtSvdlc2fall0
4303
+ | AvatarItemDisplayNShirtSvdlc2spring0
4304
+ | AvatarItemDisplayNShirtSweater300
4305
+ | AvatarItemDisplayNShirtSweater301
4306
+ | AvatarItemDisplayNShirtSweater302
4307
+ | AvatarItemDisplayNShirtSweaterInstinct0
4308
+ | AvatarItemDisplayNShirtSweaterMystic0
4309
+ | AvatarItemDisplayNShirtSweaterValor0
4310
+ | AvatarItemDisplayNShirtSweatshirtSporty0
4311
+ | AvatarItemDisplayNShirtSweatshirtSporty1
4312
+ | AvatarItemDisplayNShirtSweatshirtSporty2
4313
+ | AvatarItemDisplayNShirtSweatshirtSporty3
4314
+ | AvatarItemDisplayNShirtSweatshirtStreak0
4315
+ | AvatarItemDisplayNShirtSweatshirtStreak1
4316
+ | AvatarItemDisplayNShirtSweatshirtStreak2
4317
+ | AvatarItemDisplayNShirtSweatshirtStreak3
4318
+ | AvatarItemDisplayNShirtSweatshirtStreak4
4319
+ | AvatarItemDisplayNShirtSwshdlc2costume0
4320
+ | AvatarItemDisplayNShirtSwshdlccostumeA0
4321
+ | AvatarItemDisplayNShirtSwshdlccostumeB0
4322
+ | AvatarItemDisplayNShirtSwshuniformchampion0
4323
+ | AvatarItemDisplayNShirtSwshuniformdarkA0
4324
+ | AvatarItemDisplayNShirtSwshuniformdarkB0
4325
+ | AvatarItemDisplayNShirtSwshuniformdefault0
4326
+ | AvatarItemDisplayNShirtSwshuniformdragon0
4327
+ | AvatarItemDisplayNShirtSylveonitems0
4328
+ | AvatarItemDisplayNShirtTandemausitems0
4329
+ | AvatarItemDisplayNShirtTanktop0
4330
+ | AvatarItemDisplayNShirtTanktop1
4331
+ | AvatarItemDisplayNShirtTanktop2
4332
+ | AvatarItemDisplayNShirtTanktopCharizard0
4333
+ | AvatarItemDisplayNShirtTanktopCharizard1
4334
+ | AvatarItemDisplayNShirtTanktopCharizard2
4335
+ | AvatarItemDisplayNShirtTanktopPikachu0
4336
+ | AvatarItemDisplayNShirtTanktopPikachu1
4337
+ | AvatarItemDisplayNShirtTanktopPikachu2
4338
+ | AvatarItemDisplayNShirtTcgcollabtshirtandcap0
4339
+ | AvatarItemDisplayNShirtTeamaquaA0
4340
+ | AvatarItemDisplayNShirtTeamaquaB0
4341
+ | AvatarItemDisplayNShirtTeamblancheA0
4342
+ | AvatarItemDisplayNShirtTeamblancheB0
4343
+ | AvatarItemDisplayNShirtTeamcandelaA0
4344
+ | AvatarItemDisplayNShirtTeamcandelaB0
4345
+ | AvatarItemDisplayNShirtTeammagmaA0
4346
+ | AvatarItemDisplayNShirtTeammagmaB0
4347
+ | AvatarItemDisplayNShirtTeamrocketA0
4348
+ | AvatarItemDisplayNShirtTeamrocketA1
4349
+ | AvatarItemDisplayNShirtTeamrocketB0
4350
+ | AvatarItemDisplayNShirtTeamrocketB1
4351
+ | AvatarItemDisplayNShirtTeamskull0
4352
+ | AvatarItemDisplayNShirtTeamsparkA0
4353
+ | AvatarItemDisplayNShirtTeamsparkB0
4354
+ | AvatarItemDisplayNShirtTeamyellgruntsCropped0
4355
+ | AvatarItemDisplayNShirtTeamyellgruntsLong0
4356
+ | AvatarItemDisplayNShirtTogepihoodie0
4357
+ | AvatarItemDisplayNShirtTracksuitsgroudon0
4358
+ | AvatarItemDisplayNShirtTracksuitskyogre0
4359
+ | AvatarItemDisplayNShirtTshirtCycling0
4360
+ | AvatarItemDisplayNShirtTshirtCycling1
4361
+ | AvatarItemDisplayNShirtTshirtCycling2
4362
+ | AvatarItemDisplayNShirtTshirtCycling3
4363
+ | AvatarItemDisplayNShirtTshirtFestChicago20170
4364
+ | AvatarItemDisplayNShirtTshirtFestChicago20180
4365
+ | AvatarItemDisplayNShirtTshirtGeometric0
4366
+ | AvatarItemDisplayNShirtTshirtGeometric1
4367
+ | AvatarItemDisplayNShirtTshirtGeometric2
4368
+ | AvatarItemDisplayNShirtTshirtGlobalGoals20170
4369
+ | AvatarItemDisplayNShirtTshirtInstinct0
4370
+ | AvatarItemDisplayNShirtTshirtMystic0
4371
+ | AvatarItemDisplayNShirtTshirtPikachu0
4372
+ | AvatarItemDisplayNShirtTshirtPikachu1
4373
+ | AvatarItemDisplayNShirtTshirtPikachu2
4374
+ | AvatarItemDisplayNShirtTshirtPikachu3
4375
+ | AvatarItemDisplayNShirtTshirtPikachu4
4376
+ | AvatarItemDisplayNShirtTshirtPikachu5
4377
+ | AvatarItemDisplayNShirtTshirtPikachu6
4378
+ | AvatarItemDisplayNShirtTshirtValor0
4379
+ | AvatarItemDisplayNShirtTurtleneck300
4380
+ | AvatarItemDisplayNShirtTurtleneck301
4381
+ | AvatarItemDisplayNShirtTurtleneck302
4382
+ | AvatarItemDisplayNShirtTurtleneck303
4383
+ | AvatarItemDisplayNShirtTurtwigonesie0
4384
+ | AvatarItemDisplayNShirtUglysweatersudowoodo0
4385
+ | AvatarItemDisplayNShirtUltraA0
4386
+ | AvatarItemDisplayNShirtUltraB0
4387
+ | AvatarItemDisplayNShirtUltrareconsquad0
4388
+ | AvatarItemDisplayNShirtUniqlotshirts0
4389
+ | AvatarItemDisplayNShirtUniqlotshirts1
4390
+ | AvatarItemDisplayNShirtUniqlotshirts2
4391
+ | AvatarItemDisplayNShirtUnwto0
4392
+ | AvatarItemDisplayNShirtValentine20230
4393
+ | AvatarItemDisplayNShirtVerizon20200
4394
+ | AvatarItemDisplayNShirtVeterantrainerxyA0
4395
+ | AvatarItemDisplayNShirtVeterantrainerxyB0
4396
+ | AvatarItemDisplayNShirtVictinitshirts0
4397
+ | AvatarItemDisplayNShirtVolcaniontshirt0
4398
+ | AvatarItemDisplayNShirtWcs20220
4399
+ | AvatarItemDisplayNShirtWcs2022tshirtbulu0
4400
+ | AvatarItemDisplayNShirtWcs2022tshirtred0
4401
+ | AvatarItemDisplayNShirtWcs2022winnersitems0
4402
+ | AvatarItemDisplayNShirtWcs20230
4403
+ | AvatarItemDisplayNShirtWcs2023promotshirt00
4404
+ | AvatarItemDisplayNShirtWcs2023promotshirt10
4405
+ | AvatarItemDisplayNShirtWcs2023sukajan0
4406
+ | AvatarItemDisplayNShirtWcs2023winnersitems0
4407
+ | AvatarItemDisplayNShirtWcs20240
4408
+ | AvatarItemDisplayNShirtWcs2024championshipshirtBlue0
4409
+ | AvatarItemDisplayNShirtWcs2024championshipshirtWhite0
4410
+ | AvatarItemDisplayNShirtWcs2024paiditems0
4411
+ | AvatarItemDisplayNShirtWcs2024winnersitems0
4412
+ | AvatarItemDisplayNShirtWcs20250
4413
+ | AvatarItemDisplayNShirtWcs2025anaheimWhite0
4414
+ | AvatarItemDisplayNShirtWcs2025anaheimYellow0
4415
+ | AvatarItemDisplayNShirtWcs2025paiditems0
4416
+ | AvatarItemDisplayNShirtWcs2025winnersitems0
4417
+ | AvatarItemDisplayNShirtWcs2026
4418
+ | AvatarItemDisplayNShirtWcs2027
4419
+ | AvatarItemDisplayNShirtWcsyokohama0
4420
+ | AvatarItemDisplayNShirtWhitecoat0
4421
+ | AvatarItemDisplayNShirtWintersweater20230
4422
+ | AvatarItemDisplayNShirtYveltaljacket
4423
+ | AvatarItemDisplayNShirtZacostumeA0
4424
+ | AvatarItemDisplayNShirtZacostumeB0
4425
+ | AvatarItemDisplayNShirtZeraoratshirt
4426
+ | AvatarItemDisplayNShirtZoruaonesie0
4427
+ | AvatarItemDisplayNShirtZygarde100items0;