pogo-masterfile-types 0.1.41 → 0.1.43

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 CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to `pogo-masterfile-types` (npm) are recorded here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
 
5
+ ## [0.1.43] - 2026-08-17
6
+
7
+ Automated regeneration from upstream masterfile commit `8d85f8e376dda8488fa3189975a12e122318b1f8`.
8
+
9
+ ## [0.1.42] - 2026-08-16
10
+
11
+ Automated regeneration from upstream masterfile commit `2c1bdbe1edf162a00b5c4531efd079f58ca02b43`.
12
+
13
+ ### Added template IDs (2)
14
+
15
+ - BADGE_EVENT_0236
16
+ - pgorelease.august3_deluxe_event_pass_track_unlock_redirect
17
+
5
18
  ## [0.1.41] - 2026-08-13
6
19
 
7
20
  Automated regeneration from upstream masterfile commit `573d42e98db4d426ffcb388b3161f1ac20901f0c`.
@@ -1,4 +1,4 @@
1
- // Generated from Pokémon GO masterfile — group "badgeSettings", split "event-badge-event-badge-settings", 125 entries.
1
+ // Generated from Pokémon GO masterfile — group "badgeSettings", split "event-badge-event-badge-settings", 126 entries.
2
2
 
3
3
  import type { S } from "../../_utils";
4
4
  import type { BadgeSettings } from "../types";
@@ -1179,6 +1179,20 @@ export type BadgeSettingsEvent0234 = S<
1179
1179
  }
1180
1180
  >
1181
1181
  >;
1182
+ export type BadgeSettingsEvent0236 = S<
1183
+ BadgeSettings<
1184
+ "BADGE_EVENT_0236",
1185
+ {
1186
+ badgeRank: 2;
1187
+ badgeType: "BADGE_EVENT_0236";
1188
+ eventBadge: true;
1189
+ eventBadgeSettings: {
1190
+ obEventBadgeSettingsNumber6: 1;
1191
+ };
1192
+ targets: [100];
1193
+ }
1194
+ >
1195
+ >;
1182
1196
  export type BadgeSettingsEvent0253 = S<
1183
1197
  BadgeSettings<
1184
1198
  "BADGE_EVENT_0253",
@@ -1839,6 +1853,7 @@ export type BadgeSettingsEventBadgeEventBadgeSettingsMasterfileEntry =
1839
1853
  | BadgeSettingsEvent0227
1840
1854
  | BadgeSettingsEvent0231
1841
1855
  | BadgeSettingsEvent0234
1856
+ | BadgeSettingsEvent0236
1842
1857
  | BadgeSettingsEvent0253
1843
1858
  | BadgeSettingsEvent0279
1844
1859
  | BadgeSettingsEvent0280
@@ -184,6 +184,7 @@ import type {
184
184
  BadgeSettingsEvent0227,
185
185
  BadgeSettingsEvent0231,
186
186
  BadgeSettingsEvent0234,
187
+ BadgeSettingsEvent0236,
187
188
  BadgeSettingsEvent0253,
188
189
  BadgeSettingsEvent0279,
189
190
  BadgeSettingsEvent0280,
@@ -1188,6 +1189,7 @@ export interface BadgeSettingsLookup {
1188
1189
  BADGE_EVENT_0227: BadgeSettingsEvent0227;
1189
1190
  BADGE_EVENT_0231: BadgeSettingsEvent0231;
1190
1191
  BADGE_EVENT_0234: BadgeSettingsEvent0234;
1192
+ BADGE_EVENT_0236: BadgeSettingsEvent0236;
1191
1193
  BADGE_EVENT_0253: BadgeSettingsEvent0253;
1192
1194
  BADGE_EVENT_0279: BadgeSettingsEvent0279;
1193
1195
  BADGE_EVENT_0280: BadgeSettingsEvent0280;
@@ -1,4 +1,4 @@
1
- // Generated from Pokémon GO masterfile — group "badgeSettings", 1001 entries (structural types).
1
+ // Generated from Pokémon GO masterfile — group "badgeSettings", 1002 entries (structural types).
2
2
 
3
3
  import type { W } from "../_utils";
4
4
 
@@ -3461,15 +3461,15 @@ export type IapItemDisplayPgoreleaseBundleGeneralThirdpartySmall2 = S<
3461
3461
  "pgorelease.bundle.general.thirdparty.small.2",
3462
3462
  {
3463
3463
  category: "IAP_CATEGORY_BUNDLE";
3464
- sale: true;
3464
+ hidden: true;
3465
3465
  sku: "pgorelease.bundle.general.thirdparty.small.2";
3466
- skuDisableTime: "2026-08-16T20:00:00";
3467
- skuDisableTimeUtcMs: "1786910400000";
3466
+ skuDisableTime: "2026-01-08T20:00:00";
3467
+ skuDisableTimeUtcMs: "1767902400000";
3468
3468
  skuEnableTime: "2019-10-31T21:00:00";
3469
3469
  skuEnableTimeUtcMs: "1572555600000";
3470
3470
  sortOrder: 1;
3471
- spriteId: "bundle.xmas.medium.1";
3472
- title: "bundle.xmas.small.1_title";
3471
+ spriteId: "bundle.general2.small.1";
3472
+ title: "holiday_box";
3473
3473
  }
3474
3474
  >
3475
3475
  >;
@@ -269,6 +269,7 @@ export type IapItemDisplayGeneral2Ticket3 = S<
269
269
  "general2.ticket.3",
270
270
  {
271
271
  category: "IAP_CATEGORY_GLOBAL_EVENT_TICKET";
272
+ hidden: true;
272
273
  imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F11274b46_PGO_MCS_CD_KeyArt_Nickit_v1-1024x576-nologo.jpg";
273
274
  sku: "pgorelease.general2.ticket.3";
274
275
  skuDisableTime: "2026-08-16T17:00:00";
@@ -1,4 +1,4 @@
1
- // Generated from Pokémon GO masterfile — group "iapItemDisplay", split "no-category", 81 entries.
1
+ // Generated from Pokémon GO masterfile — group "iapItemDisplay", split "no-category", 82 entries.
2
2
 
3
3
  import type { S } from "../../_utils";
4
4
  import type { IapItemDisplay } from "../types";
@@ -145,7 +145,7 @@ export type IapItemDisplayAugust2DeluxeEventPassTrackUnlock = S<
145
145
  {
146
146
  description: "deluxe_event_pass_track_unlock_description";
147
147
  hidden: true;
148
- imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fe8d77631_PGO-MCS_Water_Festival_2026_TICKET_v2-1024x576.jpg";
148
+ imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F20ad29e8_PGO-MCS_Water_Festival_2026_TICKET_v3-1024x576.jpg";
149
149
  sku: "pgorelease.august2_deluxe_event_pass_track_unlock";
150
150
  skuDisableTime: "2026-08-26T20:00:00";
151
151
  skuDisableTimeUtcMs: "1787774400000";
@@ -162,7 +162,7 @@ export type IapItemDisplayAugust2DeluxeEventPassTrackUnlockPlusPoints = S<
162
162
  {
163
163
  description: "event_pass_plus_points_6_ranks_description";
164
164
  hidden: true;
165
- imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fe8d77631_PGO-MCS_Water_Festival_2026_TICKET_v2-1024x576.jpg";
165
+ imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F20ad29e8_PGO-MCS_Water_Festival_2026_TICKET_v3-1024x576.jpg";
166
166
  sku: "pgorelease.august2_deluxe_event_pass_track_unlock_plus_points";
167
167
  skuDisableTime: "2026-08-26T20:00:00";
168
168
  skuDisableTimeUtcMs: "1787774400000";
@@ -180,7 +180,7 @@ export type IapItemDisplayAugust3DeluxeEventPassTrackUnlock = S<
180
180
  description: "gotour_2025_deluxe_event_pass_track_unlock_description";
181
181
  hidden: true;
182
182
  imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Ff9eaebcb_PGO-WCS_2026_Backpack_v2-1024x512-nologo.jpg";
183
- sku: "august3_deluxe_event_pass_track_unlock";
183
+ sku: "pgorelease.august3_deluxe_event_pass_track_unlock";
184
184
  skuDisableTime: "2025-09-01T20:00:00";
185
185
  skuDisableTimeUtcMs: "1756756800000";
186
186
  skuEnableTime: "2025-08-25T10:00:00";
@@ -197,7 +197,7 @@ export type IapItemDisplayAugust3DeluxeEventPassTrackUnlockPlusPoints = S<
197
197
  description: "event_pass_plus_points_6_ranks_description";
198
198
  hidden: true;
199
199
  imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Ff9eaebcb_PGO-WCS_2026_Backpack_v2-1024x512-nologo.jpg";
200
- sku: "august3_deluxe_event_pass_track_unlock_plus_points";
200
+ sku: "pgorelease.august3_deluxe_event_pass_track_unlock_plus_points";
201
201
  skuDisableTime: "2025-09-01T20:00:00";
202
202
  skuDisableTimeUtcMs: "1756756800000";
203
203
  skuEnableTime: "2025-08-25T10:00:00";
@@ -302,7 +302,7 @@ export type IapItemDisplayEventPassAugust2Redirect = S<
302
302
  {
303
303
  description: "deluxe_event_pass_track_unlock_description";
304
304
  hidden: true;
305
- imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fe8d77631_PGO-MCS_Water_Festival_2026_TICKET_v2-1024x576.jpg";
305
+ imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F20ad29e8_PGO-MCS_Water_Festival_2026_TICKET_v3-1024x576.jpg";
306
306
  sku: "pgorelease.august2_deluxe_event_pass_track_unlock_redirect";
307
307
  skuDisableTime: "2026-08-26T20:00:00";
308
308
  skuDisableTimeUtcMs: "1787774400000";
@@ -504,16 +504,16 @@ export type IapItemDisplayEventPassMonth1SeasonStoreRedirect = S<
504
504
  IapItemDisplay<
505
505
  "EVENT_PASS_MONTH1_SEASON_STORE_REDIRECT",
506
506
  {
507
- description: "gotour_2025_deluxe_event_pass_track_unlock_description";
507
+ description: "deluxe_event_pass_track_unlock_description";
508
508
  hidden: true;
509
- imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F73951fa4_20260428_pgo_s23_gopass_june_ticket_1024x576_nologo%20(1).jpg";
509
+ imageUrl: "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2FPGO-MCS_GOPass_SEP_v4_1024x576-nologo.jpg";
510
510
  sku: "pgorelease.month1_deluxe_event_pass_track_redirect";
511
- skuDisableTime: "2025-07-09T10:00:00";
512
- skuDisableTimeUtcMs: "1752055200000";
513
- skuEnableTime: "2025-06-02T10:00:00";
514
- skuEnableTimeUtcMs: "1748858400000";
511
+ skuDisableTime: "2026-10-08T10:00:00";
512
+ skuDisableTimeUtcMs: "1791453600000";
513
+ skuEnableTime: "2026-09-08T10:00:00";
514
+ skuEnableTimeUtcMs: "1788861600000";
515
515
  sortOrder: 1;
516
- title: "season_pass_premium_track_title_june";
516
+ title: "season_pass_premium_track_title_sep";
517
517
  }
518
518
  >
519
519
  >;
@@ -1082,16 +1082,16 @@ export type IapItemDisplayMonth1DeluxeEventPassTrackUnlock = S<
1082
1082
  IapItemDisplay<
1083
1083
  "MONTH1_DELUXE_EVENT_PASS_TRACK_UNLOCK",
1084
1084
  {
1085
- description: "gotour_2025_deluxe_event_pass_track_unlock_description";
1085
+ description: "deluxe_event_pass_track_unlock_description";
1086
1086
  hidden: true;
1087
- imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F73951fa4_20260428_pgo_s23_gopass_june_ticket_1024x576_nologo%20(1).jpg";
1087
+ imageUrl: "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2FPGO-MCS_GOPass_SEP_v4_1024x576-nologo.jpg";
1088
1088
  sku: "pgorelease.month1_deluxe_event_pass_track_unlock";
1089
- skuDisableTime: "2025-07-09T10:00:00";
1090
- skuDisableTimeUtcMs: "1752055200000";
1091
- skuEnableTime: "2025-06-02T10:00:00";
1092
- skuEnableTimeUtcMs: "1748858400000";
1089
+ skuDisableTime: "2026-10-08T10:00:00";
1090
+ skuDisableTimeUtcMs: "1791453600000";
1091
+ skuEnableTime: "2026-09-08T10:00:00";
1092
+ skuEnableTimeUtcMs: "1788861600000";
1093
1093
  sortOrder: 1;
1094
- title: "season_pass_premium_track_title_june";
1094
+ title: "season_pass_premium_track_title_sep";
1095
1095
  }
1096
1096
  >
1097
1097
  >;
@@ -1099,16 +1099,16 @@ export type IapItemDisplayMonth1DeluxeEventPassTrackUnlockPlusPoints = S<
1099
1099
  IapItemDisplay<
1100
1100
  "MONTH1_DELUXE_EVENT_PASS_TRACK_UNLOCK_PLUS_POINTS",
1101
1101
  {
1102
- description: "gotour_2025_deluxe_event_pass_track_unlock_plus_points_description";
1102
+ description: "deluxe_event_pass_track_unlock_plus_points_description";
1103
1103
  hidden: true;
1104
- imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F73951fa4_20260428_pgo_s23_gopass_june_ticket_1024x576_nologo%20(1).jpg";
1104
+ imageUrl: "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2FPGO-MCS_GOPass_SEP_v4_1024x576-nologo.jpg";
1105
1105
  sku: "pgorelease.month1_deluxe_event_pass_track_unlock_plus_points";
1106
- skuDisableTime: "2025-07-09T10:00:00";
1107
- skuDisableTimeUtcMs: "1752055200000";
1108
- skuEnableTime: "2025-06-02T10:00:00";
1109
- skuEnableTimeUtcMs: "1748858400000";
1106
+ skuDisableTime: "2026-10-08T10:00:00";
1107
+ skuDisableTimeUtcMs: "1791453600000";
1108
+ skuEnableTime: "2026-09-08T10:00:00";
1109
+ skuEnableTimeUtcMs: "1788861600000";
1110
1110
  sortOrder: 1;
1111
- title: "season_pass_premium_track_plus_ten_ranks_title_june";
1111
+ title: "season_pass_premium_track_plus_ten_ranks_title_sep";
1112
1112
  }
1113
1113
  >
1114
1114
  >;
@@ -1211,6 +1211,23 @@ export type IapItemDisplayPgoreleaseApril22026DeluxeEventPassTrackRedirect = S<
1211
1211
  }
1212
1212
  >
1213
1213
  >;
1214
+ export type IapItemDisplayPgoreleaseAugust3DeluxeEventPassTrackUnlockRedirect = S<
1215
+ IapItemDisplay<
1216
+ "pgorelease.august3_deluxe_event_pass_track_unlock_redirect",
1217
+ {
1218
+ description: "gotour_2025_deluxe_event_pass_track_unlock_description";
1219
+ hidden: true;
1220
+ imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Ff9eaebcb_PGO-WCS_2026_Backpack_v2-1024x512-nologo.jpg";
1221
+ sku: "pgorelease.august3_deluxe_event_pass_track_unlock_redirect";
1222
+ skuDisableTime: "2025-09-01T20:00:00";
1223
+ skuDisableTimeUtcMs: "1756756800000";
1224
+ skuEnableTime: "2025-08-25T10:00:00";
1225
+ skuEnableTimeUtcMs: "1756116000000";
1226
+ sortOrder: 1;
1227
+ title: "season_pass_premium_track_title_WCS_2026";
1228
+ }
1229
+ >
1230
+ >;
1214
1231
  export type IapItemDisplayPgoreleaseGofest2025DeluxeEventPassTrackRedirect = S<
1215
1232
  IapItemDisplay<
1216
1233
  "pgorelease.gofest_2025_deluxe_event_pass_track_redirect",
@@ -1418,6 +1435,7 @@ export type IapItemDisplayNoCategoryMasterfileEntry =
1418
1435
  | IapItemDisplayMpReplenishRrp1
1419
1436
  | IapItemDisplayMpReplenishRrp3
1420
1437
  | IapItemDisplayPgoreleaseApril22026DeluxeEventPassTrackRedirect
1438
+ | IapItemDisplayPgoreleaseAugust3DeluxeEventPassTrackUnlockRedirect
1421
1439
  | IapItemDisplayPgoreleaseGofest2025DeluxeEventPassTrackRedirect
1422
1440
  | IapItemDisplayPgoreleaseJuly1DeluxeEventPassTrackRedirect
1423
1441
  | IapItemDisplayPgoreleaseMay12026DeluxeEventPassTrackRedirect
@@ -373,6 +373,7 @@ import type {
373
373
  IapItemDisplayPaidraidticket1,
374
374
  IapItemDisplayPaidraidticket3,
375
375
  IapItemDisplayPgoreleaseApril22026DeluxeEventPassTrackRedirect,
376
+ IapItemDisplayPgoreleaseAugust3DeluxeEventPassTrackUnlockRedirect,
376
377
  IapItemDisplayPgoreleaseBundle1,
377
378
  IapItemDisplayPgoreleaseBundle2,
378
379
  IapItemDisplayPgoreleaseBundleBlanchebox1,
@@ -1558,6 +1559,7 @@ export interface IapItemDisplayLookup {
1558
1559
  "paidraidticket.1": IapItemDisplayPaidraidticket1;
1559
1560
  "paidraidticket.3": IapItemDisplayPaidraidticket3;
1560
1561
  "pgorelease.april2_2026_deluxe_event_pass_track_redirect": IapItemDisplayPgoreleaseApril22026DeluxeEventPassTrackRedirect;
1562
+ "pgorelease.august3_deluxe_event_pass_track_unlock_redirect": IapItemDisplayPgoreleaseAugust3DeluxeEventPassTrackUnlockRedirect;
1561
1563
  "pgorelease.bundle.1": IapItemDisplayPgoreleaseBundle1;
1562
1564
  "pgorelease.bundle.2": IapItemDisplayPgoreleaseBundle2;
1563
1565
  "pgorelease.bundle.blanchebox.1": IapItemDisplayPgoreleaseBundleBlanchebox1;
@@ -1,4 +1,4 @@
1
- // Generated from Pokémon GO masterfile — group "iapItemDisplay", 1182 entries (structural types).
1
+ // Generated from Pokémon GO masterfile — group "iapItemDisplay", 1183 entries (structural types).
2
2
 
3
3
  import type { W } from "../_utils";
4
4
 
@@ -49,15 +49,14 @@ export interface IapItemDisplayData {
49
49
  imageUrl?:
50
50
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F1e924512_PGO-MCS_GO_Fest_2026_EMEA_Global_LiveOp_v3-1024x576.jpg"
51
51
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F07b0cffa_PGO-MCS_2026_Ultra_Unlock_01_v6-1024x576.jpg"
52
+ | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F20ad29e8_PGO-MCS_Water_Festival_2026_TICKET_v3-1024x576.jpg"
52
53
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F68bf81f3_PGO-MCS_GO_Pass_Special_Anniversary_Pikachu_Celebration_v1-1024x576.jpg"
53
54
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F84f00147_PGO-MCS_GO_Pass_August_2026_TICKET_v1-1024x576.jpg"
54
55
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F11274b46_PGO_MCS_CD_KeyArt_Nickit_v1-1024x576-nologo.jpg"
55
- | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F73951fa4_20260428_pgo_s23_gopass_june_ticket_1024x576_nologo%20(1).jpg"
56
56
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F20260113_pgo_s22_oricorio_1024x576_nologo.jpg"
57
57
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F53190080_PGO-MCS_Flying_Taxi_TICKET_v1-1024x576.jpg"
58
58
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Faab1ed22_PGO-MCS_Summer_Marathon_Fire_Ice_v3b-1024x576.jpg"
59
59
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fd07cba0c_PGO-MCS_GOFest_2026_GOPass_v3-16x9.jpg"
60
- | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fe8d77631_PGO-MCS_Water_Festival_2026_TICKET_v2-1024x576.jpg"
61
60
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fe3025fe6_PGO-MCS_GO_Fest_2026_AMER_Global_LiveOp_v2-1024x576.jpg"
62
61
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2FEvent%20Pass%20Placeholder.png"
63
62
  | "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Ff2c7f843_PGO-MCS_GO_Pass_July_2026_ticket_v1-1024x576_nologo.jpg"
@@ -86,6 +85,7 @@ export interface IapItemDisplayData {
86
85
  | "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2F3b085206_PGO-MCS_10th_Anniversary_Celebration_TICKET_v2-1024x576.jpg"
87
86
  | "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2F9398cb22_PGO-MCS_Skarmory_Super_Mega_Raid_Day_v4-1024x576.jpg"
88
87
  | "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2Fe2400534_20260511_pgo_s23_ShinyShaymin_1024x576_nologo.jpg"
88
+ | "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2FPGO-MCS_GOPass_SEP_v4_1024x576-nologo.jpg"
89
89
  | "https://storage.googleapis.com/prod-public-images/GBL_SharedSkies_2024.jpeg"
90
90
  | "https://storage.googleapis.com/prod-public-images/gf20.jpg"
91
91
  | "https://storage.googleapis.com/prod-public-images/Safari_ticket_banner.png";
@@ -119,7 +119,6 @@ export interface IapItemDisplayData {
119
119
  | "2025-06-29T23:59:59"
120
120
  | "2025-07-01T20:00:00"
121
121
  | "2025-07-06T20:00:00"
122
- | "2025-07-09T10:00:00"
123
122
  | "2025-07-22T20:00:00"
124
123
  | "2025-07-29T20:00:00"
125
124
  | "2025-08-06T10:00:00"
@@ -130,6 +129,7 @@ export interface IapItemDisplayData {
130
129
  | "2025-11-30T20:00:00"
131
130
  | "2025-12-29T23:59:00"
132
131
  | "2025-12-31T20:00:00"
132
+ | "2026-01-08T20:00:00"
133
133
  | "2026-01-25T23:59:00"
134
134
  | "2026-02-01T20:00:00"
135
135
  | "2026-02-07T20:00:00"
@@ -142,9 +142,9 @@ export interface IapItemDisplayData {
142
142
  | "2026-07-14T23:59:59"
143
143
  | "2026-07-27T20:00:00"
144
144
  | "2026-08-16T17:00:00"
145
- | "2026-08-16T20:00:00"
146
145
  | "2026-08-26T20:00:00"
147
- | "2026-09-10T10:00:00";
146
+ | "2026-09-10T10:00:00"
147
+ | "2026-10-08T10:00:00";
148
148
  skuDisableTimeUtcMs?:
149
149
  | "1595786400000"
150
150
  | "1654174800000"
@@ -170,7 +170,6 @@ export interface IapItemDisplayData {
170
170
  | "1751241599000"
171
171
  | "1751400000000"
172
172
  | "1751832000000"
173
- | "1752055200000"
174
173
  | "1753214400000"
175
174
  | "1753819200000"
176
175
  | "1754474400000"
@@ -181,6 +180,7 @@ export interface IapItemDisplayData {
181
180
  | "1764532800000"
182
181
  | "1767052740000"
183
182
  | "1767211200000"
183
+ | "1767902400000"
184
184
  | "1769385540000"
185
185
  | "1769976000000"
186
186
  | "1770494400000"
@@ -193,9 +193,9 @@ export interface IapItemDisplayData {
193
193
  | "1784073599000"
194
194
  | "1785182400000"
195
195
  | "1786899600000"
196
- | "1786910400000"
197
196
  | "1787774400000"
198
- | "1789034400000";
197
+ | "1789034400000"
198
+ | "1791453600000";
199
199
  skuEnableTime?:
200
200
  | "2019-03-14T08:00:00"
201
201
  | "2019-10-31T21:00:00"
@@ -240,7 +240,8 @@ export interface IapItemDisplayData {
240
240
  | "2025-08-18T10:00:04"
241
241
  | "2025-08-25T10:00:00"
242
242
  | "2026-03-03T13:00:00"
243
- | "2026-07-06T00:00:00";
243
+ | "2026-07-06T00:00:00"
244
+ | "2026-09-08T10:00:00";
244
245
  skuEnableTimeUtcMs?:
245
246
  | "1552550400000"
246
247
  | "1572555600000"
@@ -285,7 +286,8 @@ export interface IapItemDisplayData {
285
286
  | "1755511204000"
286
287
  | "1756116000000"
287
288
  | "1772542800000"
288
- | "1783296000000";
289
+ | "1783296000000"
290
+ | "1788861600000";
289
291
  sortOrder?: number;
290
292
  spriteId?: string;
291
293
  title?: string;
@@ -136,8 +136,8 @@ export type ItemExpirationSettingsEventPassPointMonthly01 = S<
136
136
  ItemExpirationSettings<
137
137
  "ITEM_EXPIRATION_ITEM_EVENT_PASS_POINT_MONTHLY_01",
138
138
  {
139
- emergencyExpirationTime: "2026-07-11T10:00:00";
140
- expirationTime: "2026-07-09T10:00:00";
139
+ emergencyExpirationTime: "2026-10-10T10:00:00";
140
+ expirationTime: "2026-10-08T10:00:00";
141
141
  }
142
142
  >
143
143
  >;
@@ -30,13 +30,13 @@ export interface ItemExpirationSettingsData {
30
30
  | "2026-06-13T10:00:00"
31
31
  | "2026-06-20T10:00:00"
32
32
  | "2026-07-04T10:00:00"
33
- | "2026-07-11T10:00:00"
34
33
  | "2026-08-01T10:00:00"
35
34
  | "2026-08-08T10:00:00"
36
35
  | "2026-08-15T10:00:00"
37
36
  | "2026-09-04T10:00:00"
38
37
  | "2026-09-12T10:00:00"
39
- | "2026-09-14T10:00:00";
38
+ | "2026-09-14T10:00:00"
39
+ | "2026-10-10T10:00:00";
40
40
  expirationTime:
41
41
  | "2025-11-16T18:00:00"
42
42
  | "2025-11-24T23:59:59"
@@ -49,7 +49,6 @@ export interface ItemExpirationSettingsData {
49
49
  | "2026-06-12T20:00:00"
50
50
  | "2026-06-19T20:00:00"
51
51
  | "2026-07-03T20:00:00"
52
- | "2026-07-09T10:00:00"
53
52
  | "2026-07-14T23:59:59"
54
53
  | "2026-07-19T23:59:59"
55
54
  | "2026-07-31T20:00:00"
@@ -59,7 +58,8 @@ export interface ItemExpirationSettingsData {
59
58
  | "2026-09-03T20:00:00"
60
59
  | "2026-09-08T23:59:59"
61
60
  | "2026-09-10T10:00:00"
62
- | "2026-09-13T23:59:00";
61
+ | "2026-09-13T23:59:00"
62
+ | "2026-10-08T10:00:00";
63
63
  itemEnablementSettings?: {
64
64
  enabledTimePeriods: [
65
65
  {
@@ -301,7 +301,7 @@ export type ItemSettingsItemEventPassPointMonthly01 = S<
301
301
  {
302
302
  category: "ITEM_CATEGORY_EVENT_PASS_POINT";
303
303
  eventPassPoint: {
304
- eventPassId: "EVENT_PASS_JUNE2026_SEASON";
304
+ eventPassId: "EVENT_PASS_SEPTEMBER2026_SEASON";
305
305
  };
306
306
  hideItemInInventory: true;
307
307
  ignoreInventorySpace: true;
@@ -309,7 +309,7 @@ export type ItemSettingsItemEventPassPointMonthly01 = S<
309
309
  itemType: "ITEM_TYPE_EVENT_PASS_POINT";
310
310
  timePeriodCounters: {
311
311
  playerActivity: {
312
- limit: 300;
312
+ limit: 250;
313
313
  };
314
314
  };
315
315
  }
@@ -101,7 +101,7 @@ export interface ItemSettingsData {
101
101
  | "EVENT_PASS_GOTOUR2026_IRL"
102
102
  | "EVENT_PASS_GOWA_2025"
103
103
  | "EVENT_PASS_JULY2026_SEASON"
104
- | "EVENT_PASS_JUNE2026_SEASON"
104
+ | "EVENT_PASS_SEPTEMBER2026_SEASON"
105
105
  | "EVENT_PASS_SPRINGMARATHON2026_EVENT"
106
106
  | "EVENT_PASS_STEELEDRESOLVE2026_EVENT"
107
107
  | "EVENT_PASS_SUMMER_MARATHON_2026_EVENT"
@@ -1,4 +1,4 @@
1
- // Generated from Pokémon GO masterfile — group "pokemonExtendedSettings", split "bread-overrides-form", 202 entries.
1
+ // Generated from Pokémon GO masterfile — group "pokemonExtendedSettings", split "bread-overrides-form", 207 entries.
2
2
 
3
3
  import type { S } from "../../_utils";
4
4
  import type { PokemonExtendedSettings } from "../types";
@@ -5094,6 +5094,83 @@ export type PokemonExtendedSettingsV0107PokemonHitmonchanNormal = S<
5094
5094
  }
5095
5095
  >
5096
5096
  >;
5097
+ export type PokemonExtendedSettingsV0111PokemonRhyhornNormal = S<
5098
+ PokemonExtendedSettings<
5099
+ "EXTENDED_V0111_POKEMON_RHYHORN_NORMAL",
5100
+ {
5101
+ breadOverrides: [
5102
+ {
5103
+ breadMode: "BREAD_MODE";
5104
+ maxBattleTrainerVisualSettings: {
5105
+ xOffset: 5;
5106
+ yOffset: -5;
5107
+ };
5108
+ maxBattleVisualSettings: {
5109
+ scale: 34.27;
5110
+ yOffset: -12;
5111
+ };
5112
+ maxEncounterVisualSettings: {
5113
+ cameraDistance: 34;
5114
+ maxReticleSize: 12;
5115
+ scale: 17.14;
5116
+ };
5117
+ maxPowerspotTopperVisualSettings: {
5118
+ scale: 1;
5119
+ };
5120
+ maxStationVisualSettings: {
5121
+ scale: 2.33;
5122
+ };
5123
+ },
5124
+ ];
5125
+ form: "RHYHORN_NORMAL";
5126
+ sizeSettings: {
5127
+ mLowerBound: 0.75;
5128
+ mUpperBound: 1.25;
5129
+ xlUpperBound: 1.5;
5130
+ xsLowerBound: 0.5;
5131
+ xxlUpperBound: 1.75;
5132
+ xxsLowerBound: 0.49;
5133
+ };
5134
+ uniqueId: "RHYHORN";
5135
+ }
5136
+ >
5137
+ >;
5138
+ export type PokemonExtendedSettingsV0112PokemonRhydonNormal = S<
5139
+ PokemonExtendedSettings<
5140
+ "EXTENDED_V0112_POKEMON_RHYDON_NORMAL",
5141
+ {
5142
+ breadOverrides: [
5143
+ {
5144
+ breadMode: "BREAD_MODE";
5145
+ maxBattleVisualSettings: {
5146
+ scale: 19.56;
5147
+ };
5148
+ maxEncounterVisualSettings: {
5149
+ cameraDistance: 32;
5150
+ maxReticleSize: 12;
5151
+ scale: 9.78;
5152
+ };
5153
+ maxPowerspotTopperVisualSettings: {
5154
+ scale: 0.85;
5155
+ };
5156
+ maxStationVisualSettings: {
5157
+ scale: 1.33;
5158
+ };
5159
+ },
5160
+ ];
5161
+ form: "RHYDON_NORMAL";
5162
+ sizeSettings: {
5163
+ mLowerBound: 1.425;
5164
+ mUpperBound: 2.375;
5165
+ xlUpperBound: 2.85;
5166
+ xsLowerBound: 0.95;
5167
+ xxlUpperBound: 3.325;
5168
+ xxsLowerBound: 0.931;
5169
+ };
5170
+ uniqueId: "RHYDON";
5171
+ }
5172
+ >
5173
+ >;
5097
5174
  export type PokemonExtendedSettingsV0113PokemonChanseyNormal = S<
5098
5175
  PokemonExtendedSettings<
5099
5176
  "EXTENDED_V0113_POKEMON_CHANSEY_NORMAL",
@@ -5897,6 +5974,42 @@ export type PokemonExtendedSettingsV0213PokemonShuckleNormal = S<
5897
5974
  }
5898
5975
  >
5899
5976
  >;
5977
+ export type PokemonExtendedSettingsV0215PokemonSneaselNormal = S<
5978
+ PokemonExtendedSettings<
5979
+ "EXTENDED_V0215_POKEMON_SNEASEL_NORMAL",
5980
+ {
5981
+ breadOverrides: [
5982
+ {
5983
+ breadMode: "BREAD_MODE";
5984
+ maxBattleTrainerVisualSettings: {
5985
+ xOffset: -5;
5986
+ };
5987
+ maxBattleVisualSettings: {
5988
+ scale: 40.46;
5989
+ };
5990
+ maxEncounterVisualSettings: {
5991
+ cameraDistance: 25;
5992
+ maxReticleSize: 10;
5993
+ scale: 20.23;
5994
+ };
5995
+ maxStationVisualSettings: {
5996
+ scale: 2.75;
5997
+ };
5998
+ },
5999
+ ];
6000
+ form: "SNEASEL_NORMAL";
6001
+ sizeSettings: {
6002
+ mLowerBound: 0.6675;
6003
+ mUpperBound: 1.1125;
6004
+ xlUpperBound: 1.335;
6005
+ xsLowerBound: 0.445;
6006
+ xxlUpperBound: 1.5575;
6007
+ xxsLowerBound: 0.4361;
6008
+ };
6009
+ uniqueId: "SNEASEL";
6010
+ }
6011
+ >
6012
+ >;
5900
6013
  export type PokemonExtendedSettingsV0236PokemonTyrogueNormal = S<
5901
6014
  PokemonExtendedSettings<
5902
6015
  "EXTENDED_V0236_POKEMON_TYROGUE_NORMAL",
@@ -6998,6 +7111,82 @@ export type PokemonExtendedSettingsV0416PokemonVespiquenNormal = S<
6998
7111
  }
6999
7112
  >
7000
7113
  >;
7114
+ export type PokemonExtendedSettingsV0461PokemonWeavileNormal = S<
7115
+ PokemonExtendedSettings<
7116
+ "EXTENDED_V0461_POKEMON_WEAVILE_NORMAL",
7117
+ {
7118
+ breadOverrides: [
7119
+ {
7120
+ breadMode: "BREAD_MODE";
7121
+ maxBattleTrainerVisualSettings: {
7122
+ xOffset: -5;
7123
+ };
7124
+ maxBattleVisualSettings: {
7125
+ scale: 33.94;
7126
+ };
7127
+ maxEncounterVisualSettings: {
7128
+ cameraDistance: 28;
7129
+ maxReticleSize: 11;
7130
+ scale: 16.97;
7131
+ };
7132
+ maxStationVisualSettings: {
7133
+ scale: 2.31;
7134
+ };
7135
+ },
7136
+ ];
7137
+ form: "WEAVILE_NORMAL";
7138
+ sizeSettings: {
7139
+ mLowerBound: 0.825;
7140
+ mUpperBound: 1.375;
7141
+ xlUpperBound: 1.65;
7142
+ xsLowerBound: 0.55;
7143
+ xxlUpperBound: 1.705;
7144
+ xxsLowerBound: 0.539;
7145
+ };
7146
+ uniqueId: "WEAVILE";
7147
+ }
7148
+ >
7149
+ >;
7150
+ export type PokemonExtendedSettingsV0464PokemonRhyperiorNormal = S<
7151
+ PokemonExtendedSettings<
7152
+ "EXTENDED_V0464_POKEMON_RHYPERIOR_NORMAL",
7153
+ {
7154
+ breadOverrides: [
7155
+ {
7156
+ breadMode: "BREAD_MODE";
7157
+ maxBattleTrainerVisualSettings: {
7158
+ xOffset: 10;
7159
+ };
7160
+ maxBattleVisualSettings: {
7161
+ scale: 16.59;
7162
+ yOffset: -20;
7163
+ };
7164
+ maxEncounterVisualSettings: {
7165
+ cameraDistance: 32;
7166
+ maxReticleSize: 16;
7167
+ scale: 8.3;
7168
+ };
7169
+ maxPowerspotTopperVisualSettings: {
7170
+ scale: 0.8;
7171
+ };
7172
+ maxStationVisualSettings: {
7173
+ scale: 1.13;
7174
+ };
7175
+ },
7176
+ ];
7177
+ form: "RHYPERIOR_NORMAL";
7178
+ sizeSettings: {
7179
+ mLowerBound: 1.8;
7180
+ mUpperBound: 3;
7181
+ xlUpperBound: 3.6;
7182
+ xsLowerBound: 1.2;
7183
+ xxlUpperBound: 3.72;
7184
+ xxsLowerBound: 1.176;
7185
+ };
7186
+ uniqueId: "RHYPERIOR";
7187
+ }
7188
+ >
7189
+ >;
7001
7190
  export type PokemonExtendedSettingsV0466PokemonElectivireNormal = S<
7002
7191
  PokemonExtendedSettings<
7003
7192
  "EXTENDED_V0466_POKEMON_ELECTIVIRE_NORMAL",
@@ -9387,6 +9576,8 @@ export type PokemonExtendedSettingsBreadOverridesFormMasterfileEntry =
9387
9576
  | PokemonExtendedSettingsV0099PokemonKinglerNormal
9388
9577
  | PokemonExtendedSettingsV0106PokemonHitmonleeNormal
9389
9578
  | PokemonExtendedSettingsV0107PokemonHitmonchanNormal
9579
+ | PokemonExtendedSettingsV0111PokemonRhyhornNormal
9580
+ | PokemonExtendedSettingsV0112PokemonRhydonNormal
9390
9581
  | PokemonExtendedSettingsV0113PokemonChanseyNormal
9391
9582
  | PokemonExtendedSettingsV0125PokemonElectabuzzNormal
9392
9583
  | PokemonExtendedSettingsV0126PokemonMagmarNormal
@@ -9409,6 +9600,7 @@ export type PokemonExtendedSettingsBreadOverridesFormMasterfileEntry =
9409
9600
  | PokemonExtendedSettingsV0196PokemonEspeonNormal
9410
9601
  | PokemonExtendedSettingsV0197PokemonUmbreonNormal
9411
9602
  | PokemonExtendedSettingsV0213PokemonShuckleNormal
9603
+ | PokemonExtendedSettingsV0215PokemonSneaselNormal
9412
9604
  | PokemonExtendedSettingsV0236PokemonTyrogueNormal
9413
9605
  | PokemonExtendedSettingsV0237PokemonHitmontopNormal
9414
9606
  | PokemonExtendedSettingsV0239PokemonElekidNormal
@@ -9439,6 +9631,8 @@ export type PokemonExtendedSettingsBreadOverridesFormMasterfileEntry =
9439
9631
  | PokemonExtendedSettingsV0379PokemonRegisteelNormal
9440
9632
  | PokemonExtendedSettingsV0415PokemonCombeeNormal
9441
9633
  | PokemonExtendedSettingsV0416PokemonVespiquenNormal
9634
+ | PokemonExtendedSettingsV0461PokemonWeavileNormal
9635
+ | PokemonExtendedSettingsV0464PokemonRhyperiorNormal
9442
9636
  | PokemonExtendedSettingsV0466PokemonElectivireNormal
9443
9637
  | PokemonExtendedSettingsV0467PokemonMagmortarNormal
9444
9638
  | PokemonExtendedSettingsV0470PokemonLeafeonNormal
@@ -1,4 +1,4 @@
1
- // Generated from Pokémon GO masterfile — group "pokemonExtendedSettings", split "bread-overrides", 131 entries.
1
+ // Generated from Pokémon GO masterfile — group "pokemonExtendedSettings", split "bread-overrides", 136 entries.
2
2
 
3
3
  import type { S } from "../../_utils";
4
4
  import type { PokemonExtendedSettings } from "../types";
@@ -937,6 +937,81 @@ export type PokemonExtendedSettingsV0107PokemonHitmonchan = S<
937
937
  }
938
938
  >
939
939
  >;
940
+ export type PokemonExtendedSettingsV0111PokemonRhyhorn = S<
941
+ PokemonExtendedSettings<
942
+ "EXTENDED_V0111_POKEMON_RHYHORN",
943
+ {
944
+ breadOverrides: [
945
+ {
946
+ breadMode: "BREAD_MODE";
947
+ maxBattleTrainerVisualSettings: {
948
+ xOffset: 5;
949
+ yOffset: -5;
950
+ };
951
+ maxBattleVisualSettings: {
952
+ scale: 34.27;
953
+ yOffset: -12;
954
+ };
955
+ maxEncounterVisualSettings: {
956
+ cameraDistance: 34;
957
+ maxReticleSize: 12;
958
+ scale: 17.14;
959
+ };
960
+ maxPowerspotTopperVisualSettings: {
961
+ scale: 1;
962
+ };
963
+ maxStationVisualSettings: {
964
+ scale: 2.33;
965
+ };
966
+ },
967
+ ];
968
+ sizeSettings: {
969
+ mLowerBound: 0.75;
970
+ mUpperBound: 1.25;
971
+ xlUpperBound: 1.5;
972
+ xsLowerBound: 0.5;
973
+ xxlUpperBound: 1.75;
974
+ xxsLowerBound: 0.49;
975
+ };
976
+ uniqueId: "RHYHORN";
977
+ }
978
+ >
979
+ >;
980
+ export type PokemonExtendedSettingsV0112PokemonRhydon = S<
981
+ PokemonExtendedSettings<
982
+ "EXTENDED_V0112_POKEMON_RHYDON",
983
+ {
984
+ breadOverrides: [
985
+ {
986
+ breadMode: "BREAD_MODE";
987
+ maxBattleVisualSettings: {
988
+ scale: 19.56;
989
+ };
990
+ maxEncounterVisualSettings: {
991
+ cameraDistance: 32;
992
+ maxReticleSize: 12;
993
+ scale: 9.78;
994
+ };
995
+ maxPowerspotTopperVisualSettings: {
996
+ scale: 0.85;
997
+ };
998
+ maxStationVisualSettings: {
999
+ scale: 1.33;
1000
+ };
1001
+ },
1002
+ ];
1003
+ sizeSettings: {
1004
+ mLowerBound: 1.425;
1005
+ mUpperBound: 2.375;
1006
+ xlUpperBound: 2.85;
1007
+ xsLowerBound: 0.95;
1008
+ xxlUpperBound: 3.325;
1009
+ xxsLowerBound: 0.931;
1010
+ };
1011
+ uniqueId: "RHYDON";
1012
+ }
1013
+ >
1014
+ >;
940
1015
  export type PokemonExtendedSettingsV0113PokemonChansey = S<
941
1016
  PokemonExtendedSettings<
942
1017
  "EXTENDED_V0113_POKEMON_CHANSEY",
@@ -1718,6 +1793,41 @@ export type PokemonExtendedSettingsV0213PokemonShuckle = S<
1718
1793
  }
1719
1794
  >
1720
1795
  >;
1796
+ export type PokemonExtendedSettingsV0215PokemonSneasel = S<
1797
+ PokemonExtendedSettings<
1798
+ "EXTENDED_V0215_POKEMON_SNEASEL",
1799
+ {
1800
+ breadOverrides: [
1801
+ {
1802
+ breadMode: "BREAD_MODE";
1803
+ maxBattleTrainerVisualSettings: {
1804
+ xOffset: -5;
1805
+ };
1806
+ maxBattleVisualSettings: {
1807
+ scale: 40.46;
1808
+ };
1809
+ maxEncounterVisualSettings: {
1810
+ cameraDistance: 25;
1811
+ maxReticleSize: 10;
1812
+ scale: 20.23;
1813
+ };
1814
+ maxStationVisualSettings: {
1815
+ scale: 2.75;
1816
+ };
1817
+ },
1818
+ ];
1819
+ sizeSettings: {
1820
+ mLowerBound: 0.6675;
1821
+ mUpperBound: 1.1125;
1822
+ xlUpperBound: 1.335;
1823
+ xsLowerBound: 0.445;
1824
+ xxlUpperBound: 1.5575;
1825
+ xxsLowerBound: 0.4361;
1826
+ };
1827
+ uniqueId: "SNEASEL";
1828
+ }
1829
+ >
1830
+ >;
1721
1831
  export type PokemonExtendedSettingsV0236PokemonTyrogue = S<
1722
1832
  PokemonExtendedSettings<
1723
1833
  "EXTENDED_V0236_POKEMON_TYROGUE",
@@ -2746,6 +2856,80 @@ export type PokemonExtendedSettingsV0416PokemonVespiquen = S<
2746
2856
  }
2747
2857
  >
2748
2858
  >;
2859
+ export type PokemonExtendedSettingsV0461PokemonWeavile = S<
2860
+ PokemonExtendedSettings<
2861
+ "EXTENDED_V0461_POKEMON_WEAVILE",
2862
+ {
2863
+ breadOverrides: [
2864
+ {
2865
+ breadMode: "BREAD_MODE";
2866
+ maxBattleTrainerVisualSettings: {
2867
+ xOffset: -5;
2868
+ };
2869
+ maxBattleVisualSettings: {
2870
+ scale: 33.94;
2871
+ };
2872
+ maxEncounterVisualSettings: {
2873
+ cameraDistance: 28;
2874
+ maxReticleSize: 11;
2875
+ scale: 16.97;
2876
+ };
2877
+ maxStationVisualSettings: {
2878
+ scale: 2.31;
2879
+ };
2880
+ },
2881
+ ];
2882
+ sizeSettings: {
2883
+ mLowerBound: 0.825;
2884
+ mUpperBound: 1.375;
2885
+ xlUpperBound: 1.65;
2886
+ xsLowerBound: 0.55;
2887
+ xxlUpperBound: 1.705;
2888
+ xxsLowerBound: 0.539;
2889
+ };
2890
+ uniqueId: "WEAVILE";
2891
+ }
2892
+ >
2893
+ >;
2894
+ export type PokemonExtendedSettingsV0464PokemonRhyperior = S<
2895
+ PokemonExtendedSettings<
2896
+ "EXTENDED_V0464_POKEMON_RHYPERIOR",
2897
+ {
2898
+ breadOverrides: [
2899
+ {
2900
+ breadMode: "BREAD_MODE";
2901
+ maxBattleTrainerVisualSettings: {
2902
+ xOffset: 10;
2903
+ };
2904
+ maxBattleVisualSettings: {
2905
+ scale: 16.59;
2906
+ yOffset: -20;
2907
+ };
2908
+ maxEncounterVisualSettings: {
2909
+ cameraDistance: 32;
2910
+ maxReticleSize: 16;
2911
+ scale: 8.3;
2912
+ };
2913
+ maxPowerspotTopperVisualSettings: {
2914
+ scale: 0.8;
2915
+ };
2916
+ maxStationVisualSettings: {
2917
+ scale: 1.13;
2918
+ };
2919
+ },
2920
+ ];
2921
+ sizeSettings: {
2922
+ mLowerBound: 1.8;
2923
+ mUpperBound: 3;
2924
+ xlUpperBound: 3.6;
2925
+ xsLowerBound: 1.2;
2926
+ xxlUpperBound: 3.72;
2927
+ xxsLowerBound: 1.176;
2928
+ };
2929
+ uniqueId: "RHYPERIOR";
2930
+ }
2931
+ >
2932
+ >;
2749
2933
  export type PokemonExtendedSettingsV0466PokemonElectivire = S<
2750
2934
  PokemonExtendedSettings<
2751
2935
  "EXTENDED_V0466_POKEMON_ELECTIVIRE",
@@ -4845,6 +5029,8 @@ export type PokemonExtendedSettingsBreadOverridesMasterfileEntry =
4845
5029
  | PokemonExtendedSettingsV0099PokemonKingler
4846
5030
  | PokemonExtendedSettingsV0106PokemonHitmonlee
4847
5031
  | PokemonExtendedSettingsV0107PokemonHitmonchan
5032
+ | PokemonExtendedSettingsV0111PokemonRhyhorn
5033
+ | PokemonExtendedSettingsV0112PokemonRhydon
4848
5034
  | PokemonExtendedSettingsV0113PokemonChansey
4849
5035
  | PokemonExtendedSettingsV0125PokemonElectabuzz
4850
5036
  | PokemonExtendedSettingsV0126PokemonMagmar
@@ -4867,6 +5053,7 @@ export type PokemonExtendedSettingsBreadOverridesMasterfileEntry =
4867
5053
  | PokemonExtendedSettingsV0196PokemonEspeon
4868
5054
  | PokemonExtendedSettingsV0197PokemonUmbreon
4869
5055
  | PokemonExtendedSettingsV0213PokemonShuckle
5056
+ | PokemonExtendedSettingsV0215PokemonSneasel
4870
5057
  | PokemonExtendedSettingsV0236PokemonTyrogue
4871
5058
  | PokemonExtendedSettingsV0237PokemonHitmontop
4872
5059
  | PokemonExtendedSettingsV0239PokemonElekid
@@ -4896,6 +5083,8 @@ export type PokemonExtendedSettingsBreadOverridesMasterfileEntry =
4896
5083
  | PokemonExtendedSettingsV0379PokemonRegisteel
4897
5084
  | PokemonExtendedSettingsV0415PokemonCombee
4898
5085
  | PokemonExtendedSettingsV0416PokemonVespiquen
5086
+ | PokemonExtendedSettingsV0461PokemonWeavile
5087
+ | PokemonExtendedSettingsV0464PokemonRhyperior
4899
5088
  | PokemonExtendedSettingsV0466PokemonElectivire
4900
5089
  | PokemonExtendedSettingsV0467PokemonMagmortar
4901
5090
  | PokemonExtendedSettingsV0470PokemonLeafeon
@@ -1,4 +1,4 @@
1
- // Generated from Pokémon GO masterfile — group "pokemonExtendedSettings", split "form", 1178 entries.
1
+ // Generated from Pokémon GO masterfile — group "pokemonExtendedSettings", split "form", 1173 entries.
2
2
 
3
3
  import type { S } from "../../_utils";
4
4
  import type { PokemonExtendedSettings } from "../types";
@@ -1890,40 +1890,6 @@ export type PokemonExtendedSettingsV0110PokemonWeezingNormal = S<
1890
1890
  }
1891
1891
  >
1892
1892
  >;
1893
- export type PokemonExtendedSettingsV0111PokemonRhyhornNormal = S<
1894
- PokemonExtendedSettings<
1895
- "EXTENDED_V0111_POKEMON_RHYHORN_NORMAL",
1896
- {
1897
- form: "RHYHORN_NORMAL";
1898
- sizeSettings: {
1899
- mLowerBound: 0.75;
1900
- mUpperBound: 1.25;
1901
- xlUpperBound: 1.5;
1902
- xsLowerBound: 0.5;
1903
- xxlUpperBound: 1.75;
1904
- xxsLowerBound: 0.49;
1905
- };
1906
- uniqueId: "RHYHORN";
1907
- }
1908
- >
1909
- >;
1910
- export type PokemonExtendedSettingsV0112PokemonRhydonNormal = S<
1911
- PokemonExtendedSettings<
1912
- "EXTENDED_V0112_POKEMON_RHYDON_NORMAL",
1913
- {
1914
- form: "RHYDON_NORMAL";
1915
- sizeSettings: {
1916
- mLowerBound: 1.425;
1917
- mUpperBound: 2.375;
1918
- xlUpperBound: 2.85;
1919
- xsLowerBound: 0.95;
1920
- xxlUpperBound: 3.325;
1921
- xxsLowerBound: 0.931;
1922
- };
1923
- uniqueId: "RHYDON";
1924
- }
1925
- >
1926
- >;
1927
1893
  export type PokemonExtendedSettingsV0114PokemonTangelaNormal = S<
1928
1894
  PokemonExtendedSettings<
1929
1895
  "EXTENDED_V0114_POKEMON_TANGELA_NORMAL",
@@ -3975,23 +3941,6 @@ export type PokemonExtendedSettingsV0215PokemonSneaselHisuian = S<
3975
3941
  }
3976
3942
  >
3977
3943
  >;
3978
- export type PokemonExtendedSettingsV0215PokemonSneaselNormal = S<
3979
- PokemonExtendedSettings<
3980
- "EXTENDED_V0215_POKEMON_SNEASEL_NORMAL",
3981
- {
3982
- form: "SNEASEL_NORMAL";
3983
- sizeSettings: {
3984
- mLowerBound: 0.6675;
3985
- mUpperBound: 1.1125;
3986
- xlUpperBound: 1.335;
3987
- xsLowerBound: 0.445;
3988
- xxlUpperBound: 1.5575;
3989
- xxsLowerBound: 0.4361;
3990
- };
3991
- uniqueId: "SNEASEL";
3992
- }
3993
- >
3994
- >;
3995
3944
  export type PokemonExtendedSettingsV0216PokemonTeddiursaNormal = S<
3996
3945
  PokemonExtendedSettings<
3997
3946
  "EXTENDED_V0216_POKEMON_TEDDIURSA_NORMAL",
@@ -7905,23 +7854,6 @@ export type PokemonExtendedSettingsV0459PokemonSnoverNormal = S<
7905
7854
  }
7906
7855
  >
7907
7856
  >;
7908
- export type PokemonExtendedSettingsV0461PokemonWeavileNormal = S<
7909
- PokemonExtendedSettings<
7910
- "EXTENDED_V0461_POKEMON_WEAVILE_NORMAL",
7911
- {
7912
- form: "WEAVILE_NORMAL";
7913
- sizeSettings: {
7914
- mLowerBound: 0.825;
7915
- mUpperBound: 1.375;
7916
- xlUpperBound: 1.65;
7917
- xsLowerBound: 0.55;
7918
- xxlUpperBound: 1.705;
7919
- xxsLowerBound: 0.539;
7920
- };
7921
- uniqueId: "WEAVILE";
7922
- }
7923
- >
7924
- >;
7925
7857
  export type PokemonExtendedSettingsV0462PokemonMagnezoneNormal = S<
7926
7858
  PokemonExtendedSettings<
7927
7859
  "EXTENDED_V0462_POKEMON_MAGNEZONE_NORMAL",
@@ -7956,23 +7888,6 @@ export type PokemonExtendedSettingsV0463PokemonLickilickyNormal = S<
7956
7888
  }
7957
7889
  >
7958
7890
  >;
7959
- export type PokemonExtendedSettingsV0464PokemonRhyperiorNormal = S<
7960
- PokemonExtendedSettings<
7961
- "EXTENDED_V0464_POKEMON_RHYPERIOR_NORMAL",
7962
- {
7963
- form: "RHYPERIOR_NORMAL";
7964
- sizeSettings: {
7965
- mLowerBound: 1.8;
7966
- mUpperBound: 3;
7967
- xlUpperBound: 3.6;
7968
- xsLowerBound: 1.2;
7969
- xxlUpperBound: 3.72;
7970
- xxsLowerBound: 1.176;
7971
- };
7972
- uniqueId: "RHYPERIOR";
7973
- }
7974
- >
7975
- >;
7976
7891
  export type PokemonExtendedSettingsV0465PokemonTangrowthNormal = S<
7977
7892
  PokemonExtendedSettings<
7978
7893
  "EXTENDED_V0465_POKEMON_TANGROWTH_NORMAL",
@@ -20292,8 +20207,6 @@ export type PokemonExtendedSettingsFormMasterfileEntry =
20292
20207
  | PokemonExtendedSettingsV0109PokemonKoffingNormal
20293
20208
  | PokemonExtendedSettingsV0110PokemonWeezingGalarian
20294
20209
  | PokemonExtendedSettingsV0110PokemonWeezingNormal
20295
- | PokemonExtendedSettingsV0111PokemonRhyhornNormal
20296
- | PokemonExtendedSettingsV0112PokemonRhydonNormal
20297
20210
  | PokemonExtendedSettingsV0114PokemonTangelaNormal
20298
20211
  | PokemonExtendedSettingsV0116PokemonHorseaNormal
20299
20212
  | PokemonExtendedSettingsV0117PokemonSeadraNormal
@@ -20413,7 +20326,6 @@ export type PokemonExtendedSettingsFormMasterfileEntry =
20413
20326
  | PokemonExtendedSettingsV0211PokemonQwilfishHisuian
20414
20327
  | PokemonExtendedSettingsV0211PokemonQwilfishNormal
20415
20328
  | PokemonExtendedSettingsV0215PokemonSneaselHisuian
20416
- | PokemonExtendedSettingsV0215PokemonSneaselNormal
20417
20329
  | PokemonExtendedSettingsV0216PokemonTeddiursaNormal
20418
20330
  | PokemonExtendedSettingsV0217PokemonUrsaringNormal
20419
20331
  | PokemonExtendedSettingsV0218PokemonSlugmaNormal
@@ -20643,10 +20555,8 @@ export type PokemonExtendedSettingsFormMasterfileEntry =
20643
20555
  | PokemonExtendedSettingsV0457PokemonLumineonNormal
20644
20556
  | PokemonExtendedSettingsV0458PokemonMantykeNormal
20645
20557
  | PokemonExtendedSettingsV0459PokemonSnoverNormal
20646
- | PokemonExtendedSettingsV0461PokemonWeavileNormal
20647
20558
  | PokemonExtendedSettingsV0462PokemonMagnezoneNormal
20648
20559
  | PokemonExtendedSettingsV0463PokemonLickilickyNormal
20649
- | PokemonExtendedSettingsV0464PokemonRhyperiorNormal
20650
20560
  | PokemonExtendedSettingsV0465PokemonTangrowthNormal
20651
20561
  | PokemonExtendedSettingsV0468PokemonTogekissNormal
20652
20562
  | PokemonExtendedSettingsV0469PokemonYanmegaNormal
@@ -1,4 +1,4 @@
1
- // Generated from Pokémon GO masterfile — group "pokemonExtendedSettings", split "misc", 840 entries.
1
+ // Generated from Pokémon GO masterfile — group "pokemonExtendedSettings", split "misc", 835 entries.
2
2
 
3
3
  import type { S } from "../../_utils";
4
4
  import type { PokemonExtendedSettings } from "../types";
@@ -1219,38 +1219,6 @@ export type PokemonExtendedSettingsV0110PokemonWeezing = S<
1219
1219
  }
1220
1220
  >
1221
1221
  >;
1222
- export type PokemonExtendedSettingsV0111PokemonRhyhorn = S<
1223
- PokemonExtendedSettings<
1224
- "EXTENDED_V0111_POKEMON_RHYHORN",
1225
- {
1226
- sizeSettings: {
1227
- mLowerBound: 0.75;
1228
- mUpperBound: 1.25;
1229
- xlUpperBound: 1.5;
1230
- xsLowerBound: 0.5;
1231
- xxlUpperBound: 1.75;
1232
- xxsLowerBound: 0.49;
1233
- };
1234
- uniqueId: "RHYHORN";
1235
- }
1236
- >
1237
- >;
1238
- export type PokemonExtendedSettingsV0112PokemonRhydon = S<
1239
- PokemonExtendedSettings<
1240
- "EXTENDED_V0112_POKEMON_RHYDON",
1241
- {
1242
- sizeSettings: {
1243
- mLowerBound: 1.425;
1244
- mUpperBound: 2.375;
1245
- xlUpperBound: 2.85;
1246
- xsLowerBound: 0.95;
1247
- xxlUpperBound: 3.325;
1248
- xxsLowerBound: 0.931;
1249
- };
1250
- uniqueId: "RHYDON";
1251
- }
1252
- >
1253
- >;
1254
1222
  export type PokemonExtendedSettingsV0114PokemonTangela = S<
1255
1223
  PokemonExtendedSettings<
1256
1224
  "EXTENDED_V0114_POKEMON_TANGELA",
@@ -2356,22 +2324,6 @@ export type PokemonExtendedSettingsV0211PokemonQwilfish = S<
2356
2324
  }
2357
2325
  >
2358
2326
  >;
2359
- export type PokemonExtendedSettingsV0215PokemonSneasel = S<
2360
- PokemonExtendedSettings<
2361
- "EXTENDED_V0215_POKEMON_SNEASEL",
2362
- {
2363
- sizeSettings: {
2364
- mLowerBound: 0.6675;
2365
- mUpperBound: 1.1125;
2366
- xlUpperBound: 1.335;
2367
- xsLowerBound: 0.445;
2368
- xxlUpperBound: 1.5575;
2369
- xxsLowerBound: 0.4361;
2370
- };
2371
- uniqueId: "SNEASEL";
2372
- }
2373
- >
2374
- >;
2375
2327
  export type PokemonExtendedSettingsV0216PokemonTeddiursa = S<
2376
2328
  PokemonExtendedSettings<
2377
2329
  "EXTENDED_V0216_POKEMON_TEDDIURSA",
@@ -5381,22 +5333,6 @@ export type PokemonExtendedSettingsV0459PokemonSnover = S<
5381
5333
  }
5382
5334
  >
5383
5335
  >;
5384
- export type PokemonExtendedSettingsV0461PokemonWeavile = S<
5385
- PokemonExtendedSettings<
5386
- "EXTENDED_V0461_POKEMON_WEAVILE",
5387
- {
5388
- sizeSettings: {
5389
- mLowerBound: 0.825;
5390
- mUpperBound: 1.375;
5391
- xlUpperBound: 1.65;
5392
- xsLowerBound: 0.55;
5393
- xxlUpperBound: 1.705;
5394
- xxsLowerBound: 0.539;
5395
- };
5396
- uniqueId: "WEAVILE";
5397
- }
5398
- >
5399
- >;
5400
5336
  export type PokemonExtendedSettingsV0462PokemonMagnezone = S<
5401
5337
  PokemonExtendedSettings<
5402
5338
  "EXTENDED_V0462_POKEMON_MAGNEZONE",
@@ -5429,22 +5365,6 @@ export type PokemonExtendedSettingsV0463PokemonLickilicky = S<
5429
5365
  }
5430
5366
  >
5431
5367
  >;
5432
- export type PokemonExtendedSettingsV0464PokemonRhyperior = S<
5433
- PokemonExtendedSettings<
5434
- "EXTENDED_V0464_POKEMON_RHYPERIOR",
5435
- {
5436
- sizeSettings: {
5437
- mLowerBound: 1.8;
5438
- mUpperBound: 3;
5439
- xlUpperBound: 3.6;
5440
- xsLowerBound: 1.2;
5441
- xxlUpperBound: 3.72;
5442
- xxsLowerBound: 1.176;
5443
- };
5444
- uniqueId: "RHYPERIOR";
5445
- }
5446
- >
5447
- >;
5448
5368
  export type PokemonExtendedSettingsV0465PokemonTangrowth = S<
5449
5369
  PokemonExtendedSettings<
5450
5370
  "EXTENDED_V0465_POKEMON_TANGROWTH",
@@ -13536,8 +13456,6 @@ export type PokemonExtendedSettingsMiscMasterfileEntry =
13536
13456
  | PokemonExtendedSettingsV0108PokemonLickitung
13537
13457
  | PokemonExtendedSettingsV0109PokemonKoffing
13538
13458
  | PokemonExtendedSettingsV0110PokemonWeezing
13539
- | PokemonExtendedSettingsV0111PokemonRhyhorn
13540
- | PokemonExtendedSettingsV0112PokemonRhydon
13541
13459
  | PokemonExtendedSettingsV0114PokemonTangela
13542
13460
  | PokemonExtendedSettingsV0116PokemonHorsea
13543
13461
  | PokemonExtendedSettingsV0117PokemonSeadra
@@ -13607,7 +13525,6 @@ export type PokemonExtendedSettingsMiscMasterfileEntry =
13607
13525
  | PokemonExtendedSettingsV0209PokemonSnubbull
13608
13526
  | PokemonExtendedSettingsV0210PokemonGranbull
13609
13527
  | PokemonExtendedSettingsV0211PokemonQwilfish
13610
- | PokemonExtendedSettingsV0215PokemonSneasel
13611
13528
  | PokemonExtendedSettingsV0216PokemonTeddiursa
13612
13529
  | PokemonExtendedSettingsV0217PokemonUrsaring
13613
13530
  | PokemonExtendedSettingsV0218PokemonSlugma
@@ -13796,10 +13713,8 @@ export type PokemonExtendedSettingsMiscMasterfileEntry =
13796
13713
  | PokemonExtendedSettingsV0457PokemonLumineon
13797
13714
  | PokemonExtendedSettingsV0458PokemonMantyke
13798
13715
  | PokemonExtendedSettingsV0459PokemonSnover
13799
- | PokemonExtendedSettingsV0461PokemonWeavile
13800
13716
  | PokemonExtendedSettingsV0462PokemonMagnezone
13801
13717
  | PokemonExtendedSettingsV0463PokemonLickilicky
13802
- | PokemonExtendedSettingsV0464PokemonRhyperior
13803
13718
  | PokemonExtendedSettingsV0465PokemonTangrowth
13804
13719
  | PokemonExtendedSettingsV0468PokemonTogekiss
13805
13720
  | PokemonExtendedSettingsV0469PokemonYanmega
@@ -5661,6 +5661,7 @@ export type PokemonSettingsV0828PokemonThievul = S<
5661
5661
  cylinderRadiusM: 1.1;
5662
5662
  };
5663
5663
  cinematicMoves: ["NIGHT_SLASH", "PLAY_ROUGH"];
5664
+ eliteCinematicMove: ["ICY_WIND"];
5664
5665
  encounter: {
5665
5666
  attackProbability: 0.4;
5666
5667
  bonusCandyCaptureReward: 2;
@@ -5721,6 +5722,7 @@ export type PokemonSettingsV0828PokemonThievulNormal = S<
5721
5722
  cylinderRadiusM: 1.1;
5722
5723
  };
5723
5724
  cinematicMoves: ["NIGHT_SLASH", "PLAY_ROUGH"];
5725
+ eliteCinematicMove: ["ICY_WIND"];
5724
5726
  encounter: {
5725
5727
  attackProbability: 0.4;
5726
5728
  bonusCandyCaptureReward: 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pogo-masterfile-types",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "description": "Generated TypeScript type definitions for the Pokémon GO masterfile, plus a typed `parseMasterfile` helper that dispatches each entry to its concrete payload type.",
5
5
  "license": "MIT",
6
6
  "author": "Hazel's Lab (https://github.com/Hazels-Lab)",