pogo-masterfile-types 0.1.52 → 0.1.53
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 +23 -0
- package/dist/badge-settings/entries/event-badge-event-badge-settings.d.ts +16 -1
- package/dist/badge-settings/lookup-table.d.ts +2 -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/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/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 +2 -5
- 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,29 @@
|
|
|
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.53] - 2026-09-04
|
|
6
|
+
|
|
7
|
+
Automated regeneration from upstream masterfile commit `859dfff254ff35d004560a76a2c488d135bff403`.
|
|
8
|
+
|
|
9
|
+
### Added template IDs (12)
|
|
10
|
+
|
|
11
|
+
- BADGE_EVENT_0240
|
|
12
|
+
- EXTENDED_V0004_POKEMON_CHARMANDER_GOGGLES_2026
|
|
13
|
+
- EXTENDED_V0005_POKEMON_CHARMELEON_GOGGLES_2026
|
|
14
|
+
- EXTENDED_V0006_POKEMON_CHARIZARD_GOGGLES_2026
|
|
15
|
+
- LC_SPECIALBACKGROUND_S24_SEP_2026
|
|
16
|
+
- SPAWN_V0004_POKEMON_CHARMANDER_GOGGLES_2026
|
|
17
|
+
- SPAWN_V0005_POKEMON_CHARMELEON_GOGGLES_2026
|
|
18
|
+
- SPAWN_V0006_POKEMON_CHARIZARD_GOGGLES_2026
|
|
19
|
+
- STICKER_HANBOK_PIKACHU
|
|
20
|
+
- V0004_POKEMON_CHARMANDER_GOGGLES_2026
|
|
21
|
+
- V0005_POKEMON_CHARMELEON_GOGGLES_2026
|
|
22
|
+
- V0006_POKEMON_CHARIZARD_GOGGLES_2026
|
|
23
|
+
|
|
24
|
+
### Removed template IDs (1)
|
|
25
|
+
|
|
26
|
+
- AR_PHOTO_MULTIPLE_CONCURRENT_CAMPAIGN_CODE_GATE
|
|
27
|
+
|
|
5
28
|
## [0.1.52] - 2026-09-03
|
|
6
29
|
|
|
7
30
|
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", 131 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",
|
|
@@ -1911,6 +1925,7 @@ export type BadgeSettingsEventBadgeEventBadgeSettingsMasterfileEntry =
|
|
|
1911
1925
|
| BadgeSettingsEvent0233
|
|
1912
1926
|
| BadgeSettingsEvent0234
|
|
1913
1927
|
| BadgeSettingsEvent0236
|
|
1928
|
+
| BadgeSettingsEvent0240
|
|
1914
1929
|
| BadgeSettingsEvent0241
|
|
1915
1930
|
| BadgeSettingsEvent0253
|
|
1916
1931
|
| BadgeSettingsEvent0259
|
|
@@ -186,6 +186,7 @@ import type {
|
|
|
186
186
|
BadgeSettingsEvent0233,
|
|
187
187
|
BadgeSettingsEvent0234,
|
|
188
188
|
BadgeSettingsEvent0236,
|
|
189
|
+
BadgeSettingsEvent0240,
|
|
189
190
|
BadgeSettingsEvent0241,
|
|
190
191
|
BadgeSettingsEvent0253,
|
|
191
192
|
BadgeSettingsEvent0259,
|
|
@@ -1195,6 +1196,7 @@ export interface BadgeSettingsLookup {
|
|
|
1195
1196
|
BADGE_EVENT_0233: BadgeSettingsEvent0233;
|
|
1196
1197
|
BADGE_EVENT_0234: BadgeSettingsEvent0234;
|
|
1197
1198
|
BADGE_EVENT_0236: BadgeSettingsEvent0236;
|
|
1199
|
+
BADGE_EVENT_0240: BadgeSettingsEvent0240;
|
|
1198
1200
|
BADGE_EVENT_0241: BadgeSettingsEvent0241;
|
|
1199
1201
|
BADGE_EVENT_0253: BadgeSettingsEvent0253;
|
|
1200
1202
|
BADGE_EVENT_0259: BadgeSettingsEvent0259;
|
|
@@ -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"
|
|
@@ -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;
|
|
@@ -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"
|
|
@@ -13,6 +13,7 @@ export type MegaEvoLevelSettings1 = S<
|
|
|
13
13
|
};
|
|
14
14
|
effects: {
|
|
15
15
|
sameTypeExtraCatchCandy: 1;
|
|
16
|
+
selfCpBoostAdditionalLevel: 2;
|
|
16
17
|
};
|
|
17
18
|
level: 1;
|
|
18
19
|
progression: {
|
|
@@ -31,6 +32,7 @@ export type MegaEvoLevelSettings1V0015PokemonBeedrill = S<
|
|
|
31
32
|
};
|
|
32
33
|
effects: {
|
|
33
34
|
sameTypeExtraCatchCandy: 1;
|
|
35
|
+
selfCpBoostAdditionalLevel: 2;
|
|
34
36
|
};
|
|
35
37
|
level: 1;
|
|
36
38
|
pokemonId: "BEEDRILL";
|
|
@@ -50,6 +52,7 @@ export type MegaEvoLevelSettings1V0018PokemonPidgeot = S<
|
|
|
50
52
|
};
|
|
51
53
|
effects: {
|
|
52
54
|
sameTypeExtraCatchCandy: 1;
|
|
55
|
+
selfCpBoostAdditionalLevel: 2;
|
|
53
56
|
};
|
|
54
57
|
level: 1;
|
|
55
58
|
pokemonId: "PIDGEOT";
|
|
@@ -69,6 +72,7 @@ export type MegaEvoLevelSettings1V0026PokemonRaichu = S<
|
|
|
69
72
|
};
|
|
70
73
|
effects: {
|
|
71
74
|
sameTypeExtraCatchCandy: 1;
|
|
75
|
+
selfCpBoostAdditionalLevel: 2;
|
|
72
76
|
};
|
|
73
77
|
level: 1;
|
|
74
78
|
pokemonId: "RAICHU";
|
|
@@ -88,6 +92,7 @@ export type MegaEvoLevelSettings1V0071PokemonVictreebel = S<
|
|
|
88
92
|
};
|
|
89
93
|
effects: {
|
|
90
94
|
sameTypeExtraCatchCandy: 1;
|
|
95
|
+
selfCpBoostAdditionalLevel: 2;
|
|
91
96
|
};
|
|
92
97
|
level: 1;
|
|
93
98
|
pokemonId: "VICTREEBEL";
|
|
@@ -107,6 +112,7 @@ export type MegaEvoLevelSettings1V0080PokemonSlowbro = S<
|
|
|
107
112
|
};
|
|
108
113
|
effects: {
|
|
109
114
|
sameTypeExtraCatchCandy: 1;
|
|
115
|
+
selfCpBoostAdditionalLevel: 2;
|
|
110
116
|
};
|
|
111
117
|
level: 1;
|
|
112
118
|
pokemonId: "SLOWBRO";
|
|
@@ -126,6 +132,7 @@ export type MegaEvoLevelSettings1V0121PokemonStarmie = S<
|
|
|
126
132
|
};
|
|
127
133
|
effects: {
|
|
128
134
|
sameTypeExtraCatchCandy: 1;
|
|
135
|
+
selfCpBoostAdditionalLevel: 2;
|
|
129
136
|
};
|
|
130
137
|
level: 1;
|
|
131
138
|
pokemonId: "STARMIE";
|
|
@@ -145,6 +152,7 @@ export type MegaEvoLevelSettings1V0130PokemonGyarados = S<
|
|
|
145
152
|
};
|
|
146
153
|
effects: {
|
|
147
154
|
sameTypeExtraCatchCandy: 1;
|
|
155
|
+
selfCpBoostAdditionalLevel: 2;
|
|
148
156
|
};
|
|
149
157
|
level: 1;
|
|
150
158
|
pokemonId: "GYARADOS";
|
|
@@ -164,6 +172,7 @@ export type MegaEvoLevelSettings1V0149PokemonDragonite = S<
|
|
|
164
172
|
};
|
|
165
173
|
effects: {
|
|
166
174
|
sameTypeExtraCatchCandy: 1;
|
|
175
|
+
selfCpBoostAdditionalLevel: 2;
|
|
167
176
|
};
|
|
168
177
|
level: 1;
|
|
169
178
|
pokemonId: "DRAGONITE";
|
|
@@ -183,6 +192,7 @@ export type MegaEvoLevelSettings1V0150PokemonMewtwo = S<
|
|
|
183
192
|
};
|
|
184
193
|
effects: {
|
|
185
194
|
sameTypeExtraCatchCandy: 1;
|
|
195
|
+
selfCpBoostAdditionalLevel: 2;
|
|
186
196
|
};
|
|
187
197
|
level: 1;
|
|
188
198
|
pokemonId: "MEWTWO";
|
|
@@ -202,6 +212,7 @@ export type MegaEvoLevelSettings1V0227PokemonSkarmory = S<
|
|
|
202
212
|
};
|
|
203
213
|
effects: {
|
|
204
214
|
sameTypeExtraCatchCandy: 1;
|
|
215
|
+
selfCpBoostAdditionalLevel: 2;
|
|
205
216
|
};
|
|
206
217
|
level: 1;
|
|
207
218
|
pokemonId: "SKARMORY";
|
|
@@ -221,6 +232,7 @@ export type MegaEvoLevelSettings1V0229PokemonHoundoom = S<
|
|
|
221
232
|
};
|
|
222
233
|
effects: {
|
|
223
234
|
sameTypeExtraCatchCandy: 1;
|
|
235
|
+
selfCpBoostAdditionalLevel: 2;
|
|
224
236
|
};
|
|
225
237
|
level: 1;
|
|
226
238
|
pokemonId: "HOUNDOOM";
|
|
@@ -240,6 +252,7 @@ export type MegaEvoLevelSettings1V0248PokemonTyranitar = S<
|
|
|
240
252
|
};
|
|
241
253
|
effects: {
|
|
242
254
|
sameTypeExtraCatchCandy: 1;
|
|
255
|
+
selfCpBoostAdditionalLevel: 2;
|
|
243
256
|
};
|
|
244
257
|
level: 1;
|
|
245
258
|
pokemonId: "TYRANITAR";
|
|
@@ -259,6 +272,7 @@ export type MegaEvoLevelSettings1V0302PokemonSableye = S<
|
|
|
259
272
|
};
|
|
260
273
|
effects: {
|
|
261
274
|
sameTypeExtraCatchCandy: 1;
|
|
275
|
+
selfCpBoostAdditionalLevel: 2;
|
|
262
276
|
};
|
|
263
277
|
level: 1;
|
|
264
278
|
pokemonId: "SABLEYE";
|
|
@@ -278,6 +292,7 @@ export type MegaEvoLevelSettings1V0308PokemonMedicham = S<
|
|
|
278
292
|
};
|
|
279
293
|
effects: {
|
|
280
294
|
sameTypeExtraCatchCandy: 1;
|
|
295
|
+
selfCpBoostAdditionalLevel: 2;
|
|
281
296
|
};
|
|
282
297
|
level: 1;
|
|
283
298
|
pokemonId: "MEDICHAM";
|
|
@@ -297,6 +312,7 @@ export type MegaEvoLevelSettings1V0310PokemonManectric = S<
|
|
|
297
312
|
};
|
|
298
313
|
effects: {
|
|
299
314
|
sameTypeExtraCatchCandy: 1;
|
|
315
|
+
selfCpBoostAdditionalLevel: 2;
|
|
300
316
|
};
|
|
301
317
|
level: 1;
|
|
302
318
|
pokemonId: "MANECTRIC";
|
|
@@ -316,6 +332,7 @@ export type MegaEvoLevelSettings1V0334PokemonAltaria = S<
|
|
|
316
332
|
};
|
|
317
333
|
effects: {
|
|
318
334
|
sameTypeExtraCatchCandy: 1;
|
|
335
|
+
selfCpBoostAdditionalLevel: 2;
|
|
319
336
|
};
|
|
320
337
|
level: 1;
|
|
321
338
|
pokemonId: "ALTARIA";
|
|
@@ -335,6 +352,7 @@ export type MegaEvoLevelSettings1V0354PokemonBanette = S<
|
|
|
335
352
|
};
|
|
336
353
|
effects: {
|
|
337
354
|
sameTypeExtraCatchCandy: 1;
|
|
355
|
+
selfCpBoostAdditionalLevel: 2;
|
|
338
356
|
};
|
|
339
357
|
level: 1;
|
|
340
358
|
pokemonId: "BANETTE";
|
|
@@ -354,6 +372,7 @@ export type MegaEvoLevelSettings1V0373PokemonSalamence = S<
|
|
|
354
372
|
};
|
|
355
373
|
effects: {
|
|
356
374
|
sameTypeExtraCatchCandy: 1;
|
|
375
|
+
selfCpBoostAdditionalLevel: 2;
|
|
357
376
|
};
|
|
358
377
|
level: 1;
|
|
359
378
|
pokemonId: "SALAMENCE";
|
|
@@ -373,6 +392,7 @@ export type MegaEvoLevelSettings1V0376PokemonMetagross = S<
|
|
|
373
392
|
};
|
|
374
393
|
effects: {
|
|
375
394
|
sameTypeExtraCatchCandy: 1;
|
|
395
|
+
selfCpBoostAdditionalLevel: 2;
|
|
376
396
|
};
|
|
377
397
|
level: 1;
|
|
378
398
|
pokemonId: "METAGROSS";
|
|
@@ -392,6 +412,7 @@ export type MegaEvoLevelSettings1V0380PokemonLatias = S<
|
|
|
392
412
|
};
|
|
393
413
|
effects: {
|
|
394
414
|
sameTypeExtraCatchCandy: 1;
|
|
415
|
+
selfCpBoostAdditionalLevel: 2;
|
|
395
416
|
};
|
|
396
417
|
level: 1;
|
|
397
418
|
pokemonId: "LATIAS";
|
|
@@ -411,6 +432,7 @@ export type MegaEvoLevelSettings1V0381PokemonLatios = S<
|
|
|
411
432
|
};
|
|
412
433
|
effects: {
|
|
413
434
|
sameTypeExtraCatchCandy: 1;
|
|
435
|
+
selfCpBoostAdditionalLevel: 2;
|
|
414
436
|
};
|
|
415
437
|
level: 1;
|
|
416
438
|
pokemonId: "LATIOS";
|
|
@@ -430,6 +452,7 @@ export type MegaEvoLevelSettings1V0382PokemonKyogre = S<
|
|
|
430
452
|
};
|
|
431
453
|
effects: {
|
|
432
454
|
sameTypeExtraCatchCandy: 1;
|
|
455
|
+
selfCpBoostAdditionalLevel: 2;
|
|
433
456
|
};
|
|
434
457
|
level: 1;
|
|
435
458
|
pokemonId: "KYOGRE";
|
|
@@ -449,6 +472,7 @@ export type MegaEvoLevelSettings1V0383PokemonGroudon = S<
|
|
|
449
472
|
};
|
|
450
473
|
effects: {
|
|
451
474
|
sameTypeExtraCatchCandy: 1;
|
|
475
|
+
selfCpBoostAdditionalLevel: 2;
|
|
452
476
|
};
|
|
453
477
|
level: 1;
|
|
454
478
|
pokemonId: "GROUDON";
|
|
@@ -468,6 +492,7 @@ export type MegaEvoLevelSettings1V0384PokemonRayquaza = S<
|
|
|
468
492
|
};
|
|
469
493
|
effects: {
|
|
470
494
|
sameTypeExtraCatchCandy: 1;
|
|
495
|
+
selfCpBoostAdditionalLevel: 2;
|
|
471
496
|
};
|
|
472
497
|
level: 1;
|
|
473
498
|
pokemonId: "RAYQUAZA";
|
|
@@ -506,6 +531,7 @@ export type MegaEvoLevelSettings1V0445PokemonGarchomp = S<
|
|
|
506
531
|
};
|
|
507
532
|
effects: {
|
|
508
533
|
sameTypeExtraCatchCandy: 1;
|
|
534
|
+
selfCpBoostAdditionalLevel: 2;
|
|
509
535
|
};
|
|
510
536
|
level: 1;
|
|
511
537
|
pokemonId: "GARCHOMP";
|
|
@@ -525,6 +551,7 @@ export type MegaEvoLevelSettings1V0652PokemonChesnaught = S<
|
|
|
525
551
|
};
|
|
526
552
|
effects: {
|
|
527
553
|
sameTypeExtraCatchCandy: 1;
|
|
554
|
+
selfCpBoostAdditionalLevel: 2;
|
|
528
555
|
};
|
|
529
556
|
level: 1;
|
|
530
557
|
pokemonId: "CHESNAUGHT";
|
|
@@ -544,6 +571,7 @@ export type MegaEvoLevelSettings1V0655PokemonDelphox = S<
|
|
|
544
571
|
};
|
|
545
572
|
effects: {
|
|
546
573
|
sameTypeExtraCatchCandy: 1;
|
|
574
|
+
selfCpBoostAdditionalLevel: 2;
|
|
547
575
|
};
|
|
548
576
|
level: 1;
|
|
549
577
|
pokemonId: "DELPHOX";
|
|
@@ -563,6 +591,7 @@ export type MegaEvoLevelSettings1V0658PokemonGreninja = S<
|
|
|
563
591
|
};
|
|
564
592
|
effects: {
|
|
565
593
|
sameTypeExtraCatchCandy: 1;
|
|
594
|
+
selfCpBoostAdditionalLevel: 2;
|
|
566
595
|
};
|
|
567
596
|
level: 1;
|
|
568
597
|
pokemonId: "GRENINJA";
|
|
@@ -582,6 +611,7 @@ export type MegaEvoLevelSettings1V0687PokemonMalamar = S<
|
|
|
582
611
|
};
|
|
583
612
|
effects: {
|
|
584
613
|
sameTypeExtraCatchCandy: 1;
|
|
614
|
+
selfCpBoostAdditionalLevel: 2;
|
|
585
615
|
};
|
|
586
616
|
level: 1;
|
|
587
617
|
pokemonId: "MALAMAR";
|
|
@@ -601,6 +631,7 @@ export type MegaEvoLevelSettings1V0719PokemonDiancie = S<
|
|
|
601
631
|
};
|
|
602
632
|
effects: {
|
|
603
633
|
sameTypeExtraCatchCandy: 1;
|
|
634
|
+
selfCpBoostAdditionalLevel: 2;
|
|
604
635
|
};
|
|
605
636
|
level: 1;
|
|
606
637
|
pokemonId: "DIANCIE";
|
|
@@ -620,6 +651,7 @@ export type MegaEvoLevelSettings1V0870PokemonFalinks = S<
|
|
|
620
651
|
};
|
|
621
652
|
effects: {
|
|
622
653
|
sameTypeExtraCatchCandy: 1;
|
|
654
|
+
selfCpBoostAdditionalLevel: 2;
|
|
623
655
|
};
|
|
624
656
|
level: 1;
|
|
625
657
|
pokemonId: "FALINKS";
|