pogo-masterfile-types 0.1.52 → 0.1.54
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 +31 -0
- package/dist/badge-settings/entries/event-badge-event-badge-settings.d.ts +31 -1
- package/dist/badge-settings/lookup-table.d.ts +4 -0
- package/dist/badge-settings/types.d.ts +1 -1
- package/dist/code-gate-proto/entries/index.d.ts +1 -3
- package/dist/code-gate-proto/lookup-table.d.ts +0 -2
- package/dist/code-gate-proto/types.d.ts +1 -1
- package/dist/deprecated.d.ts +2 -1
- package/dist/event-pass-settings/entries/index.d.ts +3 -3
- package/dist/form-settings/entries/forms.d.ts +9 -0
- package/dist/gender-settings/entries/misc.d.ts +40 -1
- package/dist/gender-settings/lookup-table.d.ts +6 -0
- package/dist/gender-settings/types.d.ts +1 -1
- package/dist/item-expiration-settings/entries/index.d.ts +2 -2
- package/dist/item-expiration-settings/types.d.ts +2 -2
- package/dist/item-settings/entries/event-pass-point.d.ts +3 -7
- package/dist/item-settings/types.d.ts +2 -2
- package/dist/location-card-settings/entries/specialbackground.d.ts +13 -1
- package/dist/location-card-settings/lookup-table.d.ts +2 -0
- package/dist/location-card-settings/types.d.ts +2 -1
- package/dist/mega-evo-level-settings/entries/1.d.ts +32 -0
- package/dist/mega-evo-level-settings/entries/2.d.ts +32 -0
- package/dist/mega-evo-level-settings/entries/3.d.ts +32 -0
- package/dist/mega-evo-level-settings/entries/4.d.ts +11 -11
- package/dist/pokemon-extended-settings/entries/form.d.ts +55 -1
- package/dist/pokemon-extended-settings/lookup-table.d.ts +6 -0
- package/dist/pokemon-extended-settings/types.d.ts +1 -1
- package/dist/pokemon-settings/entries/electric.d.ts +0 -1
- package/dist/pokemon-settings/entries/fire.d.ts +331 -1
- package/dist/pokemon-settings/lookup-table.d.ts +6 -0
- package/dist/pokemon-settings/types.d.ts +1 -1
- package/dist/singletons/entries/settings.d.ts +3 -6
- package/dist/sticker-metadata/entries/pokemon-id-release-date.d.ts +12 -1
- package/dist/sticker-metadata/lookup-table.d.ts +2 -0
- package/dist/sticker-metadata/types.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,37 @@
|
|
|
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.54] - 2026-09-05
|
|
6
|
+
|
|
7
|
+
Automated regeneration from upstream masterfile commit `be51f47e8c81a159c5846082bc3eb85ab531aed2`.
|
|
8
|
+
|
|
9
|
+
### Added template IDs (1)
|
|
10
|
+
|
|
11
|
+
- BADGE_EVENT_0242
|
|
12
|
+
|
|
13
|
+
## [0.1.53] - 2026-09-04
|
|
14
|
+
|
|
15
|
+
Automated regeneration from upstream masterfile commit `859dfff254ff35d004560a76a2c488d135bff403`.
|
|
16
|
+
|
|
17
|
+
### Added template IDs (12)
|
|
18
|
+
|
|
19
|
+
- BADGE_EVENT_0240
|
|
20
|
+
- EXTENDED_V0004_POKEMON_CHARMANDER_GOGGLES_2026
|
|
21
|
+
- EXTENDED_V0005_POKEMON_CHARMELEON_GOGGLES_2026
|
|
22
|
+
- EXTENDED_V0006_POKEMON_CHARIZARD_GOGGLES_2026
|
|
23
|
+
- LC_SPECIALBACKGROUND_S24_SEP_2026
|
|
24
|
+
- SPAWN_V0004_POKEMON_CHARMANDER_GOGGLES_2026
|
|
25
|
+
- SPAWN_V0005_POKEMON_CHARMELEON_GOGGLES_2026
|
|
26
|
+
- SPAWN_V0006_POKEMON_CHARIZARD_GOGGLES_2026
|
|
27
|
+
- STICKER_HANBOK_PIKACHU
|
|
28
|
+
- V0004_POKEMON_CHARMANDER_GOGGLES_2026
|
|
29
|
+
- V0005_POKEMON_CHARMELEON_GOGGLES_2026
|
|
30
|
+
- V0006_POKEMON_CHARIZARD_GOGGLES_2026
|
|
31
|
+
|
|
32
|
+
### Removed template IDs (1)
|
|
33
|
+
|
|
34
|
+
- AR_PHOTO_MULTIPLE_CONCURRENT_CAMPAIGN_CODE_GATE
|
|
35
|
+
|
|
5
36
|
## [0.1.52] - 2026-09-03
|
|
6
37
|
|
|
7
38
|
Automated regeneration from upstream masterfile commit `ad1c9943786a6081ac90645e94756cd10e61205a`.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "badgeSettings", split "event-badge-event-badge-settings",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "badgeSettings", split "event-badge-event-badge-settings", 132 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { BadgeSettings } from "../types";
|
|
@@ -1207,6 +1207,20 @@ export type BadgeSettingsEvent0236 = S<
|
|
|
1207
1207
|
}
|
|
1208
1208
|
>
|
|
1209
1209
|
>;
|
|
1210
|
+
export type BadgeSettingsEvent0240 = S<
|
|
1211
|
+
BadgeSettings<
|
|
1212
|
+
"BADGE_EVENT_0240",
|
|
1213
|
+
{
|
|
1214
|
+
badgeRank: 2;
|
|
1215
|
+
badgeType: "BADGE_EVENT_0240";
|
|
1216
|
+
eventBadge: true;
|
|
1217
|
+
eventBadgeSettings: {
|
|
1218
|
+
obEventBadgeSettingsNumber6: 1;
|
|
1219
|
+
};
|
|
1220
|
+
targets: [100];
|
|
1221
|
+
}
|
|
1222
|
+
>
|
|
1223
|
+
>;
|
|
1210
1224
|
export type BadgeSettingsEvent0241 = S<
|
|
1211
1225
|
BadgeSettings<
|
|
1212
1226
|
"BADGE_EVENT_0241",
|
|
@@ -1221,6 +1235,20 @@ export type BadgeSettingsEvent0241 = S<
|
|
|
1221
1235
|
}
|
|
1222
1236
|
>
|
|
1223
1237
|
>;
|
|
1238
|
+
export type BadgeSettingsEvent0242 = S<
|
|
1239
|
+
BadgeSettings<
|
|
1240
|
+
"BADGE_EVENT_0242",
|
|
1241
|
+
{
|
|
1242
|
+
badgeRank: 2;
|
|
1243
|
+
badgeType: "BADGE_EVENT_0242";
|
|
1244
|
+
eventBadge: true;
|
|
1245
|
+
eventBadgeSettings: {
|
|
1246
|
+
obEventBadgeSettingsNumber6: 1;
|
|
1247
|
+
};
|
|
1248
|
+
targets: [100];
|
|
1249
|
+
}
|
|
1250
|
+
>
|
|
1251
|
+
>;
|
|
1224
1252
|
export type BadgeSettingsEvent0253 = S<
|
|
1225
1253
|
BadgeSettings<
|
|
1226
1254
|
"BADGE_EVENT_0253",
|
|
@@ -1911,7 +1939,9 @@ export type BadgeSettingsEventBadgeEventBadgeSettingsMasterfileEntry =
|
|
|
1911
1939
|
| BadgeSettingsEvent0233
|
|
1912
1940
|
| BadgeSettingsEvent0234
|
|
1913
1941
|
| BadgeSettingsEvent0236
|
|
1942
|
+
| BadgeSettingsEvent0240
|
|
1914
1943
|
| BadgeSettingsEvent0241
|
|
1944
|
+
| BadgeSettingsEvent0242
|
|
1915
1945
|
| BadgeSettingsEvent0253
|
|
1916
1946
|
| BadgeSettingsEvent0259
|
|
1917
1947
|
| BadgeSettingsEvent0260
|
|
@@ -186,7 +186,9 @@ import type {
|
|
|
186
186
|
BadgeSettingsEvent0233,
|
|
187
187
|
BadgeSettingsEvent0234,
|
|
188
188
|
BadgeSettingsEvent0236,
|
|
189
|
+
BadgeSettingsEvent0240,
|
|
189
190
|
BadgeSettingsEvent0241,
|
|
191
|
+
BadgeSettingsEvent0242,
|
|
190
192
|
BadgeSettingsEvent0253,
|
|
191
193
|
BadgeSettingsEvent0259,
|
|
192
194
|
BadgeSettingsEvent0260,
|
|
@@ -1195,7 +1197,9 @@ export interface BadgeSettingsLookup {
|
|
|
1195
1197
|
BADGE_EVENT_0233: BadgeSettingsEvent0233;
|
|
1196
1198
|
BADGE_EVENT_0234: BadgeSettingsEvent0234;
|
|
1197
1199
|
BADGE_EVENT_0236: BadgeSettingsEvent0236;
|
|
1200
|
+
BADGE_EVENT_0240: BadgeSettingsEvent0240;
|
|
1198
1201
|
BADGE_EVENT_0241: BadgeSettingsEvent0241;
|
|
1202
|
+
BADGE_EVENT_0242: BadgeSettingsEvent0242;
|
|
1199
1203
|
BADGE_EVENT_0253: BadgeSettingsEvent0253;
|
|
1200
1204
|
BADGE_EVENT_0259: BadgeSettingsEvent0259;
|
|
1201
1205
|
BADGE_EVENT_0260: BadgeSettingsEvent0260;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "codeGateProto",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "codeGateProto", 6 entries (variant aliases).
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { CodeGateProto } from "../types";
|
|
5
5
|
|
|
6
|
-
export type CodeGateProtoArPhotoMultipleConcurrentCampaignCodeGate = S<CodeGateProto<"AR_PHOTO_MULTIPLE_CONCURRENT_CAMPAIGN_CODE_GATE">>;
|
|
7
6
|
export type CodeGateProtoCombatVnextCodeGate = S<
|
|
8
7
|
CodeGateProto<
|
|
9
8
|
"COMBAT_VNEXT_CODE_GATE",
|
|
@@ -32,7 +31,6 @@ export type CodeGateProtoTodayViewV3CodeGate = S<CodeGateProto<"TODAY_VIEW_V3_CO
|
|
|
32
31
|
export type CodeGateProtoUseGmtSkuDataCodeGate = S<CodeGateProto<"USE_GMT_SKU_DATA_CODE_GATE">>;
|
|
33
32
|
|
|
34
33
|
export type CodeGateProtoMasterfileEntry =
|
|
35
|
-
| CodeGateProtoArPhotoMultipleConcurrentCampaignCodeGate
|
|
36
34
|
| CodeGateProtoCombatVnextCodeGate
|
|
37
35
|
| CodeGateProtoInputTrackerCodeGate
|
|
38
36
|
| CodeGateProtoIsSkuAvailableNoAppIdCodeGate
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — "codeGateProto" lookup table.
|
|
2
2
|
|
|
3
3
|
import type {
|
|
4
|
-
CodeGateProtoArPhotoMultipleConcurrentCampaignCodeGate,
|
|
5
4
|
CodeGateProtoCombatVnextCodeGate,
|
|
6
5
|
CodeGateProtoInputTrackerCodeGate,
|
|
7
6
|
CodeGateProtoIsSkuAvailableNoAppIdCodeGate,
|
|
@@ -11,7 +10,6 @@ import type {
|
|
|
11
10
|
} from "./entries";
|
|
12
11
|
|
|
13
12
|
export interface CodeGateProtoLookup {
|
|
14
|
-
AR_PHOTO_MULTIPLE_CONCURRENT_CAMPAIGN_CODE_GATE: CodeGateProtoArPhotoMultipleConcurrentCampaignCodeGate;
|
|
15
13
|
COMBAT_VNEXT_CODE_GATE: CodeGateProtoCombatVnextCodeGate;
|
|
16
14
|
INPUT_TRACKER_CODE_GATE: CodeGateProtoInputTrackerCodeGate;
|
|
17
15
|
IS_SKU_AVAILABLE_NO_APP_ID_CODE_GATE: CodeGateProtoIsSkuAvailableNoAppIdCodeGate;
|
package/dist/deprecated.d.ts
CHANGED
|
@@ -435,9 +435,10 @@ type DeprecatedClientQuestTemplateIds =
|
|
|
435
435
|
| "LEVEL_50_CAP_SUB_2"
|
|
436
436
|
| "LEVEL_50_CAP_SUB_3";
|
|
437
437
|
|
|
438
|
-
/** @deprecated lastSeen 2026-
|
|
438
|
+
/** @deprecated lastSeen 2026-09-04 — 40 entries */
|
|
439
439
|
type DeprecatedCodeGateProtoIds =
|
|
440
440
|
| "AGE_CONFIRM_CODE_GATE"
|
|
441
|
+
| "AR_PHOTO_MULTIPLE_CONCURRENT_CAMPAIGN_CODE_GATE"
|
|
441
442
|
| "BATTLE_ACCESSIBILITY_CODE_GATE"
|
|
442
443
|
| "BATTLE_REWARDS_CODE_GATE"
|
|
443
444
|
| "BF_PLUS_ROLLOUT_CODE_GATE"
|
|
@@ -75,17 +75,17 @@ export type EventPassSettingsGofest2026Finale = S<
|
|
|
75
75
|
bonusBoxes: [
|
|
76
76
|
{
|
|
77
77
|
iconType: "SPAWN_UNKNOWN";
|
|
78
|
-
quantity:
|
|
78
|
+
quantity: 25;
|
|
79
79
|
text: "quest_catch_pokemon_singular";
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
iconType: "RAID";
|
|
83
|
-
quantity:
|
|
83
|
+
quantity: 250;
|
|
84
84
|
text: "quest_win_raid_singular";
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
iconType: "EGG";
|
|
88
|
-
quantity:
|
|
88
|
+
quantity: 500;
|
|
89
89
|
text: "quest_hatch_egg_singular";
|
|
90
90
|
},
|
|
91
91
|
];
|
|
@@ -64,6 +64,9 @@ export type FormSettingsV0004PokemonCharmander = S<
|
|
|
64
64
|
form: "CHARMANDER_FALL_2019";
|
|
65
65
|
isCostume: true;
|
|
66
66
|
},
|
|
67
|
+
{
|
|
68
|
+
form: "CHARMANDER_GOGGLES_2026";
|
|
69
|
+
},
|
|
67
70
|
];
|
|
68
71
|
pokemon: "CHARMANDER";
|
|
69
72
|
}
|
|
@@ -77,6 +80,9 @@ export type FormSettingsV0005PokemonCharmeleon = S<
|
|
|
77
80
|
{
|
|
78
81
|
form: "CHARMELEON_NORMAL";
|
|
79
82
|
},
|
|
83
|
+
{
|
|
84
|
+
form: "CHARMELEON_GOGGLES_2026";
|
|
85
|
+
},
|
|
80
86
|
];
|
|
81
87
|
pokemon: "CHARMELEON";
|
|
82
88
|
}
|
|
@@ -94,6 +100,9 @@ export type FormSettingsV0006PokemonCharizard = S<
|
|
|
94
100
|
assetBundleSuffix: "pm0006_00_pgo_copy2019";
|
|
95
101
|
form: "CHARIZARD_COPY_2019";
|
|
96
102
|
},
|
|
103
|
+
{
|
|
104
|
+
form: "CHARIZARD_GOGGLES_2026";
|
|
105
|
+
},
|
|
97
106
|
];
|
|
98
107
|
pokemon: "CHARIZARD";
|
|
99
108
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "genderSettings", split "misc",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "genderSettings", split "misc", 2385 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { GenderSettings } from "../types";
|
|
@@ -123,6 +123,18 @@ export type GenderSettingsV0004PokemonCharmanderFall2019 = S<
|
|
|
123
123
|
}
|
|
124
124
|
>
|
|
125
125
|
>;
|
|
126
|
+
export type GenderSettingsV0004PokemonCharmanderGoggles2026 = S<
|
|
127
|
+
GenderSettings<
|
|
128
|
+
"SPAWN_V0004_POKEMON_CHARMANDER_GOGGLES_2026",
|
|
129
|
+
{
|
|
130
|
+
gender: {
|
|
131
|
+
femalePercent: 0.125;
|
|
132
|
+
malePercent: 0.875;
|
|
133
|
+
};
|
|
134
|
+
pokemon: "CHARMANDER";
|
|
135
|
+
}
|
|
136
|
+
>
|
|
137
|
+
>;
|
|
126
138
|
export type GenderSettingsV0004PokemonCharmanderNormal = S<
|
|
127
139
|
GenderSettings<
|
|
128
140
|
"SPAWN_V0004_POKEMON_CHARMANDER_NORMAL",
|
|
@@ -147,6 +159,18 @@ export type GenderSettingsV0005PokemonCharmeleon = S<
|
|
|
147
159
|
}
|
|
148
160
|
>
|
|
149
161
|
>;
|
|
162
|
+
export type GenderSettingsV0005PokemonCharmeleonGoggles2026 = S<
|
|
163
|
+
GenderSettings<
|
|
164
|
+
"SPAWN_V0005_POKEMON_CHARMELEON_GOGGLES_2026",
|
|
165
|
+
{
|
|
166
|
+
gender: {
|
|
167
|
+
femalePercent: 0.125;
|
|
168
|
+
malePercent: 0.875;
|
|
169
|
+
};
|
|
170
|
+
pokemon: "CHARMELEON";
|
|
171
|
+
}
|
|
172
|
+
>
|
|
173
|
+
>;
|
|
150
174
|
export type GenderSettingsV0005PokemonCharmeleonNormal = S<
|
|
151
175
|
GenderSettings<
|
|
152
176
|
"SPAWN_V0005_POKEMON_CHARMELEON_NORMAL",
|
|
@@ -183,6 +207,18 @@ export type GenderSettingsV0006PokemonCharizardCopy2019 = S<
|
|
|
183
207
|
}
|
|
184
208
|
>
|
|
185
209
|
>;
|
|
210
|
+
export type GenderSettingsV0006PokemonCharizardGoggles2026 = S<
|
|
211
|
+
GenderSettings<
|
|
212
|
+
"SPAWN_V0006_POKEMON_CHARIZARD_GOGGLES_2026",
|
|
213
|
+
{
|
|
214
|
+
gender: {
|
|
215
|
+
femalePercent: 0.125;
|
|
216
|
+
malePercent: 0.875;
|
|
217
|
+
};
|
|
218
|
+
pokemon: "CHARIZARD";
|
|
219
|
+
}
|
|
220
|
+
>
|
|
221
|
+
>;
|
|
186
222
|
export type GenderSettingsV0006PokemonCharizardNormal = S<
|
|
187
223
|
GenderSettings<
|
|
188
224
|
"SPAWN_V0006_POKEMON_CHARIZARD_NORMAL",
|
|
@@ -28027,11 +28063,14 @@ export type GenderSettingsMiscMasterfileEntry =
|
|
|
28027
28063
|
| GenderSettingsV0003PokemonVenusaurNormal
|
|
28028
28064
|
| GenderSettingsV0004PokemonCharmander
|
|
28029
28065
|
| GenderSettingsV0004PokemonCharmanderFall2019
|
|
28066
|
+
| GenderSettingsV0004PokemonCharmanderGoggles2026
|
|
28030
28067
|
| GenderSettingsV0004PokemonCharmanderNormal
|
|
28031
28068
|
| GenderSettingsV0005PokemonCharmeleon
|
|
28069
|
+
| GenderSettingsV0005PokemonCharmeleonGoggles2026
|
|
28032
28070
|
| GenderSettingsV0005PokemonCharmeleonNormal
|
|
28033
28071
|
| GenderSettingsV0006PokemonCharizard
|
|
28034
28072
|
| GenderSettingsV0006PokemonCharizardCopy2019
|
|
28073
|
+
| GenderSettingsV0006PokemonCharizardGoggles2026
|
|
28035
28074
|
| GenderSettingsV0006PokemonCharizardNormal
|
|
28036
28075
|
| GenderSettingsV0007PokemonSquirtle
|
|
28037
28076
|
| GenderSettingsV0007PokemonSquirtleFall2019
|
|
@@ -11,11 +11,14 @@ import type {
|
|
|
11
11
|
GenderSettingsV0003PokemonVenusaurNormal,
|
|
12
12
|
GenderSettingsV0004PokemonCharmander,
|
|
13
13
|
GenderSettingsV0004PokemonCharmanderFall2019,
|
|
14
|
+
GenderSettingsV0004PokemonCharmanderGoggles2026,
|
|
14
15
|
GenderSettingsV0004PokemonCharmanderNormal,
|
|
15
16
|
GenderSettingsV0005PokemonCharmeleon,
|
|
17
|
+
GenderSettingsV0005PokemonCharmeleonGoggles2026,
|
|
16
18
|
GenderSettingsV0005PokemonCharmeleonNormal,
|
|
17
19
|
GenderSettingsV0006PokemonCharizard,
|
|
18
20
|
GenderSettingsV0006PokemonCharizardCopy2019,
|
|
21
|
+
GenderSettingsV0006PokemonCharizardGoggles2026,
|
|
19
22
|
GenderSettingsV0006PokemonCharizardNormal,
|
|
20
23
|
GenderSettingsV0007PokemonSquirtle,
|
|
21
24
|
GenderSettingsV0007PokemonSquirtleFall2019,
|
|
@@ -2490,11 +2493,14 @@ export interface GenderSettingsLookup {
|
|
|
2490
2493
|
SPAWN_V0003_POKEMON_VENUSAUR_NORMAL: GenderSettingsV0003PokemonVenusaurNormal;
|
|
2491
2494
|
SPAWN_V0004_POKEMON_CHARMANDER: GenderSettingsV0004PokemonCharmander;
|
|
2492
2495
|
SPAWN_V0004_POKEMON_CHARMANDER_FALL_2019: GenderSettingsV0004PokemonCharmanderFall2019;
|
|
2496
|
+
SPAWN_V0004_POKEMON_CHARMANDER_GOGGLES_2026: GenderSettingsV0004PokemonCharmanderGoggles2026;
|
|
2493
2497
|
SPAWN_V0004_POKEMON_CHARMANDER_NORMAL: GenderSettingsV0004PokemonCharmanderNormal;
|
|
2494
2498
|
SPAWN_V0005_POKEMON_CHARMELEON: GenderSettingsV0005PokemonCharmeleon;
|
|
2499
|
+
SPAWN_V0005_POKEMON_CHARMELEON_GOGGLES_2026: GenderSettingsV0005PokemonCharmeleonGoggles2026;
|
|
2495
2500
|
SPAWN_V0005_POKEMON_CHARMELEON_NORMAL: GenderSettingsV0005PokemonCharmeleonNormal;
|
|
2496
2501
|
SPAWN_V0006_POKEMON_CHARIZARD: GenderSettingsV0006PokemonCharizard;
|
|
2497
2502
|
SPAWN_V0006_POKEMON_CHARIZARD_COPY_2019: GenderSettingsV0006PokemonCharizardCopy2019;
|
|
2503
|
+
SPAWN_V0006_POKEMON_CHARIZARD_GOGGLES_2026: GenderSettingsV0006PokemonCharizardGoggles2026;
|
|
2498
2504
|
SPAWN_V0006_POKEMON_CHARIZARD_NORMAL: GenderSettingsV0006PokemonCharizardNormal;
|
|
2499
2505
|
SPAWN_V0007_POKEMON_SQUIRTLE: GenderSettingsV0007PokemonSquirtle;
|
|
2500
2506
|
SPAWN_V0007_POKEMON_SQUIRTLE_FALL_2019: GenderSettingsV0007PokemonSquirtleFall2019;
|
|
@@ -56,8 +56,8 @@ export type ItemExpirationSettingsEventPassPointLiveOps02 = S<
|
|
|
56
56
|
ItemExpirationSettings<
|
|
57
57
|
"ITEM_EXPIRATION_ITEM_EVENT_PASS_POINT_LIVE_OPS_02",
|
|
58
58
|
{
|
|
59
|
-
emergencyExpirationTime: "2026-
|
|
60
|
-
expirationTime: "2026-
|
|
59
|
+
emergencyExpirationTime: "2026-09-27T10:00:00";
|
|
60
|
+
expirationTime: "2026-09-26T20:00:00";
|
|
61
61
|
}
|
|
62
62
|
>
|
|
63
63
|
>;
|
|
@@ -25,7 +25,6 @@ export interface ItemExpirationSettingsData {
|
|
|
25
25
|
emergencyExpirationTime?:
|
|
26
26
|
| "2025-11-16T18:00:00"
|
|
27
27
|
| "2026-05-09T10:00:00"
|
|
28
|
-
| "2026-06-06T10:00:00"
|
|
29
28
|
| "2026-06-13T10:00:00"
|
|
30
29
|
| "2026-06-20T10:00:00"
|
|
31
30
|
| "2026-07-04T10:00:00"
|
|
@@ -36,6 +35,7 @@ export interface ItemExpirationSettingsData {
|
|
|
36
35
|
| "2026-09-12T10:00:00"
|
|
37
36
|
| "2026-09-14T10:00:00"
|
|
38
37
|
| "2026-09-19T10:00:00"
|
|
38
|
+
| "2026-09-27T10:00:00"
|
|
39
39
|
| "2026-10-10T10:00:00";
|
|
40
40
|
expirationTime:
|
|
41
41
|
| "2025-11-16T18:00:00"
|
|
@@ -44,7 +44,6 @@ export interface ItemExpirationSettingsData {
|
|
|
44
44
|
| "2026-02-22T17:00:00"
|
|
45
45
|
| "2026-03-03T18:00:00"
|
|
46
46
|
| "2026-05-08T20:00:00"
|
|
47
|
-
| "2026-06-05T20:00:00"
|
|
48
47
|
| "2026-06-12T20:00:00"
|
|
49
48
|
| "2026-06-19T20:00:00"
|
|
50
49
|
| "2026-07-03T20:00:00"
|
|
@@ -59,6 +58,7 @@ export interface ItemExpirationSettingsData {
|
|
|
59
58
|
| "2026-09-10T10:00:00"
|
|
60
59
|
| "2026-09-13T23:59:00"
|
|
61
60
|
| "2026-09-18T20:00:00"
|
|
61
|
+
| "2026-09-26T20:00:00"
|
|
62
62
|
| "2026-10-08T10:00:00";
|
|
63
63
|
itemEnablementSettings?: {
|
|
64
64
|
enabledTimePeriods: [
|
|
@@ -33,9 +33,7 @@ export type ItemSettingsItemEventPassPointGoFest02 = S<
|
|
|
33
33
|
itemId: "ITEM_EVENT_PASS_POINT_GO_FEST_02";
|
|
34
34
|
itemType: "ITEM_TYPE_EVENT_PASS_POINT";
|
|
35
35
|
timePeriodCounters: {
|
|
36
|
-
playerActivity:
|
|
37
|
-
limit: 1000;
|
|
38
|
-
};
|
|
36
|
+
playerActivity: object;
|
|
39
37
|
};
|
|
40
38
|
}
|
|
41
39
|
>
|
|
@@ -125,7 +123,7 @@ export type ItemSettingsItemEventPassPointLiveOps02 = S<
|
|
|
125
123
|
{
|
|
126
124
|
category: "ITEM_CATEGORY_EVENT_PASS_POINT";
|
|
127
125
|
eventPassPoint: {
|
|
128
|
-
eventPassId: "
|
|
126
|
+
eventPassId: "EVENT_PASS_HORIZONS_FALL_2026_EVENT";
|
|
129
127
|
};
|
|
130
128
|
hideItemInInventory: true;
|
|
131
129
|
ignoreInventorySpace: true;
|
|
@@ -366,9 +364,7 @@ export type ItemSettingsItemEventPassPointMonthly03 = S<
|
|
|
366
364
|
itemId: "ITEM_EVENT_PASS_POINT_MONTHLY_03";
|
|
367
365
|
itemType: "ITEM_TYPE_EVENT_PASS_POINT";
|
|
368
366
|
timePeriodCounters: {
|
|
369
|
-
playerActivity:
|
|
370
|
-
limit: 250;
|
|
371
|
-
};
|
|
367
|
+
playerActivity: object;
|
|
372
368
|
};
|
|
373
369
|
}
|
|
374
370
|
>
|
|
@@ -92,7 +92,6 @@ export interface ItemSettingsData {
|
|
|
92
92
|
| "EVENT_PASS_AFTERPARTY2026_EVENT"
|
|
93
93
|
| "EVENT_PASS_AMER2026_EVENT"
|
|
94
94
|
| "EVENT_PASS_AUGUST2026_SEASON"
|
|
95
|
-
| "EVENT_PASS_BLANCHE2026_EVENT"
|
|
96
95
|
| "EVENT_PASS_EMEA2026_EVENT"
|
|
97
96
|
| "EVENT_PASS_FLYINGTAXI2026_EVENT"
|
|
98
97
|
| "EVENT_PASS_GOFEST2025_GLOBAL"
|
|
@@ -100,6 +99,7 @@ export interface ItemSettingsData {
|
|
|
100
99
|
| "EVENT_PASS_GOTOUR2026_GLOBAL"
|
|
101
100
|
| "EVENT_PASS_GOTOUR2026_IRL"
|
|
102
101
|
| "EVENT_PASS_GOWA_2025"
|
|
102
|
+
| "EVENT_PASS_HORIZONS_FALL_2026_EVENT"
|
|
103
103
|
| "EVENT_PASS_JULY2026_SEASON"
|
|
104
104
|
| "EVENT_PASS_MEGASQUADS2026_EVENT"
|
|
105
105
|
| "EVENT_PASS_SEPTEMBER2026_SEASON"
|
|
@@ -629,7 +629,7 @@ export interface ItemSettingsData {
|
|
|
629
629
|
};
|
|
630
630
|
timePeriodCounters?: {
|
|
631
631
|
playerActivity: {
|
|
632
|
-
limit
|
|
632
|
+
limit?: number;
|
|
633
633
|
};
|
|
634
634
|
};
|
|
635
635
|
xpBoost?: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "locationCardSettings", split "specialbackground",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "locationCardSettings", split "specialbackground", 56 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { LocationCardSettings } from "../types";
|
|
@@ -562,6 +562,17 @@ export type LocationCardSettingsSpecialbackgroundPok2026 = S<
|
|
|
562
562
|
}
|
|
563
563
|
>
|
|
564
564
|
>;
|
|
565
|
+
export type LocationCardSettingsSpecialbackgroundS24Sep2026 = S<
|
|
566
|
+
LocationCardSettings<
|
|
567
|
+
"LC_SPECIALBACKGROUND_S24_SEP_2026",
|
|
568
|
+
{
|
|
569
|
+
cardType: "SPECIAL_BACKGROUND";
|
|
570
|
+
imageUrl: "sb_s24_sep_2026";
|
|
571
|
+
locationCard: 349;
|
|
572
|
+
vfxAddress: "bgfx_Horizons_2026";
|
|
573
|
+
}
|
|
574
|
+
>
|
|
575
|
+
>;
|
|
565
576
|
export type LocationCardSettingsSpecialbackgroundTeamBlue = S<
|
|
566
577
|
LocationCardSettings<
|
|
567
578
|
"LC_SPECIALBACKGROUND_TEAM_BLUE",
|
|
@@ -649,6 +660,7 @@ export type LocationCardSettingsSpecialbackgroundMasterfileEntry =
|
|
|
649
660
|
| LocationCardSettingsSpecialbackgroundMidautumn2026
|
|
650
661
|
| LocationCardSettingsSpecialbackgroundObservatoryExhibitionTour
|
|
651
662
|
| LocationCardSettingsSpecialbackgroundPok2026
|
|
663
|
+
| LocationCardSettingsSpecialbackgroundS24Sep2026
|
|
652
664
|
| LocationCardSettingsSpecialbackgroundTeamBlue
|
|
653
665
|
| LocationCardSettingsSpecialbackgroundTeamRed
|
|
654
666
|
| LocationCardSettingsSpecialbackgroundTeamYellow;
|
|
@@ -242,6 +242,7 @@ import type {
|
|
|
242
242
|
LocationCardSettingsSpecialbackgroundMidautumn2026,
|
|
243
243
|
LocationCardSettingsSpecialbackgroundObservatoryExhibitionTour,
|
|
244
244
|
LocationCardSettingsSpecialbackgroundPok2026,
|
|
245
|
+
LocationCardSettingsSpecialbackgroundS24Sep2026,
|
|
245
246
|
LocationCardSettingsSpecialbackgroundTeamBlue,
|
|
246
247
|
LocationCardSettingsSpecialbackgroundTeamRed,
|
|
247
248
|
LocationCardSettingsSpecialbackgroundTeamYellow,
|
|
@@ -496,6 +497,7 @@ export interface LocationCardSettingsLookup {
|
|
|
496
497
|
LC_SPECIALBACKGROUND_MIDAUTUMN_2026: LocationCardSettingsSpecialbackgroundMidautumn2026;
|
|
497
498
|
LC_SPECIALBACKGROUND_OBSERVATORY_EXHIBITION_TOUR: LocationCardSettingsSpecialbackgroundObservatoryExhibitionTour;
|
|
498
499
|
LC_SPECIALBACKGROUND_POK2026: LocationCardSettingsSpecialbackgroundPok2026;
|
|
500
|
+
LC_SPECIALBACKGROUND_S24_SEP_2026: LocationCardSettingsSpecialbackgroundS24Sep2026;
|
|
499
501
|
LC_SPECIALBACKGROUND_TEAM_BLUE: LocationCardSettingsSpecialbackgroundTeamBlue;
|
|
500
502
|
LC_SPECIALBACKGROUND_TEAM_RED: LocationCardSettingsSpecialbackgroundTeamRed;
|
|
501
503
|
LC_SPECIALBACKGROUND_TEAM_YELLOW: LocationCardSettingsSpecialbackgroundTeamYellow;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "locationCardSettings",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "locationCardSettings", 252 entries (structural types).
|
|
2
2
|
|
|
3
3
|
import type { W } from "../_utils";
|
|
4
4
|
|
|
@@ -42,6 +42,7 @@ export interface LocationCardSettingsData {
|
|
|
42
42
|
| "bgfx_Gold"
|
|
43
43
|
| "bgfx_gowa"
|
|
44
44
|
| "bgfx_holi_2026"
|
|
45
|
+
| "bgfx_Horizons_2026"
|
|
45
46
|
| "bgfx_Mega"
|
|
46
47
|
| "bgfx_MegaPlus"
|
|
47
48
|
| "bgfx_MightAndMastery"
|