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,3103 @@
1
+ // Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "misc", 344 entries.
2
+
3
+ import type { S } from "../../_utils";
4
+ import type { AvatarItemDisplay } from "../types";
5
+
6
+ export type AvatarItemDisplayNGradientEye0 = S<
7
+ AvatarItemDisplay<
8
+ "N_DISPLAY_n_gradient_eye_0",
9
+ {
10
+ iconAddress: "n_gradient_eye_0_icon";
11
+ }
12
+ >
13
+ >;
14
+ export type AvatarItemDisplayNGradientEye1 = S<
15
+ AvatarItemDisplay<
16
+ "N_DISPLAY_n_gradient_eye_1",
17
+ {
18
+ iconAddress: "n_gradient_eye_1_icon";
19
+ }
20
+ >
21
+ >;
22
+ export type AvatarItemDisplayNGradientEye2 = S<
23
+ AvatarItemDisplay<
24
+ "N_DISPLAY_n_gradient_eye_2",
25
+ {
26
+ iconAddress: "n_gradient_eye_2_icon";
27
+ }
28
+ >
29
+ >;
30
+ export type AvatarItemDisplayNGradientEye3 = S<
31
+ AvatarItemDisplay<
32
+ "N_DISPLAY_n_gradient_eye_3",
33
+ {
34
+ iconAddress: "n_gradient_eye_3_icon";
35
+ }
36
+ >
37
+ >;
38
+ export type AvatarItemDisplayNGradientEye4 = S<
39
+ AvatarItemDisplay<
40
+ "N_DISPLAY_n_gradient_eye_4",
41
+ {
42
+ iconAddress: "n_gradient_eye_4_icon";
43
+ }
44
+ >
45
+ >;
46
+ export type AvatarItemDisplayNGradientEye5 = S<
47
+ AvatarItemDisplay<
48
+ "N_DISPLAY_n_gradient_eye_5",
49
+ {
50
+ iconAddress: "n_gradient_eye_5_icon";
51
+ }
52
+ >
53
+ >;
54
+ export type AvatarItemDisplayNGradientEye6 = S<
55
+ AvatarItemDisplay<
56
+ "N_DISPLAY_n_gradient_eye_6",
57
+ {
58
+ iconAddress: "n_gradient_eye_6_icon";
59
+ }
60
+ >
61
+ >;
62
+ export type AvatarItemDisplayNGradientEye7 = S<
63
+ AvatarItemDisplay<
64
+ "N_DISPLAY_n_gradient_eye_7",
65
+ {
66
+ iconAddress: "n_gradient_eye_7_icon";
67
+ }
68
+ >
69
+ >;
70
+ export type AvatarItemDisplayNGradientEye8 = S<
71
+ AvatarItemDisplay<
72
+ "N_DISPLAY_n_gradient_eye_8",
73
+ {
74
+ iconAddress: "n_gradient_eye_8_icon";
75
+ }
76
+ >
77
+ >;
78
+ export type AvatarItemDisplayNGradientEye9 = S<
79
+ AvatarItemDisplay<
80
+ "N_DISPLAY_n_gradient_eye_9",
81
+ {
82
+ iconAddress: "n_gradient_eye_9_icon";
83
+ }
84
+ >
85
+ >;
86
+ export type AvatarItemDisplayNGradientEye10 = S<
87
+ AvatarItemDisplay<
88
+ "N_DISPLAY_n_gradient_eye_10",
89
+ {
90
+ iconAddress: "n_gradient_eye_10_icon";
91
+ }
92
+ >
93
+ >;
94
+ export type AvatarItemDisplayNGradientEye11 = S<
95
+ AvatarItemDisplay<
96
+ "N_DISPLAY_n_gradient_eye_11",
97
+ {
98
+ iconAddress: "n_gradient_eye_11_icon";
99
+ }
100
+ >
101
+ >;
102
+ export type AvatarItemDisplayNGradientEye12 = S<
103
+ AvatarItemDisplay<
104
+ "N_DISPLAY_n_gradient_eye_12",
105
+ {
106
+ iconAddress: "n_gradient_eye_12_icon";
107
+ }
108
+ >
109
+ >;
110
+ export type AvatarItemDisplayNGradientEye13 = S<
111
+ AvatarItemDisplay<
112
+ "N_DISPLAY_n_gradient_eye_13",
113
+ {
114
+ iconAddress: "n_gradient_eye_13_icon";
115
+ }
116
+ >
117
+ >;
118
+ export type AvatarItemDisplayNGradientEye14 = S<
119
+ AvatarItemDisplay<
120
+ "N_DISPLAY_n_gradient_eye_14",
121
+ {
122
+ iconAddress: "n_gradient_eye_14_icon";
123
+ }
124
+ >
125
+ >;
126
+ export type AvatarItemDisplayNGradientEye15 = S<
127
+ AvatarItemDisplay<
128
+ "N_DISPLAY_n_gradient_eye_15",
129
+ {
130
+ iconAddress: "n_gradient_eye_15_icon";
131
+ }
132
+ >
133
+ >;
134
+ export type AvatarItemDisplayNGradientEye16 = S<
135
+ AvatarItemDisplay<
136
+ "N_DISPLAY_n_gradient_eye_16",
137
+ {
138
+ iconAddress: "n_gradient_eye_16_icon";
139
+ }
140
+ >
141
+ >;
142
+ export type AvatarItemDisplayNGradientEye17 = S<
143
+ AvatarItemDisplay<
144
+ "N_DISPLAY_n_gradient_eye_17",
145
+ {
146
+ iconAddress: "n_gradient_eye_17_icon";
147
+ }
148
+ >
149
+ >;
150
+ export type AvatarItemDisplayNGradientEye18 = S<
151
+ AvatarItemDisplay<
152
+ "N_DISPLAY_n_gradient_eye_18",
153
+ {
154
+ iconAddress: "n_gradient_eye_18_icon";
155
+ }
156
+ >
157
+ >;
158
+ export type AvatarItemDisplayNGradientEye19 = S<
159
+ AvatarItemDisplay<
160
+ "N_DISPLAY_n_gradient_eye_19",
161
+ {
162
+ iconAddress: "n_gradient_eye_19_icon";
163
+ }
164
+ >
165
+ >;
166
+ export type AvatarItemDisplayNGradientHair0 = S<
167
+ AvatarItemDisplay<
168
+ "N_DISPLAY_n_gradient_hair_0",
169
+ {
170
+ iconAddress: "n_gradient_hair_0_icon";
171
+ }
172
+ >
173
+ >;
174
+ export type AvatarItemDisplayNGradientHair1 = S<
175
+ AvatarItemDisplay<
176
+ "N_DISPLAY_n_gradient_hair_1",
177
+ {
178
+ iconAddress: "n_gradient_hair_1_icon";
179
+ }
180
+ >
181
+ >;
182
+ export type AvatarItemDisplayNGradientHair2 = S<
183
+ AvatarItemDisplay<
184
+ "N_DISPLAY_n_gradient_hair_2",
185
+ {
186
+ iconAddress: "n_gradient_hair_2_icon";
187
+ }
188
+ >
189
+ >;
190
+ export type AvatarItemDisplayNGradientHair3 = S<
191
+ AvatarItemDisplay<
192
+ "N_DISPLAY_n_gradient_hair_3",
193
+ {
194
+ iconAddress: "n_gradient_hair_3_icon";
195
+ }
196
+ >
197
+ >;
198
+ export type AvatarItemDisplayNGradientHair4 = S<
199
+ AvatarItemDisplay<
200
+ "N_DISPLAY_n_gradient_hair_4",
201
+ {
202
+ iconAddress: "n_gradient_hair_4_icon";
203
+ }
204
+ >
205
+ >;
206
+ export type AvatarItemDisplayNGradientHair5 = S<
207
+ AvatarItemDisplay<
208
+ "N_DISPLAY_n_gradient_hair_5",
209
+ {
210
+ iconAddress: "n_gradient_hair_5_icon";
211
+ }
212
+ >
213
+ >;
214
+ export type AvatarItemDisplayNGradientHair6 = S<
215
+ AvatarItemDisplay<
216
+ "N_DISPLAY_n_gradient_hair_6",
217
+ {
218
+ iconAddress: "n_gradient_hair_6_icon";
219
+ }
220
+ >
221
+ >;
222
+ export type AvatarItemDisplayNGradientHair7 = S<
223
+ AvatarItemDisplay<
224
+ "N_DISPLAY_n_gradient_hair_7",
225
+ {
226
+ iconAddress: "n_gradient_hair_7_icon";
227
+ }
228
+ >
229
+ >;
230
+ export type AvatarItemDisplayNGradientHair8 = S<
231
+ AvatarItemDisplay<
232
+ "N_DISPLAY_n_gradient_hair_8",
233
+ {
234
+ iconAddress: "n_gradient_hair_8_icon";
235
+ }
236
+ >
237
+ >;
238
+ export type AvatarItemDisplayNGradientHair9 = S<
239
+ AvatarItemDisplay<
240
+ "N_DISPLAY_n_gradient_hair_9",
241
+ {
242
+ iconAddress: "n_gradient_hair_9_icon";
243
+ }
244
+ >
245
+ >;
246
+ export type AvatarItemDisplayNGradientHair10 = S<
247
+ AvatarItemDisplay<
248
+ "N_DISPLAY_n_gradient_hair_10",
249
+ {
250
+ iconAddress: "n_gradient_hair_10_icon";
251
+ }
252
+ >
253
+ >;
254
+ export type AvatarItemDisplayNGradientHair11 = S<
255
+ AvatarItemDisplay<
256
+ "N_DISPLAY_n_gradient_hair_11",
257
+ {
258
+ iconAddress: "n_gradient_hair_11_icon";
259
+ }
260
+ >
261
+ >;
262
+ export type AvatarItemDisplayNGradientHair12 = S<
263
+ AvatarItemDisplay<
264
+ "N_DISPLAY_n_gradient_hair_12",
265
+ {
266
+ iconAddress: "n_gradient_hair_12_icon";
267
+ }
268
+ >
269
+ >;
270
+ export type AvatarItemDisplayNGradientHair13 = S<
271
+ AvatarItemDisplay<
272
+ "N_DISPLAY_n_gradient_hair_13",
273
+ {
274
+ iconAddress: "n_gradient_hair_13_icon";
275
+ }
276
+ >
277
+ >;
278
+ export type AvatarItemDisplayNGradientHair14 = S<
279
+ AvatarItemDisplay<
280
+ "N_DISPLAY_n_gradient_hair_14",
281
+ {
282
+ iconAddress: "n_gradient_hair_14_icon";
283
+ }
284
+ >
285
+ >;
286
+ export type AvatarItemDisplayNGradientHair15 = S<
287
+ AvatarItemDisplay<
288
+ "N_DISPLAY_n_gradient_hair_15",
289
+ {
290
+ iconAddress: "n_gradient_hair_15_icon";
291
+ }
292
+ >
293
+ >;
294
+ export type AvatarItemDisplayNGradientHair16 = S<
295
+ AvatarItemDisplay<
296
+ "N_DISPLAY_n_gradient_hair_16",
297
+ {
298
+ iconAddress: "n_gradient_hair_16_icon";
299
+ }
300
+ >
301
+ >;
302
+ export type AvatarItemDisplayNGradientHair17 = S<
303
+ AvatarItemDisplay<
304
+ "N_DISPLAY_n_gradient_hair_17",
305
+ {
306
+ iconAddress: "n_gradient_hair_17_icon";
307
+ }
308
+ >
309
+ >;
310
+ export type AvatarItemDisplayNGradientHair18 = S<
311
+ AvatarItemDisplay<
312
+ "N_DISPLAY_n_gradient_hair_18",
313
+ {
314
+ iconAddress: "n_gradient_hair_18_icon";
315
+ }
316
+ >
317
+ >;
318
+ export type AvatarItemDisplayNGradientHair19 = S<
319
+ AvatarItemDisplay<
320
+ "N_DISPLAY_n_gradient_hair_19",
321
+ {
322
+ iconAddress: "n_gradient_hair_19_icon";
323
+ }
324
+ >
325
+ >;
326
+ export type AvatarItemDisplayNGradientHair20 = S<
327
+ AvatarItemDisplay<
328
+ "N_DISPLAY_n_gradient_hair_20",
329
+ {
330
+ iconAddress: "n_gradient_hair_20_icon";
331
+ }
332
+ >
333
+ >;
334
+ export type AvatarItemDisplayNGradientHair21 = S<
335
+ AvatarItemDisplay<
336
+ "N_DISPLAY_n_gradient_hair_21",
337
+ {
338
+ iconAddress: "n_gradient_hair_21_icon";
339
+ }
340
+ >
341
+ >;
342
+ export type AvatarItemDisplayNGradientHair22 = S<
343
+ AvatarItemDisplay<
344
+ "N_DISPLAY_n_gradient_hair_22",
345
+ {
346
+ iconAddress: "n_gradient_hair_22_icon";
347
+ }
348
+ >
349
+ >;
350
+ export type AvatarItemDisplayNGradientHair23 = S<
351
+ AvatarItemDisplay<
352
+ "N_DISPLAY_n_gradient_hair_23",
353
+ {
354
+ iconAddress: "n_gradient_hair_23_icon";
355
+ }
356
+ >
357
+ >;
358
+ export type AvatarItemDisplayNGradientHair24 = S<
359
+ AvatarItemDisplay<
360
+ "N_DISPLAY_n_gradient_hair_24",
361
+ {
362
+ iconAddress: "n_gradient_hair_24_icon";
363
+ }
364
+ >
365
+ >;
366
+ export type AvatarItemDisplayNGradientHair25 = S<
367
+ AvatarItemDisplay<
368
+ "N_DISPLAY_n_gradient_hair_25",
369
+ {
370
+ iconAddress: "n_gradient_hair_25_icon";
371
+ }
372
+ >
373
+ >;
374
+ export type AvatarItemDisplayNGradientHair26 = S<
375
+ AvatarItemDisplay<
376
+ "N_DISPLAY_n_gradient_hair_26",
377
+ {
378
+ iconAddress: "n_gradient_hair_26_icon";
379
+ }
380
+ >
381
+ >;
382
+ export type AvatarItemDisplayNGradientHair27 = S<
383
+ AvatarItemDisplay<
384
+ "N_DISPLAY_n_gradient_hair_27",
385
+ {
386
+ iconAddress: "n_gradient_hair_27_icon";
387
+ }
388
+ >
389
+ >;
390
+ export type AvatarItemDisplayNGradientHair28 = S<
391
+ AvatarItemDisplay<
392
+ "N_DISPLAY_n_gradient_hair_28",
393
+ {
394
+ iconAddress: "n_gradient_hair_28_icon";
395
+ }
396
+ >
397
+ >;
398
+ export type AvatarItemDisplayNGradientHair29 = S<
399
+ AvatarItemDisplay<
400
+ "N_DISPLAY_n_gradient_hair_29",
401
+ {
402
+ iconAddress: "n_gradient_hair_29_icon";
403
+ }
404
+ >
405
+ >;
406
+ export type AvatarItemDisplayNGradientHair30 = S<
407
+ AvatarItemDisplay<
408
+ "N_DISPLAY_n_gradient_hair_30",
409
+ {
410
+ iconAddress: "n_gradient_hair_30_icon";
411
+ }
412
+ >
413
+ >;
414
+ export type AvatarItemDisplayNGradientHair31 = S<
415
+ AvatarItemDisplay<
416
+ "N_DISPLAY_n_gradient_hair_31",
417
+ {
418
+ iconAddress: "n_gradient_hair_31_icon";
419
+ }
420
+ >
421
+ >;
422
+ export type AvatarItemDisplayNGradientTesteye0 = S<
423
+ AvatarItemDisplay<
424
+ "N_DISPLAY_n_gradient_testeye_0",
425
+ {
426
+ iconAddress: "n_gradient_testeye_0_icon";
427
+ }
428
+ >
429
+ >;
430
+ export type AvatarItemDisplayNGradientTesteye1 = S<
431
+ AvatarItemDisplay<
432
+ "N_DISPLAY_n_gradient_testeye_1",
433
+ {
434
+ iconAddress: "n_gradient_testeye_1_icon";
435
+ }
436
+ >
437
+ >;
438
+ export type AvatarItemDisplayNGradientTesthair0 = S<
439
+ AvatarItemDisplay<
440
+ "N_DISPLAY_n_gradient_testhair_0",
441
+ {
442
+ iconAddress: "n_gradient_testhair_0_icon";
443
+ }
444
+ >
445
+ >;
446
+ export type AvatarItemDisplayNGradientTesthair1 = S<
447
+ AvatarItemDisplay<
448
+ "N_DISPLAY_n_gradient_testhair_1",
449
+ {
450
+ iconAddress: "n_gradient_testhair_1_icon";
451
+ }
452
+ >
453
+ >;
454
+ export type AvatarItemDisplayNHairCoilyshort0 = S<
455
+ AvatarItemDisplay<
456
+ "N_DISPLAY_n_hair_coilyshort_0",
457
+ {
458
+ iconAddress: "n_hair_coilyshort_0_icon";
459
+ }
460
+ >
461
+ >;
462
+ export type AvatarItemDisplayNHairCurlymedium0 = S<
463
+ AvatarItemDisplay<
464
+ "N_DISPLAY_n_hair_curlymedium_0",
465
+ {
466
+ iconAddress: "n_hair_curlymedium_0_icon";
467
+ }
468
+ >
469
+ >;
470
+ export type AvatarItemDisplayNHairDefaultA0 = S<
471
+ AvatarItemDisplay<
472
+ "N_DISPLAY_n_hair_default_a_0",
473
+ {
474
+ iconAddress: "n_hair_default_a_0_icon";
475
+ }
476
+ >
477
+ >;
478
+ export type AvatarItemDisplayNHairDefaultB0 = S<
479
+ AvatarItemDisplay<
480
+ "N_DISPLAY_n_hair_default_b_0",
481
+ {
482
+ iconAddress: "n_hair_default_b_0_icon";
483
+ }
484
+ >
485
+ >;
486
+ export type AvatarItemDisplayNHairGrimmsnarl0 = S<
487
+ AvatarItemDisplay<
488
+ "N_DISPLAY_n_hair_grimmsnarl_0",
489
+ {
490
+ iconAddress: "n_hair_grimmsnarl_0_icon";
491
+ }
492
+ >
493
+ >;
494
+ export type AvatarItemDisplayNHairKinkymedium0 = S<
495
+ AvatarItemDisplay<
496
+ "N_DISPLAY_n_hair_kinkymedium_0",
497
+ {
498
+ iconAddress: "n_hair_kinkymedium_0_icon";
499
+ }
500
+ >
501
+ >;
502
+ export type AvatarItemDisplayNHairKinkyshort0 = S<
503
+ AvatarItemDisplay<
504
+ "N_DISPLAY_n_hair_kinkyshort_0",
505
+ {
506
+ iconAddress: "n_hair_kinkyshort_0_icon";
507
+ }
508
+ >
509
+ >;
510
+ export type AvatarItemDisplayNHairLvl79Synthfade0 = S<
511
+ AvatarItemDisplay<
512
+ "N_DISPLAY_n_hair_lvl79-synthfade_0",
513
+ {
514
+ iconAddress: "n_hair_lvl79-synthfade_0_icon";
515
+ }
516
+ >
517
+ >;
518
+ export type AvatarItemDisplayNHairLvl79Urbanphantom0 = S<
519
+ AvatarItemDisplay<
520
+ "N_DISPLAY_n_hair_lvl79-urbanphantom_0",
521
+ {
522
+ iconAddress: "n_hair_lvl79-urbanphantom_0_icon";
523
+ }
524
+ >
525
+ >;
526
+ export type AvatarItemDisplayNHairMohawk00 = S<
527
+ AvatarItemDisplay<
528
+ "N_DISPLAY_n_hair_mohawk-0_0",
529
+ {
530
+ iconAddress: "n_hair_mohawk-0_0_icon";
531
+ }
532
+ >
533
+ >;
534
+ export type AvatarItemDisplayNHairMohawk10 = S<
535
+ AvatarItemDisplay<
536
+ "N_DISPLAY_n_hair_mohawk-1_0",
537
+ {
538
+ iconAddress: "n_hair_mohawk-1_0_icon";
539
+ }
540
+ >
541
+ >;
542
+ export type AvatarItemDisplayNHairMorgrem0 = S<
543
+ AvatarItemDisplay<
544
+ "N_DISPLAY_n_hair_morgrem_0",
545
+ {
546
+ iconAddress: "n_hair_morgrem_0_icon";
547
+ }
548
+ >
549
+ >;
550
+ export type AvatarItemDisplayNHairStraightlong0 = S<
551
+ AvatarItemDisplay<
552
+ "N_DISPLAY_n_hair_straightlong_0",
553
+ {
554
+ iconAddress: "n_hair_straightlong_0_icon";
555
+ }
556
+ >
557
+ >;
558
+ export type AvatarItemDisplayNHairStraightmedium0 = S<
559
+ AvatarItemDisplay<
560
+ "N_DISPLAY_n_hair_straightmedium_0",
561
+ {
562
+ iconAddress: "n_hair_straightmedium_0_icon";
563
+ }
564
+ >
565
+ >;
566
+ export type AvatarItemDisplayNHairStraightshort0 = S<
567
+ AvatarItemDisplay<
568
+ "N_DISPLAY_n_hair_straightshort_0",
569
+ {
570
+ iconAddress: "n_hair_straightshort_0_icon";
571
+ }
572
+ >
573
+ >;
574
+ export type AvatarItemDisplayNHairTesthair00 = S<
575
+ AvatarItemDisplay<
576
+ "N_DISPLAY_n_hair_testhair-0_0",
577
+ {
578
+ iconAddress: "n_hair_testhair-0_0_icon";
579
+ }
580
+ >
581
+ >;
582
+ export type AvatarItemDisplayNHairTesthair10 = S<
583
+ AvatarItemDisplay<
584
+ "N_DISPLAY_n_hair_testhair-1_0",
585
+ {
586
+ iconAddress: "n_hair_testhair-1_0_icon";
587
+ }
588
+ >
589
+ >;
590
+ export type AvatarItemDisplayNHairWavylong0 = S<
591
+ AvatarItemDisplay<
592
+ "N_DISPLAY_n_hair_wavylong_0",
593
+ {
594
+ iconAddress: "n_hair_wavylong_0_icon";
595
+ }
596
+ >
597
+ >;
598
+ export type AvatarItemDisplayNHairWavymedium0 = S<
599
+ AvatarItemDisplay<
600
+ "N_DISPLAY_n_hair_wavymedium_0",
601
+ {
602
+ iconAddress: "n_hair_wavymedium_0_icon";
603
+ }
604
+ >
605
+ >;
606
+ export type AvatarItemDisplayNHairWavyshort0 = S<
607
+ AvatarItemDisplay<
608
+ "N_DISPLAY_n_hair_wavyshort_0",
609
+ {
610
+ iconAddress: "n_hair_wavyshort_0_icon";
611
+ }
612
+ >
613
+ >;
614
+ export type AvatarItemDisplayNHairZacian0 = S<
615
+ AvatarItemDisplay<
616
+ "N_DISPLAY_n_hair_zacian_0",
617
+ {
618
+ iconAddress: "n_hair_zacian_0_icon";
619
+ }
620
+ >
621
+ >;
622
+ export type AvatarItemDisplayNHairZamazenta0 = S<
623
+ AvatarItemDisplay<
624
+ "N_DISPLAY_n_hair_zamazenta_0",
625
+ {
626
+ iconAddress: "n_hair_zamazenta_0_icon";
627
+ }
628
+ >
629
+ >;
630
+ export type AvatarItemDisplaySet6thanniversaryF = S<
631
+ AvatarItemDisplay<
632
+ "N_DISPLAY_set_6thanniversary_f",
633
+ {
634
+ iconAddress: "set_6thanniversary_a";
635
+ }
636
+ >
637
+ >;
638
+ export type AvatarItemDisplaySet6thanniversaryM = S<
639
+ AvatarItemDisplay<
640
+ "N_DISPLAY_set_6thanniversary_m",
641
+ {
642
+ iconAddress: "set_6thanniversary_b";
643
+ }
644
+ >
645
+ >;
646
+ export type AvatarItemDisplaySet7thanniversaryF = S<
647
+ AvatarItemDisplay<
648
+ "N_DISPLAY_set_7thanniversary_f",
649
+ {
650
+ iconAddress: "set_7thanniversary_a";
651
+ }
652
+ >
653
+ >;
654
+ export type AvatarItemDisplaySet7thanniversaryM = S<
655
+ AvatarItemDisplay<
656
+ "N_DISPLAY_set_7thanniversary_m",
657
+ {
658
+ iconAddress: "set_7thanniversary_b";
659
+ }
660
+ >
661
+ >;
662
+ export type AvatarItemDisplaySetAcetrainerbwF = S<
663
+ AvatarItemDisplay<
664
+ "N_DISPLAY_set_acetrainerbw_f",
665
+ {
666
+ iconAddress: "set_acetrainerbw_a";
667
+ }
668
+ >
669
+ >;
670
+ export type AvatarItemDisplaySetAcetrainerbwM = S<
671
+ AvatarItemDisplay<
672
+ "N_DISPLAY_set_acetrainerbw_m",
673
+ {
674
+ iconAddress: "set_acetrainerbw_b";
675
+ }
676
+ >
677
+ >;
678
+ export type AvatarItemDisplaySetAcetrainersmF = S<
679
+ AvatarItemDisplay<
680
+ "N_DISPLAY_set_acetrainersm_f",
681
+ {
682
+ iconAddress: "set_acetrainersm_a";
683
+ }
684
+ >
685
+ >;
686
+ export type AvatarItemDisplaySetAcetrainersmM = S<
687
+ AvatarItemDisplay<
688
+ "N_DISPLAY_set_acetrainersm_m",
689
+ {
690
+ iconAddress: "set_acetrainersm_b";
691
+ }
692
+ >
693
+ >;
694
+ export type AvatarItemDisplaySetAllister0 = S<
695
+ AvatarItemDisplay<
696
+ "N_DISPLAY_set_allister_0",
697
+ {
698
+ iconAddress: "set_allister_0";
699
+ }
700
+ >
701
+ >;
702
+ export type AvatarItemDisplaySetAnimegouF = S<
703
+ AvatarItemDisplay<
704
+ "N_DISPLAY_set_animegou_f",
705
+ {
706
+ iconAddress: "set_animegou_a";
707
+ }
708
+ >
709
+ >;
710
+ export type AvatarItemDisplaySetAnimegouM = S<
711
+ AvatarItemDisplay<
712
+ "N_DISPLAY_set_animegou_m",
713
+ {
714
+ iconAddress: "set_animegou_b";
715
+ }
716
+ >
717
+ >;
718
+ export type AvatarItemDisplaySetApplinitems = S<
719
+ AvatarItemDisplay<
720
+ "N_DISPLAY_set_applinitems",
721
+ {
722
+ iconAddress: "set_applinitems";
723
+ }
724
+ >
725
+ >;
726
+ export type AvatarItemDisplaySetBackpackerF = S<
727
+ AvatarItemDisplay<
728
+ "N_DISPLAY_set_backpacker_f",
729
+ {
730
+ iconAddress: "set_backpacker_a";
731
+ }
732
+ >
733
+ >;
734
+ export type AvatarItemDisplaySetBackpackerM = S<
735
+ AvatarItemDisplay<
736
+ "N_DISPLAY_set_backpacker_m",
737
+ {
738
+ iconAddress: "set_backpacker_b";
739
+ }
740
+ >
741
+ >;
742
+ export type AvatarItemDisplaySetBattlegirl0F = S<
743
+ AvatarItemDisplay<
744
+ "N_DISPLAY_set_battlegirl_0_f",
745
+ {
746
+ iconAddress: "set_battlegirl_0_a";
747
+ }
748
+ >
749
+ >;
750
+ export type AvatarItemDisplaySetBeaF = S<
751
+ AvatarItemDisplay<
752
+ "N_DISPLAY_set_bea_f",
753
+ {
754
+ iconAddress: "set_bea_a";
755
+ }
756
+ >
757
+ >;
758
+ export type AvatarItemDisplaySetBeaM = S<
759
+ AvatarItemDisplay<
760
+ "N_DISPLAY_set_bea_m",
761
+ {
762
+ iconAddress: "set_bea_b";
763
+ }
764
+ >
765
+ >;
766
+ export type AvatarItemDisplaySetBounsweetitemsF = S<
767
+ AvatarItemDisplay<
768
+ "N_DISPLAY_set_bounsweetitems_f",
769
+ {
770
+ iconAddress: "set_bounsweetitems_a";
771
+ }
772
+ >
773
+ >;
774
+ export type AvatarItemDisplaySetBounsweetitemsM = S<
775
+ AvatarItemDisplay<
776
+ "N_DISPLAY_set_bounsweetitems_m",
777
+ {
778
+ iconAddress: "set_bounsweetitems_b";
779
+ }
780
+ >
781
+ >;
782
+ export type AvatarItemDisplaySetBoxingoutfitF = S<
783
+ AvatarItemDisplay<
784
+ "N_DISPLAY_set_boxingoutfit_f",
785
+ {
786
+ iconAddress: "set_boxingoutfit_a";
787
+ }
788
+ >
789
+ >;
790
+ export type AvatarItemDisplaySetBoxingoutfitM = S<
791
+ AvatarItemDisplay<
792
+ "N_DISPLAY_set_boxingoutfit_m",
793
+ {
794
+ iconAddress: "set_boxingoutfit_b";
795
+ }
796
+ >
797
+ >;
798
+ export type AvatarItemDisplaySetBrockM = S<
799
+ AvatarItemDisplay<
800
+ "N_DISPLAY_set_brock_m",
801
+ {
802
+ iconAddress: "set_brock_b";
803
+ }
804
+ >
805
+ >;
806
+ export type AvatarItemDisplaySetBwnF = S<
807
+ AvatarItemDisplay<
808
+ "N_DISPLAY_set_bwn_f",
809
+ {
810
+ iconAddress: "set_bwn_a";
811
+ }
812
+ >
813
+ >;
814
+ export type AvatarItemDisplaySetBwnM = S<
815
+ AvatarItemDisplay<
816
+ "N_DISPLAY_set_bwn_m",
817
+ {
818
+ iconAddress: "set_bwn_b";
819
+ }
820
+ >
821
+ >;
822
+ export type AvatarItemDisplaySetCasual0F = S<
823
+ AvatarItemDisplay<
824
+ "N_DISPLAY_set_casual_0_f",
825
+ {
826
+ iconAddress: "set_casual_0_a";
827
+ }
828
+ >
829
+ >;
830
+ export type AvatarItemDisplaySetCasual0M = S<
831
+ AvatarItemDisplay<
832
+ "N_DISPLAY_set_casual_0_m",
833
+ {
834
+ iconAddress: "set_casual_0_b";
835
+ }
836
+ >
837
+ >;
838
+ export type AvatarItemDisplaySetCasual1F = S<
839
+ AvatarItemDisplay<
840
+ "N_DISPLAY_set_casual_1_f",
841
+ {
842
+ iconAddress: "set_casual_1_a";
843
+ }
844
+ >
845
+ >;
846
+ export type AvatarItemDisplaySetCasual1M = S<
847
+ AvatarItemDisplay<
848
+ "N_DISPLAY_set_casual_1_m",
849
+ {
850
+ iconAddress: "set_casual_1_b";
851
+ }
852
+ >
853
+ >;
854
+ export type AvatarItemDisplaySetClayF = S<
855
+ AvatarItemDisplay<
856
+ "N_DISPLAY_set_clay_f",
857
+ {
858
+ iconAddress: "set_clay_a";
859
+ }
860
+ >
861
+ >;
862
+ export type AvatarItemDisplaySetClayM = S<
863
+ AvatarItemDisplay<
864
+ "N_DISPLAY_set_clay_m",
865
+ {
866
+ iconAddress: "set_clay_b";
867
+ }
868
+ >
869
+ >;
870
+ export type AvatarItemDisplaySetClemont = S<
871
+ AvatarItemDisplay<
872
+ "N_DISPLAY_set_clemont",
873
+ {
874
+ iconAddress: "set_clemont";
875
+ }
876
+ >
877
+ >;
878
+ export type AvatarItemDisplaySetCofagrigusF = S<
879
+ AvatarItemDisplay<
880
+ "N_DISPLAY_set_cofagrigus_f",
881
+ {
882
+ iconAddress: "set_cofagrigus_a";
883
+ }
884
+ >
885
+ >;
886
+ export type AvatarItemDisplaySetCofagrigusM = S<
887
+ AvatarItemDisplay<
888
+ "N_DISPLAY_set_cofagrigus_m",
889
+ {
890
+ iconAddress: "set_cofagrigus_b";
891
+ }
892
+ >
893
+ >;
894
+ export type AvatarItemDisplaySetCosmogF = S<
895
+ AvatarItemDisplay<
896
+ "N_DISPLAY_set_cosmog_f",
897
+ {
898
+ iconAddress: "set_cosmog_a";
899
+ }
900
+ >
901
+ >;
902
+ export type AvatarItemDisplaySetCosmogM = S<
903
+ AvatarItemDisplay<
904
+ "N_DISPLAY_set_cosmog_m",
905
+ {
906
+ iconAddress: "set_cosmog_b";
907
+ }
908
+ >
909
+ >;
910
+ export type AvatarItemDisplaySetDayofthedeadF = S<
911
+ AvatarItemDisplay<
912
+ "N_DISPLAY_set_dayofthedead_f",
913
+ {
914
+ iconAddress: "set_dayofthedead_a";
915
+ }
916
+ >
917
+ >;
918
+ export type AvatarItemDisplaySetDayofthedeadM = S<
919
+ AvatarItemDisplay<
920
+ "N_DISPLAY_set_dayofthedead_m",
921
+ {
922
+ iconAddress: "set_dayofthedead_b";
923
+ }
924
+ >
925
+ >;
926
+ export type AvatarItemDisplaySetDedenneitemsF = S<
927
+ AvatarItemDisplay<
928
+ "N_DISPLAY_set_dedenneitems_f",
929
+ {
930
+ iconAddress: "set_dedenneitems_a";
931
+ }
932
+ >
933
+ >;
934
+ export type AvatarItemDisplaySetDedenneitemsM = S<
935
+ AvatarItemDisplay<
936
+ "N_DISPLAY_set_dedenneitems_m",
937
+ {
938
+ iconAddress: "set_dedenneitems_b";
939
+ }
940
+ >
941
+ >;
942
+ export type AvatarItemDisplaySetDelibirdF = S<
943
+ AvatarItemDisplay<
944
+ "N_DISPLAY_set_delibird_f",
945
+ {
946
+ iconAddress: "set_delibird_a";
947
+ }
948
+ >
949
+ >;
950
+ export type AvatarItemDisplaySetDelibirdM = S<
951
+ AvatarItemDisplay<
952
+ "N_DISPLAY_set_delibird_m",
953
+ {
954
+ iconAddress: "set_delibird_b";
955
+ }
956
+ >
957
+ >;
958
+ export type AvatarItemDisplaySetDetectivepikachuF = S<
959
+ AvatarItemDisplay<
960
+ "N_DISPLAY_set_detectivepikachu_f",
961
+ {
962
+ iconAddress: "set_detectivepikachu_a";
963
+ }
964
+ >
965
+ >;
966
+ export type AvatarItemDisplaySetDetectivepikachuM = S<
967
+ AvatarItemDisplay<
968
+ "N_DISPLAY_set_detectivepikachu_m",
969
+ {
970
+ iconAddress: "set_detectivepikachu_b";
971
+ }
972
+ >
973
+ >;
974
+ export type AvatarItemDisplaySetDivingsuitF = S<
975
+ AvatarItemDisplay<
976
+ "N_DISPLAY_set_divingsuit_f",
977
+ {
978
+ iconAddress: "set_divingsuit_a";
979
+ }
980
+ >
981
+ >;
982
+ export type AvatarItemDisplaySetDivingsuitM = S<
983
+ AvatarItemDisplay<
984
+ "N_DISPLAY_set_divingsuit_m",
985
+ {
986
+ iconAddress: "set_divingsuit_b";
987
+ }
988
+ >
989
+ >;
990
+ export type AvatarItemDisplaySetDpF = S<
991
+ AvatarItemDisplay<
992
+ "N_DISPLAY_set_dp_f",
993
+ {
994
+ iconAddress: "set_dp_a";
995
+ }
996
+ >
997
+ >;
998
+ export type AvatarItemDisplaySetDpM = S<
999
+ AvatarItemDisplay<
1000
+ "N_DISPLAY_set_dp_m",
1001
+ {
1002
+ iconAddress: "set_dp_b";
1003
+ }
1004
+ >
1005
+ >;
1006
+ export type AvatarItemDisplaySetDusclopsmummyF = S<
1007
+ AvatarItemDisplay<
1008
+ "N_DISPLAY_set_dusclopsmummy_f",
1009
+ {
1010
+ iconAddress: "set_dusclopsmummy_a";
1011
+ }
1012
+ >
1013
+ >;
1014
+ export type AvatarItemDisplaySetDusclopsmummyM = S<
1015
+ AvatarItemDisplay<
1016
+ "N_DISPLAY_set_dusclopsmummy_m",
1017
+ {
1018
+ iconAddress: "set_dusclopsmummy_b";
1019
+ }
1020
+ >
1021
+ >;
1022
+ export type AvatarItemDisplaySetElesaF = S<
1023
+ AvatarItemDisplay<
1024
+ "N_DISPLAY_set_elesa_f",
1025
+ {
1026
+ iconAddress: "set_elesa_a";
1027
+ }
1028
+ >
1029
+ >;
1030
+ export type AvatarItemDisplaySetElesaM = S<
1031
+ AvatarItemDisplay<
1032
+ "N_DISPLAY_set_elesa_m",
1033
+ {
1034
+ iconAddress: "set_elesa_b";
1035
+ }
1036
+ >
1037
+ >;
1038
+ export type AvatarItemDisplaySetEternatussuit0 = S<
1039
+ AvatarItemDisplay<
1040
+ "N_DISPLAY_set_eternatussuit_0",
1041
+ {
1042
+ iconAddress: "set_eternatussuit_0";
1043
+ }
1044
+ >
1045
+ >;
1046
+ export type AvatarItemDisplaySetFashionweek2022F = S<
1047
+ AvatarItemDisplay<
1048
+ "N_DISPLAY_set_fashionweek2022_f",
1049
+ {
1050
+ iconAddress: "set_fashionweek2022_a";
1051
+ }
1052
+ >
1053
+ >;
1054
+ export type AvatarItemDisplaySetFashionweek2022M = S<
1055
+ AvatarItemDisplay<
1056
+ "N_DISPLAY_set_fashionweek2022_m",
1057
+ {
1058
+ iconAddress: "set_fashionweek2022_b";
1059
+ }
1060
+ >
1061
+ >;
1062
+ export type AvatarItemDisplaySetFashionweek20250 = S<
1063
+ AvatarItemDisplay<
1064
+ "N_DISPLAY_set_fashionweek2025_0",
1065
+ {
1066
+ iconAddress: "set_fashionweek2025_0";
1067
+ }
1068
+ >
1069
+ >;
1070
+ export type AvatarItemDisplaySetFisher0M = S<
1071
+ AvatarItemDisplay<
1072
+ "N_DISPLAY_set_fisher_0_m",
1073
+ {
1074
+ iconAddress: "set_fisher_0_b";
1075
+ }
1076
+ >
1077
+ >;
1078
+ export type AvatarItemDisplaySetFlabebepackF = S<
1079
+ AvatarItemDisplay<
1080
+ "N_DISPLAY_set_flabebepack_f",
1081
+ {
1082
+ iconAddress: "set_flabebepack_a";
1083
+ }
1084
+ >
1085
+ >;
1086
+ export type AvatarItemDisplaySetFlabebepackM = S<
1087
+ AvatarItemDisplay<
1088
+ "N_DISPLAY_set_flabebepack_m",
1089
+ {
1090
+ iconAddress: "set_flabebepack_b";
1091
+ }
1092
+ >
1093
+ >;
1094
+ export type AvatarItemDisplaySetFragment0F = S<
1095
+ AvatarItemDisplay<
1096
+ "N_DISPLAY_set_fragment_0_f",
1097
+ {
1098
+ iconAddress: "set_fragment_0_a";
1099
+ }
1100
+ >
1101
+ >;
1102
+ export type AvatarItemDisplaySetFragment0M = S<
1103
+ AvatarItemDisplay<
1104
+ "N_DISPLAY_set_fragment_0_m",
1105
+ {
1106
+ iconAddress: "set_fragment_0_b";
1107
+ }
1108
+ >
1109
+ >;
1110
+ export type AvatarItemDisplaySetFrlg0F = S<
1111
+ AvatarItemDisplay<
1112
+ "N_DISPLAY_set_frlg_0_f",
1113
+ {
1114
+ iconAddress: "set_frlg_0_a";
1115
+ }
1116
+ >
1117
+ >;
1118
+ export type AvatarItemDisplaySetFrlg0M = S<
1119
+ AvatarItemDisplay<
1120
+ "N_DISPLAY_set_frlg_0_m",
1121
+ {
1122
+ iconAddress: "set_frlg_0_b";
1123
+ }
1124
+ >
1125
+ >;
1126
+ export type AvatarItemDisplaySetFw2022F = S<
1127
+ AvatarItemDisplay<
1128
+ "N_DISPLAY_set_fw2022_f",
1129
+ {
1130
+ iconAddress: "set_fw2022_a";
1131
+ }
1132
+ >
1133
+ >;
1134
+ export type AvatarItemDisplaySetFw2022M = S<
1135
+ AvatarItemDisplay<
1136
+ "N_DISPLAY_set_fw2022_m",
1137
+ {
1138
+ iconAddress: "set_fw2022_b";
1139
+ }
1140
+ >
1141
+ >;
1142
+ export type AvatarItemDisplaySetGalarfarfetchditemsF = S<
1143
+ AvatarItemDisplay<
1144
+ "N_DISPLAY_set_galarfarfetchditems_f",
1145
+ {
1146
+ iconAddress: "set_galarfarfetchditems_a";
1147
+ }
1148
+ >
1149
+ >;
1150
+ export type AvatarItemDisplaySetGalarfarfetchditemsM = S<
1151
+ AvatarItemDisplay<
1152
+ "N_DISPLAY_set_galarfarfetchditems_m",
1153
+ {
1154
+ iconAddress: "set_galarfarfetchditems_b";
1155
+ }
1156
+ >
1157
+ >;
1158
+ export type AvatarItemDisplaySetGeetaF = S<
1159
+ AvatarItemDisplay<
1160
+ "N_DISPLAY_set_geeta_f",
1161
+ {
1162
+ iconAddress: "set_geeta_a";
1163
+ }
1164
+ >
1165
+ >;
1166
+ export type AvatarItemDisplaySetGeetaM = S<
1167
+ AvatarItemDisplay<
1168
+ "N_DISPLAY_set_geeta_m",
1169
+ {
1170
+ iconAddress: "set_geeta_b";
1171
+ }
1172
+ >
1173
+ >;
1174
+ export type AvatarItemDisplaySetGenderlessskirtF = S<
1175
+ AvatarItemDisplay<
1176
+ "N_DISPLAY_set_genderlessskirt_f",
1177
+ {
1178
+ iconAddress: "set_genderlessskirt_a";
1179
+ }
1180
+ >
1181
+ >;
1182
+ export type AvatarItemDisplaySetGenderlessskirtM = S<
1183
+ AvatarItemDisplay<
1184
+ "N_DISPLAY_set_genderlessskirt_m",
1185
+ {
1186
+ iconAddress: "set_genderlessskirt_b";
1187
+ }
1188
+ >
1189
+ >;
1190
+ export type AvatarItemDisplaySetGenesecteventitemF = S<
1191
+ AvatarItemDisplay<
1192
+ "N_DISPLAY_set_genesecteventitem_f",
1193
+ {
1194
+ iconAddress: "set_genesecteventitem_a";
1195
+ }
1196
+ >
1197
+ >;
1198
+ export type AvatarItemDisplaySetGenesecteventitemM = S<
1199
+ AvatarItemDisplay<
1200
+ "N_DISPLAY_set_genesecteventitem_m",
1201
+ {
1202
+ iconAddress: "set_genesecteventitem_b";
1203
+ }
1204
+ >
1205
+ >;
1206
+ export type AvatarItemDisplaySetGengar0F = S<
1207
+ AvatarItemDisplay<
1208
+ "N_DISPLAY_set_gengar_0_f",
1209
+ {
1210
+ iconAddress: "set_gengar_0_a";
1211
+ }
1212
+ >
1213
+ >;
1214
+ export type AvatarItemDisplaySetGengar0M = S<
1215
+ AvatarItemDisplay<
1216
+ "N_DISPLAY_set_gengar_0_m",
1217
+ {
1218
+ iconAddress: "set_gengar_0_b";
1219
+ }
1220
+ >
1221
+ >;
1222
+ export type AvatarItemDisplaySetGimmighoulitemsF = S<
1223
+ AvatarItemDisplay<
1224
+ "N_DISPLAY_set_gimmighoulitems_f",
1225
+ {
1226
+ iconAddress: "set_gimmighoulitems_a";
1227
+ }
1228
+ >
1229
+ >;
1230
+ export type AvatarItemDisplaySetGimmighoulitemsM = S<
1231
+ AvatarItemDisplay<
1232
+ "N_DISPLAY_set_gimmighoulitems_m",
1233
+ {
1234
+ iconAddress: "set_gimmighoulitems_b";
1235
+ }
1236
+ >
1237
+ >;
1238
+ export type AvatarItemDisplaySetGiovanniF = S<
1239
+ AvatarItemDisplay<
1240
+ "N_DISPLAY_set_giovanni_f",
1241
+ {
1242
+ iconAddress: "set_giovanni_a";
1243
+ }
1244
+ >
1245
+ >;
1246
+ export type AvatarItemDisplaySetGiovanniM = S<
1247
+ AvatarItemDisplay<
1248
+ "N_DISPLAY_set_giovanni_m",
1249
+ {
1250
+ iconAddress: "set_giovanni_b";
1251
+ }
1252
+ >
1253
+ >;
1254
+ export type AvatarItemDisplaySetGiratinaitems = S<
1255
+ AvatarItemDisplay<
1256
+ "N_DISPLAY_set_giratinaitems",
1257
+ {
1258
+ iconAddress: "set_giratinaitems_b";
1259
+ }
1260
+ >
1261
+ >;
1262
+ export type AvatarItemDisplaySetGladionF = S<
1263
+ AvatarItemDisplay<
1264
+ "N_DISPLAY_set_gladion_f",
1265
+ {
1266
+ iconAddress: "set_gladion_a";
1267
+ }
1268
+ >
1269
+ >;
1270
+ export type AvatarItemDisplaySetGladionM = S<
1271
+ AvatarItemDisplay<
1272
+ "N_DISPLAY_set_gladion_m",
1273
+ {
1274
+ iconAddress: "set_gladion_b";
1275
+ }
1276
+ >
1277
+ >;
1278
+ export type AvatarItemDisplaySetGoteamrocketarloF = S<
1279
+ AvatarItemDisplay<
1280
+ "N_DISPLAY_set_goteamrocketarlo_f",
1281
+ {
1282
+ iconAddress: "set_goteamrocketarlo_a";
1283
+ }
1284
+ >
1285
+ >;
1286
+ export type AvatarItemDisplaySetGoteamrocketarloM = S<
1287
+ AvatarItemDisplay<
1288
+ "N_DISPLAY_set_goteamrocketarlo_m",
1289
+ {
1290
+ iconAddress: "set_goteamrocketarlo_b";
1291
+ }
1292
+ >
1293
+ >;
1294
+ export type AvatarItemDisplaySetGreenF = S<
1295
+ AvatarItemDisplay<
1296
+ "N_DISPLAY_set_green_f",
1297
+ {
1298
+ iconAddress: "set_green_a";
1299
+ }
1300
+ >
1301
+ >;
1302
+ export type AvatarItemDisplaySetGreenM = S<
1303
+ AvatarItemDisplay<
1304
+ "N_DISPLAY_set_green_m",
1305
+ {
1306
+ iconAddress: "set_green_b";
1307
+ }
1308
+ >
1309
+ >;
1310
+ export type AvatarItemDisplaySetGreencoatF = S<
1311
+ AvatarItemDisplay<
1312
+ "N_DISPLAY_set_greencoat_f",
1313
+ {
1314
+ iconAddress: "set_greencoat_a";
1315
+ }
1316
+ >
1317
+ >;
1318
+ export type AvatarItemDisplaySetGreencoatM = S<
1319
+ AvatarItemDisplay<
1320
+ "N_DISPLAY_set_greencoat_m",
1321
+ {
1322
+ iconAddress: "set_greencoat_b";
1323
+ }
1324
+ >
1325
+ >;
1326
+ export type AvatarItemDisplaySetGrimsley0 = S<
1327
+ AvatarItemDisplay<
1328
+ "N_DISPLAY_set_grimsley_0",
1329
+ {
1330
+ iconAddress: "set_grimsley_0";
1331
+ }
1332
+ >
1333
+ >;
1334
+ export type AvatarItemDisplaySetGrusha = S<
1335
+ AvatarItemDisplay<
1336
+ "N_DISPLAY_set_grusha",
1337
+ {
1338
+ iconAddress: "set_grusha";
1339
+ }
1340
+ >
1341
+ >;
1342
+ export type AvatarItemDisplaySetGuzmaF = S<
1343
+ AvatarItemDisplay<
1344
+ "N_DISPLAY_set_guzma_f",
1345
+ {
1346
+ iconAddress: "set_guzma_a";
1347
+ }
1348
+ >
1349
+ >;
1350
+ export type AvatarItemDisplaySetGuzmaM = S<
1351
+ AvatarItemDisplay<
1352
+ "N_DISPLAY_set_guzma_m",
1353
+ {
1354
+ iconAddress: "set_guzma_b";
1355
+ }
1356
+ >
1357
+ >;
1358
+ export type AvatarItemDisplaySetGymleader0F = S<
1359
+ AvatarItemDisplay<
1360
+ "N_DISPLAY_set_gymleader_0_f",
1361
+ {
1362
+ iconAddress: "set_gymleader_0_a";
1363
+ }
1364
+ >
1365
+ >;
1366
+ export type AvatarItemDisplaySetGymleader0M = S<
1367
+ AvatarItemDisplay<
1368
+ "N_DISPLAY_set_gymleader_0_m",
1369
+ {
1370
+ iconAddress: "set_gymleader_0_b";
1371
+ }
1372
+ >
1373
+ >;
1374
+ export type AvatarItemDisplaySetGymleader1F = S<
1375
+ AvatarItemDisplay<
1376
+ "N_DISPLAY_set_gymleader_1_f",
1377
+ {
1378
+ iconAddress: "set_gymleader_1_a";
1379
+ }
1380
+ >
1381
+ >;
1382
+ export type AvatarItemDisplaySetGymleader1M = S<
1383
+ AvatarItemDisplay<
1384
+ "N_DISPLAY_set_gymleader_1_m",
1385
+ {
1386
+ iconAddress: "set_gymleader_1_b";
1387
+ }
1388
+ >
1389
+ >;
1390
+ export type AvatarItemDisplaySetGymleader2F = S<
1391
+ AvatarItemDisplay<
1392
+ "N_DISPLAY_set_gymleader_2_f",
1393
+ {
1394
+ iconAddress: "set_gymleader_2_a";
1395
+ }
1396
+ >
1397
+ >;
1398
+ export type AvatarItemDisplaySetGymleader2M = S<
1399
+ AvatarItemDisplay<
1400
+ "N_DISPLAY_set_gymleader_2_m",
1401
+ {
1402
+ iconAddress: "set_gymleader_2_b";
1403
+ }
1404
+ >
1405
+ >;
1406
+ export type AvatarItemDisplaySetHala = S<
1407
+ AvatarItemDisplay<
1408
+ "N_DISPLAY_set_hala",
1409
+ {
1410
+ iconAddress: "set_hala_a";
1411
+ }
1412
+ >
1413
+ >;
1414
+ export type AvatarItemDisplaySetHalloween20240 = S<
1415
+ AvatarItemDisplay<
1416
+ "N_DISPLAY_set_halloween2024_0",
1417
+ {
1418
+ iconAddress: "set_halloween2024_0";
1419
+ }
1420
+ >
1421
+ >;
1422
+ export type AvatarItemDisplaySetHgss0F = S<
1423
+ AvatarItemDisplay<
1424
+ "N_DISPLAY_set_hgss_0_f",
1425
+ {
1426
+ iconAddress: "set_hgss_0_a";
1427
+ }
1428
+ >
1429
+ >;
1430
+ export type AvatarItemDisplaySetHgss0M = S<
1431
+ AvatarItemDisplay<
1432
+ "N_DISPLAY_set_hgss_0_m",
1433
+ {
1434
+ iconAddress: "set_hgss_0_b";
1435
+ }
1436
+ >
1437
+ >;
1438
+ export type AvatarItemDisplaySetHoliday2022santacostumesF = S<
1439
+ AvatarItemDisplay<
1440
+ "N_DISPLAY_set_holiday2022santacostumes_f",
1441
+ {
1442
+ iconAddress: "set_holiday2022santacostumes_a";
1443
+ }
1444
+ >
1445
+ >;
1446
+ export type AvatarItemDisplaySetHoliday2022santacostumesM = S<
1447
+ AvatarItemDisplay<
1448
+ "N_DISPLAY_set_holiday2022santacostumes_m",
1449
+ {
1450
+ iconAddress: "set_holiday2022santacostumes_b";
1451
+ }
1452
+ >
1453
+ >;
1454
+ export type AvatarItemDisplaySetHoopaF = S<
1455
+ AvatarItemDisplay<
1456
+ "N_DISPLAY_set_hoopa_f",
1457
+ {
1458
+ iconAddress: "set_hoopa_a";
1459
+ }
1460
+ >
1461
+ >;
1462
+ export type AvatarItemDisplaySetHoopaM = S<
1463
+ AvatarItemDisplay<
1464
+ "N_DISPLAY_set_hoopa_m",
1465
+ {
1466
+ iconAddress: "set_hoopa_b";
1467
+ }
1468
+ >
1469
+ >;
1470
+ export type AvatarItemDisplaySetIngo = S<
1471
+ AvatarItemDisplay<
1472
+ "N_DISPLAY_set_ingo",
1473
+ {
1474
+ iconAddress: "set_ingo_b";
1475
+ }
1476
+ >
1477
+ >;
1478
+ export type AvatarItemDisplaySetJogger0M = S<
1479
+ AvatarItemDisplay<
1480
+ "N_DISPLAY_set_jogger_0_m",
1481
+ {
1482
+ iconAddress: "set_jogger_0_b";
1483
+ }
1484
+ >
1485
+ >;
1486
+ export type AvatarItemDisplaySetKorrinaF = S<
1487
+ AvatarItemDisplay<
1488
+ "N_DISPLAY_set_korrina_f",
1489
+ {
1490
+ iconAddress: "set_korrina_a";
1491
+ }
1492
+ >
1493
+ >;
1494
+ export type AvatarItemDisplaySetKorrinaM = S<
1495
+ AvatarItemDisplay<
1496
+ "N_DISPLAY_set_korrina_m",
1497
+ {
1498
+ iconAddress: "set_korrina_b";
1499
+ }
1500
+ >
1501
+ >;
1502
+ export type AvatarItemDisplaySetLadiamondoutfitF = S<
1503
+ AvatarItemDisplay<
1504
+ "N_DISPLAY_set_ladiamondoutfit_f",
1505
+ {
1506
+ iconAddress: "set_ladiamondoutfit_a";
1507
+ }
1508
+ >
1509
+ >;
1510
+ export type AvatarItemDisplaySetLadiamondoutfitM = S<
1511
+ AvatarItemDisplay<
1512
+ "N_DISPLAY_set_ladiamondoutfit_m",
1513
+ {
1514
+ iconAddress: "set_ladiamondoutfit_b";
1515
+ }
1516
+ >
1517
+ >;
1518
+ export type AvatarItemDisplaySetLana0 = S<
1519
+ AvatarItemDisplay<
1520
+ "N_DISPLAY_set_lana_0",
1521
+ {
1522
+ iconAddress: "set_lana_0";
1523
+ }
1524
+ >
1525
+ >;
1526
+ export type AvatarItemDisplaySetLapearloutfitF = S<
1527
+ AvatarItemDisplay<
1528
+ "N_DISPLAY_set_lapearloutfit_f",
1529
+ {
1530
+ iconAddress: "set_lapearloutfit_a";
1531
+ }
1532
+ >
1533
+ >;
1534
+ export type AvatarItemDisplaySetLapearloutfitM = S<
1535
+ AvatarItemDisplay<
1536
+ "N_DISPLAY_set_lapearloutfit_m",
1537
+ {
1538
+ iconAddress: "set_lapearloutfit_b";
1539
+ }
1540
+ >
1541
+ >;
1542
+ export type AvatarItemDisplaySetLasecuritycorpsF = S<
1543
+ AvatarItemDisplay<
1544
+ "N_DISPLAY_set_lasecuritycorps_f",
1545
+ {
1546
+ iconAddress: "set_lasecuritycorps_a";
1547
+ }
1548
+ >
1549
+ >;
1550
+ export type AvatarItemDisplaySetLasecuritycorpsM = S<
1551
+ AvatarItemDisplay<
1552
+ "N_DISPLAY_set_lasecuritycorps_m",
1553
+ {
1554
+ iconAddress: "set_lasecuritycorps_b";
1555
+ }
1556
+ >
1557
+ >;
1558
+ export type AvatarItemDisplaySetLegendofarceusF = S<
1559
+ AvatarItemDisplay<
1560
+ "N_DISPLAY_set_legendofarceus_f",
1561
+ {
1562
+ iconAddress: "set_legendofarceus_a";
1563
+ }
1564
+ >
1565
+ >;
1566
+ export type AvatarItemDisplaySetLegendofarceusM = S<
1567
+ AvatarItemDisplay<
1568
+ "N_DISPLAY_set_legendofarceus_m",
1569
+ {
1570
+ iconAddress: "set_legendofarceus_b";
1571
+ }
1572
+ >
1573
+ >;
1574
+ export type AvatarItemDisplaySetLooseFitting0 = S<
1575
+ AvatarItemDisplay<
1576
+ "N_DISPLAY_set_loose-fitting_0",
1577
+ {
1578
+ iconAddress: "set_loose-fitting_0";
1579
+ }
1580
+ >
1581
+ >;
1582
+ export type AvatarItemDisplaySetLooseFitting1 = S<
1583
+ AvatarItemDisplay<
1584
+ "N_DISPLAY_set_loose-fitting_1",
1585
+ {
1586
+ iconAddress: "set_loose-fitting_1";
1587
+ }
1588
+ >
1589
+ >;
1590
+ export type AvatarItemDisplaySetLunalaitemsF = S<
1591
+ AvatarItemDisplay<
1592
+ "N_DISPLAY_set_lunalaitems_f",
1593
+ {
1594
+ iconAddress: "set_lunalaitems_a";
1595
+ }
1596
+ >
1597
+ >;
1598
+ export type AvatarItemDisplaySetLunalaitemsM = S<
1599
+ AvatarItemDisplay<
1600
+ "N_DISPLAY_set_lunalaitems_m",
1601
+ {
1602
+ iconAddress: "set_lunalaitems_b";
1603
+ }
1604
+ >
1605
+ >;
1606
+ export type AvatarItemDisplaySetLuvdiscpackF = S<
1607
+ AvatarItemDisplay<
1608
+ "N_DISPLAY_set_luvdiscpack_f",
1609
+ {
1610
+ iconAddress: "set_luvdiscpack_a";
1611
+ }
1612
+ >
1613
+ >;
1614
+ export type AvatarItemDisplaySetLuvdiscpackM = S<
1615
+ AvatarItemDisplay<
1616
+ "N_DISPLAY_set_luvdiscpack_m",
1617
+ {
1618
+ iconAddress: "set_luvdiscpack_b";
1619
+ }
1620
+ >
1621
+ >;
1622
+ export type AvatarItemDisplaySetLvl500F = S<
1623
+ AvatarItemDisplay<
1624
+ "N_DISPLAY_set_lvl50_0_f",
1625
+ {
1626
+ iconAddress: "set_lvl50_0_a";
1627
+ }
1628
+ >
1629
+ >;
1630
+ export type AvatarItemDisplaySetLvl500M = S<
1631
+ AvatarItemDisplay<
1632
+ "N_DISPLAY_set_lvl50_0_m",
1633
+ {
1634
+ iconAddress: "set_lvl50_0_b";
1635
+ }
1636
+ >
1637
+ >;
1638
+ export type AvatarItemDisplaySetLvl501F = S<
1639
+ AvatarItemDisplay<
1640
+ "N_DISPLAY_set_lvl50_1_f",
1641
+ {
1642
+ iconAddress: "set_lvl50_1_a";
1643
+ }
1644
+ >
1645
+ >;
1646
+ export type AvatarItemDisplaySetLvl501M = S<
1647
+ AvatarItemDisplay<
1648
+ "N_DISPLAY_set_lvl50_1_m",
1649
+ {
1650
+ iconAddress: "set_lvl50_1_b";
1651
+ }
1652
+ >
1653
+ >;
1654
+ export type AvatarItemDisplaySetLysandreF = S<
1655
+ AvatarItemDisplay<
1656
+ "N_DISPLAY_set_lysandre_f",
1657
+ {
1658
+ iconAddress: "set_lysandre_a";
1659
+ }
1660
+ >
1661
+ >;
1662
+ export type AvatarItemDisplaySetLysandreM = S<
1663
+ AvatarItemDisplay<
1664
+ "N_DISPLAY_set_lysandre_m",
1665
+ {
1666
+ iconAddress: "set_lysandre_b";
1667
+ }
1668
+ >
1669
+ >;
1670
+ export type AvatarItemDisplaySetMegalopunnyitemsF = S<
1671
+ AvatarItemDisplay<
1672
+ "N_DISPLAY_set_megalopunnyitems_f",
1673
+ {
1674
+ iconAddress: "set_megalopunnyitems_a";
1675
+ }
1676
+ >
1677
+ >;
1678
+ export type AvatarItemDisplaySetMegalopunnyitemsM = S<
1679
+ AvatarItemDisplay<
1680
+ "N_DISPLAY_set_megalopunnyitems_m",
1681
+ {
1682
+ iconAddress: "set_megalopunnyitems_b";
1683
+ }
1684
+ >
1685
+ >;
1686
+ export type AvatarItemDisplaySetMegarayquazaF = S<
1687
+ AvatarItemDisplay<
1688
+ "N_DISPLAY_set_megarayquaza_f",
1689
+ {
1690
+ iconAddress: "set_megarayquaza_a";
1691
+ }
1692
+ >
1693
+ >;
1694
+ export type AvatarItemDisplaySetMegarayquazaM = S<
1695
+ AvatarItemDisplay<
1696
+ "N_DISPLAY_set_megarayquaza_m",
1697
+ {
1698
+ iconAddress: "set_megarayquaza_b";
1699
+ }
1700
+ >
1701
+ >;
1702
+ export type AvatarItemDisplaySetMelmetalJacketF = S<
1703
+ AvatarItemDisplay<
1704
+ "N_DISPLAY_set_melmetal_jacket_f",
1705
+ {
1706
+ iconAddress: "set_melmetal_jacket_a";
1707
+ }
1708
+ >
1709
+ >;
1710
+ export type AvatarItemDisplaySetMelmetalJacketM = S<
1711
+ AvatarItemDisplay<
1712
+ "N_DISPLAY_set_melmetal_jacket_m",
1713
+ {
1714
+ iconAddress: "set_melmetal_jacket_b";
1715
+ }
1716
+ >
1717
+ >;
1718
+ export type AvatarItemDisplaySetMelmetalVestF = S<
1719
+ AvatarItemDisplay<
1720
+ "N_DISPLAY_set_melmetal_vest_f",
1721
+ {
1722
+ iconAddress: "set_melmetal_vest_a";
1723
+ }
1724
+ >
1725
+ >;
1726
+ export type AvatarItemDisplaySetMelmetalVestM = S<
1727
+ AvatarItemDisplay<
1728
+ "N_DISPLAY_set_melmetal_vest_m",
1729
+ {
1730
+ iconAddress: "set_melmetal_vest_b";
1731
+ }
1732
+ >
1733
+ >;
1734
+ export type AvatarItemDisplaySetMeltanF = S<
1735
+ AvatarItemDisplay<
1736
+ "N_DISPLAY_set_meltan_f",
1737
+ {
1738
+ iconAddress: "set_meltan_a";
1739
+ }
1740
+ >
1741
+ >;
1742
+ export type AvatarItemDisplaySetMeltanM = S<
1743
+ AvatarItemDisplay<
1744
+ "N_DISPLAY_set_meltan_m",
1745
+ {
1746
+ iconAddress: "set_meltan_b";
1747
+ }
1748
+ >
1749
+ >;
1750
+ export type AvatarItemDisplaySetMewtwoF = S<
1751
+ AvatarItemDisplay<
1752
+ "N_DISPLAY_set_mewtwo_f",
1753
+ {
1754
+ iconAddress: "set_mewtwo_a";
1755
+ }
1756
+ >
1757
+ >;
1758
+ export type AvatarItemDisplaySetMewtwoM = S<
1759
+ AvatarItemDisplay<
1760
+ "N_DISPLAY_set_mewtwo_m",
1761
+ {
1762
+ iconAddress: "set_mewtwo_b";
1763
+ }
1764
+ >
1765
+ >;
1766
+ export type AvatarItemDisplaySetMimikyuF = S<
1767
+ AvatarItemDisplay<
1768
+ "N_DISPLAY_set_mimikyu_f",
1769
+ {
1770
+ iconAddress: "set_mimikyu_a";
1771
+ }
1772
+ >
1773
+ >;
1774
+ export type AvatarItemDisplaySetMimikyuM = S<
1775
+ AvatarItemDisplay<
1776
+ "N_DISPLAY_set_mimikyu_m",
1777
+ {
1778
+ iconAddress: "set_mimikyu_b";
1779
+ }
1780
+ >
1781
+ >;
1782
+ export type AvatarItemDisplaySetMistyF = S<
1783
+ AvatarItemDisplay<
1784
+ "N_DISPLAY_set_misty_f",
1785
+ {
1786
+ iconAddress: "set_misty_a";
1787
+ }
1788
+ >
1789
+ >;
1790
+ export type AvatarItemDisplaySetMovie2020F = S<
1791
+ AvatarItemDisplay<
1792
+ "N_DISPLAY_set_movie2020_f",
1793
+ {
1794
+ iconAddress: "set_movie2020_a";
1795
+ }
1796
+ >
1797
+ >;
1798
+ export type AvatarItemDisplaySetMovie2020M = S<
1799
+ AvatarItemDisplay<
1800
+ "N_DISPLAY_set_movie2020_m",
1801
+ {
1802
+ iconAddress: "set_movie2020_b";
1803
+ }
1804
+ >
1805
+ >;
1806
+ export type AvatarItemDisplaySetMunnapack0F = S<
1807
+ AvatarItemDisplay<
1808
+ "N_DISPLAY_set_munnapack_0_f",
1809
+ {
1810
+ iconAddress: "set_munnapack_0_a";
1811
+ }
1812
+ >
1813
+ >;
1814
+ export type AvatarItemDisplaySetMunnapack0M = S<
1815
+ AvatarItemDisplay<
1816
+ "N_DISPLAY_set_munnapack_0_m",
1817
+ {
1818
+ iconAddress: "set_munnapack_0_b";
1819
+ }
1820
+ >
1821
+ >;
1822
+ export type AvatarItemDisplaySetMunnapack1F = S<
1823
+ AvatarItemDisplay<
1824
+ "N_DISPLAY_set_munnapack_1_f",
1825
+ {
1826
+ iconAddress: "set_munnapack_1_a";
1827
+ }
1828
+ >
1829
+ >;
1830
+ export type AvatarItemDisplaySetMunnapack1M = S<
1831
+ AvatarItemDisplay<
1832
+ "N_DISPLAY_set_munnapack_1_m",
1833
+ {
1834
+ iconAddress: "set_munnapack_1_b";
1835
+ }
1836
+ >
1837
+ >;
1838
+ export type AvatarItemDisplaySetMustard0 = S<
1839
+ AvatarItemDisplay<
1840
+ "N_DISPLAY_set_mustard_0",
1841
+ {
1842
+ iconAddress: "set_mustard_0";
1843
+ }
1844
+ >
1845
+ >;
1846
+ export type AvatarItemDisplaySetNDefaultNew = S<
1847
+ AvatarItemDisplay<
1848
+ "N_DISPLAY_set_n_default-new",
1849
+ {
1850
+ iconAddress: "set_n_default-new";
1851
+ }
1852
+ >
1853
+ >;
1854
+ export type AvatarItemDisplaySetNDenimfashionweek2023 = S<
1855
+ AvatarItemDisplay<
1856
+ "N_DISPLAY_set_n_denimfashionweek2023",
1857
+ {
1858
+ iconAddress: "set_denimfashionweek2023_b";
1859
+ }
1860
+ >
1861
+ >;
1862
+ export type AvatarItemDisplaySetNGothitelleitems = S<
1863
+ AvatarItemDisplay<
1864
+ "N_DISPLAY_set_n_gothitelleitems",
1865
+ {
1866
+ iconAddress: "set_gothitelleitems_b";
1867
+ }
1868
+ >
1869
+ >;
1870
+ export type AvatarItemDisplaySetNReuniclusitems = S<
1871
+ AvatarItemDisplay<
1872
+ "N_DISPLAY_set_n_reuniclusitems",
1873
+ {
1874
+ iconAddress: "set_reuniclusitems_a";
1875
+ }
1876
+ >
1877
+ >;
1878
+ export type AvatarItemDisplaySetNaganadelaitems = S<
1879
+ AvatarItemDisplay<
1880
+ "N_DISPLAY_set_naganadelaitems",
1881
+ {
1882
+ iconAddress: "set_naganadelaitems_0";
1883
+ }
1884
+ >
1885
+ >;
1886
+ export type AvatarItemDisplaySetNecrozmaitems0 = S<
1887
+ AvatarItemDisplay<
1888
+ "N_DISPLAY_set_necrozmaitems_0",
1889
+ {
1890
+ iconAddress: "set_necrozmaitems_0";
1891
+ }
1892
+ >
1893
+ >;
1894
+ export type AvatarItemDisplaySetNewyearF = S<
1895
+ AvatarItemDisplay<
1896
+ "N_DISPLAY_set_newyear_f",
1897
+ {
1898
+ iconAddress: "set_newyear_a";
1899
+ }
1900
+ >
1901
+ >;
1902
+ export type AvatarItemDisplaySetNewyearM = S<
1903
+ AvatarItemDisplay<
1904
+ "N_DISPLAY_set_newyear_m",
1905
+ {
1906
+ iconAddress: "set_newyear_b";
1907
+ }
1908
+ >
1909
+ >;
1910
+ export type AvatarItemDisplaySetObstagoonitemsF = S<
1911
+ AvatarItemDisplay<
1912
+ "N_DISPLAY_set_obstagoonitems_f",
1913
+ {
1914
+ iconAddress: "set_obstagoonitems_a";
1915
+ }
1916
+ >
1917
+ >;
1918
+ export type AvatarItemDisplaySetObstagoonitemsM = S<
1919
+ AvatarItemDisplay<
1920
+ "N_DISPLAY_set_obstagoonitems_m",
1921
+ {
1922
+ iconAddress: "set_obstagoonitems_b";
1923
+ }
1924
+ >
1925
+ >;
1926
+ export type AvatarItemDisplaySetOrasF = S<
1927
+ AvatarItemDisplay<
1928
+ "N_DISPLAY_set_oras_f",
1929
+ {
1930
+ iconAddress: "set_oras_a";
1931
+ }
1932
+ >
1933
+ >;
1934
+ export type AvatarItemDisplaySetOrasM = S<
1935
+ AvatarItemDisplay<
1936
+ "N_DISPLAY_set_oras_m",
1937
+ {
1938
+ iconAddress: "set_oras_b";
1939
+ }
1940
+ >
1941
+ >;
1942
+ export type AvatarItemDisplaySetPajamas20220F = S<
1943
+ AvatarItemDisplay<
1944
+ "N_DISPLAY_set_pajamas2022_0_f",
1945
+ {
1946
+ iconAddress: "set_pajamas2022_0_a";
1947
+ }
1948
+ >
1949
+ >;
1950
+ export type AvatarItemDisplaySetPajamas20220M = S<
1951
+ AvatarItemDisplay<
1952
+ "N_DISPLAY_set_pajamas2022_0_m",
1953
+ {
1954
+ iconAddress: "set_pajamas2022_0_b";
1955
+ }
1956
+ >
1957
+ >;
1958
+ export type AvatarItemDisplaySetPajamas20221F = S<
1959
+ AvatarItemDisplay<
1960
+ "N_DISPLAY_set_pajamas2022_1_f",
1961
+ {
1962
+ iconAddress: "set_pajamas2022_1_a";
1963
+ }
1964
+ >
1965
+ >;
1966
+ export type AvatarItemDisplaySetPajamas20221M = S<
1967
+ AvatarItemDisplay<
1968
+ "N_DISPLAY_set_pajamas2022_1_m",
1969
+ {
1970
+ iconAddress: "set_pajamas2022_1_b";
1971
+ }
1972
+ >
1973
+ >;
1974
+ export type AvatarItemDisplaySetPalmerF = S<
1975
+ AvatarItemDisplay<
1976
+ "N_DISPLAY_set_palmer_f",
1977
+ {
1978
+ iconAddress: "set_palmer_a";
1979
+ }
1980
+ >
1981
+ >;
1982
+ export type AvatarItemDisplaySetPalmerM = S<
1983
+ AvatarItemDisplay<
1984
+ "N_DISPLAY_set_palmer_m",
1985
+ {
1986
+ iconAddress: "set_palmer_b";
1987
+ }
1988
+ >
1989
+ >;
1990
+ export type AvatarItemDisplaySetPikachufan0F = S<
1991
+ AvatarItemDisplay<
1992
+ "N_DISPLAY_set_pikachufan_0_f",
1993
+ {
1994
+ iconAddress: "set_pikachufan_0_a";
1995
+ }
1996
+ >
1997
+ >;
1998
+ export type AvatarItemDisplaySetPikachufan0M = S<
1999
+ AvatarItemDisplay<
2000
+ "N_DISPLAY_set_pikachufan_0_m",
2001
+ {
2002
+ iconAddress: "set_pikachufan_0_b";
2003
+ }
2004
+ >
2005
+ >;
2006
+ export type AvatarItemDisplaySetPikachulibreF = S<
2007
+ AvatarItemDisplay<
2008
+ "N_DISPLAY_set_pikachulibre_f",
2009
+ {
2010
+ iconAddress: "set_pikachulibre_a";
2011
+ }
2012
+ >
2013
+ >;
2014
+ export type AvatarItemDisplaySetPikachulibreM = S<
2015
+ AvatarItemDisplay<
2016
+ "N_DISPLAY_set_pikachulibre_m",
2017
+ {
2018
+ iconAddress: "set_pikachulibre_b";
2019
+ }
2020
+ >
2021
+ >;
2022
+ export type AvatarItemDisplaySetPkmnhoodie001F = S<
2023
+ AvatarItemDisplay<
2024
+ "N_DISPLAY_set_pkmnhoodie001_f",
2025
+ {
2026
+ iconAddress: "set_pkmnhoodie001_a";
2027
+ }
2028
+ >
2029
+ >;
2030
+ export type AvatarItemDisplaySetPkmnhoodie001M = S<
2031
+ AvatarItemDisplay<
2032
+ "N_DISPLAY_set_pkmnhoodie001_m",
2033
+ {
2034
+ iconAddress: "set_pkmnhoodie001_b";
2035
+ }
2036
+ >
2037
+ >;
2038
+ export type AvatarItemDisplaySetPkmnhoodie004F = S<
2039
+ AvatarItemDisplay<
2040
+ "N_DISPLAY_set_pkmnhoodie004_f",
2041
+ {
2042
+ iconAddress: "set_pkmnhoodie004_a";
2043
+ }
2044
+ >
2045
+ >;
2046
+ export type AvatarItemDisplaySetPkmnhoodie004M = S<
2047
+ AvatarItemDisplay<
2048
+ "N_DISPLAY_set_pkmnhoodie004_m",
2049
+ {
2050
+ iconAddress: "set_pkmnhoodie004_b";
2051
+ }
2052
+ >
2053
+ >;
2054
+ export type AvatarItemDisplaySetPkmnhoodie007F = S<
2055
+ AvatarItemDisplay<
2056
+ "N_DISPLAY_set_pkmnhoodie007_f",
2057
+ {
2058
+ iconAddress: "set_pkmnhoodie007_a";
2059
+ }
2060
+ >
2061
+ >;
2062
+ export type AvatarItemDisplaySetPkmnhoodie007M = S<
2063
+ AvatarItemDisplay<
2064
+ "N_DISPLAY_set_pkmnhoodie007_m",
2065
+ {
2066
+ iconAddress: "set_pkmnhoodie007_b";
2067
+ }
2068
+ >
2069
+ >;
2070
+ export type AvatarItemDisplaySetProfwillowoutfitF = S<
2071
+ AvatarItemDisplay<
2072
+ "N_DISPLAY_set_profwillowoutfit_f",
2073
+ {
2074
+ iconAddress: "set_profwillowoutfit_a";
2075
+ }
2076
+ >
2077
+ >;
2078
+ export type AvatarItemDisplaySetProfwillowoutfitM = S<
2079
+ AvatarItemDisplay<
2080
+ "N_DISPLAY_set_profwillowoutfit_m",
2081
+ {
2082
+ iconAddress: "set_profwillowoutfit_b";
2083
+ }
2084
+ >
2085
+ >;
2086
+ export type AvatarItemDisplaySetPumpkabooitemsF = S<
2087
+ AvatarItemDisplay<
2088
+ "N_DISPLAY_set_pumpkabooitems_f",
2089
+ {
2090
+ iconAddress: "set_pumpkabooitems_a";
2091
+ }
2092
+ >
2093
+ >;
2094
+ export type AvatarItemDisplaySetPumpkabooitemsM = S<
2095
+ AvatarItemDisplay<
2096
+ "N_DISPLAY_set_pumpkabooitems_m",
2097
+ {
2098
+ iconAddress: "set_pumpkabooitems_b";
2099
+ }
2100
+ >
2101
+ >;
2102
+ export type AvatarItemDisplaySetRegiicejersiesF = S<
2103
+ AvatarItemDisplay<
2104
+ "N_DISPLAY_set_regiicejersies_f",
2105
+ {
2106
+ iconAddress: "set_regiicejersies_a";
2107
+ }
2108
+ >
2109
+ >;
2110
+ export type AvatarItemDisplaySetRegiicejersiesM = S<
2111
+ AvatarItemDisplay<
2112
+ "N_DISPLAY_set_regiicejersies_m",
2113
+ {
2114
+ iconAddress: "set_regiicejersies_b";
2115
+ }
2116
+ >
2117
+ >;
2118
+ export type AvatarItemDisplaySetRegirockjersiesF = S<
2119
+ AvatarItemDisplay<
2120
+ "N_DISPLAY_set_regirockjersies_f",
2121
+ {
2122
+ iconAddress: "set_regirockjersies_a";
2123
+ }
2124
+ >
2125
+ >;
2126
+ export type AvatarItemDisplaySetRegirockjersiesM = S<
2127
+ AvatarItemDisplay<
2128
+ "N_DISPLAY_set_regirockjersies_m",
2129
+ {
2130
+ iconAddress: "set_regirockjersies_b";
2131
+ }
2132
+ >
2133
+ >;
2134
+ export type AvatarItemDisplaySetRegisteeljersiesF = S<
2135
+ AvatarItemDisplay<
2136
+ "N_DISPLAY_set_registeeljersies_f",
2137
+ {
2138
+ iconAddress: "set_registeeljersies_a";
2139
+ }
2140
+ >
2141
+ >;
2142
+ export type AvatarItemDisplaySetRegisteeljersiesM = S<
2143
+ AvatarItemDisplay<
2144
+ "N_DISPLAY_set_registeeljersies_m",
2145
+ {
2146
+ iconAddress: "set_registeeljersies_b";
2147
+ }
2148
+ >
2149
+ >;
2150
+ export type AvatarItemDisplaySetRuinmaniacF = S<
2151
+ AvatarItemDisplay<
2152
+ "N_DISPLAY_set_ruinmaniac_f",
2153
+ {
2154
+ iconAddress: "set_ruinmaniac_a";
2155
+ }
2156
+ >
2157
+ >;
2158
+ export type AvatarItemDisplaySetRuinmaniacM = S<
2159
+ AvatarItemDisplay<
2160
+ "N_DISPLAY_set_ruinmaniac_m",
2161
+ {
2162
+ iconAddress: "set_ruinmaniac_b";
2163
+ }
2164
+ >
2165
+ >;
2166
+ export type AvatarItemDisplaySetS19gbl0 = S<
2167
+ AvatarItemDisplay<
2168
+ "N_DISPLAY_set_s19gbl_0",
2169
+ {
2170
+ iconAddress: "set_s19gbl";
2171
+ }
2172
+ >
2173
+ >;
2174
+ export type AvatarItemDisplaySetS22gbl0 = S<
2175
+ AvatarItemDisplay<
2176
+ "N_DISPLAY_set_s22gbl_0",
2177
+ {
2178
+ iconAddress: "set_s22gbl_0";
2179
+ }
2180
+ >
2181
+ >;
2182
+ export type AvatarItemDisplaySetShayminLandF = S<
2183
+ AvatarItemDisplay<
2184
+ "N_DISPLAY_set_shaymin_land_f",
2185
+ {
2186
+ iconAddress: "set_shaymin_land_a";
2187
+ }
2188
+ >
2189
+ >;
2190
+ export type AvatarItemDisplaySetShayminLandM = S<
2191
+ AvatarItemDisplay<
2192
+ "N_DISPLAY_set_shaymin_land_m",
2193
+ {
2194
+ iconAddress: "set_shaymin_land_b";
2195
+ }
2196
+ >
2197
+ >;
2198
+ export type AvatarItemDisplaySetShayminSkyF = S<
2199
+ AvatarItemDisplay<
2200
+ "N_DISPLAY_set_shaymin_sky_f",
2201
+ {
2202
+ iconAddress: "set_shaymin_sky_a";
2203
+ }
2204
+ >
2205
+ >;
2206
+ export type AvatarItemDisplaySetShayminSkyM = S<
2207
+ AvatarItemDisplay<
2208
+ "N_DISPLAY_set_shaymin_sky_m",
2209
+ {
2210
+ iconAddress: "set_shaymin_sky_b";
2211
+ }
2212
+ >
2213
+ >;
2214
+ export type AvatarItemDisplaySetSlowpoketailshirtsF = S<
2215
+ AvatarItemDisplay<
2216
+ "N_DISPLAY_set_slowpoketailshirts_f",
2217
+ {
2218
+ iconAddress: "set_slowpoketailshirts_a";
2219
+ }
2220
+ >
2221
+ >;
2222
+ export type AvatarItemDisplaySetSlowpoketailshirtsM = S<
2223
+ AvatarItemDisplay<
2224
+ "N_DISPLAY_set_slowpoketailshirts_m",
2225
+ {
2226
+ iconAddress: "set_slowpoketailshirts_b";
2227
+ }
2228
+ >
2229
+ >;
2230
+ export type AvatarItemDisplaySetSolgaleoitemsF = S<
2231
+ AvatarItemDisplay<
2232
+ "N_DISPLAY_set_solgaleoitems_f",
2233
+ {
2234
+ iconAddress: "set_solgaleoitems_a";
2235
+ }
2236
+ >
2237
+ >;
2238
+ export type AvatarItemDisplaySetSolgaleoitemsM = S<
2239
+ AvatarItemDisplay<
2240
+ "N_DISPLAY_set_solgaleoitems_m",
2241
+ {
2242
+ iconAddress: "set_solgaleoitems_b";
2243
+ }
2244
+ >
2245
+ >;
2246
+ export type AvatarItemDisplaySetSsF = S<
2247
+ AvatarItemDisplay<
2248
+ "N_DISPLAY_set_ss_f",
2249
+ {
2250
+ iconAddress: "set_ss_a";
2251
+ }
2252
+ >
2253
+ >;
2254
+ export type AvatarItemDisplaySetSsM = S<
2255
+ AvatarItemDisplay<
2256
+ "N_DISPLAY_set_ss_m",
2257
+ {
2258
+ iconAddress: "set_ss_b";
2259
+ }
2260
+ >
2261
+ >;
2262
+ export type AvatarItemDisplaySetStevenF = S<
2263
+ AvatarItemDisplay<
2264
+ "N_DISPLAY_set_steven_f",
2265
+ {
2266
+ iconAddress: "set_steven_a";
2267
+ }
2268
+ >
2269
+ >;
2270
+ export type AvatarItemDisplaySetStevenM = S<
2271
+ AvatarItemDisplay<
2272
+ "N_DISPLAY_set_steven_m",
2273
+ {
2274
+ iconAddress: "set_steven_b";
2275
+ }
2276
+ >
2277
+ >;
2278
+ export type AvatarItemDisplaySetStevenfirstF = S<
2279
+ AvatarItemDisplay<
2280
+ "N_DISPLAY_set_stevenfirst_f",
2281
+ {
2282
+ iconAddress: "set_stevenfirst_a";
2283
+ }
2284
+ >
2285
+ >;
2286
+ export type AvatarItemDisplaySetStevenfirstM = S<
2287
+ AvatarItemDisplay<
2288
+ "N_DISPLAY_set_stevenfirst_m",
2289
+ {
2290
+ iconAddress: "set_stevenfirst_b";
2291
+ }
2292
+ >
2293
+ >;
2294
+ export type AvatarItemDisplaySetSvcostumescarletschoolF = S<
2295
+ AvatarItemDisplay<
2296
+ "N_DISPLAY_set_svcostumescarletschool_f",
2297
+ {
2298
+ iconAddress: "set_svcostumescarletschool_a";
2299
+ }
2300
+ >
2301
+ >;
2302
+ export type AvatarItemDisplaySetSvcostumescarletschoolM = S<
2303
+ AvatarItemDisplay<
2304
+ "N_DISPLAY_set_svcostumescarletschool_m",
2305
+ {
2306
+ iconAddress: "set_svcostumescarletschool_b";
2307
+ }
2308
+ >
2309
+ >;
2310
+ export type AvatarItemDisplaySetSvcostumevioletschoolF = S<
2311
+ AvatarItemDisplay<
2312
+ "N_DISPLAY_set_svcostumevioletschool_f",
2313
+ {
2314
+ iconAddress: "set_svcostumevioletschool_a";
2315
+ }
2316
+ >
2317
+ >;
2318
+ export type AvatarItemDisplaySetSvcostumevioletschoolM = S<
2319
+ AvatarItemDisplay<
2320
+ "N_DISPLAY_set_svcostumevioletschool_m",
2321
+ {
2322
+ iconAddress: "set_svcostumevioletschool_b";
2323
+ }
2324
+ >
2325
+ >;
2326
+ export type AvatarItemDisplaySetSvdlcF = S<
2327
+ AvatarItemDisplay<
2328
+ "N_DISPLAY_set_svdlc_f",
2329
+ {
2330
+ iconAddress: "set_svdlc_a";
2331
+ }
2332
+ >
2333
+ >;
2334
+ export type AvatarItemDisplaySetSvdlcM = S<
2335
+ AvatarItemDisplay<
2336
+ "N_DISPLAY_set_svdlc_m",
2337
+ {
2338
+ iconAddress: "set_svdlc_b";
2339
+ }
2340
+ >
2341
+ >;
2342
+ export type AvatarItemDisplaySetSvdlc2fall0 = S<
2343
+ AvatarItemDisplay<
2344
+ "N_DISPLAY_set_svdlc2fall_0",
2345
+ {
2346
+ iconAddress: "set_svdlc2fall_b";
2347
+ }
2348
+ >
2349
+ >;
2350
+ export type AvatarItemDisplaySetSvdlc2spring0 = S<
2351
+ AvatarItemDisplay<
2352
+ "N_DISPLAY_set_svdlc2spring_0",
2353
+ {
2354
+ iconAddress: "set_svdlc2spring_a";
2355
+ }
2356
+ >
2357
+ >;
2358
+ export type AvatarItemDisplaySetSwshdlc2costumeF = S<
2359
+ AvatarItemDisplay<
2360
+ "N_DISPLAY_set_swshdlc2costume_f",
2361
+ {
2362
+ iconAddress: "set_swshdlc2costume_a";
2363
+ }
2364
+ >
2365
+ >;
2366
+ export type AvatarItemDisplaySetSwshdlc2costumeM = S<
2367
+ AvatarItemDisplay<
2368
+ "N_DISPLAY_set_swshdlc2costume_m",
2369
+ {
2370
+ iconAddress: "set_swshdlc2costume_b";
2371
+ }
2372
+ >
2373
+ >;
2374
+ export type AvatarItemDisplaySetSwshdlccostumeF = S<
2375
+ AvatarItemDisplay<
2376
+ "N_DISPLAY_set_swshdlccostume_f",
2377
+ {
2378
+ iconAddress: "set_swshdlccostume_a";
2379
+ }
2380
+ >
2381
+ >;
2382
+ export type AvatarItemDisplaySetSwshdlccostumeM = S<
2383
+ AvatarItemDisplay<
2384
+ "N_DISPLAY_set_swshdlccostume_m",
2385
+ {
2386
+ iconAddress: "set_swshdlccostume_b";
2387
+ }
2388
+ >
2389
+ >;
2390
+ export type AvatarItemDisplaySetSwshuniformchampionF = S<
2391
+ AvatarItemDisplay<
2392
+ "N_DISPLAY_set_swshuniformchampion_f",
2393
+ {
2394
+ iconAddress: "set_swshuniformchampion_a";
2395
+ }
2396
+ >
2397
+ >;
2398
+ export type AvatarItemDisplaySetSwshuniformchampionM = S<
2399
+ AvatarItemDisplay<
2400
+ "N_DISPLAY_set_swshuniformchampion_m",
2401
+ {
2402
+ iconAddress: "set_swshuniformchampion_b";
2403
+ }
2404
+ >
2405
+ >;
2406
+ export type AvatarItemDisplaySetSwshuniformdarkF = S<
2407
+ AvatarItemDisplay<
2408
+ "N_DISPLAY_set_swshuniformdark_f",
2409
+ {
2410
+ iconAddress: "set_swshuniformdark_a";
2411
+ }
2412
+ >
2413
+ >;
2414
+ export type AvatarItemDisplaySetSwshuniformdarkM = S<
2415
+ AvatarItemDisplay<
2416
+ "N_DISPLAY_set_swshuniformdark_m",
2417
+ {
2418
+ iconAddress: "set_swshuniformdark_b";
2419
+ }
2420
+ >
2421
+ >;
2422
+ export type AvatarItemDisplaySetSwshuniformdefaultF = S<
2423
+ AvatarItemDisplay<
2424
+ "N_DISPLAY_set_swshuniformdefault_f",
2425
+ {
2426
+ iconAddress: "set_swshuniformdefault_a";
2427
+ }
2428
+ >
2429
+ >;
2430
+ export type AvatarItemDisplaySetSwshuniformdefaultM = S<
2431
+ AvatarItemDisplay<
2432
+ "N_DISPLAY_set_swshuniformdefault_m",
2433
+ {
2434
+ iconAddress: "set_swshuniformdefault_b";
2435
+ }
2436
+ >
2437
+ >;
2438
+ export type AvatarItemDisplaySetSwshuniformdragonF = S<
2439
+ AvatarItemDisplay<
2440
+ "N_DISPLAY_set_swshuniformdragon_f",
2441
+ {
2442
+ iconAddress: "set_swshuniformdragon_a";
2443
+ }
2444
+ >
2445
+ >;
2446
+ export type AvatarItemDisplaySetSwshuniformdragonM = S<
2447
+ AvatarItemDisplay<
2448
+ "N_DISPLAY_set_swshuniformdragon_m",
2449
+ {
2450
+ iconAddress: "set_swshuniformdragon_b";
2451
+ }
2452
+ >
2453
+ >;
2454
+ export type AvatarItemDisplaySetSylveonitemsF = S<
2455
+ AvatarItemDisplay<
2456
+ "N_DISPLAY_set_sylveonitems_f",
2457
+ {
2458
+ iconAddress: "set_sylveonitems_a";
2459
+ }
2460
+ >
2461
+ >;
2462
+ export type AvatarItemDisplaySetSylveonitemsM = S<
2463
+ AvatarItemDisplay<
2464
+ "N_DISPLAY_set_sylveonitems_m",
2465
+ {
2466
+ iconAddress: "set_sylveonitems_b";
2467
+ }
2468
+ >
2469
+ >;
2470
+ export type AvatarItemDisplaySetTandemausitems0 = S<
2471
+ AvatarItemDisplay<
2472
+ "N_DISPLAY_set_tandemausitems_0",
2473
+ {
2474
+ iconAddress: "set_tandemausitems_0";
2475
+ }
2476
+ >
2477
+ >;
2478
+ export type AvatarItemDisplaySetTcgcollabtshirtandcapF = S<
2479
+ AvatarItemDisplay<
2480
+ "N_DISPLAY_set_tcgcollabtshirtandcap_f",
2481
+ {
2482
+ iconAddress: "set_tcgcollabtshirtandcap_a";
2483
+ }
2484
+ >
2485
+ >;
2486
+ export type AvatarItemDisplaySetTcgcollabtshirtandcapM = S<
2487
+ AvatarItemDisplay<
2488
+ "N_DISPLAY_set_tcgcollabtshirtandcap_m",
2489
+ {
2490
+ iconAddress: "set_tcgcollabtshirtandcap_b";
2491
+ }
2492
+ >
2493
+ >;
2494
+ export type AvatarItemDisplaySetTeamaquaF = S<
2495
+ AvatarItemDisplay<
2496
+ "N_DISPLAY_set_teamaqua_f",
2497
+ {
2498
+ iconAddress: "set_teamaqua_a";
2499
+ }
2500
+ >
2501
+ >;
2502
+ export type AvatarItemDisplaySetTeamaquaM = S<
2503
+ AvatarItemDisplay<
2504
+ "N_DISPLAY_set_teamaqua_m",
2505
+ {
2506
+ iconAddress: "set_teamaqua_b";
2507
+ }
2508
+ >
2509
+ >;
2510
+ export type AvatarItemDisplaySetTeamblancheF = S<
2511
+ AvatarItemDisplay<
2512
+ "N_DISPLAY_set_teamblanche_f",
2513
+ {
2514
+ iconAddress: "set_teamblanche_a";
2515
+ }
2516
+ >
2517
+ >;
2518
+ export type AvatarItemDisplaySetTeamblancheM = S<
2519
+ AvatarItemDisplay<
2520
+ "N_DISPLAY_set_teamblanche_m",
2521
+ {
2522
+ iconAddress: "set_teamblanche_b";
2523
+ }
2524
+ >
2525
+ >;
2526
+ export type AvatarItemDisplaySetTeamcandelaF = S<
2527
+ AvatarItemDisplay<
2528
+ "N_DISPLAY_set_teamcandela_f",
2529
+ {
2530
+ iconAddress: "set_teamcandela_a";
2531
+ }
2532
+ >
2533
+ >;
2534
+ export type AvatarItemDisplaySetTeamcandelaM = S<
2535
+ AvatarItemDisplay<
2536
+ "N_DISPLAY_set_teamcandela_m",
2537
+ {
2538
+ iconAddress: "set_teamcandela_b";
2539
+ }
2540
+ >
2541
+ >;
2542
+ export type AvatarItemDisplaySetTeammagmaF = S<
2543
+ AvatarItemDisplay<
2544
+ "N_DISPLAY_set_teammagma_f",
2545
+ {
2546
+ iconAddress: "set_teammagma_a";
2547
+ }
2548
+ >
2549
+ >;
2550
+ export type AvatarItemDisplaySetTeammagmaM = S<
2551
+ AvatarItemDisplay<
2552
+ "N_DISPLAY_set_teammagma_m",
2553
+ {
2554
+ iconAddress: "set_teammagma_b";
2555
+ }
2556
+ >
2557
+ >;
2558
+ export type AvatarItemDisplaySetTeamrocket0F = S<
2559
+ AvatarItemDisplay<
2560
+ "N_DISPLAY_set_teamrocket_0_f",
2561
+ {
2562
+ iconAddress: "set_teamrocket_0_a";
2563
+ }
2564
+ >
2565
+ >;
2566
+ export type AvatarItemDisplaySetTeamrocket0M = S<
2567
+ AvatarItemDisplay<
2568
+ "N_DISPLAY_set_teamrocket_0_m",
2569
+ {
2570
+ iconAddress: "set_teamrocket_0_b";
2571
+ }
2572
+ >
2573
+ >;
2574
+ export type AvatarItemDisplaySetTeamrocket1F = S<
2575
+ AvatarItemDisplay<
2576
+ "N_DISPLAY_set_teamrocket_1_f",
2577
+ {
2578
+ iconAddress: "set_teamrocket_1_a";
2579
+ }
2580
+ >
2581
+ >;
2582
+ export type AvatarItemDisplaySetTeamrocket1M = S<
2583
+ AvatarItemDisplay<
2584
+ "N_DISPLAY_set_teamrocket_1_m",
2585
+ {
2586
+ iconAddress: "set_teamrocket_1_b";
2587
+ }
2588
+ >
2589
+ >;
2590
+ export type AvatarItemDisplaySetTeamskullF = S<
2591
+ AvatarItemDisplay<
2592
+ "N_DISPLAY_set_teamskull_f",
2593
+ {
2594
+ iconAddress: "set_teamskull_a";
2595
+ }
2596
+ >
2597
+ >;
2598
+ export type AvatarItemDisplaySetTeamskullM = S<
2599
+ AvatarItemDisplay<
2600
+ "N_DISPLAY_set_teamskull_m",
2601
+ {
2602
+ iconAddress: "set_teamskull_b";
2603
+ }
2604
+ >
2605
+ >;
2606
+ export type AvatarItemDisplaySetTeamsparkF = S<
2607
+ AvatarItemDisplay<
2608
+ "N_DISPLAY_set_teamspark_f",
2609
+ {
2610
+ iconAddress: "set_teamspark_a";
2611
+ }
2612
+ >
2613
+ >;
2614
+ export type AvatarItemDisplaySetTeamsparkM = S<
2615
+ AvatarItemDisplay<
2616
+ "N_DISPLAY_set_teamspark_m",
2617
+ {
2618
+ iconAddress: "set_teamspark_b";
2619
+ }
2620
+ >
2621
+ >;
2622
+ export type AvatarItemDisplaySetTeamyellgruntsA0 = S<
2623
+ AvatarItemDisplay<
2624
+ "N_DISPLAY_set_teamyellgrunts_a_0",
2625
+ {
2626
+ iconAddress: "set_teamyellgrunts_a_0";
2627
+ }
2628
+ >
2629
+ >;
2630
+ export type AvatarItemDisplaySetTeamyellgruntsB0 = S<
2631
+ AvatarItemDisplay<
2632
+ "N_DISPLAY_set_teamyellgrunts_b_0",
2633
+ {
2634
+ iconAddress: "set_teamyellgrunts_b_0";
2635
+ }
2636
+ >
2637
+ >;
2638
+ export type AvatarItemDisplaySetUltra0F = S<
2639
+ AvatarItemDisplay<
2640
+ "N_DISPLAY_set_ultra_0_f",
2641
+ {
2642
+ iconAddress: "set_ultra_0_a";
2643
+ }
2644
+ >
2645
+ >;
2646
+ export type AvatarItemDisplaySetUltra0M = S<
2647
+ AvatarItemDisplay<
2648
+ "N_DISPLAY_set_ultra_0_m",
2649
+ {
2650
+ iconAddress: "set_ultra_0_b";
2651
+ }
2652
+ >
2653
+ >;
2654
+ export type AvatarItemDisplaySetUltrareconsquadF = S<
2655
+ AvatarItemDisplay<
2656
+ "N_DISPLAY_set_ultrareconsquad_f",
2657
+ {
2658
+ iconAddress: "set_ultrareconsquad_a";
2659
+ }
2660
+ >
2661
+ >;
2662
+ export type AvatarItemDisplaySetUltrareconsquadM = S<
2663
+ AvatarItemDisplay<
2664
+ "N_DISPLAY_set_ultrareconsquad_m",
2665
+ {
2666
+ iconAddress: "set_ultrareconsquad_b";
2667
+ }
2668
+ >
2669
+ >;
2670
+ export type AvatarItemDisplaySetUltrareconsquadbF = S<
2671
+ AvatarItemDisplay<
2672
+ "N_DISPLAY_set_ultrareconsquadb_f",
2673
+ {
2674
+ iconAddress: "set_ultrareconsquadb_a";
2675
+ }
2676
+ >
2677
+ >;
2678
+ export type AvatarItemDisplaySetVeterantrainerxyF = S<
2679
+ AvatarItemDisplay<
2680
+ "N_DISPLAY_set_veterantrainerxy_f",
2681
+ {
2682
+ iconAddress: "set_veterantrainerxy_a";
2683
+ }
2684
+ >
2685
+ >;
2686
+ export type AvatarItemDisplaySetVeterantrainerxyM = S<
2687
+ AvatarItemDisplay<
2688
+ "N_DISPLAY_set_veterantrainerxy_m",
2689
+ {
2690
+ iconAddress: "set_veterantrainerxy_b";
2691
+ }
2692
+ >
2693
+ >;
2694
+ export type AvatarItemDisplaySetWcs2022winnersitemsF = S<
2695
+ AvatarItemDisplay<
2696
+ "N_DISPLAY_set_wcs2022winnersitems_f",
2697
+ {
2698
+ iconAddress: "set_wcs2022winnersitems_a";
2699
+ }
2700
+ >
2701
+ >;
2702
+ export type AvatarItemDisplaySetWcs2022winnersitemsM = S<
2703
+ AvatarItemDisplay<
2704
+ "N_DISPLAY_set_wcs2022winnersitems_m",
2705
+ {
2706
+ iconAddress: "set_wcs2022winnersitems_b";
2707
+ }
2708
+ >
2709
+ >;
2710
+ export type AvatarItemDisplaySetWcs2024paiditems0 = S<
2711
+ AvatarItemDisplay<
2712
+ "N_DISPLAY_set_wcs2024paiditems_0",
2713
+ {
2714
+ iconAddress: "set_wcs2024paiditems_0";
2715
+ }
2716
+ >
2717
+ >;
2718
+ export type AvatarItemDisplaySetWcs2024winnersitems0 = S<
2719
+ AvatarItemDisplay<
2720
+ "N_DISPLAY_set_wcs2024winnersitems_0",
2721
+ {
2722
+ iconAddress: "set_wcs2024winnersitems_0";
2723
+ }
2724
+ >
2725
+ >;
2726
+ export type AvatarItemDisplaySetWcs2025winnersitems0 = S<
2727
+ AvatarItemDisplay<
2728
+ "N_DISPLAY_set_wcs2025winnersitems_0",
2729
+ {
2730
+ iconAddress: "set_wcs2025winnersitems_0";
2731
+ }
2732
+ >
2733
+ >;
2734
+ export type AvatarItemDisplaySetWinter2023 = S<
2735
+ AvatarItemDisplay<
2736
+ "N_DISPLAY_set_winter2023",
2737
+ {
2738
+ iconAddress: "set_winter2023_a";
2739
+ }
2740
+ >
2741
+ >;
2742
+ export type AvatarItemDisplaySetZacostumeA = S<
2743
+ AvatarItemDisplay<
2744
+ "N_DISPLAY_set_zacostume_a",
2745
+ {
2746
+ iconAddress: "set_zacostume_a";
2747
+ }
2748
+ >
2749
+ >;
2750
+ export type AvatarItemDisplaySetZacostumeB = S<
2751
+ AvatarItemDisplay<
2752
+ "N_DISPLAY_set_zacostume_b",
2753
+ {
2754
+ iconAddress: "set_zacostume_b";
2755
+ }
2756
+ >
2757
+ >;
2758
+
2759
+ export type AvatarItemDisplayMiscMasterfileEntry =
2760
+ | AvatarItemDisplayNGradientEye0
2761
+ | AvatarItemDisplayNGradientEye1
2762
+ | AvatarItemDisplayNGradientEye2
2763
+ | AvatarItemDisplayNGradientEye3
2764
+ | AvatarItemDisplayNGradientEye4
2765
+ | AvatarItemDisplayNGradientEye5
2766
+ | AvatarItemDisplayNGradientEye6
2767
+ | AvatarItemDisplayNGradientEye7
2768
+ | AvatarItemDisplayNGradientEye8
2769
+ | AvatarItemDisplayNGradientEye9
2770
+ | AvatarItemDisplayNGradientEye10
2771
+ | AvatarItemDisplayNGradientEye11
2772
+ | AvatarItemDisplayNGradientEye12
2773
+ | AvatarItemDisplayNGradientEye13
2774
+ | AvatarItemDisplayNGradientEye14
2775
+ | AvatarItemDisplayNGradientEye15
2776
+ | AvatarItemDisplayNGradientEye16
2777
+ | AvatarItemDisplayNGradientEye17
2778
+ | AvatarItemDisplayNGradientEye18
2779
+ | AvatarItemDisplayNGradientEye19
2780
+ | AvatarItemDisplayNGradientHair0
2781
+ | AvatarItemDisplayNGradientHair1
2782
+ | AvatarItemDisplayNGradientHair2
2783
+ | AvatarItemDisplayNGradientHair3
2784
+ | AvatarItemDisplayNGradientHair4
2785
+ | AvatarItemDisplayNGradientHair5
2786
+ | AvatarItemDisplayNGradientHair6
2787
+ | AvatarItemDisplayNGradientHair7
2788
+ | AvatarItemDisplayNGradientHair8
2789
+ | AvatarItemDisplayNGradientHair9
2790
+ | AvatarItemDisplayNGradientHair10
2791
+ | AvatarItemDisplayNGradientHair11
2792
+ | AvatarItemDisplayNGradientHair12
2793
+ | AvatarItemDisplayNGradientHair13
2794
+ | AvatarItemDisplayNGradientHair14
2795
+ | AvatarItemDisplayNGradientHair15
2796
+ | AvatarItemDisplayNGradientHair16
2797
+ | AvatarItemDisplayNGradientHair17
2798
+ | AvatarItemDisplayNGradientHair18
2799
+ | AvatarItemDisplayNGradientHair19
2800
+ | AvatarItemDisplayNGradientHair20
2801
+ | AvatarItemDisplayNGradientHair21
2802
+ | AvatarItemDisplayNGradientHair22
2803
+ | AvatarItemDisplayNGradientHair23
2804
+ | AvatarItemDisplayNGradientHair24
2805
+ | AvatarItemDisplayNGradientHair25
2806
+ | AvatarItemDisplayNGradientHair26
2807
+ | AvatarItemDisplayNGradientHair27
2808
+ | AvatarItemDisplayNGradientHair28
2809
+ | AvatarItemDisplayNGradientHair29
2810
+ | AvatarItemDisplayNGradientHair30
2811
+ | AvatarItemDisplayNGradientHair31
2812
+ | AvatarItemDisplayNGradientTesteye0
2813
+ | AvatarItemDisplayNGradientTesteye1
2814
+ | AvatarItemDisplayNGradientTesthair0
2815
+ | AvatarItemDisplayNGradientTesthair1
2816
+ | AvatarItemDisplayNHairCoilyshort0
2817
+ | AvatarItemDisplayNHairCurlymedium0
2818
+ | AvatarItemDisplayNHairDefaultA0
2819
+ | AvatarItemDisplayNHairDefaultB0
2820
+ | AvatarItemDisplayNHairGrimmsnarl0
2821
+ | AvatarItemDisplayNHairKinkymedium0
2822
+ | AvatarItemDisplayNHairKinkyshort0
2823
+ | AvatarItemDisplayNHairLvl79Synthfade0
2824
+ | AvatarItemDisplayNHairLvl79Urbanphantom0
2825
+ | AvatarItemDisplayNHairMohawk00
2826
+ | AvatarItemDisplayNHairMohawk10
2827
+ | AvatarItemDisplayNHairMorgrem0
2828
+ | AvatarItemDisplayNHairStraightlong0
2829
+ | AvatarItemDisplayNHairStraightmedium0
2830
+ | AvatarItemDisplayNHairStraightshort0
2831
+ | AvatarItemDisplayNHairTesthair00
2832
+ | AvatarItemDisplayNHairTesthair10
2833
+ | AvatarItemDisplayNHairWavylong0
2834
+ | AvatarItemDisplayNHairWavymedium0
2835
+ | AvatarItemDisplayNHairWavyshort0
2836
+ | AvatarItemDisplayNHairZacian0
2837
+ | AvatarItemDisplayNHairZamazenta0
2838
+ | AvatarItemDisplaySet6thanniversaryF
2839
+ | AvatarItemDisplaySet6thanniversaryM
2840
+ | AvatarItemDisplaySet7thanniversaryF
2841
+ | AvatarItemDisplaySet7thanniversaryM
2842
+ | AvatarItemDisplaySetAcetrainerbwF
2843
+ | AvatarItemDisplaySetAcetrainerbwM
2844
+ | AvatarItemDisplaySetAcetrainersmF
2845
+ | AvatarItemDisplaySetAcetrainersmM
2846
+ | AvatarItemDisplaySetAllister0
2847
+ | AvatarItemDisplaySetAnimegouF
2848
+ | AvatarItemDisplaySetAnimegouM
2849
+ | AvatarItemDisplaySetApplinitems
2850
+ | AvatarItemDisplaySetBackpackerF
2851
+ | AvatarItemDisplaySetBackpackerM
2852
+ | AvatarItemDisplaySetBattlegirl0F
2853
+ | AvatarItemDisplaySetBeaF
2854
+ | AvatarItemDisplaySetBeaM
2855
+ | AvatarItemDisplaySetBounsweetitemsF
2856
+ | AvatarItemDisplaySetBounsweetitemsM
2857
+ | AvatarItemDisplaySetBoxingoutfitF
2858
+ | AvatarItemDisplaySetBoxingoutfitM
2859
+ | AvatarItemDisplaySetBrockM
2860
+ | AvatarItemDisplaySetBwnF
2861
+ | AvatarItemDisplaySetBwnM
2862
+ | AvatarItemDisplaySetCasual0F
2863
+ | AvatarItemDisplaySetCasual0M
2864
+ | AvatarItemDisplaySetCasual1F
2865
+ | AvatarItemDisplaySetCasual1M
2866
+ | AvatarItemDisplaySetClayF
2867
+ | AvatarItemDisplaySetClayM
2868
+ | AvatarItemDisplaySetClemont
2869
+ | AvatarItemDisplaySetCofagrigusF
2870
+ | AvatarItemDisplaySetCofagrigusM
2871
+ | AvatarItemDisplaySetCosmogF
2872
+ | AvatarItemDisplaySetCosmogM
2873
+ | AvatarItemDisplaySetDayofthedeadF
2874
+ | AvatarItemDisplaySetDayofthedeadM
2875
+ | AvatarItemDisplaySetDedenneitemsF
2876
+ | AvatarItemDisplaySetDedenneitemsM
2877
+ | AvatarItemDisplaySetDelibirdF
2878
+ | AvatarItemDisplaySetDelibirdM
2879
+ | AvatarItemDisplaySetDetectivepikachuF
2880
+ | AvatarItemDisplaySetDetectivepikachuM
2881
+ | AvatarItemDisplaySetDivingsuitF
2882
+ | AvatarItemDisplaySetDivingsuitM
2883
+ | AvatarItemDisplaySetDpF
2884
+ | AvatarItemDisplaySetDpM
2885
+ | AvatarItemDisplaySetDusclopsmummyF
2886
+ | AvatarItemDisplaySetDusclopsmummyM
2887
+ | AvatarItemDisplaySetElesaF
2888
+ | AvatarItemDisplaySetElesaM
2889
+ | AvatarItemDisplaySetEternatussuit0
2890
+ | AvatarItemDisplaySetFashionweek2022F
2891
+ | AvatarItemDisplaySetFashionweek2022M
2892
+ | AvatarItemDisplaySetFashionweek20250
2893
+ | AvatarItemDisplaySetFisher0M
2894
+ | AvatarItemDisplaySetFlabebepackF
2895
+ | AvatarItemDisplaySetFlabebepackM
2896
+ | AvatarItemDisplaySetFragment0F
2897
+ | AvatarItemDisplaySetFragment0M
2898
+ | AvatarItemDisplaySetFrlg0F
2899
+ | AvatarItemDisplaySetFrlg0M
2900
+ | AvatarItemDisplaySetFw2022F
2901
+ | AvatarItemDisplaySetFw2022M
2902
+ | AvatarItemDisplaySetGalarfarfetchditemsF
2903
+ | AvatarItemDisplaySetGalarfarfetchditemsM
2904
+ | AvatarItemDisplaySetGeetaF
2905
+ | AvatarItemDisplaySetGeetaM
2906
+ | AvatarItemDisplaySetGenderlessskirtF
2907
+ | AvatarItemDisplaySetGenderlessskirtM
2908
+ | AvatarItemDisplaySetGenesecteventitemF
2909
+ | AvatarItemDisplaySetGenesecteventitemM
2910
+ | AvatarItemDisplaySetGengar0F
2911
+ | AvatarItemDisplaySetGengar0M
2912
+ | AvatarItemDisplaySetGimmighoulitemsF
2913
+ | AvatarItemDisplaySetGimmighoulitemsM
2914
+ | AvatarItemDisplaySetGiovanniF
2915
+ | AvatarItemDisplaySetGiovanniM
2916
+ | AvatarItemDisplaySetGiratinaitems
2917
+ | AvatarItemDisplaySetGladionF
2918
+ | AvatarItemDisplaySetGladionM
2919
+ | AvatarItemDisplaySetGoteamrocketarloF
2920
+ | AvatarItemDisplaySetGoteamrocketarloM
2921
+ | AvatarItemDisplaySetGreenF
2922
+ | AvatarItemDisplaySetGreenM
2923
+ | AvatarItemDisplaySetGreencoatF
2924
+ | AvatarItemDisplaySetGreencoatM
2925
+ | AvatarItemDisplaySetGrimsley0
2926
+ | AvatarItemDisplaySetGrusha
2927
+ | AvatarItemDisplaySetGuzmaF
2928
+ | AvatarItemDisplaySetGuzmaM
2929
+ | AvatarItemDisplaySetGymleader0F
2930
+ | AvatarItemDisplaySetGymleader0M
2931
+ | AvatarItemDisplaySetGymleader1F
2932
+ | AvatarItemDisplaySetGymleader1M
2933
+ | AvatarItemDisplaySetGymleader2F
2934
+ | AvatarItemDisplaySetGymleader2M
2935
+ | AvatarItemDisplaySetHala
2936
+ | AvatarItemDisplaySetHalloween20240
2937
+ | AvatarItemDisplaySetHgss0F
2938
+ | AvatarItemDisplaySetHgss0M
2939
+ | AvatarItemDisplaySetHoliday2022santacostumesF
2940
+ | AvatarItemDisplaySetHoliday2022santacostumesM
2941
+ | AvatarItemDisplaySetHoopaF
2942
+ | AvatarItemDisplaySetHoopaM
2943
+ | AvatarItemDisplaySetIngo
2944
+ | AvatarItemDisplaySetJogger0M
2945
+ | AvatarItemDisplaySetKorrinaF
2946
+ | AvatarItemDisplaySetKorrinaM
2947
+ | AvatarItemDisplaySetLadiamondoutfitF
2948
+ | AvatarItemDisplaySetLadiamondoutfitM
2949
+ | AvatarItemDisplaySetLana0
2950
+ | AvatarItemDisplaySetLapearloutfitF
2951
+ | AvatarItemDisplaySetLapearloutfitM
2952
+ | AvatarItemDisplaySetLasecuritycorpsF
2953
+ | AvatarItemDisplaySetLasecuritycorpsM
2954
+ | AvatarItemDisplaySetLegendofarceusF
2955
+ | AvatarItemDisplaySetLegendofarceusM
2956
+ | AvatarItemDisplaySetLooseFitting0
2957
+ | AvatarItemDisplaySetLooseFitting1
2958
+ | AvatarItemDisplaySetLunalaitemsF
2959
+ | AvatarItemDisplaySetLunalaitemsM
2960
+ | AvatarItemDisplaySetLuvdiscpackF
2961
+ | AvatarItemDisplaySetLuvdiscpackM
2962
+ | AvatarItemDisplaySetLvl500F
2963
+ | AvatarItemDisplaySetLvl500M
2964
+ | AvatarItemDisplaySetLvl501F
2965
+ | AvatarItemDisplaySetLvl501M
2966
+ | AvatarItemDisplaySetLysandreF
2967
+ | AvatarItemDisplaySetLysandreM
2968
+ | AvatarItemDisplaySetMegalopunnyitemsF
2969
+ | AvatarItemDisplaySetMegalopunnyitemsM
2970
+ | AvatarItemDisplaySetMegarayquazaF
2971
+ | AvatarItemDisplaySetMegarayquazaM
2972
+ | AvatarItemDisplaySetMelmetalJacketF
2973
+ | AvatarItemDisplaySetMelmetalJacketM
2974
+ | AvatarItemDisplaySetMelmetalVestF
2975
+ | AvatarItemDisplaySetMelmetalVestM
2976
+ | AvatarItemDisplaySetMeltanF
2977
+ | AvatarItemDisplaySetMeltanM
2978
+ | AvatarItemDisplaySetMewtwoF
2979
+ | AvatarItemDisplaySetMewtwoM
2980
+ | AvatarItemDisplaySetMimikyuF
2981
+ | AvatarItemDisplaySetMimikyuM
2982
+ | AvatarItemDisplaySetMistyF
2983
+ | AvatarItemDisplaySetMovie2020F
2984
+ | AvatarItemDisplaySetMovie2020M
2985
+ | AvatarItemDisplaySetMunnapack0F
2986
+ | AvatarItemDisplaySetMunnapack0M
2987
+ | AvatarItemDisplaySetMunnapack1F
2988
+ | AvatarItemDisplaySetMunnapack1M
2989
+ | AvatarItemDisplaySetMustard0
2990
+ | AvatarItemDisplaySetNDefaultNew
2991
+ | AvatarItemDisplaySetNDenimfashionweek2023
2992
+ | AvatarItemDisplaySetNGothitelleitems
2993
+ | AvatarItemDisplaySetNReuniclusitems
2994
+ | AvatarItemDisplaySetNaganadelaitems
2995
+ | AvatarItemDisplaySetNecrozmaitems0
2996
+ | AvatarItemDisplaySetNewyearF
2997
+ | AvatarItemDisplaySetNewyearM
2998
+ | AvatarItemDisplaySetObstagoonitemsF
2999
+ | AvatarItemDisplaySetObstagoonitemsM
3000
+ | AvatarItemDisplaySetOrasF
3001
+ | AvatarItemDisplaySetOrasM
3002
+ | AvatarItemDisplaySetPajamas20220F
3003
+ | AvatarItemDisplaySetPajamas20220M
3004
+ | AvatarItemDisplaySetPajamas20221F
3005
+ | AvatarItemDisplaySetPajamas20221M
3006
+ | AvatarItemDisplaySetPalmerF
3007
+ | AvatarItemDisplaySetPalmerM
3008
+ | AvatarItemDisplaySetPikachufan0F
3009
+ | AvatarItemDisplaySetPikachufan0M
3010
+ | AvatarItemDisplaySetPikachulibreF
3011
+ | AvatarItemDisplaySetPikachulibreM
3012
+ | AvatarItemDisplaySetPkmnhoodie001F
3013
+ | AvatarItemDisplaySetPkmnhoodie001M
3014
+ | AvatarItemDisplaySetPkmnhoodie004F
3015
+ | AvatarItemDisplaySetPkmnhoodie004M
3016
+ | AvatarItemDisplaySetPkmnhoodie007F
3017
+ | AvatarItemDisplaySetPkmnhoodie007M
3018
+ | AvatarItemDisplaySetProfwillowoutfitF
3019
+ | AvatarItemDisplaySetProfwillowoutfitM
3020
+ | AvatarItemDisplaySetPumpkabooitemsF
3021
+ | AvatarItemDisplaySetPumpkabooitemsM
3022
+ | AvatarItemDisplaySetRegiicejersiesF
3023
+ | AvatarItemDisplaySetRegiicejersiesM
3024
+ | AvatarItemDisplaySetRegirockjersiesF
3025
+ | AvatarItemDisplaySetRegirockjersiesM
3026
+ | AvatarItemDisplaySetRegisteeljersiesF
3027
+ | AvatarItemDisplaySetRegisteeljersiesM
3028
+ | AvatarItemDisplaySetRuinmaniacF
3029
+ | AvatarItemDisplaySetRuinmaniacM
3030
+ | AvatarItemDisplaySetS19gbl0
3031
+ | AvatarItemDisplaySetS22gbl0
3032
+ | AvatarItemDisplaySetShayminLandF
3033
+ | AvatarItemDisplaySetShayminLandM
3034
+ | AvatarItemDisplaySetShayminSkyF
3035
+ | AvatarItemDisplaySetShayminSkyM
3036
+ | AvatarItemDisplaySetSlowpoketailshirtsF
3037
+ | AvatarItemDisplaySetSlowpoketailshirtsM
3038
+ | AvatarItemDisplaySetSolgaleoitemsF
3039
+ | AvatarItemDisplaySetSolgaleoitemsM
3040
+ | AvatarItemDisplaySetSsF
3041
+ | AvatarItemDisplaySetSsM
3042
+ | AvatarItemDisplaySetStevenF
3043
+ | AvatarItemDisplaySetStevenM
3044
+ | AvatarItemDisplaySetStevenfirstF
3045
+ | AvatarItemDisplaySetStevenfirstM
3046
+ | AvatarItemDisplaySetSvcostumescarletschoolF
3047
+ | AvatarItemDisplaySetSvcostumescarletschoolM
3048
+ | AvatarItemDisplaySetSvcostumevioletschoolF
3049
+ | AvatarItemDisplaySetSvcostumevioletschoolM
3050
+ | AvatarItemDisplaySetSvdlcF
3051
+ | AvatarItemDisplaySetSvdlcM
3052
+ | AvatarItemDisplaySetSvdlc2fall0
3053
+ | AvatarItemDisplaySetSvdlc2spring0
3054
+ | AvatarItemDisplaySetSwshdlc2costumeF
3055
+ | AvatarItemDisplaySetSwshdlc2costumeM
3056
+ | AvatarItemDisplaySetSwshdlccostumeF
3057
+ | AvatarItemDisplaySetSwshdlccostumeM
3058
+ | AvatarItemDisplaySetSwshuniformchampionF
3059
+ | AvatarItemDisplaySetSwshuniformchampionM
3060
+ | AvatarItemDisplaySetSwshuniformdarkF
3061
+ | AvatarItemDisplaySetSwshuniformdarkM
3062
+ | AvatarItemDisplaySetSwshuniformdefaultF
3063
+ | AvatarItemDisplaySetSwshuniformdefaultM
3064
+ | AvatarItemDisplaySetSwshuniformdragonF
3065
+ | AvatarItemDisplaySetSwshuniformdragonM
3066
+ | AvatarItemDisplaySetSylveonitemsF
3067
+ | AvatarItemDisplaySetSylveonitemsM
3068
+ | AvatarItemDisplaySetTandemausitems0
3069
+ | AvatarItemDisplaySetTcgcollabtshirtandcapF
3070
+ | AvatarItemDisplaySetTcgcollabtshirtandcapM
3071
+ | AvatarItemDisplaySetTeamaquaF
3072
+ | AvatarItemDisplaySetTeamaquaM
3073
+ | AvatarItemDisplaySetTeamblancheF
3074
+ | AvatarItemDisplaySetTeamblancheM
3075
+ | AvatarItemDisplaySetTeamcandelaF
3076
+ | AvatarItemDisplaySetTeamcandelaM
3077
+ | AvatarItemDisplaySetTeammagmaF
3078
+ | AvatarItemDisplaySetTeammagmaM
3079
+ | AvatarItemDisplaySetTeamrocket0F
3080
+ | AvatarItemDisplaySetTeamrocket0M
3081
+ | AvatarItemDisplaySetTeamrocket1F
3082
+ | AvatarItemDisplaySetTeamrocket1M
3083
+ | AvatarItemDisplaySetTeamskullF
3084
+ | AvatarItemDisplaySetTeamskullM
3085
+ | AvatarItemDisplaySetTeamsparkF
3086
+ | AvatarItemDisplaySetTeamsparkM
3087
+ | AvatarItemDisplaySetTeamyellgruntsA0
3088
+ | AvatarItemDisplaySetTeamyellgruntsB0
3089
+ | AvatarItemDisplaySetUltra0F
3090
+ | AvatarItemDisplaySetUltra0M
3091
+ | AvatarItemDisplaySetUltrareconsquadF
3092
+ | AvatarItemDisplaySetUltrareconsquadM
3093
+ | AvatarItemDisplaySetUltrareconsquadbF
3094
+ | AvatarItemDisplaySetVeterantrainerxyF
3095
+ | AvatarItemDisplaySetVeterantrainerxyM
3096
+ | AvatarItemDisplaySetWcs2022winnersitemsF
3097
+ | AvatarItemDisplaySetWcs2022winnersitemsM
3098
+ | AvatarItemDisplaySetWcs2024paiditems0
3099
+ | AvatarItemDisplaySetWcs2024winnersitems0
3100
+ | AvatarItemDisplaySetWcs2025winnersitems0
3101
+ | AvatarItemDisplaySetWinter2023
3102
+ | AvatarItemDisplaySetZacostumeA
3103
+ | AvatarItemDisplaySetZacostumeB;