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.
- package/CHANGELOG.md +8 -0
- package/LICENSE +21 -0
- package/README.md +62 -0
- package/dist/_utils.d.ts +33 -0
- package/dist/avatar-customization/entries/backpack.d.ts +1671 -0
- package/dist/avatar-customization/entries/belt.d.ts +308 -0
- package/dist/avatar-customization/entries/eyes.d.ts +172 -0
- package/dist/avatar-customization/entries/face.d.ts +668 -0
- package/dist/avatar-customization/entries/glasses.d.ts +912 -0
- package/dist/avatar-customization/entries/gloves.d.ts +1465 -0
- package/dist/avatar-customization/entries/hair.d.ts +667 -0
- package/dist/avatar-customization/entries/hat.d.ts +5170 -0
- package/dist/avatar-customization/entries/index.d.ts +58 -0
- package/dist/avatar-customization/entries/necklace.d.ts +92 -0
- package/dist/avatar-customization/entries/pants.d.ts +3214 -0
- package/dist/avatar-customization/entries/poses.d.ts +2224 -0
- package/dist/avatar-customization/entries/seasonal.d.ts +182 -0
- package/dist/avatar-customization/entries/shirt.d.ts +9502 -0
- package/dist/avatar-customization/entries/shoes.d.ts +3648 -0
- package/dist/avatar-customization/entries/skin.d.ts +355 -0
- package/dist/avatar-customization/entries/socks.d.ts +424 -0
- package/dist/avatar-customization/entries/sponsor.d.ts +724 -0
- package/dist/avatar-customization/index.d.ts +2 -0
- package/dist/avatar-customization/lookup-table.d.ts +3521 -0
- package/dist/avatar-customization/types.d.ts +60 -0
- package/dist/avatar-group-order-settings/entries.d.ts +104 -0
- package/dist/avatar-group-order-settings/index.d.ts +2 -0
- package/dist/avatar-group-order-settings/lookup-table.d.ts +8 -0
- package/dist/avatar-group-order-settings/types.d.ts +37 -0
- package/dist/avatar-item-display/entries/display-string-id/backpack.d.ts +817 -0
- package/dist/avatar-item-display/entries/display-string-id/belt.d.ts +177 -0
- package/dist/avatar-item-display/entries/display-string-id/face.d.ts +217 -0
- package/dist/avatar-item-display/entries/display-string-id/glasses.d.ts +347 -0
- package/dist/avatar-item-display/entries/display-string-id/gloves.d.ts +567 -0
- package/dist/avatar-item-display/entries/display-string-id/hat.d.ts +2197 -0
- package/dist/avatar-item-display/entries/display-string-id/idle.d.ts +16 -0
- package/dist/avatar-item-display/entries/display-string-id/index.d.ts +46 -0
- package/dist/avatar-item-display/entries/display-string-id/necklace.d.ts +57 -0
- package/dist/avatar-item-display/entries/display-string-id/pants.d.ts +1557 -0
- package/dist/avatar-item-display/entries/display-string-id/pose.d.ts +977 -0
- package/dist/avatar-item-display/entries/display-string-id/shirt.d.ts +4427 -0
- package/dist/avatar-item-display/entries/display-string-id/shoes.d.ts +1577 -0
- package/dist/avatar-item-display/entries/display-string-id/socks.d.ts +187 -0
- package/dist/avatar-item-display/entries/index.d.ts +11 -0
- package/dist/avatar-item-display/entries/misc.d.ts +3103 -0
- package/dist/avatar-item-display/index.d.ts +2 -0
- package/dist/avatar-item-display/lookup-table.d.ts +3301 -0
- package/dist/avatar-item-display/types.d.ts +17 -0
- package/dist/badge-settings/entries/capture-reward.d.ts +243 -0
- package/dist/badge-settings/entries/event-badge-event-badge-settings.d.ts +1087 -0
- package/dist/badge-settings/entries/event-badge.d.ts +8671 -0
- package/dist/badge-settings/entries/index.d.ts +19 -0
- package/dist/badge-settings/entries/misc.d.ts +727 -0
- package/dist/badge-settings/index.d.ts +2 -0
- package/dist/badge-settings/lookup-table.d.ts +1745 -0
- package/dist/badge-settings/types.d.ts +31 -0
- package/dist/bread-move-level-settings/entries.d.ts +425 -0
- package/dist/bread-move-level-settings/index.d.ts +2 -0
- package/dist/bread-move-level-settings/lookup-table.d.ts +21 -0
- package/dist/bread-move-level-settings/types.d.ts +78 -0
- package/dist/buddy-activity-category-settings/entries.d.ts +81 -0
- package/dist/buddy-activity-category-settings/index.d.ts +2 -0
- package/dist/buddy-activity-category-settings/lookup-table.d.ts +23 -0
- package/dist/buddy-activity-category-settings/types.d.ts +21 -0
- package/dist/buddy-emotion-level-settings/entries.d.ts +78 -0
- package/dist/buddy-emotion-level-settings/index.d.ts +2 -0
- package/dist/buddy-emotion-level-settings/lookup-table.d.ts +21 -0
- package/dist/buddy-emotion-level-settings/types.d.ts +19 -0
- package/dist/buddy-level-settings/entries.d.ts +56 -0
- package/dist/buddy-level-settings/index.d.ts +2 -0
- package/dist/buddy-level-settings/lookup-table.d.ts +11 -0
- package/dist/buddy-level-settings/types.d.ts +29 -0
- package/dist/client-quest-template/entries.d.ts +1996 -0
- package/dist/client-quest-template/index.d.ts +2 -0
- package/dist/client-quest-template/lookup-table.d.ts +117 -0
- package/dist/client-quest-template/types.d.ts +282 -0
- package/dist/code-gate-proto/entries.d.ts +74 -0
- package/dist/code-gate-proto/index.d.ts +2 -0
- package/dist/code-gate-proto/lookup-table.d.ts +33 -0
- package/dist/code-gate-proto/types.d.ts +21 -0
- package/dist/combat-league/entries/default.d.ts +110 -0
- package/dist/combat-league/entries/index.d.ts +13 -0
- package/dist/combat-league/entries/safari.d.ts +6108 -0
- package/dist/combat-league/entries/vs.d.ts +17161 -0
- package/dist/combat-league/index.d.ts +2 -0
- package/dist/combat-league/lookup-table.d.ts +217 -0
- package/dist/combat-league/types.d.ts +190 -0
- package/dist/combat-move/entries/bug.d.ts +174 -0
- package/dist/combat-move/entries/dark.d.ts +196 -0
- package/dist/combat-move/entries/dragon.d.ts +189 -0
- package/dist/combat-move/entries/electric.d.ts +274 -0
- package/dist/combat-move/entries/fairy.d.ts +135 -0
- package/dist/combat-move/entries/fighting.d.ts +329 -0
- package/dist/combat-move/entries/fire.d.ts +385 -0
- package/dist/combat-move/entries/flying.d.ts +311 -0
- package/dist/combat-move/entries/ghost.d.ts +222 -0
- package/dist/combat-move/entries/grass.d.ts +313 -0
- package/dist/combat-move/entries/ground.d.ts +224 -0
- package/dist/combat-move/entries/ice.d.ts +252 -0
- package/dist/combat-move/entries/index.d.ts +61 -0
- package/dist/combat-move/entries/normal.d.ts +453 -0
- package/dist/combat-move/entries/poison.d.ts +152 -0
- package/dist/combat-move/entries/psychic.d.ts +252 -0
- package/dist/combat-move/entries/rock.d.ts +179 -0
- package/dist/combat-move/entries/steel.d.ts +250 -0
- package/dist/combat-move/entries/water.d.ts +411 -0
- package/dist/combat-move/index.d.ts +2 -0
- package/dist/combat-move/lookup-table.d.ts +643 -0
- package/dist/combat-move/types.d.ts +29 -0
- package/dist/combat-npc-personality/entries.d.ts +44 -0
- package/dist/combat-npc-personality/index.d.ts +2 -0
- package/dist/combat-npc-personality/lookup-table.d.ts +9 -0
- package/dist/combat-npc-personality/types.d.ts +23 -0
- package/dist/combat-npc-trainer/entries.d.ts +258 -0
- package/dist/combat-npc-trainer/index.d.ts +2 -0
- package/dist/combat-npc-trainer/lookup-table.d.ts +25 -0
- package/dist/combat-npc-trainer/types.d.ts +50 -0
- package/dist/combat-ranking-proto-settings/entries.d.ts +2183 -0
- package/dist/combat-ranking-proto-settings/index.d.ts +2 -0
- package/dist/combat-ranking-proto-settings/lookup-table.d.ts +49 -0
- package/dist/combat-ranking-proto-settings/types.d.ts +28 -0
- package/dist/combat-type/entries.d.ts +171 -0
- package/dist/combat-type/index.d.ts +2 -0
- package/dist/combat-type/lookup-table.d.ts +43 -0
- package/dist/combat-type/types.d.ts +20 -0
- package/dist/entries.d.ts +189 -0
- package/dist/event-pass-settings/entries.d.ts +97 -0
- package/dist/event-pass-settings/index.d.ts +2 -0
- package/dist/event-pass-settings/lookup-table.d.ts +8 -0
- package/dist/event-pass-settings/types.d.ts +83 -0
- package/dist/event-pass-tier-settings/entries/free/april2026.d.ts +3992 -0
- package/dist/event-pass-tier-settings/entries/free/index.d.ts +13 -0
- package/dist/event-pass-tier-settings/entries/free/steeledresolve2026.d.ts +1844 -0
- package/dist/event-pass-tier-settings/entries/index.d.ts +11 -0
- package/dist/event-pass-tier-settings/entries/premium/april2026.d.ts +3632 -0
- package/dist/event-pass-tier-settings/entries/premium/index.d.ts +13 -0
- package/dist/event-pass-tier-settings/entries/premium/steeledresolve2026.d.ts +1048 -0
- package/dist/event-pass-tier-settings/index.d.ts +2 -0
- package/dist/event-pass-tier-settings/lookup-table.d.ts +1167 -0
- package/dist/event-pass-tier-settings/types.d.ts +229 -0
- package/dist/evolution-chain-display-settings/entries.d.ts +3763 -0
- package/dist/evolution-chain-display-settings/index.d.ts +2 -0
- package/dist/evolution-chain-display-settings/lookup-table.d.ts +165 -0
- package/dist/evolution-chain-display-settings/types.d.ts +36 -0
- package/dist/evolution-quest-template/entries.d.ts +827 -0
- package/dist/evolution-quest-template/index.d.ts +2 -0
- package/dist/evolution-quest-template/lookup-table.d.ts +81 -0
- package/dist/evolution-quest-template/types.d.ts +103 -0
- package/dist/feature-gate/entries.d.ts +184 -0
- package/dist/feature-gate/index.d.ts +2 -0
- package/dist/feature-gate/lookup-table.d.ts +35 -0
- package/dist/feature-gate/types.d.ts +32 -0
- package/dist/form-settings/entries/forms.d.ts +15945 -0
- package/dist/form-settings/entries/index.d.ts +11 -0
- package/dist/form-settings/entries/misc.d.ts +15 -0
- package/dist/form-settings/index.d.ts +2 -0
- package/dist/form-settings/lookup-table.d.ts +2057 -0
- package/dist/form-settings/types.d.ts +50 -0
- package/dist/fort-power-up-level-settings/entries.d.ts +48 -0
- package/dist/fort-power-up-level-settings/index.d.ts +2 -0
- package/dist/fort-power-up-level-settings/lookup-table.d.ts +10 -0
- package/dist/fort-power-up-level-settings/types.d.ts +22 -0
- package/dist/friendship-milestone-settings/entries.d.ts +143 -0
- package/dist/friendship-milestone-settings/index.d.ts +2 -0
- package/dist/friendship-milestone-settings/lookup-table.d.ts +19 -0
- package/dist/friendship-milestone-settings/types.d.ts +36 -0
- package/dist/gender-settings/entries/form.d.ts +1255 -0
- package/dist/gender-settings/entries/index.d.ts +11 -0
- package/dist/gender-settings/entries/misc.d.ts +30274 -0
- package/dist/gender-settings/index.d.ts +2 -0
- package/dist/gender-settings/lookup-table.d.ts +4935 -0
- package/dist/gender-settings/types.d.ts +22 -0
- package/dist/iap-category-display/entries.d.ts +150 -0
- package/dist/iap-category-display/index.d.ts +2 -0
- package/dist/iap-category-display/lookup-table.d.ts +33 -0
- package/dist/iap-category-display/types.d.ts +38 -0
- 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
- 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
- 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
- package/dist/iap-item-display/entries/category-description-hidden-sort-order-sprite-id-title.d.ts +35 -0
- 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
- package/dist/iap-item-display/entries/category-description-sort-order-sprite-id-title.d.ts +33 -0
- 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
- 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
- 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
- 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
- package/dist/iap-item-display/entries/category-hidden-sale-sort-order-sprite-id-title.d.ts +2362 -0
- 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
- 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
- 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
- package/dist/iap-item-display/entries/category-hidden-sort-order-sprite-id-title.d.ts +1463 -0
- package/dist/iap-item-display/entries/category-hidden-sort-order-sprite-id.d.ts +59 -0
- package/dist/iap-item-display/entries/category-hidden-sort-order-title.d.ts +19 -0
- package/dist/iap-item-display/entries/category-hidden-sort-order.d.ts +3895 -0
- package/dist/iap-item-display/entries/category-hidden.d.ts +27 -0
- package/dist/iap-item-display/entries/category-max-level-sale-sort-order-sprite-id-title.d.ts +21 -0
- 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
- 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
- package/dist/iap-item-display/entries/category-sale-sort-order-sprite-id-title.d.ts +77 -0
- 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
- package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-title-total-value.d.ts +55 -0
- package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-total-value.d.ts +172 -0
- package/dist/iap-item-display/entries/category-sort-order-sprite-id-title.d.ts +72 -0
- package/dist/iap-item-display/entries/category-sort-order-sprite-id.d.ts +175 -0
- package/dist/iap-item-display/entries/category-sort-order.d.ts +3802 -0
- package/dist/iap-item-display/entries/category.d.ts +16 -0
- 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
- 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
- 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
- package/dist/iap-item-display/entries/index.d.ts +112 -0
- package/dist/iap-item-display/entries/show-discount-tag-show-strikethrough-price-sprite-id-total-value.d.ts +19 -0
- package/dist/iap-item-display/entries/sprite-id.d.ts +16 -0
- package/dist/iap-item-display/index.d.ts +2 -0
- package/dist/iap-item-display/lookup-table.d.ts +2239 -0
- package/dist/iap-item-display/types.d.ts +247 -0
- package/dist/index.d.ts +2 -0
- package/dist/invasion-npc-display-settings/entries.d.ts +1400 -0
- package/dist/invasion-npc-display-settings/index.d.ts +2 -0
- package/dist/invasion-npc-display-settings/lookup-table.d.ts +141 -0
- package/dist/invasion-npc-display-settings/types.d.ts +235 -0
- package/dist/item-expiration-settings/entries.d.ts +262 -0
- package/dist/item-expiration-settings/index.d.ts +2 -0
- package/dist/item-expiration-settings/lookup-table.d.ts +51 -0
- package/dist/item-expiration-settings/types.d.ts +70 -0
- package/dist/item-settings/entries/boost.d.ts +47 -0
- package/dist/item-settings/entries/bread.d.ts +21 -0
- package/dist/item-settings/entries/buddy-exclusive-food.d.ts +22 -0
- package/dist/item-settings/entries/camera.d.ts +18 -0
- package/dist/item-settings/entries/candy.d.ts +27 -0
- package/dist/item-settings/entries/disk.d.ts +74 -0
- package/dist/item-settings/entries/enhanced-currency-holder.d.ts +18 -0
- package/dist/item-settings/entries/enhanced-currency.d.ts +19 -0
- package/dist/item-settings/entries/event-pass-point.d.ts +328 -0
- package/dist/item-settings/entries/evolution-requirement.d.ts +229 -0
- package/dist/item-settings/entries/food.d.ts +149 -0
- package/dist/item-settings/entries/friend-gift-box.d.ts +17 -0
- package/dist/item-settings/entries/global-event-ticket.d.ts +985 -0
- package/dist/item-settings/entries/incense.d.ts +99 -0
- package/dist/item-settings/entries/incident-ticket.d.ts +79 -0
- package/dist/item-settings/entries/incubator.d.ts +92 -0
- package/dist/item-settings/entries/index.d.ts +97 -0
- package/dist/item-settings/entries/inventory-upgrade.d.ts +52 -0
- package/dist/item-settings/entries/medicine.d.ts +91 -0
- package/dist/item-settings/entries/move-reroll.d.ts +62 -0
- package/dist/item-settings/entries/mp.d.ts +18 -0
- package/dist/item-settings/entries/pokeball.d.ts +95 -0
- package/dist/item-settings/entries/postcard-inventory.d.ts +19 -0
- package/dist/item-settings/entries/raid-ticket.d.ts +37 -0
- package/dist/item-settings/entries/route-maker.d.ts +17 -0
- package/dist/item-settings/entries/stardust-boost.d.ts +21 -0
- package/dist/item-settings/entries/stat-increase.d.ts +33 -0
- package/dist/item-settings/entries/sticker.d.ts +17 -0
- package/dist/item-settings/entries/team-change.d.ts +17 -0
- package/dist/item-settings/entries/utilites.d.ts +30 -0
- package/dist/item-settings/entries/xp-boost.d.ts +30 -0
- package/dist/item-settings/index.d.ts +2 -0
- package/dist/item-settings/lookup-table.d.ts +293 -0
- package/dist/item-settings/types.d.ts +462 -0
- package/dist/language-settings/entries.d.ts +33 -0
- package/dist/language-settings/index.d.ts +2 -0
- package/dist/language-settings/lookup-table.d.ts +9 -0
- package/dist/language-settings/types.d.ts +18 -0
- package/dist/level-up-rewards/entries.d.ts +1444 -0
- package/dist/level-up-rewards/index.d.ts +2 -0
- package/dist/level-up-rewards/lookup-table.d.ts +201 -0
- package/dist/level-up-rewards/types.d.ts +125 -0
- package/dist/limited-purchase-sku-settings/entries.d.ts +349 -0
- package/dist/limited-purchase-sku-settings/index.d.ts +2 -0
- package/dist/limited-purchase-sku-settings/lookup-table.d.ts +75 -0
- package/dist/limited-purchase-sku-settings/types.d.ts +20 -0
- package/dist/location-card-settings/entries/2023.d.ts +87 -0
- package/dist/location-card-settings/entries/2024.d.ts +330 -0
- package/dist/location-card-settings/entries/2025.d.ts +302 -0
- package/dist/location-card-settings/entries/2026.d.ts +189 -0
- package/dist/location-card-settings/entries/citysafari2025.d.ts +37 -0
- package/dist/location-card-settings/entries/id.d.ts +16 -0
- package/dist/location-card-settings/entries/index.d.ts +40 -0
- package/dist/location-card-settings/entries/jeju.d.ts +16 -0
- package/dist/location-card-settings/entries/pokelid.d.ts +417 -0
- package/dist/location-card-settings/entries/special.d.ts +43 -0
- package/dist/location-card-settings/entries/specialbackground.d.ts +536 -0
- package/dist/location-card-settings/entries/tokmun.d.ts +37 -0
- package/dist/location-card-settings/index.d.ts +2 -0
- package/dist/location-card-settings/lookup-table.d.ts +375 -0
- package/dist/location-card-settings/types.d.ts +56 -0
- package/dist/lookup-table.d.ts +571 -0
- package/dist/mega-evo-level-settings/entries/0.d.ts +431 -0
- package/dist/mega-evo-level-settings/entries/1.d.ts +506 -0
- package/dist/mega-evo-level-settings/entries/2.d.ts +556 -0
- package/dist/mega-evo-level-settings/entries/3.d.ts +556 -0
- package/dist/mega-evo-level-settings/entries/4.d.ts +82 -0
- package/dist/mega-evo-level-settings/entries/index.d.ts +22 -0
- package/dist/mega-evo-level-settings/index.d.ts +2 -0
- package/dist/mega-evo-level-settings/lookup-table.d.ts +213 -0
- package/dist/mega-evo-level-settings/types.d.ts +68 -0
- package/dist/move-sequence-settings/entries.d.ts +3683 -0
- package/dist/move-sequence-settings/index.d.ts +2 -0
- package/dist/move-sequence-settings/lookup-table.d.ts +669 -0
- package/dist/move-sequence-settings/types.d.ts +16 -0
- package/dist/move-settings/entries/bug.d.ts +288 -0
- package/dist/move-settings/entries/dark.d.ts +328 -0
- package/dist/move-settings/entries/dragon.d.ts +329 -0
- package/dist/move-settings/entries/electric.d.ts +429 -0
- package/dist/move-settings/entries/fairy.d.ts +250 -0
- package/dist/move-settings/entries/fighting.d.ts +493 -0
- package/dist/move-settings/entries/fire.d.ts +608 -0
- package/dist/move-settings/entries/flying.d.ts +451 -0
- package/dist/move-settings/entries/ghost.d.ts +350 -0
- package/dist/move-settings/entries/grass.d.ts +532 -0
- package/dist/move-settings/entries/ground.d.ts +372 -0
- package/dist/move-settings/entries/ice.d.ts +388 -0
- package/dist/move-settings/entries/index.d.ts +61 -0
- package/dist/move-settings/entries/normal.d.ts +937 -0
- package/dist/move-settings/entries/poison.d.ts +251 -0
- package/dist/move-settings/entries/psychic.d.ts +392 -0
- package/dist/move-settings/entries/rock.d.ts +291 -0
- package/dist/move-settings/entries/steel.d.ts +470 -0
- package/dist/move-settings/entries/water.d.ts +687 -0
- package/dist/move-settings/index.d.ts +2 -0
- package/dist/move-settings/lookup-table.d.ts +775 -0
- package/dist/move-settings/types.d.ts +34 -0
- package/dist/non-combat-move-settings/entries.d.ts +216 -0
- package/dist/non-combat-move-settings/index.d.ts +2 -0
- package/dist/non-combat-move-settings/lookup-table.d.ts +25 -0
- package/dist/non-combat-move-settings/types.d.ts +72 -0
- package/dist/party-play-general-settings/entries.d.ts +77 -0
- package/dist/party-play-general-settings/index.d.ts +2 -0
- package/dist/party-play-general-settings/lookup-table.d.ts +8 -0
- package/dist/party-play-general-settings/types.d.ts +72 -0
- package/dist/photo-sets-settings-proto/entries.d.ts +2309 -0
- package/dist/photo-sets-settings-proto/index.d.ts +2 -0
- package/dist/photo-sets-settings-proto/lookup-table.d.ts +97 -0
- package/dist/photo-sets-settings-proto/types.d.ts +83 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides-form-temp-evo-overrides.d.ts +710 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides-form.d.ts +5011 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides-temp-evo-overrides.d.ts +698 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides.d.ts +4385 -0
- package/dist/pokemon-extended-settings/entries/form-temp-evo-overrides.d.ts +1371 -0
- package/dist/pokemon-extended-settings/entries/form.d.ts +22765 -0
- package/dist/pokemon-extended-settings/entries/index.d.ts +31 -0
- package/dist/pokemon-extended-settings/entries/misc.d.ts +14693 -0
- package/dist/pokemon-extended-settings/entries/temp-evo-overrides.d.ts +1147 -0
- package/dist/pokemon-extended-settings/index.d.ts +2 -0
- package/dist/pokemon-extended-settings/lookup-table.d.ts +4937 -0
- package/dist/pokemon-extended-settings/types.d.ts +97 -0
- package/dist/pokemon-family/entries/index.d.ts +16 -0
- package/dist/pokemon-family/entries/mega-evolvable-pokemon-id.d.ts +487 -0
- package/dist/pokemon-family/entries/mega-evolvable-pokemon-ids.d.ts +16 -0
- package/dist/pokemon-family/entries/misc.d.ts +4435 -0
- package/dist/pokemon-family/index.d.ts +2 -0
- package/dist/pokemon-family/lookup-table.d.ts +1089 -0
- package/dist/pokemon-family/types.d.ts +68 -0
- package/dist/pokemon-home-energy-costs/entries.d.ts +60 -0
- package/dist/pokemon-home-energy-costs/index.d.ts +2 -0
- package/dist/pokemon-home-energy-costs/lookup-table.d.ts +10 -0
- package/dist/pokemon-home-energy-costs/types.d.ts +20 -0
- package/dist/pokemon-home-form-reversions/entries.d.ts +126 -0
- package/dist/pokemon-home-form-reversions/index.d.ts +2 -0
- package/dist/pokemon-home-form-reversions/lookup-table.d.ts +21 -0
- package/dist/pokemon-home-form-reversions/types.d.ts +50 -0
- package/dist/pokemon-scale-settings/entries.d.ts +74 -0
- package/dist/pokemon-scale-settings/index.d.ts +2 -0
- package/dist/pokemon-scale-settings/lookup-table.d.ts +19 -0
- package/dist/pokemon-scale-settings/types.d.ts +18 -0
- package/dist/pokemon-settings/entries/bug.d.ts +16890 -0
- package/dist/pokemon-settings/entries/dark.d.ts +7418 -0
- package/dist/pokemon-settings/entries/dragon.d.ts +6661 -0
- package/dist/pokemon-settings/entries/electric.d.ts +13394 -0
- package/dist/pokemon-settings/entries/fairy.d.ts +5071 -0
- package/dist/pokemon-settings/entries/fighting.d.ts +6701 -0
- package/dist/pokemon-settings/entries/fire.d.ts +10904 -0
- package/dist/pokemon-settings/entries/flying.d.ts +1382 -0
- package/dist/pokemon-settings/entries/ghost.d.ts +6588 -0
- package/dist/pokemon-settings/entries/grass.d.ts +15850 -0
- package/dist/pokemon-settings/entries/ground.d.ts +6653 -0
- package/dist/pokemon-settings/entries/ice.d.ts +5707 -0
- package/dist/pokemon-settings/entries/index.d.ts +61 -0
- package/dist/pokemon-settings/entries/normal.d.ts +20676 -0
- package/dist/pokemon-settings/entries/poison.d.ts +6682 -0
- package/dist/pokemon-settings/entries/psychic.d.ts +12345 -0
- package/dist/pokemon-settings/entries/rock.d.ts +9616 -0
- package/dist/pokemon-settings/entries/steel.d.ts +5564 -0
- package/dist/pokemon-settings/entries/water.d.ts +21347 -0
- package/dist/pokemon-settings/index.d.ts +2 -0
- package/dist/pokemon-settings/lookup-table.d.ts +4929 -0
- package/dist/pokemon-settings/types.d.ts +428 -0
- package/dist/pokemon-upgrades/entries.d.ts +129 -0
- package/dist/pokemon-upgrades/index.d.ts +2 -0
- package/dist/pokemon-upgrades/lookup-table.d.ts +8 -0
- package/dist/pokemon-upgrades/types.d.ts +130 -0
- package/dist/pokestop-invasion-availability-settings/entries.d.ts +23 -0
- package/dist/pokestop-invasion-availability-settings/index.d.ts +2 -0
- package/dist/pokestop-invasion-availability-settings/lookup-table.d.ts +21 -0
- package/dist/pokestop-invasion-availability-settings/types.d.ts +20 -0
- package/dist/quest-settings/entries.d.ts +36 -0
- package/dist/quest-settings/index.d.ts +2 -0
- package/dist/quest-settings/lookup-table.d.ts +9 -0
- package/dist/quest-settings/types.d.ts +25 -0
- package/dist/recommended-search-settings/entries.d.ts +109 -0
- package/dist/recommended-search-settings/index.d.ts +2 -0
- package/dist/recommended-search-settings/lookup-table.d.ts +27 -0
- package/dist/recommended-search-settings/types.d.ts +36 -0
- package/dist/roll-back/entries.d.ts +12 -0
- package/dist/roll-back/index.d.ts +2 -0
- package/dist/roll-back/lookup-table.d.ts +9 -0
- package/dist/roll-back/types.d.ts +16 -0
- package/dist/settings-override-rule/entries/fused-depth-enabled-meshing-enabled-occlusion-default-on-vps-enabled.d.ts +22 -0
- package/dist/settings-override-rule/entries/index.d.ts +16 -0
- package/dist/settings-override-rule/entries/meshing-enabled-rule-value-vps-enabled.d.ts +3727 -0
- package/dist/settings-override-rule/entries/rule-value.d.ts +19 -0
- package/dist/settings-override-rule/index.d.ts +2 -0
- package/dist/settings-override-rule/lookup-table.d.ts +507 -0
- package/dist/settings-override-rule/types.d.ts +24 -0
- package/dist/singletons/entries/flags.d.ts +474 -0
- package/dist/singletons/entries/index.d.ts +19 -0
- package/dist/singletons/entries/misc.d.ts +429 -0
- package/dist/singletons/entries/proto.d.ts +27 -0
- package/dist/singletons/entries/settings.d.ts +5998 -0
- package/dist/singletons/index.d.ts +2 -0
- package/dist/singletons/lookup-table.d.ts +285 -0
- package/dist/singletons/types.d.ts +428 -0
- package/dist/sticker-metadata/entries/index.d.ts +40 -0
- package/dist/sticker-metadata/entries/misc.d.ts +115 -0
- package/dist/sticker-metadata/entries/pokemon-id-region-id-release-date-sticker-url.d.ts +1073 -0
- package/dist/sticker-metadata/entries/pokemon-id-region-id-release-date.d.ts +3103 -0
- package/dist/sticker-metadata/entries/pokemon-id-region-id.d.ts +62 -0
- package/dist/sticker-metadata/entries/pokemon-id-release-date-sticker-url.d.ts +775 -0
- package/dist/sticker-metadata/entries/pokemon-id-release-date.d.ts +1162 -0
- package/dist/sticker-metadata/entries/pokemon-id.d.ts +34 -0
- package/dist/sticker-metadata/entries/region-id-release-date-sticker-url.d.ts +103 -0
- package/dist/sticker-metadata/entries/region-id-release-date.d.ts +183 -0
- package/dist/sticker-metadata/entries/release-date-sticker-url.d.ts +216 -0
- package/dist/sticker-metadata/entries/release-date.d.ts +347 -0
- package/dist/sticker-metadata/index.d.ts +2 -0
- package/dist/sticker-metadata/lookup-table.d.ts +1219 -0
- package/dist/sticker-metadata/types.d.ts +23 -0
- package/dist/tappable-settings/entries.d.ts +65 -0
- package/dist/tappable-settings/index.d.ts +2 -0
- package/dist/tappable-settings/lookup-table.d.ts +17 -0
- package/dist/tappable-settings/types.d.ts +24 -0
- package/dist/temporary-evolution-settings/entries.d.ts +763 -0
- package/dist/temporary-evolution-settings/index.d.ts +2 -0
- package/dist/temporary-evolution-settings/lookup-table.d.ts +107 -0
- package/dist/temporary-evolution-settings/types.d.ts +70 -0
- package/dist/type-effective/entries.d.ts +171 -0
- package/dist/type-effective/index.d.ts +2 -0
- package/dist/type-effective/lookup-table.d.ts +43 -0
- package/dist/type-effective/types.d.ts +37 -0
- package/dist/types.d.ts +247 -0
- package/dist/vs-seeker-loot/entries.d.ts +1701 -0
- package/dist/vs-seeker-loot/index.d.ts +2 -0
- package/dist/vs-seeker-loot/lookup-table.d.ts +103 -0
- package/dist/vs-seeker-loot/types.d.ts +64 -0
- package/dist/vs-seeker-pokemon-rewards/entries.d.ts +18 -0
- package/dist/vs-seeker-pokemon-rewards/index.d.ts +2 -0
- package/dist/vs-seeker-pokemon-rewards/lookup-table.d.ts +8 -0
- package/dist/vs-seeker-pokemon-rewards/types.d.ts +692 -0
- package/dist/weather-affinities/entries.d.ts +72 -0
- package/dist/weather-affinities/index.d.ts +2 -0
- package/dist/weather-affinities/lookup-table.d.ts +21 -0
- package/dist/weather-affinities/types.d.ts +19 -0
- package/package.json +75 -0
|
@@ -0,0 +1,2197 @@
|
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/hat", 219 entries.
|
|
2
|
+
|
|
3
|
+
import type { S } from "../../../_utils";
|
|
4
|
+
import type { AvatarItemDisplay } from "../../types";
|
|
5
|
+
|
|
6
|
+
export type AvatarItemDisplayNHat6thanniversaryA0 = S<
|
|
7
|
+
AvatarItemDisplay<
|
|
8
|
+
"N_DISPLAY_n_hat_6thanniversary_a_0",
|
|
9
|
+
{
|
|
10
|
+
displayStringId: "n_hat_6thanniversary_a_0_display_name";
|
|
11
|
+
iconAddress: "n_hat_6thanniversary_a_0_icon";
|
|
12
|
+
}
|
|
13
|
+
>
|
|
14
|
+
>;
|
|
15
|
+
export type AvatarItemDisplayNHat6thanniversaryB0 = S<
|
|
16
|
+
AvatarItemDisplay<
|
|
17
|
+
"N_DISPLAY_n_hat_6thanniversary_b_0",
|
|
18
|
+
{
|
|
19
|
+
displayStringId: "n_hat_6thanniversary_b_0_display_name";
|
|
20
|
+
iconAddress: "n_hat_6thanniversary_b_0_icon";
|
|
21
|
+
}
|
|
22
|
+
>
|
|
23
|
+
>;
|
|
24
|
+
export type AvatarItemDisplayNHatAcetrainersmA0 = S<
|
|
25
|
+
AvatarItemDisplay<
|
|
26
|
+
"N_DISPLAY_n_hat_acetrainersm_a_0",
|
|
27
|
+
{
|
|
28
|
+
displayStringId: "n_hat_acetrainersm_a_0_display_name";
|
|
29
|
+
iconAddress: "n_hat_acetrainersm_a_0_icon";
|
|
30
|
+
}
|
|
31
|
+
>
|
|
32
|
+
>;
|
|
33
|
+
export type AvatarItemDisplayNHatAcetrainersmB0 = S<
|
|
34
|
+
AvatarItemDisplay<
|
|
35
|
+
"N_DISPLAY_n_hat_acetrainersm_b_0",
|
|
36
|
+
{
|
|
37
|
+
displayStringId: "n_hat_acetrainersm_b_0_display_name";
|
|
38
|
+
iconAddress: "n_hat_acetrainersm_b_0_icon";
|
|
39
|
+
}
|
|
40
|
+
>
|
|
41
|
+
>;
|
|
42
|
+
export type AvatarItemDisplayNHatAdventure0 = S<
|
|
43
|
+
AvatarItemDisplay<
|
|
44
|
+
"N_DISPLAY_n_hat_adventure_0",
|
|
45
|
+
{
|
|
46
|
+
displayStringId: "n_hat_adventure_0_display_name";
|
|
47
|
+
iconAddress: "n_hat_adventure_0_icon";
|
|
48
|
+
}
|
|
49
|
+
>
|
|
50
|
+
>;
|
|
51
|
+
export type AvatarItemDisplayNHatAlolanexeggutorhat0 = S<
|
|
52
|
+
AvatarItemDisplay<
|
|
53
|
+
"N_DISPLAY_n_hat_alolanexeggutorhat_0",
|
|
54
|
+
{
|
|
55
|
+
displayStringId: "AVATAR_AlolanExeggutorHat";
|
|
56
|
+
iconAddress: "n_hat_alolanexeggutorhat_0_icon";
|
|
57
|
+
}
|
|
58
|
+
>
|
|
59
|
+
>;
|
|
60
|
+
export type AvatarItemDisplayNHatApplinitems0 = S<
|
|
61
|
+
AvatarItemDisplay<
|
|
62
|
+
"N_DISPLAY_n_hat_applinitems_0",
|
|
63
|
+
{
|
|
64
|
+
displayStringId: "avatar_hat_applinheadband";
|
|
65
|
+
iconAddress: "n_hat_applinitems_0_icon";
|
|
66
|
+
}
|
|
67
|
+
>
|
|
68
|
+
>;
|
|
69
|
+
export type AvatarItemDisplayNHatAseries0 = S<
|
|
70
|
+
AvatarItemDisplay<
|
|
71
|
+
"N_DISPLAY_n_hat_aseries_0",
|
|
72
|
+
{
|
|
73
|
+
displayStringId: "n_hat_aseries_0_display_name";
|
|
74
|
+
iconAddress: "n_hat_aseries_0_icon";
|
|
75
|
+
}
|
|
76
|
+
>
|
|
77
|
+
>;
|
|
78
|
+
export type AvatarItemDisplayNHatBeaA0 = S<
|
|
79
|
+
AvatarItemDisplay<
|
|
80
|
+
"N_DISPLAY_n_hat_bea_a_0",
|
|
81
|
+
{
|
|
82
|
+
displayStringId: "n_hat_bea_a_0_display_name";
|
|
83
|
+
iconAddress: "n_hat_bea_a_0_icon";
|
|
84
|
+
}
|
|
85
|
+
>
|
|
86
|
+
>;
|
|
87
|
+
export type AvatarItemDisplayNHatBeaB0 = S<
|
|
88
|
+
AvatarItemDisplay<
|
|
89
|
+
"N_DISPLAY_n_hat_bea_b_0",
|
|
90
|
+
{
|
|
91
|
+
displayStringId: "n_hat_bea_b_0_display_name";
|
|
92
|
+
iconAddress: "n_hat_bea_b_0_icon";
|
|
93
|
+
}
|
|
94
|
+
>
|
|
95
|
+
>;
|
|
96
|
+
export type AvatarItemDisplayNHatBidoofhat0 = S<
|
|
97
|
+
AvatarItemDisplay<
|
|
98
|
+
"N_DISPLAY_n_hat_bidoofhat_0",
|
|
99
|
+
{
|
|
100
|
+
displayStringId: "n_hat_bidoofhat_0_display_name";
|
|
101
|
+
iconAddress: "n_hat_bidoofhat_0_icon";
|
|
102
|
+
}
|
|
103
|
+
>
|
|
104
|
+
>;
|
|
105
|
+
export type AvatarItemDisplayNHatBounsweetitems0 = S<
|
|
106
|
+
AvatarItemDisplay<
|
|
107
|
+
"N_DISPLAY_n_hat_bounsweetitems_0",
|
|
108
|
+
{
|
|
109
|
+
displayStringId: "n_hat_bounsweetitems_0_display_name";
|
|
110
|
+
iconAddress: "n_hat_bounsweetitems_0_icon";
|
|
111
|
+
}
|
|
112
|
+
>
|
|
113
|
+
>;
|
|
114
|
+
export type AvatarItemDisplayNHatBwn0 = S<
|
|
115
|
+
AvatarItemDisplay<
|
|
116
|
+
"N_DISPLAY_n_hat_bwn_0",
|
|
117
|
+
{
|
|
118
|
+
displayStringId: "n_hat_bwn_0_display_name";
|
|
119
|
+
iconAddress: "n_hat_bwn_0_icon";
|
|
120
|
+
}
|
|
121
|
+
>
|
|
122
|
+
>;
|
|
123
|
+
export type AvatarItemDisplayNHatCaptainpikachu0 = S<
|
|
124
|
+
AvatarItemDisplay<
|
|
125
|
+
"N_DISPLAY_n_hat_captainpikachu_0",
|
|
126
|
+
{
|
|
127
|
+
displayStringId: "avatar_hat_captainpikachu";
|
|
128
|
+
iconAddress: "n_hat_captainpikachu_0_icon";
|
|
129
|
+
}
|
|
130
|
+
>
|
|
131
|
+
>;
|
|
132
|
+
export type AvatarItemDisplayNHatCasket0 = S<
|
|
133
|
+
AvatarItemDisplay<
|
|
134
|
+
"N_DISPLAY_n_hat_casket_0",
|
|
135
|
+
{
|
|
136
|
+
displayStringId: "n_hat_casket_0_display_name";
|
|
137
|
+
iconAddress: "n_hat_casket_0_icon";
|
|
138
|
+
}
|
|
139
|
+
>
|
|
140
|
+
>;
|
|
141
|
+
export type AvatarItemDisplayNHatCetoddlehat0 = S<
|
|
142
|
+
AvatarItemDisplay<
|
|
143
|
+
"N_DISPLAY_n_hat_cetoddlehat_0",
|
|
144
|
+
{
|
|
145
|
+
displayStringId: "n_hat_cetoddlehat_0_display_name";
|
|
146
|
+
iconAddress: "n_hat_cetoddlehat_0_icon";
|
|
147
|
+
}
|
|
148
|
+
>
|
|
149
|
+
>;
|
|
150
|
+
export type AvatarItemDisplayNHatClay0 = S<
|
|
151
|
+
AvatarItemDisplay<
|
|
152
|
+
"N_DISPLAY_n_hat_clay_0",
|
|
153
|
+
{
|
|
154
|
+
displayStringId: "n_hat_clay_0_display_name";
|
|
155
|
+
iconAddress: "n_hat_clay_0_icon";
|
|
156
|
+
}
|
|
157
|
+
>
|
|
158
|
+
>;
|
|
159
|
+
export type AvatarItemDisplayNHatCofagrigusitems0 = S<
|
|
160
|
+
AvatarItemDisplay<
|
|
161
|
+
"N_DISPLAY_n_hat_cofagrigusitems_0",
|
|
162
|
+
{
|
|
163
|
+
displayStringId: "n_hat_cofagrigusitems_0_display_name";
|
|
164
|
+
iconAddress: "n_hat_cofagrigusitems_0_icon";
|
|
165
|
+
}
|
|
166
|
+
>
|
|
167
|
+
>;
|
|
168
|
+
export type AvatarItemDisplayNHatCommunityambassador0 = S<
|
|
169
|
+
AvatarItemDisplay<
|
|
170
|
+
"N_DISPLAY_n_hat_communityambassador_0",
|
|
171
|
+
{
|
|
172
|
+
displayStringId: "avatar_n_hat_communityambassador";
|
|
173
|
+
iconAddress: "n_hat_communityambassador_0_icon";
|
|
174
|
+
}
|
|
175
|
+
>
|
|
176
|
+
>;
|
|
177
|
+
export type AvatarItemDisplayNHatCosmog0 = S<
|
|
178
|
+
AvatarItemDisplay<
|
|
179
|
+
"N_DISPLAY_n_hat_cosmog_0",
|
|
180
|
+
{
|
|
181
|
+
displayStringId: "n_hat_cosmog_0_display_name";
|
|
182
|
+
iconAddress: "n_hat_cosmog_0_icon";
|
|
183
|
+
}
|
|
184
|
+
>
|
|
185
|
+
>;
|
|
186
|
+
export type AvatarItemDisplayNHatCrownmoon0 = S<
|
|
187
|
+
AvatarItemDisplay<
|
|
188
|
+
"N_DISPLAY_n_hat_crownmoon_0",
|
|
189
|
+
{
|
|
190
|
+
displayStringId: "n_hat_gofest24mooncrownprepurchase_0_display_name";
|
|
191
|
+
iconAddress: "n_hat_crownmoon_0_icon";
|
|
192
|
+
}
|
|
193
|
+
>
|
|
194
|
+
>;
|
|
195
|
+
export type AvatarItemDisplayNHatCrownsun0 = S<
|
|
196
|
+
AvatarItemDisplay<
|
|
197
|
+
"N_DISPLAY_n_hat_crownsun_0",
|
|
198
|
+
{
|
|
199
|
+
displayStringId: "n_hat_gofest24suncrownprepurchase_0_display_name";
|
|
200
|
+
iconAddress: "n_hat_crownsun_0_icon";
|
|
201
|
+
}
|
|
202
|
+
>
|
|
203
|
+
>;
|
|
204
|
+
export type AvatarItemDisplayNHatCubonehat0 = S<
|
|
205
|
+
AvatarItemDisplay<
|
|
206
|
+
"N_DISPLAY_n_hat_cubonehat_0",
|
|
207
|
+
{
|
|
208
|
+
displayStringId: "n_hat_cubonehat_0_display_name";
|
|
209
|
+
iconAddress: "n_hat_cubonehat_0_icon";
|
|
210
|
+
}
|
|
211
|
+
>
|
|
212
|
+
>;
|
|
213
|
+
export type AvatarItemDisplayNHatDarumakahat0 = S<
|
|
214
|
+
AvatarItemDisplay<
|
|
215
|
+
"N_DISPLAY_n_hat_darumakahat_0",
|
|
216
|
+
{
|
|
217
|
+
displayStringId: "n_hat_darumakahat_0_display_name";
|
|
218
|
+
iconAddress: "n_hat_darumakahat_0_icon";
|
|
219
|
+
}
|
|
220
|
+
>
|
|
221
|
+
>;
|
|
222
|
+
export type AvatarItemDisplayNHatDedenneitems0 = S<
|
|
223
|
+
AvatarItemDisplay<
|
|
224
|
+
"N_DISPLAY_n_hat_dedenneitems_0",
|
|
225
|
+
{
|
|
226
|
+
displayStringId: "n_hat_dedenneitems_0_display_name";
|
|
227
|
+
iconAddress: "n_hat_dedenneitems_0_icon";
|
|
228
|
+
}
|
|
229
|
+
>
|
|
230
|
+
>;
|
|
231
|
+
export type AvatarItemDisplayNHatDefaultA0 = S<
|
|
232
|
+
AvatarItemDisplay<
|
|
233
|
+
"N_DISPLAY_n_hat_default_a_0",
|
|
234
|
+
{
|
|
235
|
+
displayStringId: "n_hat_default_a_0_display_name";
|
|
236
|
+
iconAddress: "n_hat_default_a_0_icon";
|
|
237
|
+
}
|
|
238
|
+
>
|
|
239
|
+
>;
|
|
240
|
+
export type AvatarItemDisplayNHatDefaultA1 = S<
|
|
241
|
+
AvatarItemDisplay<
|
|
242
|
+
"N_DISPLAY_n_hat_default_a_1",
|
|
243
|
+
{
|
|
244
|
+
displayStringId: "n_hat_default_a_0_display_name";
|
|
245
|
+
iconAddress: "n_hat_default_a_1_icon";
|
|
246
|
+
}
|
|
247
|
+
>
|
|
248
|
+
>;
|
|
249
|
+
export type AvatarItemDisplayNHatDefaultA2 = S<
|
|
250
|
+
AvatarItemDisplay<
|
|
251
|
+
"N_DISPLAY_n_hat_default_a_2",
|
|
252
|
+
{
|
|
253
|
+
displayStringId: "n_hat_default_a_0_display_name";
|
|
254
|
+
iconAddress: "n_hat_default_a_2_icon";
|
|
255
|
+
}
|
|
256
|
+
>
|
|
257
|
+
>;
|
|
258
|
+
export type AvatarItemDisplayNHatDefaultA3 = S<
|
|
259
|
+
AvatarItemDisplay<
|
|
260
|
+
"N_DISPLAY_n_hat_default_a_3",
|
|
261
|
+
{
|
|
262
|
+
displayStringId: "n_hat_default_a_0_display_name";
|
|
263
|
+
iconAddress: "n_hat_default_a_3_icon";
|
|
264
|
+
}
|
|
265
|
+
>
|
|
266
|
+
>;
|
|
267
|
+
export type AvatarItemDisplayNHatDefaultA4 = S<
|
|
268
|
+
AvatarItemDisplay<
|
|
269
|
+
"N_DISPLAY_n_hat_default_a_4",
|
|
270
|
+
{
|
|
271
|
+
displayStringId: "n_hat_default_a_0_display_name";
|
|
272
|
+
iconAddress: "n_hat_default_a_4_icon";
|
|
273
|
+
}
|
|
274
|
+
>
|
|
275
|
+
>;
|
|
276
|
+
export type AvatarItemDisplayNHatDefaultA5 = S<
|
|
277
|
+
AvatarItemDisplay<
|
|
278
|
+
"N_DISPLAY_n_hat_default_a_5",
|
|
279
|
+
{
|
|
280
|
+
displayStringId: "n_hat_default_a_0_display_name";
|
|
281
|
+
iconAddress: "n_hat_default_a_5_icon";
|
|
282
|
+
}
|
|
283
|
+
>
|
|
284
|
+
>;
|
|
285
|
+
export type AvatarItemDisplayNHatDefaultA6 = S<
|
|
286
|
+
AvatarItemDisplay<
|
|
287
|
+
"N_DISPLAY_n_hat_default_a_6",
|
|
288
|
+
{
|
|
289
|
+
displayStringId: "n_hat_default_a_6_display_name";
|
|
290
|
+
iconAddress: "n_hat_default_a_6_icon";
|
|
291
|
+
}
|
|
292
|
+
>
|
|
293
|
+
>;
|
|
294
|
+
export type AvatarItemDisplayNHatDefaultA7 = S<
|
|
295
|
+
AvatarItemDisplay<
|
|
296
|
+
"N_DISPLAY_n_hat_default_a_7",
|
|
297
|
+
{
|
|
298
|
+
displayStringId: "n_hat_default_a_6_display_name";
|
|
299
|
+
iconAddress: "n_hat_default_a_7_icon";
|
|
300
|
+
}
|
|
301
|
+
>
|
|
302
|
+
>;
|
|
303
|
+
export type AvatarItemDisplayNHatDefaultB0 = S<
|
|
304
|
+
AvatarItemDisplay<
|
|
305
|
+
"N_DISPLAY_n_hat_default_b_0",
|
|
306
|
+
{
|
|
307
|
+
displayStringId: "n_hat_default_b_0_display_name";
|
|
308
|
+
iconAddress: "n_hat_default_b_0_icon";
|
|
309
|
+
}
|
|
310
|
+
>
|
|
311
|
+
>;
|
|
312
|
+
export type AvatarItemDisplayNHatDefaultB1 = S<
|
|
313
|
+
AvatarItemDisplay<
|
|
314
|
+
"N_DISPLAY_n_hat_default_b_1",
|
|
315
|
+
{
|
|
316
|
+
displayStringId: "n_hat_default_b_0_display_name";
|
|
317
|
+
iconAddress: "n_hat_default_b_1_icon";
|
|
318
|
+
}
|
|
319
|
+
>
|
|
320
|
+
>;
|
|
321
|
+
export type AvatarItemDisplayNHatDefaultB2 = S<
|
|
322
|
+
AvatarItemDisplay<
|
|
323
|
+
"N_DISPLAY_n_hat_default_b_2",
|
|
324
|
+
{
|
|
325
|
+
displayStringId: "n_hat_default_b_0_display_name";
|
|
326
|
+
iconAddress: "n_hat_default_b_2_icon";
|
|
327
|
+
}
|
|
328
|
+
>
|
|
329
|
+
>;
|
|
330
|
+
export type AvatarItemDisplayNHatDefaultB3 = S<
|
|
331
|
+
AvatarItemDisplay<
|
|
332
|
+
"N_DISPLAY_n_hat_default_b_3",
|
|
333
|
+
{
|
|
334
|
+
displayStringId: "n_hat_default_b_0_display_name";
|
|
335
|
+
iconAddress: "n_hat_default_b_3_icon";
|
|
336
|
+
}
|
|
337
|
+
>
|
|
338
|
+
>;
|
|
339
|
+
export type AvatarItemDisplayNHatDefaultB4 = S<
|
|
340
|
+
AvatarItemDisplay<
|
|
341
|
+
"N_DISPLAY_n_hat_default_b_4",
|
|
342
|
+
{
|
|
343
|
+
displayStringId: "n_hat_default_b_0_display_name";
|
|
344
|
+
iconAddress: "n_hat_default_b_4_icon";
|
|
345
|
+
}
|
|
346
|
+
>
|
|
347
|
+
>;
|
|
348
|
+
export type AvatarItemDisplayNHatDefaultB5 = S<
|
|
349
|
+
AvatarItemDisplay<
|
|
350
|
+
"N_DISPLAY_n_hat_default_b_5",
|
|
351
|
+
{
|
|
352
|
+
displayStringId: "n_hat_default_b_0_display_name";
|
|
353
|
+
iconAddress: "n_hat_default_b_5_icon";
|
|
354
|
+
}
|
|
355
|
+
>
|
|
356
|
+
>;
|
|
357
|
+
export type AvatarItemDisplayNHatDeino0 = S<
|
|
358
|
+
AvatarItemDisplay<
|
|
359
|
+
"N_DISPLAY_n_hat_deino_0",
|
|
360
|
+
{
|
|
361
|
+
displayStringId: "n_hat_deino_0_display_name";
|
|
362
|
+
iconAddress: "n_hat_deino_0_icon";
|
|
363
|
+
}
|
|
364
|
+
>
|
|
365
|
+
>;
|
|
366
|
+
export type AvatarItemDisplayNHatDelibird0 = S<
|
|
367
|
+
AvatarItemDisplay<
|
|
368
|
+
"N_DISPLAY_n_hat_delibird_0",
|
|
369
|
+
{
|
|
370
|
+
displayStringId: "n_hat_delibird_0_display_name";
|
|
371
|
+
iconAddress: "n_hat_delibird_0_icon";
|
|
372
|
+
}
|
|
373
|
+
>
|
|
374
|
+
>;
|
|
375
|
+
export type AvatarItemDisplayNHatDetectivepikachu0 = S<
|
|
376
|
+
AvatarItemDisplay<
|
|
377
|
+
"N_DISPLAY_n_hat_detectivepikachu_0",
|
|
378
|
+
{
|
|
379
|
+
displayStringId: "n_hat_detectivepikachu_0_display_name";
|
|
380
|
+
iconAddress: "n_hat_detectivepikachu_0_icon";
|
|
381
|
+
}
|
|
382
|
+
>
|
|
383
|
+
>;
|
|
384
|
+
export type AvatarItemDisplayNHatDiancie0 = S<
|
|
385
|
+
AvatarItemDisplay<
|
|
386
|
+
"N_DISPLAY_n_hat_diancie_0",
|
|
387
|
+
{
|
|
388
|
+
displayStringId: "n_hat_diancie_0_display_name";
|
|
389
|
+
iconAddress: "n_hat_diancie_0_icon";
|
|
390
|
+
}
|
|
391
|
+
>
|
|
392
|
+
>;
|
|
393
|
+
export type AvatarItemDisplayNHatDpA0 = S<
|
|
394
|
+
AvatarItemDisplay<
|
|
395
|
+
"N_DISPLAY_n_hat_dp_a_0",
|
|
396
|
+
{
|
|
397
|
+
displayStringId: "n_hat_dp_a_0_display_name";
|
|
398
|
+
iconAddress: "n_hat_dp_a_0_icon";
|
|
399
|
+
}
|
|
400
|
+
>
|
|
401
|
+
>;
|
|
402
|
+
export type AvatarItemDisplayNHatDpB0 = S<
|
|
403
|
+
AvatarItemDisplay<
|
|
404
|
+
"N_DISPLAY_n_hat_dp_b_0",
|
|
405
|
+
{
|
|
406
|
+
displayStringId: "n_hat_dp_b_0_display_name";
|
|
407
|
+
iconAddress: "n_hat_dp_b_0_icon";
|
|
408
|
+
}
|
|
409
|
+
>
|
|
410
|
+
>;
|
|
411
|
+
export type AvatarItemDisplayNHatDrifloon0 = S<
|
|
412
|
+
AvatarItemDisplay<
|
|
413
|
+
"N_DISPLAY_n_hat_drifloon_0",
|
|
414
|
+
{
|
|
415
|
+
displayStringId: "n_hat_drifloon_0_display_name";
|
|
416
|
+
iconAddress: "n_hat_drifloon_0_icon";
|
|
417
|
+
}
|
|
418
|
+
>
|
|
419
|
+
>;
|
|
420
|
+
export type AvatarItemDisplayNHatDrpikachu0 = S<
|
|
421
|
+
AvatarItemDisplay<
|
|
422
|
+
"N_DISPLAY_n_hat_drpikachu_0",
|
|
423
|
+
{
|
|
424
|
+
displayStringId: "n_hat_drpikachu_0_display_name";
|
|
425
|
+
iconAddress: "n_hat_drpikachu_0_icon";
|
|
426
|
+
}
|
|
427
|
+
>
|
|
428
|
+
>;
|
|
429
|
+
export type AvatarItemDisplayNHatDusclopsmummy0 = S<
|
|
430
|
+
AvatarItemDisplay<
|
|
431
|
+
"N_DISPLAY_n_hat_dusclopsmummy_0",
|
|
432
|
+
{
|
|
433
|
+
displayStringId: "n_hat_dusclopsmummy_0_display_name";
|
|
434
|
+
iconAddress: "n_hat_dusclopsmummy_0_icon";
|
|
435
|
+
}
|
|
436
|
+
>
|
|
437
|
+
>;
|
|
438
|
+
export type AvatarItemDisplayNHatEarringsburmyplant0 = S<
|
|
439
|
+
AvatarItemDisplay<
|
|
440
|
+
"N_DISPLAY_n_hat_earringsburmyplant_0",
|
|
441
|
+
{
|
|
442
|
+
displayStringId: "n_hat_earringsburmyplant_0_display_name";
|
|
443
|
+
iconAddress: "n_hat_burmyearrings11_0_icon";
|
|
444
|
+
}
|
|
445
|
+
>
|
|
446
|
+
>;
|
|
447
|
+
export type AvatarItemDisplayNHatEarringsburmysandy0 = S<
|
|
448
|
+
AvatarItemDisplay<
|
|
449
|
+
"N_DISPLAY_n_hat_earringsburmysandy_0",
|
|
450
|
+
{
|
|
451
|
+
displayStringId: "n_hat_earringsburmysandy_0_display_name";
|
|
452
|
+
iconAddress: "n_hat_burmyearrings12_0_icon";
|
|
453
|
+
}
|
|
454
|
+
>
|
|
455
|
+
>;
|
|
456
|
+
export type AvatarItemDisplayNHatEarringsburmytrash0 = S<
|
|
457
|
+
AvatarItemDisplay<
|
|
458
|
+
"N_DISPLAY_n_hat_earringsburmytrash_0",
|
|
459
|
+
{
|
|
460
|
+
displayStringId: "n_hat_earringsburmytrash_0_display_name";
|
|
461
|
+
iconAddress: "n_hat_burmyearrings13_0_icon";
|
|
462
|
+
}
|
|
463
|
+
>
|
|
464
|
+
>;
|
|
465
|
+
export type AvatarItemDisplayNHatEeveecap0 = S<
|
|
466
|
+
AvatarItemDisplay<
|
|
467
|
+
"N_DISPLAY_n_hat_eeveecap_0",
|
|
468
|
+
{
|
|
469
|
+
displayStringId: "n_hat_eeveecap_0_display_name";
|
|
470
|
+
iconAddress: "n_hat_eeveecap_0_icon";
|
|
471
|
+
}
|
|
472
|
+
>
|
|
473
|
+
>;
|
|
474
|
+
export type AvatarItemDisplayNHatElesa0 = S<
|
|
475
|
+
AvatarItemDisplay<
|
|
476
|
+
"N_DISPLAY_n_hat_elesa_0",
|
|
477
|
+
{
|
|
478
|
+
displayStringId: "n_hat_elesa_0_display_name";
|
|
479
|
+
iconAddress: "n_hat_elesa_0_icon";
|
|
480
|
+
}
|
|
481
|
+
>
|
|
482
|
+
>;
|
|
483
|
+
export type AvatarItemDisplayNHatEternatussuit0 = S<
|
|
484
|
+
AvatarItemDisplay<
|
|
485
|
+
"N_DISPLAY_n_hat_eternatussuit_0",
|
|
486
|
+
{
|
|
487
|
+
displayStringId: "avatar_hat_eternatus";
|
|
488
|
+
iconAddress: "n_hat_eternatussuit_0_icon";
|
|
489
|
+
}
|
|
490
|
+
>
|
|
491
|
+
>;
|
|
492
|
+
export type AvatarItemDisplayNHatFedora0 = S<
|
|
493
|
+
AvatarItemDisplay<
|
|
494
|
+
"N_DISPLAY_n_hat_fedora_0",
|
|
495
|
+
{
|
|
496
|
+
displayStringId: "n_hat_fedora_1_display_name";
|
|
497
|
+
iconAddress: "n_hat_fedora_0_icon";
|
|
498
|
+
}
|
|
499
|
+
>
|
|
500
|
+
>;
|
|
501
|
+
export type AvatarItemDisplayNHatFedora1 = S<
|
|
502
|
+
AvatarItemDisplay<
|
|
503
|
+
"N_DISPLAY_n_hat_fedora_1",
|
|
504
|
+
{
|
|
505
|
+
displayStringId: "n_hat_fedora_1_display_name";
|
|
506
|
+
iconAddress: "n_hat_fedora_1_icon";
|
|
507
|
+
}
|
|
508
|
+
>
|
|
509
|
+
>;
|
|
510
|
+
export type AvatarItemDisplayNHatFisher0 = S<
|
|
511
|
+
AvatarItemDisplay<
|
|
512
|
+
"N_DISPLAY_n_hat_fisher_0",
|
|
513
|
+
{
|
|
514
|
+
displayStringId: "n_hat_fisher_0_display_name";
|
|
515
|
+
iconAddress: "n_hat_fisher_0_icon";
|
|
516
|
+
}
|
|
517
|
+
>
|
|
518
|
+
>;
|
|
519
|
+
export type AvatarItemDisplayNHatFlabebepack0 = S<
|
|
520
|
+
AvatarItemDisplay<
|
|
521
|
+
"N_DISPLAY_n_hat_flabebepack_0",
|
|
522
|
+
{
|
|
523
|
+
displayStringId: "n_hat_flabebepack_0_display_name";
|
|
524
|
+
iconAddress: "n_hat_flabebepack_0_icon";
|
|
525
|
+
}
|
|
526
|
+
>
|
|
527
|
+
>;
|
|
528
|
+
export type AvatarItemDisplayNHatFlowercrown0 = S<
|
|
529
|
+
AvatarItemDisplay<
|
|
530
|
+
"N_DISPLAY_n_hat_flowercrown_0",
|
|
531
|
+
{
|
|
532
|
+
displayStringId: "avatar_hat_flowercrown";
|
|
533
|
+
iconAddress: "n_hat_flowercrown_0_icon";
|
|
534
|
+
}
|
|
535
|
+
>
|
|
536
|
+
>;
|
|
537
|
+
export type AvatarItemDisplayNHatFragment0 = S<
|
|
538
|
+
AvatarItemDisplay<
|
|
539
|
+
"N_DISPLAY_n_hat_fragment_0",
|
|
540
|
+
{
|
|
541
|
+
displayStringId: "n_hat_fragment_0_display_name";
|
|
542
|
+
iconAddress: "n_hat_fragment_0_icon";
|
|
543
|
+
}
|
|
544
|
+
>
|
|
545
|
+
>;
|
|
546
|
+
export type AvatarItemDisplayNHatFrlgA0 = S<
|
|
547
|
+
AvatarItemDisplay<
|
|
548
|
+
"N_DISPLAY_n_hat_frlg_a_0",
|
|
549
|
+
{
|
|
550
|
+
displayStringId: "n_hat_frlg_a_0_display_name";
|
|
551
|
+
iconAddress: "n_hat_frlg_a_0_icon";
|
|
552
|
+
}
|
|
553
|
+
>
|
|
554
|
+
>;
|
|
555
|
+
export type AvatarItemDisplayNHatFrlgB0 = S<
|
|
556
|
+
AvatarItemDisplay<
|
|
557
|
+
"N_DISPLAY_n_hat_frlg_b_0",
|
|
558
|
+
{
|
|
559
|
+
displayStringId: "n_hat_frlg_b_0_display_name";
|
|
560
|
+
iconAddress: "n_hat_frlg_b_0_icon";
|
|
561
|
+
}
|
|
562
|
+
>
|
|
563
|
+
>;
|
|
564
|
+
export type AvatarItemDisplayNHatFurfrouwig0 = S<
|
|
565
|
+
AvatarItemDisplay<
|
|
566
|
+
"N_DISPLAY_n_hat_furfrouwig_0",
|
|
567
|
+
{
|
|
568
|
+
displayStringId: "n_hat_furfrouwig_0_display_name";
|
|
569
|
+
iconAddress: "n_hat_furfrouwig_0_icon";
|
|
570
|
+
}
|
|
571
|
+
>
|
|
572
|
+
>;
|
|
573
|
+
export type AvatarItemDisplayNHatFw20220 = S<
|
|
574
|
+
AvatarItemDisplay<
|
|
575
|
+
"N_DISPLAY_n_hat_fw2022_0",
|
|
576
|
+
{
|
|
577
|
+
displayStringId: "n_hat_fw2022_0_display_name";
|
|
578
|
+
iconAddress: "n_hat_fw2022_0_icon";
|
|
579
|
+
}
|
|
580
|
+
>
|
|
581
|
+
>;
|
|
582
|
+
export type AvatarItemDisplayNHatGalarfarfetchditems0 = S<
|
|
583
|
+
AvatarItemDisplay<
|
|
584
|
+
"N_DISPLAY_n_hat_galarfarfetchditems_0",
|
|
585
|
+
{
|
|
586
|
+
displayStringId: "n_hat_galarfarfetchditems_0_display_name";
|
|
587
|
+
iconAddress: "n_hat_galarfarfetchditems_0_icon";
|
|
588
|
+
}
|
|
589
|
+
>
|
|
590
|
+
>;
|
|
591
|
+
export type AvatarItemDisplayNHatGenesecteventitem0 = S<
|
|
592
|
+
AvatarItemDisplay<
|
|
593
|
+
"N_DISPLAY_n_hat_genesecteventitem_0",
|
|
594
|
+
{
|
|
595
|
+
displayStringId: "n_hat_genesecteventitem_0_display_name";
|
|
596
|
+
iconAddress: "n_hat_genesecteventitem_0_icon";
|
|
597
|
+
}
|
|
598
|
+
>
|
|
599
|
+
>;
|
|
600
|
+
export type AvatarItemDisplayNHatGengar0 = S<
|
|
601
|
+
AvatarItemDisplay<
|
|
602
|
+
"N_DISPLAY_n_hat_gengar_0",
|
|
603
|
+
{
|
|
604
|
+
displayStringId: "n_hat_gengar_0_display_name";
|
|
605
|
+
iconAddress: "n_hat_gengar_0_icon";
|
|
606
|
+
}
|
|
607
|
+
>
|
|
608
|
+
>;
|
|
609
|
+
export type AvatarItemDisplayNHatGimmighoulitems0 = S<
|
|
610
|
+
AvatarItemDisplay<
|
|
611
|
+
"N_DISPLAY_n_hat_gimmighoulitems_0",
|
|
612
|
+
{
|
|
613
|
+
displayStringId: "n_hat_gimmighoulitems_0_display_name";
|
|
614
|
+
iconAddress: "n_hat_gimmighoulitems_0_icon";
|
|
615
|
+
}
|
|
616
|
+
>
|
|
617
|
+
>;
|
|
618
|
+
export type AvatarItemDisplayNHatGiratinaitems0 = S<
|
|
619
|
+
AvatarItemDisplay<
|
|
620
|
+
"N_DISPLAY_n_hat_giratinaitems_0",
|
|
621
|
+
{
|
|
622
|
+
displayStringId: "n_hat_giratinaitems_0_display_name";
|
|
623
|
+
iconAddress: "n_hat_giratinaitems_0_icon";
|
|
624
|
+
}
|
|
625
|
+
>
|
|
626
|
+
>;
|
|
627
|
+
export type AvatarItemDisplayNHatGladion0 = S<
|
|
628
|
+
AvatarItemDisplay<
|
|
629
|
+
"N_DISPLAY_n_hat_gladion_0",
|
|
630
|
+
{
|
|
631
|
+
displayStringId: "n_hat_gladion_0_display_name";
|
|
632
|
+
iconAddress: "n_hat_gladion_0_icon";
|
|
633
|
+
}
|
|
634
|
+
>
|
|
635
|
+
>;
|
|
636
|
+
export type AvatarItemDisplayNHatGofestPikachuvisor0 = S<
|
|
637
|
+
AvatarItemDisplay<
|
|
638
|
+
"N_DISPLAY_n_hat_gofest-pikachuvisor_0",
|
|
639
|
+
{
|
|
640
|
+
displayStringId: "n_hat_gofest-pikachuvisor_0_display_name";
|
|
641
|
+
iconAddress: "n_hat_gofestpikachuvisor_0_icon";
|
|
642
|
+
}
|
|
643
|
+
>
|
|
644
|
+
>;
|
|
645
|
+
export type AvatarItemDisplayNHatGoomy0 = S<
|
|
646
|
+
AvatarItemDisplay<
|
|
647
|
+
"N_DISPLAY_n_hat_goomy_0",
|
|
648
|
+
{
|
|
649
|
+
displayStringId: "n_hat_goomy_0_display_name";
|
|
650
|
+
iconAddress: "n_hat_goomy_0_icon";
|
|
651
|
+
}
|
|
652
|
+
>
|
|
653
|
+
>;
|
|
654
|
+
export type AvatarItemDisplayNHatGreavardwig0 = S<
|
|
655
|
+
AvatarItemDisplay<
|
|
656
|
+
"N_DISPLAY_n_hat_greavardwig_0",
|
|
657
|
+
{
|
|
658
|
+
displayStringId: "n_hat_greavardwig_0_display_name";
|
|
659
|
+
iconAddress: "n_hat_greavardwig_0_icon";
|
|
660
|
+
}
|
|
661
|
+
>
|
|
662
|
+
>;
|
|
663
|
+
export type AvatarItemDisplayNHatGreencoat0 = S<
|
|
664
|
+
AvatarItemDisplay<
|
|
665
|
+
"N_DISPLAY_n_hat_greencoat_0",
|
|
666
|
+
{
|
|
667
|
+
displayStringId: "n_hat_greencoat_0_display_name";
|
|
668
|
+
iconAddress: "n_hat_greencoat_0_icon";
|
|
669
|
+
}
|
|
670
|
+
>
|
|
671
|
+
>;
|
|
672
|
+
export type AvatarItemDisplayNHatGrowlithehelmet0 = S<
|
|
673
|
+
AvatarItemDisplay<
|
|
674
|
+
"N_DISPLAY_n_hat_growlithehelmet_0",
|
|
675
|
+
{
|
|
676
|
+
displayStringId: "n_hat_growlithehelmet_0_display_name";
|
|
677
|
+
iconAddress: "n_hat_growlithehelmet_0_icon";
|
|
678
|
+
}
|
|
679
|
+
>
|
|
680
|
+
>;
|
|
681
|
+
export type AvatarItemDisplayNHatGtr2024eeveefanmask0 = S<
|
|
682
|
+
AvatarItemDisplay<
|
|
683
|
+
"N_DISPLAY_n_hat_gtr2024eeveefanmask_0",
|
|
684
|
+
{
|
|
685
|
+
displayStringId: "n_hat_gtr2024eeveefanmask_0_display_name";
|
|
686
|
+
iconAddress: "n_hat_gtr2024eeveefanmask_0_icon";
|
|
687
|
+
}
|
|
688
|
+
>
|
|
689
|
+
>;
|
|
690
|
+
export type AvatarItemDisplayNHatGtr2024pikachufanmask0 = S<
|
|
691
|
+
AvatarItemDisplay<
|
|
692
|
+
"N_DISPLAY_n_hat_gtr2024pikachufanmask_0",
|
|
693
|
+
{
|
|
694
|
+
displayStringId: "n_hat_gtr2024pikachufanmask_0_display_name";
|
|
695
|
+
iconAddress: "n_hat_gtr2024pikachufanmask_0_icon";
|
|
696
|
+
}
|
|
697
|
+
>
|
|
698
|
+
>;
|
|
699
|
+
export type AvatarItemDisplayNHatGuccihat0 = S<
|
|
700
|
+
AvatarItemDisplay<
|
|
701
|
+
"N_DISPLAY_n_hat_guccihat_0",
|
|
702
|
+
{
|
|
703
|
+
displayStringId: "n_hat_guccihat_0_display_name";
|
|
704
|
+
iconAddress: "n_hat_guccihat_0_icon";
|
|
705
|
+
}
|
|
706
|
+
>
|
|
707
|
+
>;
|
|
708
|
+
export type AvatarItemDisplayNHatGuzma0 = S<
|
|
709
|
+
AvatarItemDisplay<
|
|
710
|
+
"N_DISPLAY_n_hat_guzma_0",
|
|
711
|
+
{
|
|
712
|
+
displayStringId: "n_hat_guzma_0_display_name";
|
|
713
|
+
iconAddress: "n_hat_guzma_0_icon";
|
|
714
|
+
}
|
|
715
|
+
>
|
|
716
|
+
>;
|
|
717
|
+
export type AvatarItemDisplayNHatGyaradoscap0 = S<
|
|
718
|
+
AvatarItemDisplay<
|
|
719
|
+
"N_DISPLAY_n_hat_gyaradoscap_0",
|
|
720
|
+
{
|
|
721
|
+
displayStringId: "n_hat_gyaradoscap_0_display_name";
|
|
722
|
+
iconAddress: "n_hat_gyaradoscap_0_icon";
|
|
723
|
+
}
|
|
724
|
+
>
|
|
725
|
+
>;
|
|
726
|
+
export type AvatarItemDisplayNHatHalloween20240 = S<
|
|
727
|
+
AvatarItemDisplay<
|
|
728
|
+
"N_DISPLAY_n_hat_halloween2024_0",
|
|
729
|
+
{
|
|
730
|
+
displayStringId: "avatar_hat_halloween2024";
|
|
731
|
+
iconAddress: "n_hat_halloween2024_0_icon";
|
|
732
|
+
}
|
|
733
|
+
>
|
|
734
|
+
>;
|
|
735
|
+
export type AvatarItemDisplayNHatHgssA0 = S<
|
|
736
|
+
AvatarItemDisplay<
|
|
737
|
+
"N_DISPLAY_n_hat_hgss_a_0",
|
|
738
|
+
{
|
|
739
|
+
displayStringId: "n_hat_hgss_a_0_display_name";
|
|
740
|
+
iconAddress: "n_hat_hgss_a_0_icon";
|
|
741
|
+
}
|
|
742
|
+
>
|
|
743
|
+
>;
|
|
744
|
+
export type AvatarItemDisplayNHatHgssB0 = S<
|
|
745
|
+
AvatarItemDisplay<
|
|
746
|
+
"N_DISPLAY_n_hat_hgss_b_0",
|
|
747
|
+
{
|
|
748
|
+
displayStringId: "n_hat_hgss_b_0_display_name";
|
|
749
|
+
iconAddress: "n_hat_hgss_b_0_icon";
|
|
750
|
+
}
|
|
751
|
+
>
|
|
752
|
+
>;
|
|
753
|
+
export type AvatarItemDisplayNHatHoliday2022santacostumes0 = S<
|
|
754
|
+
AvatarItemDisplay<
|
|
755
|
+
"N_DISPLAY_n_hat_holiday2022santacostumes_0",
|
|
756
|
+
{
|
|
757
|
+
displayStringId: "n_hat_holiday2022santacostumes_0_display_name";
|
|
758
|
+
iconAddress: "n_hat_holiday2022santacostumes_0_icon";
|
|
759
|
+
}
|
|
760
|
+
>
|
|
761
|
+
>;
|
|
762
|
+
export type AvatarItemDisplayNHatHolidaybeanie0 = S<
|
|
763
|
+
AvatarItemDisplay<
|
|
764
|
+
"N_DISPLAY_n_hat_holidaybeanie_0",
|
|
765
|
+
{
|
|
766
|
+
displayStringId: "n_hat_holidaybeanie_0_display_name";
|
|
767
|
+
iconAddress: "n_hat_holidaybeanie_0_icon";
|
|
768
|
+
}
|
|
769
|
+
>
|
|
770
|
+
>;
|
|
771
|
+
export type AvatarItemDisplayNHatHoopaearmuffs0 = S<
|
|
772
|
+
AvatarItemDisplay<
|
|
773
|
+
"N_DISPLAY_n_hat_hoopaearmuffs_0",
|
|
774
|
+
{
|
|
775
|
+
displayStringId: "n_hat_hoopaearmuffs_0_display_name";
|
|
776
|
+
iconAddress: "n_hat_hoopaearmuffs_0_icon";
|
|
777
|
+
}
|
|
778
|
+
>
|
|
779
|
+
>;
|
|
780
|
+
export type AvatarItemDisplayNHatIngo0 = S<
|
|
781
|
+
AvatarItemDisplay<
|
|
782
|
+
"N_DISPLAY_n_hat_ingo_0",
|
|
783
|
+
{
|
|
784
|
+
displayStringId: "n_hat_ingo_0_display_name";
|
|
785
|
+
iconAddress: "n_hat_ingo_0_icon";
|
|
786
|
+
}
|
|
787
|
+
>
|
|
788
|
+
>;
|
|
789
|
+
export type AvatarItemDisplayNHatJogger0 = S<
|
|
790
|
+
AvatarItemDisplay<
|
|
791
|
+
"N_DISPLAY_n_hat_jogger_0",
|
|
792
|
+
{
|
|
793
|
+
displayStringId: "n_hat_jogger_0_display_name";
|
|
794
|
+
iconAddress: "n_hat_jogger_0_icon";
|
|
795
|
+
}
|
|
796
|
+
>
|
|
797
|
+
>;
|
|
798
|
+
export type AvatarItemDisplayNHatKantotourcapgreen0 = S<
|
|
799
|
+
AvatarItemDisplay<
|
|
800
|
+
"N_DISPLAY_n_hat_kantotourcapgreen_0",
|
|
801
|
+
{
|
|
802
|
+
displayStringId: "n_hat_kantotourcapgreen_0_display_name";
|
|
803
|
+
iconAddress: "n_hat_kantotourcapgreen_0_icon";
|
|
804
|
+
}
|
|
805
|
+
>
|
|
806
|
+
>;
|
|
807
|
+
export type AvatarItemDisplayNHatKantotourcapred0 = S<
|
|
808
|
+
AvatarItemDisplay<
|
|
809
|
+
"N_DISPLAY_n_hat_kantotourcapred_0",
|
|
810
|
+
{
|
|
811
|
+
displayStringId: "n_hat_kantotourcapred_0_display_name";
|
|
812
|
+
iconAddress: "n_hat_kantotourcapred_0_icon";
|
|
813
|
+
}
|
|
814
|
+
>
|
|
815
|
+
>;
|
|
816
|
+
export type AvatarItemDisplayNHatKnitted0 = S<
|
|
817
|
+
AvatarItemDisplay<
|
|
818
|
+
"N_DISPLAY_n_hat_knitted_0",
|
|
819
|
+
{
|
|
820
|
+
displayStringId: "n_hat_knitted_1_display_name";
|
|
821
|
+
iconAddress: "n_hat_knitted_0_icon";
|
|
822
|
+
}
|
|
823
|
+
>
|
|
824
|
+
>;
|
|
825
|
+
export type AvatarItemDisplayNHatKnitted1 = S<
|
|
826
|
+
AvatarItemDisplay<
|
|
827
|
+
"N_DISPLAY_n_hat_knitted_1",
|
|
828
|
+
{
|
|
829
|
+
displayStringId: "n_hat_knitted_1_display_name";
|
|
830
|
+
iconAddress: "n_hat_knitted_1_icon";
|
|
831
|
+
}
|
|
832
|
+
>
|
|
833
|
+
>;
|
|
834
|
+
export type AvatarItemDisplayNHatKorrina0 = S<
|
|
835
|
+
AvatarItemDisplay<
|
|
836
|
+
"N_DISPLAY_n_hat_korrina_0",
|
|
837
|
+
{
|
|
838
|
+
displayStringId: "n_hat_korrina_0_display_name";
|
|
839
|
+
iconAddress: "n_hat_korrina_0_icon";
|
|
840
|
+
}
|
|
841
|
+
>
|
|
842
|
+
>;
|
|
843
|
+
export type AvatarItemDisplayNHatKyuremhat0 = S<
|
|
844
|
+
AvatarItemDisplay<
|
|
845
|
+
"N_DISPLAY_n_hat_kyuremhat_0",
|
|
846
|
+
{
|
|
847
|
+
displayStringId: "avatar_hat_kyurem";
|
|
848
|
+
iconAddress: "n_hat_kyuremhat_0_icon";
|
|
849
|
+
}
|
|
850
|
+
>
|
|
851
|
+
>;
|
|
852
|
+
export type AvatarItemDisplayNHatLana0 = S<
|
|
853
|
+
AvatarItemDisplay<
|
|
854
|
+
"N_DISPLAY_n_hat_lana_0",
|
|
855
|
+
{
|
|
856
|
+
displayStringId: "AVATAR_LanaWig";
|
|
857
|
+
iconAddress: "n_hat_lana_0_icon";
|
|
858
|
+
}
|
|
859
|
+
>
|
|
860
|
+
>;
|
|
861
|
+
export type AvatarItemDisplayNHatLaprasbandanaA0 = S<
|
|
862
|
+
AvatarItemDisplay<
|
|
863
|
+
"N_DISPLAY_n_hat_laprasbandana_a_0",
|
|
864
|
+
{
|
|
865
|
+
displayStringId: "n_hat_laprasbandana_a_0_display_name";
|
|
866
|
+
iconAddress: "n_hat_laprasbandana_a_0_icon";
|
|
867
|
+
}
|
|
868
|
+
>
|
|
869
|
+
>;
|
|
870
|
+
export type AvatarItemDisplayNHatLaprasbandanaB0 = S<
|
|
871
|
+
AvatarItemDisplay<
|
|
872
|
+
"N_DISPLAY_n_hat_laprasbandana_b_0",
|
|
873
|
+
{
|
|
874
|
+
displayStringId: "n_hat_laprasbandana_b_0_display_name";
|
|
875
|
+
iconAddress: "n_hat_laprasbandana_b_0_icon";
|
|
876
|
+
}
|
|
877
|
+
>
|
|
878
|
+
>;
|
|
879
|
+
export type AvatarItemDisplayNHatLasecuritycorps0 = S<
|
|
880
|
+
AvatarItemDisplay<
|
|
881
|
+
"N_DISPLAY_n_hat_lasecuritycorps_0",
|
|
882
|
+
{
|
|
883
|
+
displayStringId: "n_hat_lasecuritycorps_0_display_name";
|
|
884
|
+
iconAddress: "n_hat_lasecuritycorps_0_icon";
|
|
885
|
+
}
|
|
886
|
+
>
|
|
887
|
+
>;
|
|
888
|
+
export type AvatarItemDisplayNHatLegendofarceusA0 = S<
|
|
889
|
+
AvatarItemDisplay<
|
|
890
|
+
"N_DISPLAY_n_hat_legendofarceus_a_0",
|
|
891
|
+
{
|
|
892
|
+
displayStringId: "n_hat_legendofarceus_a_0_display_name";
|
|
893
|
+
iconAddress: "n_hat_legendofarceus_a_0_icon";
|
|
894
|
+
}
|
|
895
|
+
>
|
|
896
|
+
>;
|
|
897
|
+
export type AvatarItemDisplayNHatLegendofarceusB0 = S<
|
|
898
|
+
AvatarItemDisplay<
|
|
899
|
+
"N_DISPLAY_n_hat_legendofarceus_b_0",
|
|
900
|
+
{
|
|
901
|
+
displayStringId: "n_hat_legendofarceus_b_0_display_name";
|
|
902
|
+
iconAddress: "n_hat_legendofarceus_b_0_icon";
|
|
903
|
+
}
|
|
904
|
+
>
|
|
905
|
+
>;
|
|
906
|
+
export type AvatarItemDisplayNHatLitwickhat0 = S<
|
|
907
|
+
AvatarItemDisplay<
|
|
908
|
+
"N_DISPLAY_n_hat_litwickhat_0",
|
|
909
|
+
{
|
|
910
|
+
displayStringId: "n_hat_litwickhat_0_display_name";
|
|
911
|
+
iconAddress: "n_hat_litwickhat_0_icon";
|
|
912
|
+
}
|
|
913
|
+
>
|
|
914
|
+
>;
|
|
915
|
+
export type AvatarItemDisplayNHatLoneearrings0 = S<
|
|
916
|
+
AvatarItemDisplay<
|
|
917
|
+
"N_DISPLAY_n_hat_loneearrings_0",
|
|
918
|
+
{
|
|
919
|
+
displayStringId: "n_hat_loneearrings_0_display_name";
|
|
920
|
+
iconAddress: "n_hat_loneearrings_0_icon";
|
|
921
|
+
}
|
|
922
|
+
>
|
|
923
|
+
>;
|
|
924
|
+
export type AvatarItemDisplayNHatLucariomask0 = S<
|
|
925
|
+
AvatarItemDisplay<
|
|
926
|
+
"N_DISPLAY_n_hat_lucariomask_0",
|
|
927
|
+
{
|
|
928
|
+
displayStringId: "AVATAR_LucarioMask";
|
|
929
|
+
iconAddress: "n_hat_lucariomask_0_icon";
|
|
930
|
+
}
|
|
931
|
+
>
|
|
932
|
+
>;
|
|
933
|
+
export type AvatarItemDisplayNHatLvl50cap0 = S<
|
|
934
|
+
AvatarItemDisplay<
|
|
935
|
+
"N_DISPLAY_n_hat_lvl50cap_0",
|
|
936
|
+
{
|
|
937
|
+
displayStringId: "n_hat_lvl50cap_0_display_name";
|
|
938
|
+
iconAddress: "n_hat_lvl50cap_0_icon";
|
|
939
|
+
}
|
|
940
|
+
>
|
|
941
|
+
>;
|
|
942
|
+
export type AvatarItemDisplayNHatMagikarp0 = S<
|
|
943
|
+
AvatarItemDisplay<
|
|
944
|
+
"N_DISPLAY_n_hat_magikarp_0",
|
|
945
|
+
{
|
|
946
|
+
displayStringId: "n_hat_magikarp_0_display_name";
|
|
947
|
+
iconAddress: "n_hat_magikarp_0_icon";
|
|
948
|
+
}
|
|
949
|
+
>
|
|
950
|
+
>;
|
|
951
|
+
export type AvatarItemDisplayNHatMareaniehat0 = S<
|
|
952
|
+
AvatarItemDisplay<
|
|
953
|
+
"N_DISPLAY_n_hat_mareaniehat_0",
|
|
954
|
+
{
|
|
955
|
+
displayStringId: "n_hat_mareaniehat_0_display_name";
|
|
956
|
+
iconAddress: "n_hat_mareaniehat_0_icon";
|
|
957
|
+
}
|
|
958
|
+
>
|
|
959
|
+
>;
|
|
960
|
+
export type AvatarItemDisplayNHatMegalopunnyitems0 = S<
|
|
961
|
+
AvatarItemDisplay<
|
|
962
|
+
"N_DISPLAY_n_hat_megalopunnyitems_0",
|
|
963
|
+
{
|
|
964
|
+
displayStringId: "n_hat_megalopunnyitems_0_display_name";
|
|
965
|
+
iconAddress: "n_hat_megalopunnyitems_0_icon";
|
|
966
|
+
}
|
|
967
|
+
>
|
|
968
|
+
>;
|
|
969
|
+
export type AvatarItemDisplayNHatMegarayquaza0 = S<
|
|
970
|
+
AvatarItemDisplay<
|
|
971
|
+
"N_DISPLAY_n_hat_megarayquaza_0",
|
|
972
|
+
{
|
|
973
|
+
displayStringId: "n_hat_megarayquaza_0_display_name";
|
|
974
|
+
iconAddress: "n_hat_megarayquaza_0_icon";
|
|
975
|
+
}
|
|
976
|
+
>
|
|
977
|
+
>;
|
|
978
|
+
export type AvatarItemDisplayNHatMeltan0 = S<
|
|
979
|
+
AvatarItemDisplay<
|
|
980
|
+
"N_DISPLAY_n_hat_meltan_0",
|
|
981
|
+
{
|
|
982
|
+
displayStringId: "n_hat_meltan_0_display_name";
|
|
983
|
+
iconAddress: "n_hat_meltan_0_icon";
|
|
984
|
+
}
|
|
985
|
+
>
|
|
986
|
+
>;
|
|
987
|
+
export type AvatarItemDisplayNHatMeltanearrings0 = S<
|
|
988
|
+
AvatarItemDisplay<
|
|
989
|
+
"N_DISPLAY_n_hat_meltanearrings_0",
|
|
990
|
+
{
|
|
991
|
+
displayStringId: "n_hat_meltanearrings_0_display_name";
|
|
992
|
+
iconAddress: "n_hat_meltanearrings_0_icon";
|
|
993
|
+
}
|
|
994
|
+
>
|
|
995
|
+
>;
|
|
996
|
+
export type AvatarItemDisplayNHatMewtwoA0 = S<
|
|
997
|
+
AvatarItemDisplay<
|
|
998
|
+
"N_DISPLAY_n_hat_mewtwo_a_0",
|
|
999
|
+
{
|
|
1000
|
+
displayStringId: "n_hat_mewtwo_a_0_display_name";
|
|
1001
|
+
iconAddress: "n_hat_mewtwo_a_0_icon";
|
|
1002
|
+
}
|
|
1003
|
+
>
|
|
1004
|
+
>;
|
|
1005
|
+
export type AvatarItemDisplayNHatMewtwoB0 = S<
|
|
1006
|
+
AvatarItemDisplay<
|
|
1007
|
+
"N_DISPLAY_n_hat_mewtwo_b_0",
|
|
1008
|
+
{
|
|
1009
|
+
displayStringId: "n_hat_mewtwo_b_0_display_name";
|
|
1010
|
+
iconAddress: "n_hat_mewtwo_b_0_icon";
|
|
1011
|
+
}
|
|
1012
|
+
>
|
|
1013
|
+
>;
|
|
1014
|
+
export type AvatarItemDisplayNHatMimikyu0 = S<
|
|
1015
|
+
AvatarItemDisplay<
|
|
1016
|
+
"N_DISPLAY_n_hat_mimikyu_0",
|
|
1017
|
+
{
|
|
1018
|
+
displayStringId: "n_hat_mimikyu_0_display_name";
|
|
1019
|
+
iconAddress: "n_hat_mimikyu_0_icon";
|
|
1020
|
+
}
|
|
1021
|
+
>
|
|
1022
|
+
>;
|
|
1023
|
+
export type AvatarItemDisplayNHatMismagius0 = S<
|
|
1024
|
+
AvatarItemDisplay<
|
|
1025
|
+
"N_DISPLAY_n_hat_mismagius_0",
|
|
1026
|
+
{
|
|
1027
|
+
displayStringId: "n_hat_mismagius_0_display_name";
|
|
1028
|
+
iconAddress: "n_hat_mismagius_0_icon";
|
|
1029
|
+
}
|
|
1030
|
+
>
|
|
1031
|
+
>;
|
|
1032
|
+
export type AvatarItemDisplayNHatMlb0 = S<
|
|
1033
|
+
AvatarItemDisplay<
|
|
1034
|
+
"N_DISPLAY_n_hat_mlb_0",
|
|
1035
|
+
{
|
|
1036
|
+
displayStringId: "avatar_hat_mlbballcap";
|
|
1037
|
+
iconAddress: "n_hat_mlb_0_icon";
|
|
1038
|
+
}
|
|
1039
|
+
>
|
|
1040
|
+
>;
|
|
1041
|
+
export type AvatarItemDisplayNHatMlbBrewers0 = S<
|
|
1042
|
+
AvatarItemDisplay<
|
|
1043
|
+
"N_DISPLAY_n_hat_mlb-brewers_0",
|
|
1044
|
+
{
|
|
1045
|
+
displayStringId: "avatar_hat_mlbbrewers";
|
|
1046
|
+
iconAddress: "n_hat_mlb-brewers_0_icon";
|
|
1047
|
+
}
|
|
1048
|
+
>
|
|
1049
|
+
>;
|
|
1050
|
+
export type AvatarItemDisplayNHatMlbDiamondbacks0 = S<
|
|
1051
|
+
AvatarItemDisplay<
|
|
1052
|
+
"N_DISPLAY_n_hat_mlb-diamondbacks_0",
|
|
1053
|
+
{
|
|
1054
|
+
displayStringId: "avatar_hat_mlbdiamondbacks";
|
|
1055
|
+
iconAddress: "n_hat_mlb-diamondbacks_0_icon";
|
|
1056
|
+
}
|
|
1057
|
+
>
|
|
1058
|
+
>;
|
|
1059
|
+
export type AvatarItemDisplayNHatMlbGiants0 = S<
|
|
1060
|
+
AvatarItemDisplay<
|
|
1061
|
+
"N_DISPLAY_n_hat_mlb-giants_0",
|
|
1062
|
+
{
|
|
1063
|
+
displayStringId: "avatar_hat_mlbgiants";
|
|
1064
|
+
iconAddress: "n_hat_mlb-giants_0_icon";
|
|
1065
|
+
}
|
|
1066
|
+
>
|
|
1067
|
+
>;
|
|
1068
|
+
export type AvatarItemDisplayNHatMlbGuardians0 = S<
|
|
1069
|
+
AvatarItemDisplay<
|
|
1070
|
+
"N_DISPLAY_n_hat_mlb-guardians_0",
|
|
1071
|
+
{
|
|
1072
|
+
displayStringId: "avatar_hat_mlbguardians";
|
|
1073
|
+
iconAddress: "n_hat_mlb-guardians_0_icon";
|
|
1074
|
+
}
|
|
1075
|
+
>
|
|
1076
|
+
>;
|
|
1077
|
+
export type AvatarItemDisplayNHatMlbMariners0 = S<
|
|
1078
|
+
AvatarItemDisplay<
|
|
1079
|
+
"N_DISPLAY_n_hat_mlb-mariners_0",
|
|
1080
|
+
{
|
|
1081
|
+
displayStringId: "avatar_hat_mlbmariners";
|
|
1082
|
+
iconAddress: "n_hat_mlb-mariners_0_icon";
|
|
1083
|
+
}
|
|
1084
|
+
>
|
|
1085
|
+
>;
|
|
1086
|
+
export type AvatarItemDisplayNHatMlbMarlins0 = S<
|
|
1087
|
+
AvatarItemDisplay<
|
|
1088
|
+
"N_DISPLAY_n_hat_mlb-marlins_0",
|
|
1089
|
+
{
|
|
1090
|
+
displayStringId: "avatar_hat_mlbmarlins";
|
|
1091
|
+
iconAddress: "n_hat_mlb-marlins_0_icon";
|
|
1092
|
+
}
|
|
1093
|
+
>
|
|
1094
|
+
>;
|
|
1095
|
+
export type AvatarItemDisplayNHatMlbMets0 = S<
|
|
1096
|
+
AvatarItemDisplay<
|
|
1097
|
+
"N_DISPLAY_n_hat_mlb-mets_0",
|
|
1098
|
+
{
|
|
1099
|
+
displayStringId: "avatar_hat_mlbmets";
|
|
1100
|
+
iconAddress: "n_hat_mlb-mets_0_icon";
|
|
1101
|
+
}
|
|
1102
|
+
>
|
|
1103
|
+
>;
|
|
1104
|
+
export type AvatarItemDisplayNHatMlbNationals0 = S<
|
|
1105
|
+
AvatarItemDisplay<
|
|
1106
|
+
"N_DISPLAY_n_hat_mlb-nationals_0",
|
|
1107
|
+
{
|
|
1108
|
+
displayStringId: "avatar_hat_mlbnationals";
|
|
1109
|
+
iconAddress: "n_hat_mlb-nationals_0_icon";
|
|
1110
|
+
}
|
|
1111
|
+
>
|
|
1112
|
+
>;
|
|
1113
|
+
export type AvatarItemDisplayNHatMlbOrioles0 = S<
|
|
1114
|
+
AvatarItemDisplay<
|
|
1115
|
+
"N_DISPLAY_n_hat_mlb-orioles_0",
|
|
1116
|
+
{
|
|
1117
|
+
displayStringId: "avatar_hat_mlborioles";
|
|
1118
|
+
iconAddress: "n_hat_mlb-orioles_0_icon";
|
|
1119
|
+
}
|
|
1120
|
+
>
|
|
1121
|
+
>;
|
|
1122
|
+
export type AvatarItemDisplayNHatMlbPadres0 = S<
|
|
1123
|
+
AvatarItemDisplay<
|
|
1124
|
+
"N_DISPLAY_n_hat_mlb-padres_0",
|
|
1125
|
+
{
|
|
1126
|
+
displayStringId: "avatar_hat_mlbpadres";
|
|
1127
|
+
iconAddress: "n_hat_mlb-padres_0_icon";
|
|
1128
|
+
}
|
|
1129
|
+
>
|
|
1130
|
+
>;
|
|
1131
|
+
export type AvatarItemDisplayNHatMlbRangers0 = S<
|
|
1132
|
+
AvatarItemDisplay<
|
|
1133
|
+
"N_DISPLAY_n_hat_mlb-rangers_0",
|
|
1134
|
+
{
|
|
1135
|
+
displayStringId: "avatar_hat_mlbrangers";
|
|
1136
|
+
iconAddress: "n_hat_mlb-rangers_0_icon";
|
|
1137
|
+
}
|
|
1138
|
+
>
|
|
1139
|
+
>;
|
|
1140
|
+
export type AvatarItemDisplayNHatMlbRays0 = S<
|
|
1141
|
+
AvatarItemDisplay<
|
|
1142
|
+
"N_DISPLAY_n_hat_mlb-rays_0",
|
|
1143
|
+
{
|
|
1144
|
+
displayStringId: "avatar_hat_mlbrays";
|
|
1145
|
+
iconAddress: "n_hat_mlb-rays_0_icon";
|
|
1146
|
+
}
|
|
1147
|
+
>
|
|
1148
|
+
>;
|
|
1149
|
+
export type AvatarItemDisplayNHatMlbRedsox0 = S<
|
|
1150
|
+
AvatarItemDisplay<
|
|
1151
|
+
"N_DISPLAY_n_hat_mlb-redsox_0",
|
|
1152
|
+
{
|
|
1153
|
+
displayStringId: "avatar_hat_mlbredsox";
|
|
1154
|
+
iconAddress: "n_hat_mlb-redsox_0_icon";
|
|
1155
|
+
}
|
|
1156
|
+
>
|
|
1157
|
+
>;
|
|
1158
|
+
export type AvatarItemDisplayNHatMlbTwins0 = S<
|
|
1159
|
+
AvatarItemDisplay<
|
|
1160
|
+
"N_DISPLAY_n_hat_mlb-twins_0",
|
|
1161
|
+
{
|
|
1162
|
+
displayStringId: "avatar_hat_mlbtwins";
|
|
1163
|
+
iconAddress: "n_hat_mlb-twins_0_icon";
|
|
1164
|
+
}
|
|
1165
|
+
>
|
|
1166
|
+
>;
|
|
1167
|
+
export type AvatarItemDisplayNHatMlbWhitesox0 = S<
|
|
1168
|
+
AvatarItemDisplay<
|
|
1169
|
+
"N_DISPLAY_n_hat_mlb-whitesox_0",
|
|
1170
|
+
{
|
|
1171
|
+
displayStringId: "avatar_hat_mlbwhitesox";
|
|
1172
|
+
iconAddress: "n_hat_mlb-whitesox_0_icon";
|
|
1173
|
+
}
|
|
1174
|
+
>
|
|
1175
|
+
>;
|
|
1176
|
+
export type AvatarItemDisplayNHatMovie20200 = S<
|
|
1177
|
+
AvatarItemDisplay<
|
|
1178
|
+
"N_DISPLAY_n_hat_movie2020_0",
|
|
1179
|
+
{
|
|
1180
|
+
displayStringId: "n_hat_movie2020_0_display_name";
|
|
1181
|
+
iconAddress: "n_hat_movie2020_0_icon";
|
|
1182
|
+
}
|
|
1183
|
+
>
|
|
1184
|
+
>;
|
|
1185
|
+
export type AvatarItemDisplayNHatMunnapack0 = S<
|
|
1186
|
+
AvatarItemDisplay<
|
|
1187
|
+
"N_DISPLAY_n_hat_munnapack_0",
|
|
1188
|
+
{
|
|
1189
|
+
displayStringId: "n_hat_munnapack_0_display_name";
|
|
1190
|
+
iconAddress: "n_hat_munnapack_0_icon";
|
|
1191
|
+
}
|
|
1192
|
+
>
|
|
1193
|
+
>;
|
|
1194
|
+
export type AvatarItemDisplayNHatMunnapack1 = S<
|
|
1195
|
+
AvatarItemDisplay<
|
|
1196
|
+
"N_DISPLAY_n_hat_munnapack_1",
|
|
1197
|
+
{
|
|
1198
|
+
displayStringId: "n_hat_munnapack_1_display_name";
|
|
1199
|
+
iconAddress: "n_hat_munnapack_1_icon";
|
|
1200
|
+
}
|
|
1201
|
+
>
|
|
1202
|
+
>;
|
|
1203
|
+
export type AvatarItemDisplayNHatMustard0 = S<
|
|
1204
|
+
AvatarItemDisplay<
|
|
1205
|
+
"N_DISPLAY_n_hat_mustard_0",
|
|
1206
|
+
{
|
|
1207
|
+
displayStringId: "avatar_hats_mustard";
|
|
1208
|
+
iconAddress: "n_hat_mustard_0_icon";
|
|
1209
|
+
}
|
|
1210
|
+
>
|
|
1211
|
+
>;
|
|
1212
|
+
export type AvatarItemDisplayNHatNewyear20220 = S<
|
|
1213
|
+
AvatarItemDisplay<
|
|
1214
|
+
"N_DISPLAY_n_hat_newyear2022_0",
|
|
1215
|
+
{
|
|
1216
|
+
displayStringId: "n_hat_newyear2022_0_display_name";
|
|
1217
|
+
iconAddress: "n_hat_newyear2022_0_icon";
|
|
1218
|
+
}
|
|
1219
|
+
>
|
|
1220
|
+
>;
|
|
1221
|
+
export type AvatarItemDisplayNHatNewyearhat20210 = S<
|
|
1222
|
+
AvatarItemDisplay<
|
|
1223
|
+
"N_DISPLAY_n_hat_newyearhat2021_0",
|
|
1224
|
+
{
|
|
1225
|
+
displayStringId: "n_hat_newyearhat2021_0_display_name";
|
|
1226
|
+
iconAddress: "n_hat_newyearhat2021_0_icon";
|
|
1227
|
+
}
|
|
1228
|
+
>
|
|
1229
|
+
>;
|
|
1230
|
+
export type AvatarItemDisplayNHatNewyearhat20230 = S<
|
|
1231
|
+
AvatarItemDisplay<
|
|
1232
|
+
"N_DISPLAY_n_hat_newyearhat2023_0",
|
|
1233
|
+
{
|
|
1234
|
+
displayStringId: "n_hat_newyearhat2023_0_display_name";
|
|
1235
|
+
iconAddress: "n_hat_newyearhat2023_0_icon";
|
|
1236
|
+
}
|
|
1237
|
+
>
|
|
1238
|
+
>;
|
|
1239
|
+
export type AvatarItemDisplayNHatNihilegoitems0 = S<
|
|
1240
|
+
AvatarItemDisplay<
|
|
1241
|
+
"N_DISPLAY_n_hat_nihilegoitems_0",
|
|
1242
|
+
{
|
|
1243
|
+
displayStringId: "n_hat_nihilegoitems_0_display_name";
|
|
1244
|
+
iconAddress: "n_hat_nihilegoitems_0_icon";
|
|
1245
|
+
}
|
|
1246
|
+
>
|
|
1247
|
+
>;
|
|
1248
|
+
export type AvatarItemDisplayNHatNoibat0 = S<
|
|
1249
|
+
AvatarItemDisplay<
|
|
1250
|
+
"N_DISPLAY_n_hat_noibat_0",
|
|
1251
|
+
{
|
|
1252
|
+
displayStringId: "n_hat_noibat_0_display_name";
|
|
1253
|
+
iconAddress: "n_hat_noibat_0_icon";
|
|
1254
|
+
}
|
|
1255
|
+
>
|
|
1256
|
+
>;
|
|
1257
|
+
export type AvatarItemDisplayNHatObstagoonitems0 = S<
|
|
1258
|
+
AvatarItemDisplay<
|
|
1259
|
+
"N_DISPLAY_n_hat_obstagoonitems_0",
|
|
1260
|
+
{
|
|
1261
|
+
displayStringId: "n_hat_obstagoonitems_0_display_name";
|
|
1262
|
+
iconAddress: "n_hat_obstagoonitems_0_icon";
|
|
1263
|
+
}
|
|
1264
|
+
>
|
|
1265
|
+
>;
|
|
1266
|
+
export type AvatarItemDisplayNHatOrasA0 = S<
|
|
1267
|
+
AvatarItemDisplay<
|
|
1268
|
+
"N_DISPLAY_n_hat_oras_a_0",
|
|
1269
|
+
{
|
|
1270
|
+
displayStringId: "n_hat_oras_a_0_display_name";
|
|
1271
|
+
iconAddress: "n_hat_oras_a_0_icon";
|
|
1272
|
+
}
|
|
1273
|
+
>
|
|
1274
|
+
>;
|
|
1275
|
+
export type AvatarItemDisplayNHatOrasB0 = S<
|
|
1276
|
+
AvatarItemDisplay<
|
|
1277
|
+
"N_DISPLAY_n_hat_oras_b_0",
|
|
1278
|
+
{
|
|
1279
|
+
displayStringId: "n_hat_oras_b_0_display_name";
|
|
1280
|
+
iconAddress: "n_hat_oras_b_0_icon";
|
|
1281
|
+
}
|
|
1282
|
+
>
|
|
1283
|
+
>;
|
|
1284
|
+
export type AvatarItemDisplayNHatOricoriopink0 = S<
|
|
1285
|
+
AvatarItemDisplay<
|
|
1286
|
+
"N_DISPLAY_n_hat_oricoriopink_0",
|
|
1287
|
+
{
|
|
1288
|
+
displayStringId: "n_hat_oricoriopink_0_display_name";
|
|
1289
|
+
iconAddress: "n_hat_oricoriopink_0_icon";
|
|
1290
|
+
}
|
|
1291
|
+
>
|
|
1292
|
+
>;
|
|
1293
|
+
export type AvatarItemDisplayNHatOricoriopurple0 = S<
|
|
1294
|
+
AvatarItemDisplay<
|
|
1295
|
+
"N_DISPLAY_n_hat_oricoriopurple_0",
|
|
1296
|
+
{
|
|
1297
|
+
displayStringId: "n_hat_oricoriopurple_0_display_name";
|
|
1298
|
+
iconAddress: "n_hat_oricoriopurple_0_icon";
|
|
1299
|
+
}
|
|
1300
|
+
>
|
|
1301
|
+
>;
|
|
1302
|
+
export type AvatarItemDisplayNHatOricoriored0 = S<
|
|
1303
|
+
AvatarItemDisplay<
|
|
1304
|
+
"N_DISPLAY_n_hat_oricoriored_0",
|
|
1305
|
+
{
|
|
1306
|
+
displayStringId: "n_hat_oricoriored_0_display_name";
|
|
1307
|
+
iconAddress: "n_hat_oricoriored_0_icon";
|
|
1308
|
+
}
|
|
1309
|
+
>
|
|
1310
|
+
>;
|
|
1311
|
+
export type AvatarItemDisplayNHatOricorioyellow0 = S<
|
|
1312
|
+
AvatarItemDisplay<
|
|
1313
|
+
"N_DISPLAY_n_hat_oricorioyellow_0",
|
|
1314
|
+
{
|
|
1315
|
+
displayStringId: "n_hat_oricorioyellow_0_display_name";
|
|
1316
|
+
iconAddress: "n_hat_oricorioyellow_0_icon";
|
|
1317
|
+
}
|
|
1318
|
+
>
|
|
1319
|
+
>;
|
|
1320
|
+
export type AvatarItemDisplayNHatPartneritemsjan2024hat0 = S<
|
|
1321
|
+
AvatarItemDisplay<
|
|
1322
|
+
"N_DISPLAY_n_hat_partneritemsjan2024hat_0",
|
|
1323
|
+
{
|
|
1324
|
+
displayStringId: "n_hat_partneritemsjan2024hat_0_display_name";
|
|
1325
|
+
iconAddress: "n_hat_partneritemsjan2024hat_0_icon";
|
|
1326
|
+
}
|
|
1327
|
+
>
|
|
1328
|
+
>;
|
|
1329
|
+
export type AvatarItemDisplayNHatPartyhat0 = S<
|
|
1330
|
+
AvatarItemDisplay<
|
|
1331
|
+
"N_DISPLAY_n_hat_partyhat_0",
|
|
1332
|
+
{
|
|
1333
|
+
displayStringId: "avatar_hat_partyhat";
|
|
1334
|
+
iconAddress: "n_hat_partyhat_0_icon";
|
|
1335
|
+
}
|
|
1336
|
+
>
|
|
1337
|
+
>;
|
|
1338
|
+
export type AvatarItemDisplayNHatPhantump0 = S<
|
|
1339
|
+
AvatarItemDisplay<
|
|
1340
|
+
"N_DISPLAY_n_hat_phantump_0",
|
|
1341
|
+
{
|
|
1342
|
+
displayStringId: "n_hat_phantump_0_display_name";
|
|
1343
|
+
iconAddress: "n_hat_phantump_0_icon";
|
|
1344
|
+
}
|
|
1345
|
+
>
|
|
1346
|
+
>;
|
|
1347
|
+
export type AvatarItemDisplayNHatPikachubutlerBlue0 = S<
|
|
1348
|
+
AvatarItemDisplay<
|
|
1349
|
+
"N_DISPLAY_n_hat_pikachubutler-blue_0",
|
|
1350
|
+
{
|
|
1351
|
+
displayStringId: "avatar_hat_suitblue";
|
|
1352
|
+
iconAddress: "n_hat_pikachubutler-blue_0_icon";
|
|
1353
|
+
}
|
|
1354
|
+
>
|
|
1355
|
+
>;
|
|
1356
|
+
export type AvatarItemDisplayNHatPikachubutlerRed0 = S<
|
|
1357
|
+
AvatarItemDisplay<
|
|
1358
|
+
"N_DISPLAY_n_hat_pikachubutler-red_0",
|
|
1359
|
+
{
|
|
1360
|
+
displayStringId: "avatar_hat_suitred";
|
|
1361
|
+
iconAddress: "n_hat_pikachubutler-red_0_icon";
|
|
1362
|
+
}
|
|
1363
|
+
>
|
|
1364
|
+
>;
|
|
1365
|
+
export type AvatarItemDisplayNHatPikachubutlerYellow0 = S<
|
|
1366
|
+
AvatarItemDisplay<
|
|
1367
|
+
"N_DISPLAY_n_hat_pikachubutler-yellow_0",
|
|
1368
|
+
{
|
|
1369
|
+
displayStringId: "avatar_hat_suityellow";
|
|
1370
|
+
iconAddress: "n_hat_pikachubutler-yellow_0_icon";
|
|
1371
|
+
}
|
|
1372
|
+
>
|
|
1373
|
+
>;
|
|
1374
|
+
export type AvatarItemDisplayNHatPikachucap0 = S<
|
|
1375
|
+
AvatarItemDisplay<
|
|
1376
|
+
"N_DISPLAY_n_hat_pikachucap_0",
|
|
1377
|
+
{
|
|
1378
|
+
displayStringId: "n_hat_pikachucap_0_display_name";
|
|
1379
|
+
iconAddress: "n_hat_pikachucap_0_icon";
|
|
1380
|
+
}
|
|
1381
|
+
>
|
|
1382
|
+
>;
|
|
1383
|
+
export type AvatarItemDisplayNHatPikachufan0 = S<
|
|
1384
|
+
AvatarItemDisplay<
|
|
1385
|
+
"N_DISPLAY_n_hat_pikachufan_0",
|
|
1386
|
+
{
|
|
1387
|
+
displayStringId: "n_hat_pikachufan_0_display_name";
|
|
1388
|
+
iconAddress: "n_hat_pikachufan_0_icon";
|
|
1389
|
+
}
|
|
1390
|
+
>
|
|
1391
|
+
>;
|
|
1392
|
+
export type AvatarItemDisplayNHatPikachulibre0 = S<
|
|
1393
|
+
AvatarItemDisplay<
|
|
1394
|
+
"N_DISPLAY_n_hat_pikachulibre_0",
|
|
1395
|
+
{
|
|
1396
|
+
displayStringId: "n_hat_pikachulibre_0_display_name";
|
|
1397
|
+
iconAddress: "n_hat_pikachulibre_0_icon";
|
|
1398
|
+
}
|
|
1399
|
+
>
|
|
1400
|
+
>;
|
|
1401
|
+
export type AvatarItemDisplayNHatPikachupumpkinhead0 = S<
|
|
1402
|
+
AvatarItemDisplay<
|
|
1403
|
+
"N_DISPLAY_n_hat_pikachupumpkinhead_0",
|
|
1404
|
+
{
|
|
1405
|
+
displayStringId: "n_hat_pikachupumpkinhead_0_display_name";
|
|
1406
|
+
iconAddress: "n_hat_pikachupumpkinhead_0_icon";
|
|
1407
|
+
}
|
|
1408
|
+
>
|
|
1409
|
+
>;
|
|
1410
|
+
export type AvatarItemDisplayNHatPkmncap0 = S<
|
|
1411
|
+
AvatarItemDisplay<
|
|
1412
|
+
"N_DISPLAY_n_hat_pkmncap_0",
|
|
1413
|
+
{
|
|
1414
|
+
displayStringId: "n_hat_pkmncap_0_display_name";
|
|
1415
|
+
iconAddress: "n_hat_pkmncap_0_icon";
|
|
1416
|
+
}
|
|
1417
|
+
>
|
|
1418
|
+
>;
|
|
1419
|
+
export type AvatarItemDisplayNHatPkmncap1 = S<
|
|
1420
|
+
AvatarItemDisplay<
|
|
1421
|
+
"N_DISPLAY_n_hat_pkmncap_1",
|
|
1422
|
+
{
|
|
1423
|
+
displayStringId: "n_hat_pkmncap_1_display_name";
|
|
1424
|
+
iconAddress: "n_hat_pkmncap_1_icon";
|
|
1425
|
+
}
|
|
1426
|
+
>
|
|
1427
|
+
>;
|
|
1428
|
+
export type AvatarItemDisplayNHatPkmncap2 = S<
|
|
1429
|
+
AvatarItemDisplay<
|
|
1430
|
+
"N_DISPLAY_n_hat_pkmncap_2",
|
|
1431
|
+
{
|
|
1432
|
+
displayStringId: "n_hat_pkmncap_2_display_name";
|
|
1433
|
+
iconAddress: "n_hat_pkmncap_2_icon";
|
|
1434
|
+
}
|
|
1435
|
+
>
|
|
1436
|
+
>;
|
|
1437
|
+
export type AvatarItemDisplayNHatPoipole0 = S<
|
|
1438
|
+
AvatarItemDisplay<
|
|
1439
|
+
"N_DISPLAY_n_hat_poipole_0",
|
|
1440
|
+
{
|
|
1441
|
+
displayStringId: "n_hat_poipole_0_display_name";
|
|
1442
|
+
iconAddress: "n_hat_poipole_0_icon";
|
|
1443
|
+
}
|
|
1444
|
+
>
|
|
1445
|
+
>;
|
|
1446
|
+
export type AvatarItemDisplayNHatPokeballitemsBasic0 = S<
|
|
1447
|
+
AvatarItemDisplay<
|
|
1448
|
+
"N_DISPLAY_n_hat_pokeballitems-basic_0",
|
|
1449
|
+
{
|
|
1450
|
+
displayStringId: "avatar_n_hat_pokeballitems-basic_0";
|
|
1451
|
+
iconAddress: "n_hat_pokeballitems-basic_0_icon";
|
|
1452
|
+
}
|
|
1453
|
+
>
|
|
1454
|
+
>;
|
|
1455
|
+
export type AvatarItemDisplayNHatPokeballitemsGreat0 = S<
|
|
1456
|
+
AvatarItemDisplay<
|
|
1457
|
+
"N_DISPLAY_n_hat_pokeballitems-great_0",
|
|
1458
|
+
{
|
|
1459
|
+
displayStringId: "avatar_n_hat_pokeballitems-great_0";
|
|
1460
|
+
iconAddress: "n_hat_pokeballitems-great_0_icon";
|
|
1461
|
+
}
|
|
1462
|
+
>
|
|
1463
|
+
>;
|
|
1464
|
+
export type AvatarItemDisplayNHatPokeballitemsUltra0 = S<
|
|
1465
|
+
AvatarItemDisplay<
|
|
1466
|
+
"N_DISPLAY_n_hat_pokeballitems-ultra_0",
|
|
1467
|
+
{
|
|
1468
|
+
displayStringId: "avatar_n_hat_pokeballitems-ultra_0";
|
|
1469
|
+
iconAddress: "n_hat_pokeballitems-ultra_0_icon";
|
|
1470
|
+
}
|
|
1471
|
+
>
|
|
1472
|
+
>;
|
|
1473
|
+
export type AvatarItemDisplayNHatPolteageisthat0 = S<
|
|
1474
|
+
AvatarItemDisplay<
|
|
1475
|
+
"N_DISPLAY_n_hat_polteageisthat_0",
|
|
1476
|
+
{
|
|
1477
|
+
displayStringId: "avatar_n_hat_polteageist";
|
|
1478
|
+
iconAddress: "n_hat_polteageisthat_0_icon";
|
|
1479
|
+
}
|
|
1480
|
+
>
|
|
1481
|
+
>;
|
|
1482
|
+
export type AvatarItemDisplayNHatProfwillowoutfit0 = S<
|
|
1483
|
+
AvatarItemDisplay<
|
|
1484
|
+
"N_DISPLAY_n_hat_profwillowoutfit_0",
|
|
1485
|
+
{
|
|
1486
|
+
displayStringId: "n_hat_profwillowoutfit_0_display_name";
|
|
1487
|
+
iconAddress: "n_hat_profwillowoutfit_0_icon";
|
|
1488
|
+
}
|
|
1489
|
+
>
|
|
1490
|
+
>;
|
|
1491
|
+
export type AvatarItemDisplayNHatRegiicejersies0 = S<
|
|
1492
|
+
AvatarItemDisplay<
|
|
1493
|
+
"N_DISPLAY_n_hat_regiicejersies_0",
|
|
1494
|
+
{
|
|
1495
|
+
displayStringId: "n_hat_regiicejersies_0_display_name";
|
|
1496
|
+
iconAddress: "n_hat_regiicejersies_0_icon";
|
|
1497
|
+
}
|
|
1498
|
+
>
|
|
1499
|
+
>;
|
|
1500
|
+
export type AvatarItemDisplayNHatRegirockjersies0 = S<
|
|
1501
|
+
AvatarItemDisplay<
|
|
1502
|
+
"N_DISPLAY_n_hat_regirockjersies_0",
|
|
1503
|
+
{
|
|
1504
|
+
displayStringId: "n_hat_regirockjersies_0_display_name";
|
|
1505
|
+
iconAddress: "n_hat_regirockjersies_0_icon";
|
|
1506
|
+
}
|
|
1507
|
+
>
|
|
1508
|
+
>;
|
|
1509
|
+
export type AvatarItemDisplayNHatRegisteeljersies0 = S<
|
|
1510
|
+
AvatarItemDisplay<
|
|
1511
|
+
"N_DISPLAY_n_hat_registeeljersies_0",
|
|
1512
|
+
{
|
|
1513
|
+
displayStringId: "n_hat_registeeljersies_0_display_name";
|
|
1514
|
+
iconAddress: "n_hat_registeeljersies_0_icon";
|
|
1515
|
+
}
|
|
1516
|
+
>
|
|
1517
|
+
>;
|
|
1518
|
+
export type AvatarItemDisplayNHatRuinmaniacA0 = S<
|
|
1519
|
+
AvatarItemDisplay<
|
|
1520
|
+
"N_DISPLAY_n_hat_ruinmaniac_a_0",
|
|
1521
|
+
{
|
|
1522
|
+
displayStringId: "n_hat_ruinmaniac_a_0_display_name";
|
|
1523
|
+
iconAddress: "n_hat_ruinmaniac_a_0_icon";
|
|
1524
|
+
}
|
|
1525
|
+
>
|
|
1526
|
+
>;
|
|
1527
|
+
export type AvatarItemDisplayNHatRuinmaniacB0 = S<
|
|
1528
|
+
AvatarItemDisplay<
|
|
1529
|
+
"N_DISPLAY_n_hat_ruinmaniac_b_0",
|
|
1530
|
+
{
|
|
1531
|
+
displayStringId: "n_hat_ruinmaniac_b_0_display_name";
|
|
1532
|
+
iconAddress: "n_hat_ruinmaniac_b_0_icon";
|
|
1533
|
+
}
|
|
1534
|
+
>
|
|
1535
|
+
>;
|
|
1536
|
+
export type AvatarItemDisplayNHatSableyegoggles0 = S<
|
|
1537
|
+
AvatarItemDisplay<
|
|
1538
|
+
"N_DISPLAY_n_hat_sableyegoggles_0",
|
|
1539
|
+
{
|
|
1540
|
+
displayStringId: "n_hat_sableyegoggles_0_display_name";
|
|
1541
|
+
iconAddress: "n_hat_sableyegoggles_0_icon";
|
|
1542
|
+
}
|
|
1543
|
+
>
|
|
1544
|
+
>;
|
|
1545
|
+
export type AvatarItemDisplayNHatSamsungsummer20200 = S<
|
|
1546
|
+
AvatarItemDisplay<
|
|
1547
|
+
"N_DISPLAY_n_hat_samsungsummer2020_0",
|
|
1548
|
+
{
|
|
1549
|
+
displayStringId: "n_hat_samsungsummer2020_0_display_name";
|
|
1550
|
+
iconAddress: "n_hat_samsungsummer2020_0_icon";
|
|
1551
|
+
}
|
|
1552
|
+
>
|
|
1553
|
+
>;
|
|
1554
|
+
export type AvatarItemDisplayNHatSandygasthat0 = S<
|
|
1555
|
+
AvatarItemDisplay<
|
|
1556
|
+
"N_DISPLAY_n_hat_sandygasthat_0",
|
|
1557
|
+
{
|
|
1558
|
+
displayStringId: "n_hat_sandygasthat_0_display_name";
|
|
1559
|
+
iconAddress: "n_hat_sandygasthat_0_icon";
|
|
1560
|
+
}
|
|
1561
|
+
>
|
|
1562
|
+
>;
|
|
1563
|
+
export type AvatarItemDisplayNHatShayminhat0 = S<
|
|
1564
|
+
AvatarItemDisplay<
|
|
1565
|
+
"N_DISPLAY_n_hat_shayminhat_0",
|
|
1566
|
+
{
|
|
1567
|
+
displayStringId: "n_hat_shayminhat_0_display_name";
|
|
1568
|
+
iconAddress: "n_hat_shayminhat_0_icon";
|
|
1569
|
+
}
|
|
1570
|
+
>
|
|
1571
|
+
>;
|
|
1572
|
+
export type AvatarItemDisplayNHatSlowpoketailshirts0 = S<
|
|
1573
|
+
AvatarItemDisplay<
|
|
1574
|
+
"N_DISPLAY_n_hat_slowpoketailshirts_0",
|
|
1575
|
+
{
|
|
1576
|
+
displayStringId: "n_hat_slowpoketailshirts_0_display_name";
|
|
1577
|
+
iconAddress: "n_hat_slowpoketailshirts_0_icon";
|
|
1578
|
+
}
|
|
1579
|
+
>
|
|
1580
|
+
>;
|
|
1581
|
+
export type AvatarItemDisplayNHatSnombeanie0 = S<
|
|
1582
|
+
AvatarItemDisplay<
|
|
1583
|
+
"N_DISPLAY_n_hat_snombeanie_0",
|
|
1584
|
+
{
|
|
1585
|
+
displayStringId: "avatar_hat_snom";
|
|
1586
|
+
iconAddress: "n_hat_snombeanie_0_icon";
|
|
1587
|
+
}
|
|
1588
|
+
>
|
|
1589
|
+
>;
|
|
1590
|
+
export type AvatarItemDisplayNHatSnorlaxnightcap0 = S<
|
|
1591
|
+
AvatarItemDisplay<
|
|
1592
|
+
"N_DISPLAY_n_hat_snorlaxnightcap_0",
|
|
1593
|
+
{
|
|
1594
|
+
displayStringId: "n_hat_snorlaxnightcap_0_display_name";
|
|
1595
|
+
iconAddress: "n_hat_snorlaxnightcap_0_icon";
|
|
1596
|
+
}
|
|
1597
|
+
>
|
|
1598
|
+
>;
|
|
1599
|
+
export type AvatarItemDisplayNHatSolgaleoitems0 = S<
|
|
1600
|
+
AvatarItemDisplay<
|
|
1601
|
+
"N_DISPLAY_n_hat_solgaleoitems_0",
|
|
1602
|
+
{
|
|
1603
|
+
displayStringId: "n_hat_solgaleoitems_0_display_name";
|
|
1604
|
+
iconAddress: "n_hat_solgaleoitems_0_icon";
|
|
1605
|
+
}
|
|
1606
|
+
>
|
|
1607
|
+
>;
|
|
1608
|
+
export type AvatarItemDisplayNHatSsA0 = S<
|
|
1609
|
+
AvatarItemDisplay<
|
|
1610
|
+
"N_DISPLAY_n_hat_ss_a_0",
|
|
1611
|
+
{
|
|
1612
|
+
displayStringId: "n_hat_ss_a_0_display_name";
|
|
1613
|
+
iconAddress: "n_hat_ss_a_0_icon";
|
|
1614
|
+
}
|
|
1615
|
+
>
|
|
1616
|
+
>;
|
|
1617
|
+
export type AvatarItemDisplayNHatSsB0 = S<
|
|
1618
|
+
AvatarItemDisplay<
|
|
1619
|
+
"N_DISPLAY_n_hat_ss_b_0",
|
|
1620
|
+
{
|
|
1621
|
+
displayStringId: "n_hat_ss_b_0_display_name";
|
|
1622
|
+
iconAddress: "n_hat_ss_b_0_icon";
|
|
1623
|
+
}
|
|
1624
|
+
>
|
|
1625
|
+
>;
|
|
1626
|
+
export type AvatarItemDisplayNHatStantlerheadband0 = S<
|
|
1627
|
+
AvatarItemDisplay<
|
|
1628
|
+
"N_DISPLAY_n_hat_stantlerheadband_0",
|
|
1629
|
+
{
|
|
1630
|
+
displayStringId: "n_hat_stantlerheadband_0_display_name";
|
|
1631
|
+
iconAddress: "n_hat_stantlerheadband_0_icon";
|
|
1632
|
+
}
|
|
1633
|
+
>
|
|
1634
|
+
>;
|
|
1635
|
+
export type AvatarItemDisplayNHatStrawhat0 = S<
|
|
1636
|
+
AvatarItemDisplay<
|
|
1637
|
+
"N_DISPLAY_n_hat_strawhat_0",
|
|
1638
|
+
{
|
|
1639
|
+
displayStringId: "n_hat_strawhat_0_display_name";
|
|
1640
|
+
iconAddress: "n_hat_strawhat_0_icon";
|
|
1641
|
+
}
|
|
1642
|
+
>
|
|
1643
|
+
>;
|
|
1644
|
+
export type AvatarItemDisplayNHatSummer20230 = S<
|
|
1645
|
+
AvatarItemDisplay<
|
|
1646
|
+
"N_DISPLAY_n_hat_summer2023_0",
|
|
1647
|
+
{
|
|
1648
|
+
displayStringId: "n_hat_summer2023_0_display_name";
|
|
1649
|
+
iconAddress: "n_hat_summer2023_0_icon";
|
|
1650
|
+
}
|
|
1651
|
+
>
|
|
1652
|
+
>;
|
|
1653
|
+
export type AvatarItemDisplayNHatSvcostumescarletschool0 = S<
|
|
1654
|
+
AvatarItemDisplay<
|
|
1655
|
+
"N_DISPLAY_n_hat_svcostumescarletschool_0",
|
|
1656
|
+
{
|
|
1657
|
+
displayStringId: "n_hat_svcostumescarletschool_0_display_name";
|
|
1658
|
+
iconAddress: "n_hat_svcostumescarletschool_0_icon";
|
|
1659
|
+
}
|
|
1660
|
+
>
|
|
1661
|
+
>;
|
|
1662
|
+
export type AvatarItemDisplayNHatSvcostumevioletschool0 = S<
|
|
1663
|
+
AvatarItemDisplay<
|
|
1664
|
+
"N_DISPLAY_n_hat_svcostumevioletschool_0",
|
|
1665
|
+
{
|
|
1666
|
+
displayStringId: "n_hat_svcostumevioletschool_0_display_name";
|
|
1667
|
+
iconAddress: "n_hat_svcostumevioletschool_0_icon";
|
|
1668
|
+
}
|
|
1669
|
+
>
|
|
1670
|
+
>;
|
|
1671
|
+
export type AvatarItemDisplayNHatSwshdlc2costume0 = S<
|
|
1672
|
+
AvatarItemDisplay<
|
|
1673
|
+
"N_DISPLAY_n_hat_swshdlc2costume_0",
|
|
1674
|
+
{
|
|
1675
|
+
displayStringId: "n_hat_swshdlc2costume_0_display_name";
|
|
1676
|
+
iconAddress: "n_hat_swshdlc2costume_0_icon";
|
|
1677
|
+
}
|
|
1678
|
+
>
|
|
1679
|
+
>;
|
|
1680
|
+
export type AvatarItemDisplayNHatSwshuniformchampion0 = S<
|
|
1681
|
+
AvatarItemDisplay<
|
|
1682
|
+
"N_DISPLAY_n_hat_swshuniformchampion_0",
|
|
1683
|
+
{
|
|
1684
|
+
displayStringId: "n_hat_swshuniformchampion_0_display_name";
|
|
1685
|
+
iconAddress: "n_hat_swshuniformchampion_0_icon";
|
|
1686
|
+
}
|
|
1687
|
+
>
|
|
1688
|
+
>;
|
|
1689
|
+
export type AvatarItemDisplayNHatSylveonitemsA0 = S<
|
|
1690
|
+
AvatarItemDisplay<
|
|
1691
|
+
"N_DISPLAY_n_hat_sylveonitems_a_0",
|
|
1692
|
+
{
|
|
1693
|
+
displayStringId: "n_hat_sylveonitems_a_0_display_name";
|
|
1694
|
+
iconAddress: "n_hat_sylveonitems_a_0_icon";
|
|
1695
|
+
}
|
|
1696
|
+
>
|
|
1697
|
+
>;
|
|
1698
|
+
export type AvatarItemDisplayNHatSylveonitemsB0 = S<
|
|
1699
|
+
AvatarItemDisplay<
|
|
1700
|
+
"N_DISPLAY_n_hat_sylveonitems_b_0",
|
|
1701
|
+
{
|
|
1702
|
+
displayStringId: "n_hat_sylveonitems_b_0_display_name";
|
|
1703
|
+
iconAddress: "n_hat_sylveonitems_b_0_icon";
|
|
1704
|
+
}
|
|
1705
|
+
>
|
|
1706
|
+
>;
|
|
1707
|
+
export type AvatarItemDisplayNHatTcgcollabtshirtandcap0 = S<
|
|
1708
|
+
AvatarItemDisplay<
|
|
1709
|
+
"N_DISPLAY_n_hat_tcgcollabtshirtandcap_0",
|
|
1710
|
+
{
|
|
1711
|
+
displayStringId: "n_hat_tcgcollabtshirtandcap_0_display_name";
|
|
1712
|
+
iconAddress: "n_hat_tcgcollabtshirtandcap_0_icon";
|
|
1713
|
+
}
|
|
1714
|
+
>
|
|
1715
|
+
>;
|
|
1716
|
+
export type AvatarItemDisplayNHatTeamaqua0 = S<
|
|
1717
|
+
AvatarItemDisplay<
|
|
1718
|
+
"N_DISPLAY_n_hat_teamaqua_0",
|
|
1719
|
+
{
|
|
1720
|
+
displayStringId: "n_hat_teamaqua_0_display_name";
|
|
1721
|
+
iconAddress: "n_hat_teamaqua_0_icon";
|
|
1722
|
+
}
|
|
1723
|
+
>
|
|
1724
|
+
>;
|
|
1725
|
+
export type AvatarItemDisplayNHatTeamleadercap0 = S<
|
|
1726
|
+
AvatarItemDisplay<
|
|
1727
|
+
"N_DISPLAY_n_hat_teamleadercap_0",
|
|
1728
|
+
{
|
|
1729
|
+
displayStringId: "n_hat_teamleadercap_0_display_name";
|
|
1730
|
+
iconAddress: "n_hat_teamleadercap_0_icon";
|
|
1731
|
+
}
|
|
1732
|
+
>
|
|
1733
|
+
>;
|
|
1734
|
+
export type AvatarItemDisplayNHatTeamleadercap1 = S<
|
|
1735
|
+
AvatarItemDisplay<
|
|
1736
|
+
"N_DISPLAY_n_hat_teamleadercap_1",
|
|
1737
|
+
{
|
|
1738
|
+
displayStringId: "n_hat_teamleadercap_1_display_name";
|
|
1739
|
+
iconAddress: "n_hat_teamleadercap_1_icon";
|
|
1740
|
+
}
|
|
1741
|
+
>
|
|
1742
|
+
>;
|
|
1743
|
+
export type AvatarItemDisplayNHatTeamleadercap2 = S<
|
|
1744
|
+
AvatarItemDisplay<
|
|
1745
|
+
"N_DISPLAY_n_hat_teamleadercap_2",
|
|
1746
|
+
{
|
|
1747
|
+
displayStringId: "n_hat_teamleadercap_2_display_name";
|
|
1748
|
+
iconAddress: "n_hat_teamleadercap_2_icon";
|
|
1749
|
+
}
|
|
1750
|
+
>
|
|
1751
|
+
>;
|
|
1752
|
+
export type AvatarItemDisplayNHatTeamrocket0 = S<
|
|
1753
|
+
AvatarItemDisplay<
|
|
1754
|
+
"N_DISPLAY_n_hat_teamrocket_0",
|
|
1755
|
+
{
|
|
1756
|
+
displayStringId: "n_hat_teamrocket_0_display_name";
|
|
1757
|
+
iconAddress: "n_hat_teamrocket_0_icon";
|
|
1758
|
+
}
|
|
1759
|
+
>
|
|
1760
|
+
>;
|
|
1761
|
+
export type AvatarItemDisplayNHatTeamrocketcap0 = S<
|
|
1762
|
+
AvatarItemDisplay<
|
|
1763
|
+
"N_DISPLAY_n_hat_teamrocketcap_0",
|
|
1764
|
+
{
|
|
1765
|
+
displayStringId: "n_hat_teamrocketcap_0_display_name";
|
|
1766
|
+
iconAddress: "n_hat_teamrocketcap_0_icon";
|
|
1767
|
+
}
|
|
1768
|
+
>
|
|
1769
|
+
>;
|
|
1770
|
+
export type AvatarItemDisplayNHatTeamskull0 = S<
|
|
1771
|
+
AvatarItemDisplay<
|
|
1772
|
+
"N_DISPLAY_n_hat_teamskull_0",
|
|
1773
|
+
{
|
|
1774
|
+
displayStringId: "n_hat_teamskull_0_display_name";
|
|
1775
|
+
iconAddress: "n_hat_teamskull_0_icon";
|
|
1776
|
+
}
|
|
1777
|
+
>
|
|
1778
|
+
>;
|
|
1779
|
+
export type AvatarItemDisplayNHatTophat0 = S<
|
|
1780
|
+
AvatarItemDisplay<
|
|
1781
|
+
"N_DISPLAY_n_hat_tophat_0",
|
|
1782
|
+
{
|
|
1783
|
+
displayStringId: "n_hat_tophat_0_display_name";
|
|
1784
|
+
iconAddress: "n_hat_tophat_0_icon";
|
|
1785
|
+
}
|
|
1786
|
+
>
|
|
1787
|
+
>;
|
|
1788
|
+
export type AvatarItemDisplayNHatUltraA0 = S<
|
|
1789
|
+
AvatarItemDisplay<
|
|
1790
|
+
"N_DISPLAY_n_hat_ultra_a_0",
|
|
1791
|
+
{
|
|
1792
|
+
displayStringId: "n_hat_ultra_a_0_display_name";
|
|
1793
|
+
iconAddress: "n_hat_ultra_a_0_icon";
|
|
1794
|
+
}
|
|
1795
|
+
>
|
|
1796
|
+
>;
|
|
1797
|
+
export type AvatarItemDisplayNHatUltraB0 = S<
|
|
1798
|
+
AvatarItemDisplay<
|
|
1799
|
+
"N_DISPLAY_n_hat_ultra_b_0",
|
|
1800
|
+
{
|
|
1801
|
+
displayStringId: "n_hat_ultra_b_0_display_name";
|
|
1802
|
+
iconAddress: "n_hat_ultra_b_0_icon";
|
|
1803
|
+
}
|
|
1804
|
+
>
|
|
1805
|
+
>;
|
|
1806
|
+
export type AvatarItemDisplayNHatUltrareconsquad0 = S<
|
|
1807
|
+
AvatarItemDisplay<
|
|
1808
|
+
"N_DISPLAY_n_hat_ultrareconsquad_0",
|
|
1809
|
+
{
|
|
1810
|
+
displayStringId: "n_hat_ultrareconsquad_0_display_name";
|
|
1811
|
+
iconAddress: "n_hat_ultrareconsquad_0_icon";
|
|
1812
|
+
}
|
|
1813
|
+
>
|
|
1814
|
+
>;
|
|
1815
|
+
export type AvatarItemDisplayNHatUltrareconsquadb0 = S<
|
|
1816
|
+
AvatarItemDisplay<
|
|
1817
|
+
"N_DISPLAY_n_hat_ultrareconsquadb_0",
|
|
1818
|
+
{
|
|
1819
|
+
displayStringId: "n_hat_ultrareconsquadb_0_display_name";
|
|
1820
|
+
iconAddress: "n_hat_ultrareconsquadb_0_icon";
|
|
1821
|
+
}
|
|
1822
|
+
>
|
|
1823
|
+
>;
|
|
1824
|
+
export type AvatarItemDisplayNHatUnequip0 = S<
|
|
1825
|
+
AvatarItemDisplay<
|
|
1826
|
+
"N_DISPLAY_n_hat_unequip_0",
|
|
1827
|
+
{
|
|
1828
|
+
displayStringId: "n_hat_unequip_0_display_name";
|
|
1829
|
+
iconAddress: "n_hat_empty_0_icon";
|
|
1830
|
+
}
|
|
1831
|
+
>
|
|
1832
|
+
>;
|
|
1833
|
+
export type AvatarItemDisplayNHatVerizon20210 = S<
|
|
1834
|
+
AvatarItemDisplay<
|
|
1835
|
+
"N_DISPLAY_n_hat_verizon2021_0",
|
|
1836
|
+
{
|
|
1837
|
+
displayStringId: "n_hat_verizon2021_0_display_name";
|
|
1838
|
+
iconAddress: "n_hat_verizon2021_0_icon";
|
|
1839
|
+
}
|
|
1840
|
+
>
|
|
1841
|
+
>;
|
|
1842
|
+
export type AvatarItemDisplayNHatWcs2022winnersitems0 = S<
|
|
1843
|
+
AvatarItemDisplay<
|
|
1844
|
+
"N_DISPLAY_n_hat_wcs2022winnersitems_0",
|
|
1845
|
+
{
|
|
1846
|
+
displayStringId: "n_hat_wcs2022winnersitems_0_display_name";
|
|
1847
|
+
iconAddress: "n_hat_wcs2022winnersitems_0_icon";
|
|
1848
|
+
}
|
|
1849
|
+
>
|
|
1850
|
+
>;
|
|
1851
|
+
export type AvatarItemDisplayNHatWcs2024paiditems0 = S<
|
|
1852
|
+
AvatarItemDisplay<
|
|
1853
|
+
"N_DISPLAY_n_hat_wcs2024paiditems_0",
|
|
1854
|
+
{
|
|
1855
|
+
displayStringId: "avatar_hat_wcs2024";
|
|
1856
|
+
iconAddress: "n_hat_wcs2024paiditems_0_icon";
|
|
1857
|
+
}
|
|
1858
|
+
>
|
|
1859
|
+
>;
|
|
1860
|
+
export type AvatarItemDisplayNHatWcs20250 = S<
|
|
1861
|
+
AvatarItemDisplay<
|
|
1862
|
+
"N_DISPLAY_n_hat_wcs2025_0",
|
|
1863
|
+
{
|
|
1864
|
+
displayStringId: "avatar_hat_wcs2025visor";
|
|
1865
|
+
iconAddress: "n_hat_wcs2025_0_icon";
|
|
1866
|
+
}
|
|
1867
|
+
>
|
|
1868
|
+
>;
|
|
1869
|
+
export type AvatarItemDisplayNHatWcs2025winnersitems0 = S<
|
|
1870
|
+
AvatarItemDisplay<
|
|
1871
|
+
"N_DISPLAY_n_hat_wcs2025winnersitems_0",
|
|
1872
|
+
{
|
|
1873
|
+
displayStringId: "avatar_hat_wcs2025champion";
|
|
1874
|
+
iconAddress: "n_hat_wcs2025winnersitems_0_icon";
|
|
1875
|
+
}
|
|
1876
|
+
>
|
|
1877
|
+
>;
|
|
1878
|
+
export type AvatarItemDisplayNHatWhimsicottearmuff0 = S<
|
|
1879
|
+
AvatarItemDisplay<
|
|
1880
|
+
"N_DISPLAY_n_hat_whimsicottearmuff_0",
|
|
1881
|
+
{
|
|
1882
|
+
displayStringId: "n_hat_whimsicottearmuff_0_display_name";
|
|
1883
|
+
iconAddress: "n_hat_whimsicottearmuff_0_icon";
|
|
1884
|
+
}
|
|
1885
|
+
>
|
|
1886
|
+
>;
|
|
1887
|
+
export type AvatarItemDisplayNHatWillowglasses0 = S<
|
|
1888
|
+
AvatarItemDisplay<
|
|
1889
|
+
"N_DISPLAY_n_hat_willowglasses_0",
|
|
1890
|
+
{
|
|
1891
|
+
displayStringId: "n_hat_willowglasses_0 _display_name";
|
|
1892
|
+
iconAddress: "n_hat_willowglasses_0_icon";
|
|
1893
|
+
}
|
|
1894
|
+
>
|
|
1895
|
+
>;
|
|
1896
|
+
export type AvatarItemDisplayNHatWoobatearrings0 = S<
|
|
1897
|
+
AvatarItemDisplay<
|
|
1898
|
+
"N_DISPLAY_n_hat_woobatearrings_0",
|
|
1899
|
+
{
|
|
1900
|
+
displayStringId: "n_hat_woobatearrings_0_display_name";
|
|
1901
|
+
iconAddress: "n_hat_woobatearrings_0_icon";
|
|
1902
|
+
}
|
|
1903
|
+
>
|
|
1904
|
+
>;
|
|
1905
|
+
export type AvatarItemDisplayNHatXerneasitems0 = S<
|
|
1906
|
+
AvatarItemDisplay<
|
|
1907
|
+
"N_DISPLAY_n_hat_xerneasitems_0",
|
|
1908
|
+
{
|
|
1909
|
+
displayStringId: "avatar_hat_xerneas";
|
|
1910
|
+
iconAddress: "n_hat_xerneasitems_0_icon";
|
|
1911
|
+
}
|
|
1912
|
+
>
|
|
1913
|
+
>;
|
|
1914
|
+
export type AvatarItemDisplayNHatYamaskhat0 = S<
|
|
1915
|
+
AvatarItemDisplay<
|
|
1916
|
+
"N_DISPLAY_n_hat_yamaskhat_0",
|
|
1917
|
+
{
|
|
1918
|
+
displayStringId: "n_hat_yamaskhat_0_display_name";
|
|
1919
|
+
iconAddress: "n_hat_yamaskhat_0_icon";
|
|
1920
|
+
}
|
|
1921
|
+
>
|
|
1922
|
+
>;
|
|
1923
|
+
export type AvatarItemDisplayNHatYamaskmask0 = S<
|
|
1924
|
+
AvatarItemDisplay<
|
|
1925
|
+
"N_DISPLAY_n_hat_yamaskmask_0",
|
|
1926
|
+
{
|
|
1927
|
+
displayStringId: "n_hat_yamaskmask_0_display_name";
|
|
1928
|
+
iconAddress: "n_hat_yamaskmask_0_icon";
|
|
1929
|
+
}
|
|
1930
|
+
>
|
|
1931
|
+
>;
|
|
1932
|
+
export type AvatarItemDisplayNHatZacianmask0 = S<
|
|
1933
|
+
AvatarItemDisplay<
|
|
1934
|
+
"N_DISPLAY_n_hat_zacianmask_0",
|
|
1935
|
+
{
|
|
1936
|
+
displayStringId: "avatar_mask_zacian";
|
|
1937
|
+
iconAddress: "n_hat_zacianmask_0_icon";
|
|
1938
|
+
}
|
|
1939
|
+
>
|
|
1940
|
+
>;
|
|
1941
|
+
export type AvatarItemDisplayNHatZacostumeA0 = S<
|
|
1942
|
+
AvatarItemDisplay<
|
|
1943
|
+
"N_DISPLAY_n_hat_zacostume_a_0",
|
|
1944
|
+
{
|
|
1945
|
+
displayStringId: "avatar_n_hat_zacostume_a";
|
|
1946
|
+
iconAddress: "n_hat_zacostume_a_0_icon";
|
|
1947
|
+
}
|
|
1948
|
+
>
|
|
1949
|
+
>;
|
|
1950
|
+
export type AvatarItemDisplayNHatZacostumeB0 = S<
|
|
1951
|
+
AvatarItemDisplay<
|
|
1952
|
+
"N_DISPLAY_n_hat_zacostume_b_0",
|
|
1953
|
+
{
|
|
1954
|
+
displayStringId: "avatar_n_hat_zacostume_b";
|
|
1955
|
+
iconAddress: "n_hat_zacostume_b_0_icon";
|
|
1956
|
+
}
|
|
1957
|
+
>
|
|
1958
|
+
>;
|
|
1959
|
+
export type AvatarItemDisplayNHatZamazentamask0 = S<
|
|
1960
|
+
AvatarItemDisplay<
|
|
1961
|
+
"N_DISPLAY_n_hat_zamazentamask_0",
|
|
1962
|
+
{
|
|
1963
|
+
displayStringId: "avatar_mask_zamazenta";
|
|
1964
|
+
iconAddress: "n_hat_zamazentamask_0_icon";
|
|
1965
|
+
}
|
|
1966
|
+
>
|
|
1967
|
+
>;
|
|
1968
|
+
export type AvatarItemDisplayNHatZubathat0 = S<
|
|
1969
|
+
AvatarItemDisplay<
|
|
1970
|
+
"N_DISPLAY_n_hat_zubathat_0",
|
|
1971
|
+
{
|
|
1972
|
+
displayStringId: "n_hat_zubathat_0_display_name";
|
|
1973
|
+
iconAddress: "n_hat_zubathat_0_icon";
|
|
1974
|
+
}
|
|
1975
|
+
>
|
|
1976
|
+
>;
|
|
1977
|
+
|
|
1978
|
+
export type AvatarItemDisplayDisplayStringIdHatMasterfileEntry =
|
|
1979
|
+
| AvatarItemDisplayNHat6thanniversaryA0
|
|
1980
|
+
| AvatarItemDisplayNHat6thanniversaryB0
|
|
1981
|
+
| AvatarItemDisplayNHatAcetrainersmA0
|
|
1982
|
+
| AvatarItemDisplayNHatAcetrainersmB0
|
|
1983
|
+
| AvatarItemDisplayNHatAdventure0
|
|
1984
|
+
| AvatarItemDisplayNHatAlolanexeggutorhat0
|
|
1985
|
+
| AvatarItemDisplayNHatApplinitems0
|
|
1986
|
+
| AvatarItemDisplayNHatAseries0
|
|
1987
|
+
| AvatarItemDisplayNHatBeaA0
|
|
1988
|
+
| AvatarItemDisplayNHatBeaB0
|
|
1989
|
+
| AvatarItemDisplayNHatBidoofhat0
|
|
1990
|
+
| AvatarItemDisplayNHatBounsweetitems0
|
|
1991
|
+
| AvatarItemDisplayNHatBwn0
|
|
1992
|
+
| AvatarItemDisplayNHatCaptainpikachu0
|
|
1993
|
+
| AvatarItemDisplayNHatCasket0
|
|
1994
|
+
| AvatarItemDisplayNHatCetoddlehat0
|
|
1995
|
+
| AvatarItemDisplayNHatClay0
|
|
1996
|
+
| AvatarItemDisplayNHatCofagrigusitems0
|
|
1997
|
+
| AvatarItemDisplayNHatCommunityambassador0
|
|
1998
|
+
| AvatarItemDisplayNHatCosmog0
|
|
1999
|
+
| AvatarItemDisplayNHatCrownmoon0
|
|
2000
|
+
| AvatarItemDisplayNHatCrownsun0
|
|
2001
|
+
| AvatarItemDisplayNHatCubonehat0
|
|
2002
|
+
| AvatarItemDisplayNHatDarumakahat0
|
|
2003
|
+
| AvatarItemDisplayNHatDedenneitems0
|
|
2004
|
+
| AvatarItemDisplayNHatDefaultA0
|
|
2005
|
+
| AvatarItemDisplayNHatDefaultA1
|
|
2006
|
+
| AvatarItemDisplayNHatDefaultA2
|
|
2007
|
+
| AvatarItemDisplayNHatDefaultA3
|
|
2008
|
+
| AvatarItemDisplayNHatDefaultA4
|
|
2009
|
+
| AvatarItemDisplayNHatDefaultA5
|
|
2010
|
+
| AvatarItemDisplayNHatDefaultA6
|
|
2011
|
+
| AvatarItemDisplayNHatDefaultA7
|
|
2012
|
+
| AvatarItemDisplayNHatDefaultB0
|
|
2013
|
+
| AvatarItemDisplayNHatDefaultB1
|
|
2014
|
+
| AvatarItemDisplayNHatDefaultB2
|
|
2015
|
+
| AvatarItemDisplayNHatDefaultB3
|
|
2016
|
+
| AvatarItemDisplayNHatDefaultB4
|
|
2017
|
+
| AvatarItemDisplayNHatDefaultB5
|
|
2018
|
+
| AvatarItemDisplayNHatDeino0
|
|
2019
|
+
| AvatarItemDisplayNHatDelibird0
|
|
2020
|
+
| AvatarItemDisplayNHatDetectivepikachu0
|
|
2021
|
+
| AvatarItemDisplayNHatDiancie0
|
|
2022
|
+
| AvatarItemDisplayNHatDpA0
|
|
2023
|
+
| AvatarItemDisplayNHatDpB0
|
|
2024
|
+
| AvatarItemDisplayNHatDrifloon0
|
|
2025
|
+
| AvatarItemDisplayNHatDrpikachu0
|
|
2026
|
+
| AvatarItemDisplayNHatDusclopsmummy0
|
|
2027
|
+
| AvatarItemDisplayNHatEarringsburmyplant0
|
|
2028
|
+
| AvatarItemDisplayNHatEarringsburmysandy0
|
|
2029
|
+
| AvatarItemDisplayNHatEarringsburmytrash0
|
|
2030
|
+
| AvatarItemDisplayNHatEeveecap0
|
|
2031
|
+
| AvatarItemDisplayNHatElesa0
|
|
2032
|
+
| AvatarItemDisplayNHatEternatussuit0
|
|
2033
|
+
| AvatarItemDisplayNHatFedora0
|
|
2034
|
+
| AvatarItemDisplayNHatFedora1
|
|
2035
|
+
| AvatarItemDisplayNHatFisher0
|
|
2036
|
+
| AvatarItemDisplayNHatFlabebepack0
|
|
2037
|
+
| AvatarItemDisplayNHatFlowercrown0
|
|
2038
|
+
| AvatarItemDisplayNHatFragment0
|
|
2039
|
+
| AvatarItemDisplayNHatFrlgA0
|
|
2040
|
+
| AvatarItemDisplayNHatFrlgB0
|
|
2041
|
+
| AvatarItemDisplayNHatFurfrouwig0
|
|
2042
|
+
| AvatarItemDisplayNHatFw20220
|
|
2043
|
+
| AvatarItemDisplayNHatGalarfarfetchditems0
|
|
2044
|
+
| AvatarItemDisplayNHatGenesecteventitem0
|
|
2045
|
+
| AvatarItemDisplayNHatGengar0
|
|
2046
|
+
| AvatarItemDisplayNHatGimmighoulitems0
|
|
2047
|
+
| AvatarItemDisplayNHatGiratinaitems0
|
|
2048
|
+
| AvatarItemDisplayNHatGladion0
|
|
2049
|
+
| AvatarItemDisplayNHatGofestPikachuvisor0
|
|
2050
|
+
| AvatarItemDisplayNHatGoomy0
|
|
2051
|
+
| AvatarItemDisplayNHatGreavardwig0
|
|
2052
|
+
| AvatarItemDisplayNHatGreencoat0
|
|
2053
|
+
| AvatarItemDisplayNHatGrowlithehelmet0
|
|
2054
|
+
| AvatarItemDisplayNHatGtr2024eeveefanmask0
|
|
2055
|
+
| AvatarItemDisplayNHatGtr2024pikachufanmask0
|
|
2056
|
+
| AvatarItemDisplayNHatGuccihat0
|
|
2057
|
+
| AvatarItemDisplayNHatGuzma0
|
|
2058
|
+
| AvatarItemDisplayNHatGyaradoscap0
|
|
2059
|
+
| AvatarItemDisplayNHatHalloween20240
|
|
2060
|
+
| AvatarItemDisplayNHatHgssA0
|
|
2061
|
+
| AvatarItemDisplayNHatHgssB0
|
|
2062
|
+
| AvatarItemDisplayNHatHoliday2022santacostumes0
|
|
2063
|
+
| AvatarItemDisplayNHatHolidaybeanie0
|
|
2064
|
+
| AvatarItemDisplayNHatHoopaearmuffs0
|
|
2065
|
+
| AvatarItemDisplayNHatIngo0
|
|
2066
|
+
| AvatarItemDisplayNHatJogger0
|
|
2067
|
+
| AvatarItemDisplayNHatKantotourcapgreen0
|
|
2068
|
+
| AvatarItemDisplayNHatKantotourcapred0
|
|
2069
|
+
| AvatarItemDisplayNHatKnitted0
|
|
2070
|
+
| AvatarItemDisplayNHatKnitted1
|
|
2071
|
+
| AvatarItemDisplayNHatKorrina0
|
|
2072
|
+
| AvatarItemDisplayNHatKyuremhat0
|
|
2073
|
+
| AvatarItemDisplayNHatLana0
|
|
2074
|
+
| AvatarItemDisplayNHatLaprasbandanaA0
|
|
2075
|
+
| AvatarItemDisplayNHatLaprasbandanaB0
|
|
2076
|
+
| AvatarItemDisplayNHatLasecuritycorps0
|
|
2077
|
+
| AvatarItemDisplayNHatLegendofarceusA0
|
|
2078
|
+
| AvatarItemDisplayNHatLegendofarceusB0
|
|
2079
|
+
| AvatarItemDisplayNHatLitwickhat0
|
|
2080
|
+
| AvatarItemDisplayNHatLoneearrings0
|
|
2081
|
+
| AvatarItemDisplayNHatLucariomask0
|
|
2082
|
+
| AvatarItemDisplayNHatLvl50cap0
|
|
2083
|
+
| AvatarItemDisplayNHatMagikarp0
|
|
2084
|
+
| AvatarItemDisplayNHatMareaniehat0
|
|
2085
|
+
| AvatarItemDisplayNHatMegalopunnyitems0
|
|
2086
|
+
| AvatarItemDisplayNHatMegarayquaza0
|
|
2087
|
+
| AvatarItemDisplayNHatMeltan0
|
|
2088
|
+
| AvatarItemDisplayNHatMeltanearrings0
|
|
2089
|
+
| AvatarItemDisplayNHatMewtwoA0
|
|
2090
|
+
| AvatarItemDisplayNHatMewtwoB0
|
|
2091
|
+
| AvatarItemDisplayNHatMimikyu0
|
|
2092
|
+
| AvatarItemDisplayNHatMismagius0
|
|
2093
|
+
| AvatarItemDisplayNHatMlb0
|
|
2094
|
+
| AvatarItemDisplayNHatMlbBrewers0
|
|
2095
|
+
| AvatarItemDisplayNHatMlbDiamondbacks0
|
|
2096
|
+
| AvatarItemDisplayNHatMlbGiants0
|
|
2097
|
+
| AvatarItemDisplayNHatMlbGuardians0
|
|
2098
|
+
| AvatarItemDisplayNHatMlbMariners0
|
|
2099
|
+
| AvatarItemDisplayNHatMlbMarlins0
|
|
2100
|
+
| AvatarItemDisplayNHatMlbMets0
|
|
2101
|
+
| AvatarItemDisplayNHatMlbNationals0
|
|
2102
|
+
| AvatarItemDisplayNHatMlbOrioles0
|
|
2103
|
+
| AvatarItemDisplayNHatMlbPadres0
|
|
2104
|
+
| AvatarItemDisplayNHatMlbRangers0
|
|
2105
|
+
| AvatarItemDisplayNHatMlbRays0
|
|
2106
|
+
| AvatarItemDisplayNHatMlbRedsox0
|
|
2107
|
+
| AvatarItemDisplayNHatMlbTwins0
|
|
2108
|
+
| AvatarItemDisplayNHatMlbWhitesox0
|
|
2109
|
+
| AvatarItemDisplayNHatMovie20200
|
|
2110
|
+
| AvatarItemDisplayNHatMunnapack0
|
|
2111
|
+
| AvatarItemDisplayNHatMunnapack1
|
|
2112
|
+
| AvatarItemDisplayNHatMustard0
|
|
2113
|
+
| AvatarItemDisplayNHatNewyear20220
|
|
2114
|
+
| AvatarItemDisplayNHatNewyearhat20210
|
|
2115
|
+
| AvatarItemDisplayNHatNewyearhat20230
|
|
2116
|
+
| AvatarItemDisplayNHatNihilegoitems0
|
|
2117
|
+
| AvatarItemDisplayNHatNoibat0
|
|
2118
|
+
| AvatarItemDisplayNHatObstagoonitems0
|
|
2119
|
+
| AvatarItemDisplayNHatOrasA0
|
|
2120
|
+
| AvatarItemDisplayNHatOrasB0
|
|
2121
|
+
| AvatarItemDisplayNHatOricoriopink0
|
|
2122
|
+
| AvatarItemDisplayNHatOricoriopurple0
|
|
2123
|
+
| AvatarItemDisplayNHatOricoriored0
|
|
2124
|
+
| AvatarItemDisplayNHatOricorioyellow0
|
|
2125
|
+
| AvatarItemDisplayNHatPartneritemsjan2024hat0
|
|
2126
|
+
| AvatarItemDisplayNHatPartyhat0
|
|
2127
|
+
| AvatarItemDisplayNHatPhantump0
|
|
2128
|
+
| AvatarItemDisplayNHatPikachubutlerBlue0
|
|
2129
|
+
| AvatarItemDisplayNHatPikachubutlerRed0
|
|
2130
|
+
| AvatarItemDisplayNHatPikachubutlerYellow0
|
|
2131
|
+
| AvatarItemDisplayNHatPikachucap0
|
|
2132
|
+
| AvatarItemDisplayNHatPikachufan0
|
|
2133
|
+
| AvatarItemDisplayNHatPikachulibre0
|
|
2134
|
+
| AvatarItemDisplayNHatPikachupumpkinhead0
|
|
2135
|
+
| AvatarItemDisplayNHatPkmncap0
|
|
2136
|
+
| AvatarItemDisplayNHatPkmncap1
|
|
2137
|
+
| AvatarItemDisplayNHatPkmncap2
|
|
2138
|
+
| AvatarItemDisplayNHatPoipole0
|
|
2139
|
+
| AvatarItemDisplayNHatPokeballitemsBasic0
|
|
2140
|
+
| AvatarItemDisplayNHatPokeballitemsGreat0
|
|
2141
|
+
| AvatarItemDisplayNHatPokeballitemsUltra0
|
|
2142
|
+
| AvatarItemDisplayNHatPolteageisthat0
|
|
2143
|
+
| AvatarItemDisplayNHatProfwillowoutfit0
|
|
2144
|
+
| AvatarItemDisplayNHatRegiicejersies0
|
|
2145
|
+
| AvatarItemDisplayNHatRegirockjersies0
|
|
2146
|
+
| AvatarItemDisplayNHatRegisteeljersies0
|
|
2147
|
+
| AvatarItemDisplayNHatRuinmaniacA0
|
|
2148
|
+
| AvatarItemDisplayNHatRuinmaniacB0
|
|
2149
|
+
| AvatarItemDisplayNHatSableyegoggles0
|
|
2150
|
+
| AvatarItemDisplayNHatSamsungsummer20200
|
|
2151
|
+
| AvatarItemDisplayNHatSandygasthat0
|
|
2152
|
+
| AvatarItemDisplayNHatShayminhat0
|
|
2153
|
+
| AvatarItemDisplayNHatSlowpoketailshirts0
|
|
2154
|
+
| AvatarItemDisplayNHatSnombeanie0
|
|
2155
|
+
| AvatarItemDisplayNHatSnorlaxnightcap0
|
|
2156
|
+
| AvatarItemDisplayNHatSolgaleoitems0
|
|
2157
|
+
| AvatarItemDisplayNHatSsA0
|
|
2158
|
+
| AvatarItemDisplayNHatSsB0
|
|
2159
|
+
| AvatarItemDisplayNHatStantlerheadband0
|
|
2160
|
+
| AvatarItemDisplayNHatStrawhat0
|
|
2161
|
+
| AvatarItemDisplayNHatSummer20230
|
|
2162
|
+
| AvatarItemDisplayNHatSvcostumescarletschool0
|
|
2163
|
+
| AvatarItemDisplayNHatSvcostumevioletschool0
|
|
2164
|
+
| AvatarItemDisplayNHatSwshdlc2costume0
|
|
2165
|
+
| AvatarItemDisplayNHatSwshuniformchampion0
|
|
2166
|
+
| AvatarItemDisplayNHatSylveonitemsA0
|
|
2167
|
+
| AvatarItemDisplayNHatSylveonitemsB0
|
|
2168
|
+
| AvatarItemDisplayNHatTcgcollabtshirtandcap0
|
|
2169
|
+
| AvatarItemDisplayNHatTeamaqua0
|
|
2170
|
+
| AvatarItemDisplayNHatTeamleadercap0
|
|
2171
|
+
| AvatarItemDisplayNHatTeamleadercap1
|
|
2172
|
+
| AvatarItemDisplayNHatTeamleadercap2
|
|
2173
|
+
| AvatarItemDisplayNHatTeamrocket0
|
|
2174
|
+
| AvatarItemDisplayNHatTeamrocketcap0
|
|
2175
|
+
| AvatarItemDisplayNHatTeamskull0
|
|
2176
|
+
| AvatarItemDisplayNHatTophat0
|
|
2177
|
+
| AvatarItemDisplayNHatUltraA0
|
|
2178
|
+
| AvatarItemDisplayNHatUltraB0
|
|
2179
|
+
| AvatarItemDisplayNHatUltrareconsquad0
|
|
2180
|
+
| AvatarItemDisplayNHatUltrareconsquadb0
|
|
2181
|
+
| AvatarItemDisplayNHatUnequip0
|
|
2182
|
+
| AvatarItemDisplayNHatVerizon20210
|
|
2183
|
+
| AvatarItemDisplayNHatWcs2022winnersitems0
|
|
2184
|
+
| AvatarItemDisplayNHatWcs2024paiditems0
|
|
2185
|
+
| AvatarItemDisplayNHatWcs20250
|
|
2186
|
+
| AvatarItemDisplayNHatWcs2025winnersitems0
|
|
2187
|
+
| AvatarItemDisplayNHatWhimsicottearmuff0
|
|
2188
|
+
| AvatarItemDisplayNHatWillowglasses0
|
|
2189
|
+
| AvatarItemDisplayNHatWoobatearrings0
|
|
2190
|
+
| AvatarItemDisplayNHatXerneasitems0
|
|
2191
|
+
| AvatarItemDisplayNHatYamaskhat0
|
|
2192
|
+
| AvatarItemDisplayNHatYamaskmask0
|
|
2193
|
+
| AvatarItemDisplayNHatZacianmask0
|
|
2194
|
+
| AvatarItemDisplayNHatZacostumeA0
|
|
2195
|
+
| AvatarItemDisplayNHatZacostumeB0
|
|
2196
|
+
| AvatarItemDisplayNHatZamazentamask0
|
|
2197
|
+
| AvatarItemDisplayNHatZubathat0;
|