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,97 @@
|
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "pokemonExtendedSettings", 2465 entries (structural types).
|
|
2
|
+
|
|
3
|
+
import type { W } from "../_utils";
|
|
4
|
+
|
|
5
|
+
export interface PokemonExtendedSettings<TemplateID extends string = string, TData extends PokemonExtendedSettingsData = PokemonExtendedSettingsData> {
|
|
6
|
+
templateId: TemplateID;
|
|
7
|
+
data: {
|
|
8
|
+
templateId: TemplateID;
|
|
9
|
+
pokemonExtendedSettings: TData;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export type PokemonExtendedSettingsType = W<PokemonExtendedSettings>;
|
|
13
|
+
|
|
14
|
+
export interface PokemonExtendedSettingsData {
|
|
15
|
+
breadOverrides?: Array<{
|
|
16
|
+
averageHeightM?: number;
|
|
17
|
+
averageWeightKg?: number;
|
|
18
|
+
breadMode?: number | "BREAD_DOUGH_MODE" | "BREAD_DOUGH_MODE_2" | "BREAD_MODE";
|
|
19
|
+
camera?: {
|
|
20
|
+
cylinderGroundM?: number;
|
|
21
|
+
cylinderHeightM: number;
|
|
22
|
+
cylinderRadiusM: number;
|
|
23
|
+
};
|
|
24
|
+
catchOverrideSettings?: {
|
|
25
|
+
collisionHeadRadiusM: number;
|
|
26
|
+
collisionHeightM?: number;
|
|
27
|
+
collisionRadiusM: number;
|
|
28
|
+
};
|
|
29
|
+
maxBattleTrainerVisualSettings?: {
|
|
30
|
+
xOffset?: number;
|
|
31
|
+
yOffset?: number;
|
|
32
|
+
};
|
|
33
|
+
maxBattleVisualSettings?: {
|
|
34
|
+
scale?: number;
|
|
35
|
+
xOffset?: number;
|
|
36
|
+
yOffset?: number;
|
|
37
|
+
};
|
|
38
|
+
maxEncounterVisualSettings?: {
|
|
39
|
+
cameraDistance?: number;
|
|
40
|
+
cameraFov?: number;
|
|
41
|
+
maxReticleSize?: number;
|
|
42
|
+
scale?: number;
|
|
43
|
+
yOffset?: number;
|
|
44
|
+
};
|
|
45
|
+
maxLobbyVisualSettings?: {
|
|
46
|
+
cameraDistance?: number;
|
|
47
|
+
cameraFov?: number;
|
|
48
|
+
scale?: number;
|
|
49
|
+
xOffset?: number;
|
|
50
|
+
yOffset?: number;
|
|
51
|
+
};
|
|
52
|
+
maxPowerspotTopperVisualSettings?: {
|
|
53
|
+
scale: number;
|
|
54
|
+
};
|
|
55
|
+
maxStationVisualSettings?: {
|
|
56
|
+
scale?: number;
|
|
57
|
+
xOffset?: number;
|
|
58
|
+
yOffset?: number;
|
|
59
|
+
};
|
|
60
|
+
modelHeight?: number;
|
|
61
|
+
modelScaleV2?: number;
|
|
62
|
+
sizeSettings?: {
|
|
63
|
+
mLowerBound: number;
|
|
64
|
+
mUpperBound: number;
|
|
65
|
+
xlUpperBound: number;
|
|
66
|
+
xsLowerBound: number;
|
|
67
|
+
xxlUpperBound?: number;
|
|
68
|
+
xxsLowerBound: number;
|
|
69
|
+
};
|
|
70
|
+
}>;
|
|
71
|
+
form?: number | string;
|
|
72
|
+
sizeSettings: {
|
|
73
|
+
disablePokedexRecordDisplayForForms?: boolean;
|
|
74
|
+
mLowerBound: number;
|
|
75
|
+
mUpperBound: number;
|
|
76
|
+
xlScaleMultiplier?: number;
|
|
77
|
+
xlUpperBound: number;
|
|
78
|
+
xsLowerBound: number;
|
|
79
|
+
xsScaleMultiplier?: number;
|
|
80
|
+
xxlScaleMultiplier?: number;
|
|
81
|
+
xxlUpperBound: number;
|
|
82
|
+
xxsLowerBound: number;
|
|
83
|
+
xxsScaleMultiplier?: number;
|
|
84
|
+
};
|
|
85
|
+
tempEvoOverrides?: Array<{
|
|
86
|
+
sizeSettings: {
|
|
87
|
+
mLowerBound: number;
|
|
88
|
+
mUpperBound: number;
|
|
89
|
+
xlUpperBound: number;
|
|
90
|
+
xsLowerBound: number;
|
|
91
|
+
xxlUpperBound: number;
|
|
92
|
+
xxsLowerBound: number;
|
|
93
|
+
};
|
|
94
|
+
tempEvoId: "TEMP_EVOLUTION_MEGA" | "TEMP_EVOLUTION_MEGA_X" | "TEMP_EVOLUTION_MEGA_Y" | "TEMP_EVOLUTION_PRIMAL";
|
|
95
|
+
}>;
|
|
96
|
+
uniqueId: string;
|
|
97
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "pokemonFamily" entries barrel.
|
|
2
|
+
|
|
3
|
+
import type { PokemonFamilyMegaEvolvablePokemonIdMasterfileEntry } from "./mega-evolvable-pokemon-id";
|
|
4
|
+
import type { PokemonFamilyMegaEvolvablePokemonIdsMasterfileEntry } from "./mega-evolvable-pokemon-ids";
|
|
5
|
+
import type { PokemonFamilyMiscMasterfileEntry } from "./misc";
|
|
6
|
+
|
|
7
|
+
export type * from "./mega-evolvable-pokemon-id";
|
|
8
|
+
export type * from "./mega-evolvable-pokemon-ids";
|
|
9
|
+
export type * from "./misc";
|
|
10
|
+
|
|
11
|
+
export type PokemonFamilyMasterfileEntry =
|
|
12
|
+
| PokemonFamilyMegaEvolvablePokemonIdMasterfileEntry
|
|
13
|
+
| PokemonFamilyMegaEvolvablePokemonIdsMasterfileEntry
|
|
14
|
+
| PokemonFamilyMiscMasterfileEntry;
|
|
15
|
+
|
|
16
|
+
export type PokemonFamilyTemplateID = PokemonFamilyMasterfileEntry["templateId"];
|
|
@@ -0,0 +1,487 @@
|
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "pokemonFamily", split "mega-evolvable-pokemon-id", 48 entries.
|
|
2
|
+
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { PokemonFamily } from "../types";
|
|
5
|
+
|
|
6
|
+
export type PokemonFamilyV0001FamilyBulbasaur = S<
|
|
7
|
+
PokemonFamily<
|
|
8
|
+
"V0001_FAMILY_BULBASAUR",
|
|
9
|
+
{
|
|
10
|
+
familyId: "FAMILY_BULBASAUR";
|
|
11
|
+
megaEvolvablePokemonId: "VENUSAUR";
|
|
12
|
+
}
|
|
13
|
+
>
|
|
14
|
+
>;
|
|
15
|
+
export type PokemonFamilyV0004FamilyCharmander = S<
|
|
16
|
+
PokemonFamily<
|
|
17
|
+
"V0004_FAMILY_CHARMANDER",
|
|
18
|
+
{
|
|
19
|
+
familyId: "FAMILY_CHARMANDER";
|
|
20
|
+
megaEvolvablePokemonId: "CHARIZARD";
|
|
21
|
+
}
|
|
22
|
+
>
|
|
23
|
+
>;
|
|
24
|
+
export type PokemonFamilyV0007FamilySquirtle = S<
|
|
25
|
+
PokemonFamily<
|
|
26
|
+
"V0007_FAMILY_SQUIRTLE",
|
|
27
|
+
{
|
|
28
|
+
familyId: "FAMILY_SQUIRTLE";
|
|
29
|
+
megaEvolvablePokemonId: "BLASTOISE";
|
|
30
|
+
}
|
|
31
|
+
>
|
|
32
|
+
>;
|
|
33
|
+
export type PokemonFamilyV0013FamilyWeedle = S<
|
|
34
|
+
PokemonFamily<
|
|
35
|
+
"V0013_FAMILY_WEEDLE",
|
|
36
|
+
{
|
|
37
|
+
familyId: "FAMILY_WEEDLE";
|
|
38
|
+
megaEvolvablePokemonId: "BEEDRILL";
|
|
39
|
+
}
|
|
40
|
+
>
|
|
41
|
+
>;
|
|
42
|
+
export type PokemonFamilyV0016FamilyPidgey = S<
|
|
43
|
+
PokemonFamily<
|
|
44
|
+
"V0016_FAMILY_PIDGEY",
|
|
45
|
+
{
|
|
46
|
+
familyId: "FAMILY_PIDGEY";
|
|
47
|
+
megaEvolvablePokemonId: "PIDGEOT";
|
|
48
|
+
}
|
|
49
|
+
>
|
|
50
|
+
>;
|
|
51
|
+
export type PokemonFamilyV0063FamilyAbra = S<
|
|
52
|
+
PokemonFamily<
|
|
53
|
+
"V0063_FAMILY_ABRA",
|
|
54
|
+
{
|
|
55
|
+
familyId: "FAMILY_ABRA";
|
|
56
|
+
megaEvolvablePokemonId: "ALAKAZAM";
|
|
57
|
+
}
|
|
58
|
+
>
|
|
59
|
+
>;
|
|
60
|
+
export type PokemonFamilyV0069FamilyBellsprout = S<
|
|
61
|
+
PokemonFamily<
|
|
62
|
+
"V0069_FAMILY_BELLSPROUT",
|
|
63
|
+
{
|
|
64
|
+
familyId: "FAMILY_BELLSPROUT";
|
|
65
|
+
megaEvolvablePokemonId: "VICTREEBEL";
|
|
66
|
+
}
|
|
67
|
+
>
|
|
68
|
+
>;
|
|
69
|
+
export type PokemonFamilyV0079FamilySlowpoke = S<
|
|
70
|
+
PokemonFamily<
|
|
71
|
+
"V0079_FAMILY_SLOWPOKE",
|
|
72
|
+
{
|
|
73
|
+
familyId: "FAMILY_SLOWPOKE";
|
|
74
|
+
megaEvolvablePokemonId: "SLOWBRO";
|
|
75
|
+
}
|
|
76
|
+
>
|
|
77
|
+
>;
|
|
78
|
+
export type PokemonFamilyV0092FamilyGastly = S<
|
|
79
|
+
PokemonFamily<
|
|
80
|
+
"V0092_FAMILY_GASTLY",
|
|
81
|
+
{
|
|
82
|
+
familyId: "FAMILY_GASTLY";
|
|
83
|
+
megaEvolvablePokemonId: "GENGAR";
|
|
84
|
+
}
|
|
85
|
+
>
|
|
86
|
+
>;
|
|
87
|
+
export type PokemonFamilyV0095FamilyOnix = S<
|
|
88
|
+
PokemonFamily<
|
|
89
|
+
"V0095_FAMILY_ONIX",
|
|
90
|
+
{
|
|
91
|
+
familyId: "FAMILY_ONIX";
|
|
92
|
+
megaEvolvablePokemonId: "STEELIX";
|
|
93
|
+
}
|
|
94
|
+
>
|
|
95
|
+
>;
|
|
96
|
+
export type PokemonFamilyV0115FamilyKangaskhan = S<
|
|
97
|
+
PokemonFamily<
|
|
98
|
+
"V0115_FAMILY_KANGASKHAN",
|
|
99
|
+
{
|
|
100
|
+
familyId: "FAMILY_KANGASKHAN";
|
|
101
|
+
megaEvolvablePokemonId: "KANGASKHAN";
|
|
102
|
+
}
|
|
103
|
+
>
|
|
104
|
+
>;
|
|
105
|
+
export type PokemonFamilyV0123FamilyScyther = S<
|
|
106
|
+
PokemonFamily<
|
|
107
|
+
"V0123_FAMILY_SCYTHER",
|
|
108
|
+
{
|
|
109
|
+
familyId: "FAMILY_SCYTHER";
|
|
110
|
+
megaEvolvablePokemonId: "SCIZOR";
|
|
111
|
+
}
|
|
112
|
+
>
|
|
113
|
+
>;
|
|
114
|
+
export type PokemonFamilyV0127FamilyPinsir = S<
|
|
115
|
+
PokemonFamily<
|
|
116
|
+
"V0127_FAMILY_PINSIR",
|
|
117
|
+
{
|
|
118
|
+
familyId: "FAMILY_PINSIR";
|
|
119
|
+
megaEvolvablePokemonId: "PINSIR";
|
|
120
|
+
}
|
|
121
|
+
>
|
|
122
|
+
>;
|
|
123
|
+
export type PokemonFamilyV0129FamilyMagikarp = S<
|
|
124
|
+
PokemonFamily<
|
|
125
|
+
"V0129_FAMILY_MAGIKARP",
|
|
126
|
+
{
|
|
127
|
+
familyId: "FAMILY_MAGIKARP";
|
|
128
|
+
megaEvolvablePokemonId: "GYARADOS";
|
|
129
|
+
}
|
|
130
|
+
>
|
|
131
|
+
>;
|
|
132
|
+
export type PokemonFamilyV0142FamilyAerodactyl = S<
|
|
133
|
+
PokemonFamily<
|
|
134
|
+
"V0142_FAMILY_AERODACTYL",
|
|
135
|
+
{
|
|
136
|
+
familyId: "FAMILY_AERODACTYL";
|
|
137
|
+
megaEvolvablePokemonId: "AERODACTYL";
|
|
138
|
+
}
|
|
139
|
+
>
|
|
140
|
+
>;
|
|
141
|
+
export type PokemonFamilyV0147FamilyDratini = S<
|
|
142
|
+
PokemonFamily<
|
|
143
|
+
"V0147_FAMILY_DRATINI",
|
|
144
|
+
{
|
|
145
|
+
familyId: "FAMILY_DRATINI";
|
|
146
|
+
megaEvolvablePokemonId: "DRAGONITE";
|
|
147
|
+
}
|
|
148
|
+
>
|
|
149
|
+
>;
|
|
150
|
+
export type PokemonFamilyV0179FamilyMareep = S<
|
|
151
|
+
PokemonFamily<
|
|
152
|
+
"V0179_FAMILY_MAREEP",
|
|
153
|
+
{
|
|
154
|
+
familyId: "FAMILY_MAREEP";
|
|
155
|
+
megaEvolvablePokemonId: "AMPHAROS";
|
|
156
|
+
}
|
|
157
|
+
>
|
|
158
|
+
>;
|
|
159
|
+
export type PokemonFamilyV0214FamilyHeracross = S<
|
|
160
|
+
PokemonFamily<
|
|
161
|
+
"V0214_FAMILY_HERACROSS",
|
|
162
|
+
{
|
|
163
|
+
familyId: "FAMILY_HERACROSS";
|
|
164
|
+
megaEvolvablePokemonId: "HERACROSS";
|
|
165
|
+
}
|
|
166
|
+
>
|
|
167
|
+
>;
|
|
168
|
+
export type PokemonFamilyV0228FamilyHoundour = S<
|
|
169
|
+
PokemonFamily<
|
|
170
|
+
"V0228_FAMILY_HOUNDOUR",
|
|
171
|
+
{
|
|
172
|
+
familyId: "FAMILY_HOUNDOUR";
|
|
173
|
+
megaEvolvablePokemonId: "HOUNDOOM";
|
|
174
|
+
}
|
|
175
|
+
>
|
|
176
|
+
>;
|
|
177
|
+
export type PokemonFamilyV0246FamilyLarvitar = S<
|
|
178
|
+
PokemonFamily<
|
|
179
|
+
"V0246_FAMILY_LARVITAR",
|
|
180
|
+
{
|
|
181
|
+
familyId: "FAMILY_LARVITAR";
|
|
182
|
+
megaEvolvablePokemonId: "TYRANITAR";
|
|
183
|
+
}
|
|
184
|
+
>
|
|
185
|
+
>;
|
|
186
|
+
export type PokemonFamilyV0252FamilyTreecko = S<
|
|
187
|
+
PokemonFamily<
|
|
188
|
+
"V0252_FAMILY_TREECKO",
|
|
189
|
+
{
|
|
190
|
+
familyId: "FAMILY_TREECKO";
|
|
191
|
+
megaEvolvablePokemonId: "SCEPTILE";
|
|
192
|
+
}
|
|
193
|
+
>
|
|
194
|
+
>;
|
|
195
|
+
export type PokemonFamilyV0255FamilyTorchic = S<
|
|
196
|
+
PokemonFamily<
|
|
197
|
+
"V0255_FAMILY_TORCHIC",
|
|
198
|
+
{
|
|
199
|
+
familyId: "FAMILY_TORCHIC";
|
|
200
|
+
megaEvolvablePokemonId: "BLAZIKEN";
|
|
201
|
+
}
|
|
202
|
+
>
|
|
203
|
+
>;
|
|
204
|
+
export type PokemonFamilyV0258FamilyMudkip = S<
|
|
205
|
+
PokemonFamily<
|
|
206
|
+
"V0258_FAMILY_MUDKIP",
|
|
207
|
+
{
|
|
208
|
+
familyId: "FAMILY_MUDKIP";
|
|
209
|
+
megaEvolvablePokemonId: "SWAMPERT";
|
|
210
|
+
}
|
|
211
|
+
>
|
|
212
|
+
>;
|
|
213
|
+
export type PokemonFamilyV0302FamilySableye = S<
|
|
214
|
+
PokemonFamily<
|
|
215
|
+
"V0302_FAMILY_SABLEYE",
|
|
216
|
+
{
|
|
217
|
+
familyId: "FAMILY_SABLEYE";
|
|
218
|
+
megaEvolvablePokemonId: "SABLEYE";
|
|
219
|
+
}
|
|
220
|
+
>
|
|
221
|
+
>;
|
|
222
|
+
export type PokemonFamilyV0303FamilyMawile = S<
|
|
223
|
+
PokemonFamily<
|
|
224
|
+
"V0303_FAMILY_MAWILE",
|
|
225
|
+
{
|
|
226
|
+
familyId: "FAMILY_MAWILE";
|
|
227
|
+
megaEvolvablePokemonId: "MAWILE";
|
|
228
|
+
}
|
|
229
|
+
>
|
|
230
|
+
>;
|
|
231
|
+
export type PokemonFamilyV0304FamilyAron = S<
|
|
232
|
+
PokemonFamily<
|
|
233
|
+
"V0304_FAMILY_ARON",
|
|
234
|
+
{
|
|
235
|
+
familyId: "FAMILY_ARON";
|
|
236
|
+
megaEvolvablePokemonId: "AGGRON";
|
|
237
|
+
}
|
|
238
|
+
>
|
|
239
|
+
>;
|
|
240
|
+
export type PokemonFamilyV0307FamilyMeditite = S<
|
|
241
|
+
PokemonFamily<
|
|
242
|
+
"V0307_FAMILY_MEDITITE",
|
|
243
|
+
{
|
|
244
|
+
familyId: "FAMILY_MEDITITE";
|
|
245
|
+
megaEvolvablePokemonId: "MEDICHAM";
|
|
246
|
+
}
|
|
247
|
+
>
|
|
248
|
+
>;
|
|
249
|
+
export type PokemonFamilyV0309FamilyElectrike = S<
|
|
250
|
+
PokemonFamily<
|
|
251
|
+
"V0309_FAMILY_ELECTRIKE",
|
|
252
|
+
{
|
|
253
|
+
familyId: "FAMILY_ELECTRIKE";
|
|
254
|
+
megaEvolvablePokemonId: "MANECTRIC";
|
|
255
|
+
}
|
|
256
|
+
>
|
|
257
|
+
>;
|
|
258
|
+
export type PokemonFamilyV0318FamilyCarvanha = S<
|
|
259
|
+
PokemonFamily<
|
|
260
|
+
"V0318_FAMILY_CARVANHA",
|
|
261
|
+
{
|
|
262
|
+
familyId: "FAMILY_CARVANHA";
|
|
263
|
+
megaEvolvablePokemonId: "SHARPEDO";
|
|
264
|
+
}
|
|
265
|
+
>
|
|
266
|
+
>;
|
|
267
|
+
export type PokemonFamilyV0322FamilyNumel = S<
|
|
268
|
+
PokemonFamily<
|
|
269
|
+
"V0322_FAMILY_NUMEL",
|
|
270
|
+
{
|
|
271
|
+
familyId: "FAMILY_NUMEL";
|
|
272
|
+
megaEvolvablePokemonId: "CAMERUPT";
|
|
273
|
+
}
|
|
274
|
+
>
|
|
275
|
+
>;
|
|
276
|
+
export type PokemonFamilyV0333FamilySwablu = S<
|
|
277
|
+
PokemonFamily<
|
|
278
|
+
"V0333_FAMILY_SWABLU",
|
|
279
|
+
{
|
|
280
|
+
familyId: "FAMILY_SWABLU";
|
|
281
|
+
megaEvolvablePokemonId: "ALTARIA";
|
|
282
|
+
}
|
|
283
|
+
>
|
|
284
|
+
>;
|
|
285
|
+
export type PokemonFamilyV0353FamilyShuppet = S<
|
|
286
|
+
PokemonFamily<
|
|
287
|
+
"V0353_FAMILY_SHUPPET",
|
|
288
|
+
{
|
|
289
|
+
familyId: "FAMILY_SHUPPET";
|
|
290
|
+
megaEvolvablePokemonId: "BANETTE";
|
|
291
|
+
}
|
|
292
|
+
>
|
|
293
|
+
>;
|
|
294
|
+
export type PokemonFamilyV0359FamilyAbsol = S<
|
|
295
|
+
PokemonFamily<
|
|
296
|
+
"V0359_FAMILY_ABSOL",
|
|
297
|
+
{
|
|
298
|
+
familyId: "FAMILY_ABSOL";
|
|
299
|
+
megaEvolvablePokemonId: "ABSOL";
|
|
300
|
+
}
|
|
301
|
+
>
|
|
302
|
+
>;
|
|
303
|
+
export type PokemonFamilyV0361FamilySnorunt = S<
|
|
304
|
+
PokemonFamily<
|
|
305
|
+
"V0361_FAMILY_SNORUNT",
|
|
306
|
+
{
|
|
307
|
+
familyId: "FAMILY_SNORUNT";
|
|
308
|
+
megaEvolvablePokemonId: "GLALIE";
|
|
309
|
+
}
|
|
310
|
+
>
|
|
311
|
+
>;
|
|
312
|
+
export type PokemonFamilyV0371FamilyBagon = S<
|
|
313
|
+
PokemonFamily<
|
|
314
|
+
"V0371_FAMILY_BAGON",
|
|
315
|
+
{
|
|
316
|
+
familyId: "FAMILY_BAGON";
|
|
317
|
+
megaEvolvablePokemonId: "SALAMENCE";
|
|
318
|
+
}
|
|
319
|
+
>
|
|
320
|
+
>;
|
|
321
|
+
export type PokemonFamilyV0374FamilyBeldum = S<
|
|
322
|
+
PokemonFamily<
|
|
323
|
+
"V0374_FAMILY_BELDUM",
|
|
324
|
+
{
|
|
325
|
+
familyId: "FAMILY_BELDUM";
|
|
326
|
+
megaEvolvablePokemonId: "METAGROSS";
|
|
327
|
+
}
|
|
328
|
+
>
|
|
329
|
+
>;
|
|
330
|
+
export type PokemonFamilyV0380FamilyLatias = S<
|
|
331
|
+
PokemonFamily<
|
|
332
|
+
"V0380_FAMILY_LATIAS",
|
|
333
|
+
{
|
|
334
|
+
familyId: "FAMILY_LATIAS";
|
|
335
|
+
megaEvolvablePokemonId: "LATIAS";
|
|
336
|
+
}
|
|
337
|
+
>
|
|
338
|
+
>;
|
|
339
|
+
export type PokemonFamilyV0381FamilyLatios = S<
|
|
340
|
+
PokemonFamily<
|
|
341
|
+
"V0381_FAMILY_LATIOS",
|
|
342
|
+
{
|
|
343
|
+
familyId: "FAMILY_LATIOS";
|
|
344
|
+
megaEvolvablePokemonId: "LATIOS";
|
|
345
|
+
}
|
|
346
|
+
>
|
|
347
|
+
>;
|
|
348
|
+
export type PokemonFamilyV0382FamilyKyogre = S<
|
|
349
|
+
PokemonFamily<
|
|
350
|
+
"V0382_FAMILY_KYOGRE",
|
|
351
|
+
{
|
|
352
|
+
familyId: "FAMILY_KYOGRE";
|
|
353
|
+
megaEvolvablePokemonId: "KYOGRE";
|
|
354
|
+
}
|
|
355
|
+
>
|
|
356
|
+
>;
|
|
357
|
+
export type PokemonFamilyV0383FamilyGroudon = S<
|
|
358
|
+
PokemonFamily<
|
|
359
|
+
"V0383_FAMILY_GROUDON",
|
|
360
|
+
{
|
|
361
|
+
familyId: "FAMILY_GROUDON";
|
|
362
|
+
megaEvolvablePokemonId: "GROUDON";
|
|
363
|
+
}
|
|
364
|
+
>
|
|
365
|
+
>;
|
|
366
|
+
export type PokemonFamilyV0384FamilyRayquaza = S<
|
|
367
|
+
PokemonFamily<
|
|
368
|
+
"V0384_FAMILY_RAYQUAZA",
|
|
369
|
+
{
|
|
370
|
+
familyId: "FAMILY_RAYQUAZA";
|
|
371
|
+
megaEvolvablePokemonId: "RAYQUAZA";
|
|
372
|
+
}
|
|
373
|
+
>
|
|
374
|
+
>;
|
|
375
|
+
export type PokemonFamilyV0427FamilyBuneary = S<
|
|
376
|
+
PokemonFamily<
|
|
377
|
+
"V0427_FAMILY_BUNEARY",
|
|
378
|
+
{
|
|
379
|
+
familyId: "FAMILY_BUNEARY";
|
|
380
|
+
megaEvolvablePokemonId: "LOPUNNY";
|
|
381
|
+
}
|
|
382
|
+
>
|
|
383
|
+
>;
|
|
384
|
+
export type PokemonFamilyV0443FamilyGible = S<
|
|
385
|
+
PokemonFamily<
|
|
386
|
+
"V0443_FAMILY_GIBLE",
|
|
387
|
+
{
|
|
388
|
+
familyId: "FAMILY_GIBLE";
|
|
389
|
+
megaEvolvablePokemonId: "GARCHOMP";
|
|
390
|
+
}
|
|
391
|
+
>
|
|
392
|
+
>;
|
|
393
|
+
export type PokemonFamilyV0448FamilyLucario = S<
|
|
394
|
+
PokemonFamily<
|
|
395
|
+
"V0448_FAMILY_LUCARIO",
|
|
396
|
+
{
|
|
397
|
+
familyId: "FAMILY_LUCARIO";
|
|
398
|
+
megaEvolvablePokemonId: "LUCARIO";
|
|
399
|
+
}
|
|
400
|
+
>
|
|
401
|
+
>;
|
|
402
|
+
export type PokemonFamilyV0459FamilySnover = S<
|
|
403
|
+
PokemonFamily<
|
|
404
|
+
"V0459_FAMILY_SNOVER",
|
|
405
|
+
{
|
|
406
|
+
familyId: "FAMILY_SNOVER";
|
|
407
|
+
megaEvolvablePokemonId: "ABOMASNOW";
|
|
408
|
+
}
|
|
409
|
+
>
|
|
410
|
+
>;
|
|
411
|
+
export type PokemonFamilyV0531FamilyAudino = S<
|
|
412
|
+
PokemonFamily<
|
|
413
|
+
"V0531_FAMILY_AUDINO",
|
|
414
|
+
{
|
|
415
|
+
familyId: "FAMILY_AUDINO";
|
|
416
|
+
megaEvolvablePokemonId: "AUDINO";
|
|
417
|
+
}
|
|
418
|
+
>
|
|
419
|
+
>;
|
|
420
|
+
export type PokemonFamilyV0686FamilyInkay = S<
|
|
421
|
+
PokemonFamily<
|
|
422
|
+
"V0686_FAMILY_INKAY",
|
|
423
|
+
{
|
|
424
|
+
familyId: "FAMILY_INKAY";
|
|
425
|
+
megaEvolvablePokemonId: "MALAMAR";
|
|
426
|
+
}
|
|
427
|
+
>
|
|
428
|
+
>;
|
|
429
|
+
export type PokemonFamilyV0719FamilyDiancie = S<
|
|
430
|
+
PokemonFamily<
|
|
431
|
+
"V0719_FAMILY_DIANCIE",
|
|
432
|
+
{
|
|
433
|
+
familyId: "FAMILY_DIANCIE";
|
|
434
|
+
megaEvolvablePokemonId: "DIANCIE";
|
|
435
|
+
}
|
|
436
|
+
>
|
|
437
|
+
>;
|
|
438
|
+
|
|
439
|
+
export type PokemonFamilyMegaEvolvablePokemonIdMasterfileEntry =
|
|
440
|
+
| PokemonFamilyV0001FamilyBulbasaur
|
|
441
|
+
| PokemonFamilyV0004FamilyCharmander
|
|
442
|
+
| PokemonFamilyV0007FamilySquirtle
|
|
443
|
+
| PokemonFamilyV0013FamilyWeedle
|
|
444
|
+
| PokemonFamilyV0016FamilyPidgey
|
|
445
|
+
| PokemonFamilyV0063FamilyAbra
|
|
446
|
+
| PokemonFamilyV0069FamilyBellsprout
|
|
447
|
+
| PokemonFamilyV0079FamilySlowpoke
|
|
448
|
+
| PokemonFamilyV0092FamilyGastly
|
|
449
|
+
| PokemonFamilyV0095FamilyOnix
|
|
450
|
+
| PokemonFamilyV0115FamilyKangaskhan
|
|
451
|
+
| PokemonFamilyV0123FamilyScyther
|
|
452
|
+
| PokemonFamilyV0127FamilyPinsir
|
|
453
|
+
| PokemonFamilyV0129FamilyMagikarp
|
|
454
|
+
| PokemonFamilyV0142FamilyAerodactyl
|
|
455
|
+
| PokemonFamilyV0147FamilyDratini
|
|
456
|
+
| PokemonFamilyV0179FamilyMareep
|
|
457
|
+
| PokemonFamilyV0214FamilyHeracross
|
|
458
|
+
| PokemonFamilyV0228FamilyHoundour
|
|
459
|
+
| PokemonFamilyV0246FamilyLarvitar
|
|
460
|
+
| PokemonFamilyV0252FamilyTreecko
|
|
461
|
+
| PokemonFamilyV0255FamilyTorchic
|
|
462
|
+
| PokemonFamilyV0258FamilyMudkip
|
|
463
|
+
| PokemonFamilyV0302FamilySableye
|
|
464
|
+
| PokemonFamilyV0303FamilyMawile
|
|
465
|
+
| PokemonFamilyV0304FamilyAron
|
|
466
|
+
| PokemonFamilyV0307FamilyMeditite
|
|
467
|
+
| PokemonFamilyV0309FamilyElectrike
|
|
468
|
+
| PokemonFamilyV0318FamilyCarvanha
|
|
469
|
+
| PokemonFamilyV0322FamilyNumel
|
|
470
|
+
| PokemonFamilyV0333FamilySwablu
|
|
471
|
+
| PokemonFamilyV0353FamilyShuppet
|
|
472
|
+
| PokemonFamilyV0359FamilyAbsol
|
|
473
|
+
| PokemonFamilyV0361FamilySnorunt
|
|
474
|
+
| PokemonFamilyV0371FamilyBagon
|
|
475
|
+
| PokemonFamilyV0374FamilyBeldum
|
|
476
|
+
| PokemonFamilyV0380FamilyLatias
|
|
477
|
+
| PokemonFamilyV0381FamilyLatios
|
|
478
|
+
| PokemonFamilyV0382FamilyKyogre
|
|
479
|
+
| PokemonFamilyV0383FamilyGroudon
|
|
480
|
+
| PokemonFamilyV0384FamilyRayquaza
|
|
481
|
+
| PokemonFamilyV0427FamilyBuneary
|
|
482
|
+
| PokemonFamilyV0443FamilyGible
|
|
483
|
+
| PokemonFamilyV0448FamilyLucario
|
|
484
|
+
| PokemonFamilyV0459FamilySnover
|
|
485
|
+
| PokemonFamilyV0531FamilyAudino
|
|
486
|
+
| PokemonFamilyV0686FamilyInkay
|
|
487
|
+
| PokemonFamilyV0719FamilyDiancie;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "pokemonFamily", split "mega-evolvable-pokemon-ids", 1 entry.
|
|
2
|
+
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { PokemonFamily } from "../types";
|
|
5
|
+
|
|
6
|
+
export type PokemonFamilyV0280FamilyRalts = S<
|
|
7
|
+
PokemonFamily<
|
|
8
|
+
"V0280_FAMILY_RALTS",
|
|
9
|
+
{
|
|
10
|
+
familyId: "FAMILY_RALTS";
|
|
11
|
+
megaEvolvablePokemonIds: ["GARDEVOIR", "GALLADE"];
|
|
12
|
+
}
|
|
13
|
+
>
|
|
14
|
+
>;
|
|
15
|
+
|
|
16
|
+
export type PokemonFamilyMegaEvolvablePokemonIdsMasterfileEntry = PokemonFamilyV0280FamilyRalts;
|