pogo-masterfile-types 0.1.44 → 0.1.46
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 +228 -0
- package/dist/avatar-item-display/entries/display-string-id/backpack.d.ts +1 -1
- package/dist/avatar-item-display/entries/display-string-id/hat.d.ts +11 -1
- package/dist/avatar-item-display/entries/display-string-id/pose.d.ts +11 -1
- package/dist/avatar-item-display/entries/display-string-id/shirt.d.ts +11 -1
- package/dist/avatar-item-display/entries/display-string-id/shoes.d.ts +11 -1
- package/dist/avatar-item-display/entries/misc.d.ts +10 -1
- package/dist/avatar-item-display/lookup-table.d.ts +10 -0
- package/dist/avatar-item-display/types.d.ts +1 -1
- 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/event-pass-settings/entries/index.d.ts +49 -2
- package/dist/event-pass-settings/lookup-table.d.ts +2 -1
- package/dist/event-pass-settings/types.d.ts +33 -16
- package/dist/event-pass-tier-settings/entries/free/index.d.ts +6 -1
- package/dist/event-pass-tier-settings/entries/free/wcs2026.d.ts +1855 -0
- package/dist/event-pass-tier-settings/entries/premium/index.d.ts +6 -1
- package/dist/event-pass-tier-settings/entries/premium/wcs2026.d.ts +1748 -0
- package/dist/event-pass-tier-settings/lookup-table.d.ts +400 -0
- package/dist/event-pass-tier-settings/types.d.ts +45 -6
- package/dist/iap-item-display/entries/global-event-ticket.d.ts +19 -1
- package/dist/iap-item-display/entries/no-category.d.ts +82 -14
- package/dist/iap-item-display/lookup-table.d.ts +10 -0
- package/dist/iap-item-display/types.d.ts +8 -1
- package/dist/item-settings/entries/event-pass-point.d.ts +1 -1
- package/dist/item-settings/entries/global-event-ticket.d.ts +1 -1
- package/dist/item-settings/types.d.ts +1 -1
- package/dist/roll-back/entries/index.d.ts +3 -1
- package/dist/roll-back/lookup-table.d.ts +2 -0
- package/dist/roll-back/types.d.ts +1 -1
- package/dist/singletons/entries/settings.d.ts +1 -0
- package/dist/vs-seeker-pokemon-rewards/types.d.ts +0 -96
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,234 @@
|
|
|
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.46] - 2026-08-25
|
|
6
|
+
|
|
7
|
+
Automated regeneration from upstream masterfile commit `7cefeae3b053b4b505dd56668197fa1b3e10ff41`.
|
|
8
|
+
|
|
9
|
+
### Added template IDs (203)
|
|
10
|
+
|
|
11
|
+
- EVENT_PASS_WCS2026_EVENT
|
|
12
|
+
- EVENT_PASS_WCS2026_EVENT_100_FREE
|
|
13
|
+
- EVENT_PASS_WCS2026_EVENT_100_PREMIUM
|
|
14
|
+
- EVENT_PASS_WCS2026_EVENT_10_FREE
|
|
15
|
+
- EVENT_PASS_WCS2026_EVENT_10_PREMIUM
|
|
16
|
+
- EVENT_PASS_WCS2026_EVENT_11_FREE
|
|
17
|
+
- EVENT_PASS_WCS2026_EVENT_11_PREMIUM
|
|
18
|
+
- EVENT_PASS_WCS2026_EVENT_12_FREE
|
|
19
|
+
- EVENT_PASS_WCS2026_EVENT_12_PREMIUM
|
|
20
|
+
- EVENT_PASS_WCS2026_EVENT_13_FREE
|
|
21
|
+
- EVENT_PASS_WCS2026_EVENT_13_PREMIUM
|
|
22
|
+
- EVENT_PASS_WCS2026_EVENT_14_FREE
|
|
23
|
+
- EVENT_PASS_WCS2026_EVENT_14_PREMIUM
|
|
24
|
+
- EVENT_PASS_WCS2026_EVENT_15_FREE
|
|
25
|
+
- EVENT_PASS_WCS2026_EVENT_15_PREMIUM
|
|
26
|
+
- EVENT_PASS_WCS2026_EVENT_16_FREE
|
|
27
|
+
- EVENT_PASS_WCS2026_EVENT_16_PREMIUM
|
|
28
|
+
- EVENT_PASS_WCS2026_EVENT_17_FREE
|
|
29
|
+
- EVENT_PASS_WCS2026_EVENT_17_PREMIUM
|
|
30
|
+
- EVENT_PASS_WCS2026_EVENT_18_FREE
|
|
31
|
+
- EVENT_PASS_WCS2026_EVENT_18_PREMIUM
|
|
32
|
+
- EVENT_PASS_WCS2026_EVENT_19_FREE
|
|
33
|
+
- EVENT_PASS_WCS2026_EVENT_19_PREMIUM
|
|
34
|
+
- EVENT_PASS_WCS2026_EVENT_1_FREE
|
|
35
|
+
- EVENT_PASS_WCS2026_EVENT_1_PREMIUM
|
|
36
|
+
- EVENT_PASS_WCS2026_EVENT_20_FREE
|
|
37
|
+
- EVENT_PASS_WCS2026_EVENT_20_PREMIUM
|
|
38
|
+
- EVENT_PASS_WCS2026_EVENT_21_FREE
|
|
39
|
+
- EVENT_PASS_WCS2026_EVENT_21_PREMIUM
|
|
40
|
+
- EVENT_PASS_WCS2026_EVENT_22_FREE
|
|
41
|
+
- EVENT_PASS_WCS2026_EVENT_22_PREMIUM
|
|
42
|
+
- EVENT_PASS_WCS2026_EVENT_23_FREE
|
|
43
|
+
- EVENT_PASS_WCS2026_EVENT_23_PREMIUM
|
|
44
|
+
- EVENT_PASS_WCS2026_EVENT_24_FREE
|
|
45
|
+
- EVENT_PASS_WCS2026_EVENT_24_PREMIUM
|
|
46
|
+
- EVENT_PASS_WCS2026_EVENT_25_FREE
|
|
47
|
+
- EVENT_PASS_WCS2026_EVENT_25_PREMIUM
|
|
48
|
+
- EVENT_PASS_WCS2026_EVENT_26_FREE
|
|
49
|
+
- EVENT_PASS_WCS2026_EVENT_26_PREMIUM
|
|
50
|
+
- EVENT_PASS_WCS2026_EVENT_27_FREE
|
|
51
|
+
- EVENT_PASS_WCS2026_EVENT_27_PREMIUM
|
|
52
|
+
- EVENT_PASS_WCS2026_EVENT_28_FREE
|
|
53
|
+
- EVENT_PASS_WCS2026_EVENT_28_PREMIUM
|
|
54
|
+
- EVENT_PASS_WCS2026_EVENT_29_FREE
|
|
55
|
+
- EVENT_PASS_WCS2026_EVENT_29_PREMIUM
|
|
56
|
+
- EVENT_PASS_WCS2026_EVENT_2_FREE
|
|
57
|
+
- EVENT_PASS_WCS2026_EVENT_2_PREMIUM
|
|
58
|
+
- EVENT_PASS_WCS2026_EVENT_30_FREE
|
|
59
|
+
- EVENT_PASS_WCS2026_EVENT_30_PREMIUM
|
|
60
|
+
- EVENT_PASS_WCS2026_EVENT_31_FREE
|
|
61
|
+
- EVENT_PASS_WCS2026_EVENT_31_PREMIUM
|
|
62
|
+
- EVENT_PASS_WCS2026_EVENT_32_FREE
|
|
63
|
+
- EVENT_PASS_WCS2026_EVENT_32_PREMIUM
|
|
64
|
+
- EVENT_PASS_WCS2026_EVENT_33_FREE
|
|
65
|
+
- EVENT_PASS_WCS2026_EVENT_33_PREMIUM
|
|
66
|
+
- EVENT_PASS_WCS2026_EVENT_34_FREE
|
|
67
|
+
- EVENT_PASS_WCS2026_EVENT_34_PREMIUM
|
|
68
|
+
- EVENT_PASS_WCS2026_EVENT_35_FREE
|
|
69
|
+
- EVENT_PASS_WCS2026_EVENT_35_PREMIUM
|
|
70
|
+
- EVENT_PASS_WCS2026_EVENT_36_FREE
|
|
71
|
+
- EVENT_PASS_WCS2026_EVENT_36_PREMIUM
|
|
72
|
+
- EVENT_PASS_WCS2026_EVENT_37_FREE
|
|
73
|
+
- EVENT_PASS_WCS2026_EVENT_37_PREMIUM
|
|
74
|
+
- EVENT_PASS_WCS2026_EVENT_38_FREE
|
|
75
|
+
- EVENT_PASS_WCS2026_EVENT_38_PREMIUM
|
|
76
|
+
- EVENT_PASS_WCS2026_EVENT_39_FREE
|
|
77
|
+
- EVENT_PASS_WCS2026_EVENT_39_PREMIUM
|
|
78
|
+
- EVENT_PASS_WCS2026_EVENT_3_FREE
|
|
79
|
+
- EVENT_PASS_WCS2026_EVENT_3_PREMIUM
|
|
80
|
+
- EVENT_PASS_WCS2026_EVENT_40_FREE
|
|
81
|
+
- EVENT_PASS_WCS2026_EVENT_40_PREMIUM
|
|
82
|
+
- EVENT_PASS_WCS2026_EVENT_41_FREE
|
|
83
|
+
- EVENT_PASS_WCS2026_EVENT_41_PREMIUM
|
|
84
|
+
- EVENT_PASS_WCS2026_EVENT_42_FREE
|
|
85
|
+
- EVENT_PASS_WCS2026_EVENT_42_PREMIUM
|
|
86
|
+
- EVENT_PASS_WCS2026_EVENT_43_FREE
|
|
87
|
+
- EVENT_PASS_WCS2026_EVENT_43_PREMIUM
|
|
88
|
+
- EVENT_PASS_WCS2026_EVENT_44_FREE
|
|
89
|
+
- EVENT_PASS_WCS2026_EVENT_44_PREMIUM
|
|
90
|
+
- EVENT_PASS_WCS2026_EVENT_45_FREE
|
|
91
|
+
- EVENT_PASS_WCS2026_EVENT_45_PREMIUM
|
|
92
|
+
- EVENT_PASS_WCS2026_EVENT_46_FREE
|
|
93
|
+
- EVENT_PASS_WCS2026_EVENT_46_PREMIUM
|
|
94
|
+
- EVENT_PASS_WCS2026_EVENT_47_FREE
|
|
95
|
+
- EVENT_PASS_WCS2026_EVENT_47_PREMIUM
|
|
96
|
+
- EVENT_PASS_WCS2026_EVENT_48_FREE
|
|
97
|
+
- EVENT_PASS_WCS2026_EVENT_48_PREMIUM
|
|
98
|
+
- EVENT_PASS_WCS2026_EVENT_49_FREE
|
|
99
|
+
- EVENT_PASS_WCS2026_EVENT_49_PREMIUM
|
|
100
|
+
- EVENT_PASS_WCS2026_EVENT_4_FREE
|
|
101
|
+
- EVENT_PASS_WCS2026_EVENT_4_PREMIUM
|
|
102
|
+
- EVENT_PASS_WCS2026_EVENT_50_FREE
|
|
103
|
+
- EVENT_PASS_WCS2026_EVENT_50_PREMIUM
|
|
104
|
+
- EVENT_PASS_WCS2026_EVENT_51_FREE
|
|
105
|
+
- EVENT_PASS_WCS2026_EVENT_51_PREMIUM
|
|
106
|
+
- EVENT_PASS_WCS2026_EVENT_52_FREE
|
|
107
|
+
- EVENT_PASS_WCS2026_EVENT_52_PREMIUM
|
|
108
|
+
- EVENT_PASS_WCS2026_EVENT_53_FREE
|
|
109
|
+
- EVENT_PASS_WCS2026_EVENT_53_PREMIUM
|
|
110
|
+
- EVENT_PASS_WCS2026_EVENT_54_FREE
|
|
111
|
+
- EVENT_PASS_WCS2026_EVENT_54_PREMIUM
|
|
112
|
+
- EVENT_PASS_WCS2026_EVENT_55_FREE
|
|
113
|
+
- EVENT_PASS_WCS2026_EVENT_55_PREMIUM
|
|
114
|
+
- EVENT_PASS_WCS2026_EVENT_56_FREE
|
|
115
|
+
- EVENT_PASS_WCS2026_EVENT_56_PREMIUM
|
|
116
|
+
- EVENT_PASS_WCS2026_EVENT_57_FREE
|
|
117
|
+
- EVENT_PASS_WCS2026_EVENT_57_PREMIUM
|
|
118
|
+
- EVENT_PASS_WCS2026_EVENT_58_FREE
|
|
119
|
+
- EVENT_PASS_WCS2026_EVENT_58_PREMIUM
|
|
120
|
+
- EVENT_PASS_WCS2026_EVENT_59_FREE
|
|
121
|
+
- EVENT_PASS_WCS2026_EVENT_59_PREMIUM
|
|
122
|
+
- EVENT_PASS_WCS2026_EVENT_5_FREE
|
|
123
|
+
- EVENT_PASS_WCS2026_EVENT_5_PREMIUM
|
|
124
|
+
- EVENT_PASS_WCS2026_EVENT_60_FREE
|
|
125
|
+
- EVENT_PASS_WCS2026_EVENT_60_PREMIUM
|
|
126
|
+
- EVENT_PASS_WCS2026_EVENT_61_FREE
|
|
127
|
+
- EVENT_PASS_WCS2026_EVENT_61_PREMIUM
|
|
128
|
+
- EVENT_PASS_WCS2026_EVENT_62_FREE
|
|
129
|
+
- EVENT_PASS_WCS2026_EVENT_62_PREMIUM
|
|
130
|
+
- EVENT_PASS_WCS2026_EVENT_63_FREE
|
|
131
|
+
- EVENT_PASS_WCS2026_EVENT_63_PREMIUM
|
|
132
|
+
- EVENT_PASS_WCS2026_EVENT_64_FREE
|
|
133
|
+
- EVENT_PASS_WCS2026_EVENT_64_PREMIUM
|
|
134
|
+
- EVENT_PASS_WCS2026_EVENT_65_FREE
|
|
135
|
+
- EVENT_PASS_WCS2026_EVENT_65_PREMIUM
|
|
136
|
+
- EVENT_PASS_WCS2026_EVENT_66_FREE
|
|
137
|
+
- EVENT_PASS_WCS2026_EVENT_66_PREMIUM
|
|
138
|
+
- EVENT_PASS_WCS2026_EVENT_67_FREE
|
|
139
|
+
- EVENT_PASS_WCS2026_EVENT_67_PREMIUM
|
|
140
|
+
- EVENT_PASS_WCS2026_EVENT_68_FREE
|
|
141
|
+
- EVENT_PASS_WCS2026_EVENT_68_PREMIUM
|
|
142
|
+
- EVENT_PASS_WCS2026_EVENT_69_FREE
|
|
143
|
+
- EVENT_PASS_WCS2026_EVENT_69_PREMIUM
|
|
144
|
+
- EVENT_PASS_WCS2026_EVENT_6_FREE
|
|
145
|
+
- EVENT_PASS_WCS2026_EVENT_6_PREMIUM
|
|
146
|
+
- EVENT_PASS_WCS2026_EVENT_70_FREE
|
|
147
|
+
- EVENT_PASS_WCS2026_EVENT_70_PREMIUM
|
|
148
|
+
- EVENT_PASS_WCS2026_EVENT_71_FREE
|
|
149
|
+
- EVENT_PASS_WCS2026_EVENT_71_PREMIUM
|
|
150
|
+
- EVENT_PASS_WCS2026_EVENT_72_FREE
|
|
151
|
+
- EVENT_PASS_WCS2026_EVENT_72_PREMIUM
|
|
152
|
+
- EVENT_PASS_WCS2026_EVENT_73_FREE
|
|
153
|
+
- EVENT_PASS_WCS2026_EVENT_73_PREMIUM
|
|
154
|
+
- EVENT_PASS_WCS2026_EVENT_74_FREE
|
|
155
|
+
- EVENT_PASS_WCS2026_EVENT_74_PREMIUM
|
|
156
|
+
- EVENT_PASS_WCS2026_EVENT_75_FREE
|
|
157
|
+
- EVENT_PASS_WCS2026_EVENT_75_PREMIUM
|
|
158
|
+
- EVENT_PASS_WCS2026_EVENT_76_FREE
|
|
159
|
+
- EVENT_PASS_WCS2026_EVENT_76_PREMIUM
|
|
160
|
+
- EVENT_PASS_WCS2026_EVENT_77_FREE
|
|
161
|
+
- EVENT_PASS_WCS2026_EVENT_77_PREMIUM
|
|
162
|
+
- EVENT_PASS_WCS2026_EVENT_78_FREE
|
|
163
|
+
- EVENT_PASS_WCS2026_EVENT_78_PREMIUM
|
|
164
|
+
- EVENT_PASS_WCS2026_EVENT_79_FREE
|
|
165
|
+
- EVENT_PASS_WCS2026_EVENT_79_PREMIUM
|
|
166
|
+
- EVENT_PASS_WCS2026_EVENT_7_FREE
|
|
167
|
+
- EVENT_PASS_WCS2026_EVENT_7_PREMIUM
|
|
168
|
+
- EVENT_PASS_WCS2026_EVENT_80_FREE
|
|
169
|
+
- EVENT_PASS_WCS2026_EVENT_80_PREMIUM
|
|
170
|
+
- EVENT_PASS_WCS2026_EVENT_81_FREE
|
|
171
|
+
- EVENT_PASS_WCS2026_EVENT_81_PREMIUM
|
|
172
|
+
- EVENT_PASS_WCS2026_EVENT_82_FREE
|
|
173
|
+
- EVENT_PASS_WCS2026_EVENT_82_PREMIUM
|
|
174
|
+
- EVENT_PASS_WCS2026_EVENT_83_FREE
|
|
175
|
+
- EVENT_PASS_WCS2026_EVENT_83_PREMIUM
|
|
176
|
+
- EVENT_PASS_WCS2026_EVENT_84_FREE
|
|
177
|
+
- EVENT_PASS_WCS2026_EVENT_84_PREMIUM
|
|
178
|
+
- EVENT_PASS_WCS2026_EVENT_85_FREE
|
|
179
|
+
- EVENT_PASS_WCS2026_EVENT_85_PREMIUM
|
|
180
|
+
- EVENT_PASS_WCS2026_EVENT_86_FREE
|
|
181
|
+
- EVENT_PASS_WCS2026_EVENT_86_PREMIUM
|
|
182
|
+
- EVENT_PASS_WCS2026_EVENT_87_FREE
|
|
183
|
+
- EVENT_PASS_WCS2026_EVENT_87_PREMIUM
|
|
184
|
+
- EVENT_PASS_WCS2026_EVENT_88_FREE
|
|
185
|
+
- EVENT_PASS_WCS2026_EVENT_88_PREMIUM
|
|
186
|
+
- EVENT_PASS_WCS2026_EVENT_89_FREE
|
|
187
|
+
- EVENT_PASS_WCS2026_EVENT_89_PREMIUM
|
|
188
|
+
- EVENT_PASS_WCS2026_EVENT_8_FREE
|
|
189
|
+
- EVENT_PASS_WCS2026_EVENT_8_PREMIUM
|
|
190
|
+
- EVENT_PASS_WCS2026_EVENT_90_FREE
|
|
191
|
+
- EVENT_PASS_WCS2026_EVENT_90_PREMIUM
|
|
192
|
+
- EVENT_PASS_WCS2026_EVENT_91_FREE
|
|
193
|
+
- EVENT_PASS_WCS2026_EVENT_91_PREMIUM
|
|
194
|
+
- EVENT_PASS_WCS2026_EVENT_92_FREE
|
|
195
|
+
- EVENT_PASS_WCS2026_EVENT_92_PREMIUM
|
|
196
|
+
- EVENT_PASS_WCS2026_EVENT_93_FREE
|
|
197
|
+
- EVENT_PASS_WCS2026_EVENT_93_PREMIUM
|
|
198
|
+
- EVENT_PASS_WCS2026_EVENT_94_FREE
|
|
199
|
+
- EVENT_PASS_WCS2026_EVENT_94_PREMIUM
|
|
200
|
+
- EVENT_PASS_WCS2026_EVENT_95_FREE
|
|
201
|
+
- EVENT_PASS_WCS2026_EVENT_95_PREMIUM
|
|
202
|
+
- EVENT_PASS_WCS2026_EVENT_96_FREE
|
|
203
|
+
- EVENT_PASS_WCS2026_EVENT_96_PREMIUM
|
|
204
|
+
- EVENT_PASS_WCS2026_EVENT_97_FREE
|
|
205
|
+
- EVENT_PASS_WCS2026_EVENT_97_PREMIUM
|
|
206
|
+
- EVENT_PASS_WCS2026_EVENT_98_FREE
|
|
207
|
+
- EVENT_PASS_WCS2026_EVENT_98_PREMIUM
|
|
208
|
+
- EVENT_PASS_WCS2026_EVENT_99_FREE
|
|
209
|
+
- EVENT_PASS_WCS2026_EVENT_99_PREMIUM
|
|
210
|
+
- EVENT_PASS_WCS2026_EVENT_9_FREE
|
|
211
|
+
- EVENT_PASS_WCS2026_EVENT_9_PREMIUM
|
|
212
|
+
- pgorelease.august3_deluxe_event_pass_track_unlock
|
|
213
|
+
- pgorelease.august3_deluxe_event_pass_track_unlock_plus_points
|
|
214
|
+
|
|
215
|
+
## [0.1.45] - 2026-08-25
|
|
216
|
+
|
|
217
|
+
Automated regeneration from upstream masterfile commit `921ca77ad54d22aac87243239c50f512d45c015e`.
|
|
218
|
+
|
|
219
|
+
### Added template IDs (11)
|
|
220
|
+
|
|
221
|
+
- BADGE_EVENT_0233
|
|
222
|
+
- BADGE_EVENT_0241
|
|
223
|
+
- EVENT_PASS_SEPTEMBER1_EVENT_STORE_REDIRECT
|
|
224
|
+
- GET_FRIEND_DETAILS_PAGINATED_ROLL_BACK
|
|
225
|
+
- N_DISPLAY_n_hat_ryme
|
|
226
|
+
- N_DISPLAY_n_pose_s24gbl
|
|
227
|
+
- N_DISPLAY_n_shirt_ryme
|
|
228
|
+
- N_DISPLAY_n_shoes_ryme
|
|
229
|
+
- N_DISPLAY_set_ryme
|
|
230
|
+
- SEPTEMBER1_2026_DELUXE_EVENT_PASS_TRACK_UNLOCK
|
|
231
|
+
- SEPTEMBER1_2026_DELUXE_EVENT_PASS_TRACK_UNLOCK_PLUS_POINTS
|
|
232
|
+
|
|
5
233
|
## [0.1.44] - 2026-08-19
|
|
6
234
|
|
|
7
235
|
Automated regeneration from upstream masterfile commit `04b47b7a0ca40b5826a9e1f475dcf8d5119496e5`.
|
|
@@ -727,7 +727,7 @@ export type AvatarItemDisplayNBackpackWcspxp2026 = S<
|
|
|
727
727
|
AvatarItemDisplay<
|
|
728
728
|
"N_DISPLAY_n_backpack_wcspxp2026",
|
|
729
729
|
{
|
|
730
|
-
displayStringId: "
|
|
730
|
+
displayStringId: "avatar_generic_name";
|
|
731
731
|
iconAddress: "n_backpack_wcspxp2026_icon";
|
|
732
732
|
}
|
|
733
733
|
>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/hat",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/hat", 223 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../../_utils";
|
|
4
4
|
import type { AvatarItemDisplay } from "../../types";
|
|
@@ -1551,6 +1551,15 @@ export type AvatarItemDisplayNHatRuinmaniacB0 = S<
|
|
|
1551
1551
|
}
|
|
1552
1552
|
>
|
|
1553
1553
|
>;
|
|
1554
|
+
export type AvatarItemDisplayNHatRyme = S<
|
|
1555
|
+
AvatarItemDisplay<
|
|
1556
|
+
"N_DISPLAY_n_hat_ryme",
|
|
1557
|
+
{
|
|
1558
|
+
displayStringId: "avatar_hat_ryme";
|
|
1559
|
+
iconAddress: "n_hat_ryme_icon";
|
|
1560
|
+
}
|
|
1561
|
+
>
|
|
1562
|
+
>;
|
|
1554
1563
|
export type AvatarItemDisplayNHatSableyegoggles0 = S<
|
|
1555
1564
|
AvatarItemDisplay<
|
|
1556
1565
|
"N_DISPLAY_n_hat_sableyegoggles_0",
|
|
@@ -2175,6 +2184,7 @@ export type AvatarItemDisplayDisplayStringIdHatMasterfileEntry =
|
|
|
2175
2184
|
| AvatarItemDisplayNHatRegisteeljersies0
|
|
2176
2185
|
| AvatarItemDisplayNHatRuinmaniacA0
|
|
2177
2186
|
| AvatarItemDisplayNHatRuinmaniacB0
|
|
2187
|
+
| AvatarItemDisplayNHatRyme
|
|
2178
2188
|
| AvatarItemDisplayNHatSableyegoggles0
|
|
2179
2189
|
| AvatarItemDisplayNHatSamsungsummer20200
|
|
2180
2190
|
| AvatarItemDisplayNHatSandygasthat0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/pose",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/pose", 99 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../../_utils";
|
|
4
4
|
import type { AvatarItemDisplay } from "../../types";
|
|
@@ -831,6 +831,15 @@ export type AvatarItemDisplayNPoseS23gbl = S<
|
|
|
831
831
|
}
|
|
832
832
|
>
|
|
833
833
|
>;
|
|
834
|
+
export type AvatarItemDisplayNPoseS24gbl = S<
|
|
835
|
+
AvatarItemDisplay<
|
|
836
|
+
"N_DISPLAY_n_pose_s24gbl",
|
|
837
|
+
{
|
|
838
|
+
displayStringId: "avatar_pose_s24Ryme";
|
|
839
|
+
iconAddress: "n_pose_s24gbl_icon";
|
|
840
|
+
}
|
|
841
|
+
>
|
|
842
|
+
>;
|
|
834
843
|
export type AvatarItemDisplayNPoseSustainability = S<
|
|
835
844
|
AvatarItemDisplay<
|
|
836
845
|
"N_DISPLAY_n_pose_sustainability",
|
|
@@ -979,6 +988,7 @@ export type AvatarItemDisplayDisplayStringIdPoseMasterfileEntry =
|
|
|
979
988
|
| AvatarItemDisplayNPoseS20gbl
|
|
980
989
|
| AvatarItemDisplayNPoseS22gbl
|
|
981
990
|
| AvatarItemDisplayNPoseS23gbl
|
|
991
|
+
| AvatarItemDisplayNPoseS24gbl
|
|
982
992
|
| AvatarItemDisplayNPoseSustainability
|
|
983
993
|
| AvatarItemDisplayNPoseTeapot
|
|
984
994
|
| AvatarItemDisplayNPoseTinkatonhammer
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/shirt",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/shirt", 459 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../../_utils";
|
|
4
4
|
import type { AvatarItemDisplay } from "../../types";
|
|
@@ -2640,6 +2640,15 @@ export type AvatarItemDisplayNShirtRuinmaniacB0 = S<
|
|
|
2640
2640
|
}
|
|
2641
2641
|
>
|
|
2642
2642
|
>;
|
|
2643
|
+
export type AvatarItemDisplayNShirtRyme = S<
|
|
2644
|
+
AvatarItemDisplay<
|
|
2645
|
+
"N_DISPLAY_n_shirt_ryme",
|
|
2646
|
+
{
|
|
2647
|
+
displayStringId: "avatar_shirt_ryme";
|
|
2648
|
+
iconAddress: "n_shirt_ryme_icon";
|
|
2649
|
+
}
|
|
2650
|
+
>
|
|
2651
|
+
>;
|
|
2643
2652
|
export type AvatarItemDisplayNShirtS19gbl0 = S<
|
|
2644
2653
|
AvatarItemDisplay<
|
|
2645
2654
|
"N_DISPLAY_n_shirt_s19gbl_0",
|
|
@@ -4420,6 +4429,7 @@ export type AvatarItemDisplayDisplayStringIdShirtMasterfileEntry =
|
|
|
4420
4429
|
| AvatarItemDisplayNShirtReuniclusitems0
|
|
4421
4430
|
| AvatarItemDisplayNShirtRuinmaniacA0
|
|
4422
4431
|
| AvatarItemDisplayNShirtRuinmaniacB0
|
|
4432
|
+
| AvatarItemDisplayNShirtRyme
|
|
4423
4433
|
| AvatarItemDisplayNShirtS19gbl0
|
|
4424
4434
|
| AvatarItemDisplayNShirtSafarizone2020A0
|
|
4425
4435
|
| AvatarItemDisplayNShirtSafarizone2020B0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/shoes",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/shoes", 161 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../../_utils";
|
|
4
4
|
import type { AvatarItemDisplay } from "../../types";
|
|
@@ -948,6 +948,15 @@ export type AvatarItemDisplayNShoesRuinmaniacB0 = S<
|
|
|
948
948
|
}
|
|
949
949
|
>
|
|
950
950
|
>;
|
|
951
|
+
export type AvatarItemDisplayNShoesRyme = S<
|
|
952
|
+
AvatarItemDisplay<
|
|
953
|
+
"N_DISPLAY_n_shoes_ryme",
|
|
954
|
+
{
|
|
955
|
+
displayStringId: "avatar_shoes_ryme";
|
|
956
|
+
iconAddress: "n_shoes_ryme_icon";
|
|
957
|
+
}
|
|
958
|
+
>
|
|
959
|
+
>;
|
|
951
960
|
export type AvatarItemDisplayNShoesS19gbl0 = S<
|
|
952
961
|
AvatarItemDisplay<
|
|
953
962
|
"N_DISPLAY_n_shoes_s19gbl_0",
|
|
@@ -1550,6 +1559,7 @@ export type AvatarItemDisplayDisplayStringIdShoesMasterfileEntry =
|
|
|
1550
1559
|
| AvatarItemDisplayNShoesReuniclusitems0
|
|
1551
1560
|
| AvatarItemDisplayNShoesRuinmaniacA0
|
|
1552
1561
|
| AvatarItemDisplayNShoesRuinmaniacB0
|
|
1562
|
+
| AvatarItemDisplayNShoesRyme
|
|
1553
1563
|
| AvatarItemDisplayNShoesS19gbl0
|
|
1554
1564
|
| AvatarItemDisplayNShoesSandals0
|
|
1555
1565
|
| AvatarItemDisplayNShoesSandals1
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "misc",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "misc", 351 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { AvatarItemDisplay } from "../types";
|
|
@@ -2195,6 +2195,14 @@ export type AvatarItemDisplaySetRuinmaniacM = S<
|
|
|
2195
2195
|
}
|
|
2196
2196
|
>
|
|
2197
2197
|
>;
|
|
2198
|
+
export type AvatarItemDisplaySetRyme = S<
|
|
2199
|
+
AvatarItemDisplay<
|
|
2200
|
+
"N_DISPLAY_set_ryme",
|
|
2201
|
+
{
|
|
2202
|
+
iconAddress: "set_ryme";
|
|
2203
|
+
}
|
|
2204
|
+
>
|
|
2205
|
+
>;
|
|
2198
2206
|
export type AvatarItemDisplaySetS19gbl0 = S<
|
|
2199
2207
|
AvatarItemDisplay<
|
|
2200
2208
|
"N_DISPLAY_set_s19gbl_0",
|
|
@@ -3079,6 +3087,7 @@ export type AvatarItemDisplayMiscMasterfileEntry =
|
|
|
3079
3087
|
| AvatarItemDisplaySetRegisteeljersiesM
|
|
3080
3088
|
| AvatarItemDisplaySetRuinmaniacF
|
|
3081
3089
|
| AvatarItemDisplaySetRuinmaniacM
|
|
3090
|
+
| AvatarItemDisplaySetRyme
|
|
3082
3091
|
| AvatarItemDisplaySetS19gbl0
|
|
3083
3092
|
| AvatarItemDisplaySetS22gbl0
|
|
3084
3093
|
| AvatarItemDisplaySetShayminLandF
|
|
@@ -468,6 +468,7 @@ import type {
|
|
|
468
468
|
AvatarItemDisplayNHatRegisteeljersies0,
|
|
469
469
|
AvatarItemDisplayNHatRuinmaniacA0,
|
|
470
470
|
AvatarItemDisplayNHatRuinmaniacB0,
|
|
471
|
+
AvatarItemDisplayNHatRyme,
|
|
471
472
|
AvatarItemDisplayNHatSableyegoggles0,
|
|
472
473
|
AvatarItemDisplayNHatSamsungsummer20200,
|
|
473
474
|
AvatarItemDisplayNHatSandygasthat0,
|
|
@@ -774,6 +775,7 @@ import type {
|
|
|
774
775
|
AvatarItemDisplayNPoseS20gbl,
|
|
775
776
|
AvatarItemDisplayNPoseS22gbl,
|
|
776
777
|
AvatarItemDisplayNPoseS23gbl,
|
|
778
|
+
AvatarItemDisplayNPoseS24gbl,
|
|
777
779
|
AvatarItemDisplayNPoseSustainability,
|
|
778
780
|
AvatarItemDisplayNPoseTeapot,
|
|
779
781
|
AvatarItemDisplayNPoseTinkatonhammer,
|
|
@@ -1073,6 +1075,7 @@ import type {
|
|
|
1073
1075
|
AvatarItemDisplayNShirtReuniclusitems0,
|
|
1074
1076
|
AvatarItemDisplayNShirtRuinmaniacA0,
|
|
1075
1077
|
AvatarItemDisplayNShirtRuinmaniacB0,
|
|
1078
|
+
AvatarItemDisplayNShirtRyme,
|
|
1076
1079
|
AvatarItemDisplayNShirtS19gbl0,
|
|
1077
1080
|
AvatarItemDisplayNShirtSafarizone2020A0,
|
|
1078
1081
|
AvatarItemDisplayNShirtSafarizone2020B0,
|
|
@@ -1343,6 +1346,7 @@ import type {
|
|
|
1343
1346
|
AvatarItemDisplayNShoesReuniclusitems0,
|
|
1344
1347
|
AvatarItemDisplayNShoesRuinmaniacA0,
|
|
1345
1348
|
AvatarItemDisplayNShoesRuinmaniacB0,
|
|
1349
|
+
AvatarItemDisplayNShoesRyme,
|
|
1346
1350
|
AvatarItemDisplayNShoesS19gbl0,
|
|
1347
1351
|
AvatarItemDisplayNShoesSandals0,
|
|
1348
1352
|
AvatarItemDisplayNShoesSandals1,
|
|
@@ -1609,6 +1613,7 @@ import type {
|
|
|
1609
1613
|
AvatarItemDisplaySetRegisteeljersiesM,
|
|
1610
1614
|
AvatarItemDisplaySetRuinmaniacF,
|
|
1611
1615
|
AvatarItemDisplaySetRuinmaniacM,
|
|
1616
|
+
AvatarItemDisplaySetRyme,
|
|
1612
1617
|
AvatarItemDisplaySetS19gbl0,
|
|
1613
1618
|
AvatarItemDisplaySetS22gbl0,
|
|
1614
1619
|
AvatarItemDisplaySetShayminLandF,
|
|
@@ -2155,6 +2160,7 @@ export interface AvatarItemDisplayLookup {
|
|
|
2155
2160
|
N_DISPLAY_n_hat_registeeljersies_0: AvatarItemDisplayNHatRegisteeljersies0;
|
|
2156
2161
|
N_DISPLAY_n_hat_ruinmaniac_a_0: AvatarItemDisplayNHatRuinmaniacA0;
|
|
2157
2162
|
N_DISPLAY_n_hat_ruinmaniac_b_0: AvatarItemDisplayNHatRuinmaniacB0;
|
|
2163
|
+
N_DISPLAY_n_hat_ryme: AvatarItemDisplayNHatRyme;
|
|
2158
2164
|
N_DISPLAY_n_hat_sableyegoggles_0: AvatarItemDisplayNHatSableyegoggles0;
|
|
2159
2165
|
N_DISPLAY_n_hat_samsungsummer2020_0: AvatarItemDisplayNHatSamsungsummer20200;
|
|
2160
2166
|
N_DISPLAY_n_hat_sandygasthat_0: AvatarItemDisplayNHatSandygasthat0;
|
|
@@ -2461,6 +2467,7 @@ export interface AvatarItemDisplayLookup {
|
|
|
2461
2467
|
N_DISPLAY_n_pose_s20gbl: AvatarItemDisplayNPoseS20gbl;
|
|
2462
2468
|
N_DISPLAY_n_pose_s22gbl: AvatarItemDisplayNPoseS22gbl;
|
|
2463
2469
|
N_DISPLAY_n_pose_s23gbl: AvatarItemDisplayNPoseS23gbl;
|
|
2470
|
+
N_DISPLAY_n_pose_s24gbl: AvatarItemDisplayNPoseS24gbl;
|
|
2464
2471
|
N_DISPLAY_n_pose_sustainability: AvatarItemDisplayNPoseSustainability;
|
|
2465
2472
|
N_DISPLAY_n_pose_teapot: AvatarItemDisplayNPoseTeapot;
|
|
2466
2473
|
N_DISPLAY_n_pose_tinkatonhammer: AvatarItemDisplayNPoseTinkatonhammer;
|
|
@@ -2760,6 +2767,7 @@ export interface AvatarItemDisplayLookup {
|
|
|
2760
2767
|
N_DISPLAY_n_shirt_reuniclusitems_0: AvatarItemDisplayNShirtReuniclusitems0;
|
|
2761
2768
|
N_DISPLAY_n_shirt_ruinmaniac_a_0: AvatarItemDisplayNShirtRuinmaniacA0;
|
|
2762
2769
|
N_DISPLAY_n_shirt_ruinmaniac_b_0: AvatarItemDisplayNShirtRuinmaniacB0;
|
|
2770
|
+
N_DISPLAY_n_shirt_ryme: AvatarItemDisplayNShirtRyme;
|
|
2763
2771
|
N_DISPLAY_n_shirt_s19gbl_0: AvatarItemDisplayNShirtS19gbl0;
|
|
2764
2772
|
N_DISPLAY_n_shirt_safarizone2020_a_0: AvatarItemDisplayNShirtSafarizone2020A0;
|
|
2765
2773
|
N_DISPLAY_n_shirt_safarizone2020_b_0: AvatarItemDisplayNShirtSafarizone2020B0;
|
|
@@ -3030,6 +3038,7 @@ export interface AvatarItemDisplayLookup {
|
|
|
3030
3038
|
N_DISPLAY_n_shoes_reuniclusitems_0: AvatarItemDisplayNShoesReuniclusitems0;
|
|
3031
3039
|
N_DISPLAY_n_shoes_ruinmaniac_a_0: AvatarItemDisplayNShoesRuinmaniacA0;
|
|
3032
3040
|
N_DISPLAY_n_shoes_ruinmaniac_b_0: AvatarItemDisplayNShoesRuinmaniacB0;
|
|
3041
|
+
N_DISPLAY_n_shoes_ryme: AvatarItemDisplayNShoesRyme;
|
|
3033
3042
|
N_DISPLAY_n_shoes_s19gbl_0: AvatarItemDisplayNShoesS19gbl0;
|
|
3034
3043
|
N_DISPLAY_n_shoes_sandals_0: AvatarItemDisplayNShoesSandals0;
|
|
3035
3044
|
N_DISPLAY_n_shoes_sandals_1: AvatarItemDisplayNShoesSandals1;
|
|
@@ -3296,6 +3305,7 @@ export interface AvatarItemDisplayLookup {
|
|
|
3296
3305
|
N_DISPLAY_set_registeeljersies_m: AvatarItemDisplaySetRegisteeljersiesM;
|
|
3297
3306
|
N_DISPLAY_set_ruinmaniac_f: AvatarItemDisplaySetRuinmaniacF;
|
|
3298
3307
|
N_DISPLAY_set_ruinmaniac_m: AvatarItemDisplaySetRuinmaniacM;
|
|
3308
|
+
N_DISPLAY_set_ryme: AvatarItemDisplaySetRyme;
|
|
3299
3309
|
N_DISPLAY_set_s19gbl_0: AvatarItemDisplaySetS19gbl0;
|
|
3300
3310
|
N_DISPLAY_set_s22gbl_0: AvatarItemDisplaySetS22gbl0;
|
|
3301
3311
|
N_DISPLAY_set_shaymin_land_f: AvatarItemDisplaySetShayminLandF;
|
|
@@ -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", 130 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { BadgeSettings } from "../types";
|
|
@@ -1165,6 +1165,20 @@ export type BadgeSettingsEvent0231 = S<
|
|
|
1165
1165
|
}
|
|
1166
1166
|
>
|
|
1167
1167
|
>;
|
|
1168
|
+
export type BadgeSettingsEvent0233 = S<
|
|
1169
|
+
BadgeSettings<
|
|
1170
|
+
"BADGE_EVENT_0233",
|
|
1171
|
+
{
|
|
1172
|
+
badgeRank: 2;
|
|
1173
|
+
badgeType: "BADGE_EVENT_0233";
|
|
1174
|
+
eventBadge: true;
|
|
1175
|
+
eventBadgeSettings: {
|
|
1176
|
+
obEventBadgeSettingsNumber6: 1;
|
|
1177
|
+
};
|
|
1178
|
+
targets: [100];
|
|
1179
|
+
}
|
|
1180
|
+
>
|
|
1181
|
+
>;
|
|
1168
1182
|
export type BadgeSettingsEvent0234 = S<
|
|
1169
1183
|
BadgeSettings<
|
|
1170
1184
|
"BADGE_EVENT_0234",
|
|
@@ -1193,6 +1207,20 @@ export type BadgeSettingsEvent0236 = S<
|
|
|
1193
1207
|
}
|
|
1194
1208
|
>
|
|
1195
1209
|
>;
|
|
1210
|
+
export type BadgeSettingsEvent0241 = S<
|
|
1211
|
+
BadgeSettings<
|
|
1212
|
+
"BADGE_EVENT_0241",
|
|
1213
|
+
{
|
|
1214
|
+
badgeRank: 2;
|
|
1215
|
+
badgeType: "BADGE_EVENT_0241";
|
|
1216
|
+
eventBadge: true;
|
|
1217
|
+
eventBadgeSettings: {
|
|
1218
|
+
obEventBadgeSettingsNumber6: 1;
|
|
1219
|
+
};
|
|
1220
|
+
targets: [100];
|
|
1221
|
+
}
|
|
1222
|
+
>
|
|
1223
|
+
>;
|
|
1196
1224
|
export type BadgeSettingsEvent0253 = S<
|
|
1197
1225
|
BadgeSettings<
|
|
1198
1226
|
"BADGE_EVENT_0253",
|
|
@@ -1880,8 +1908,10 @@ export type BadgeSettingsEventBadgeEventBadgeSettingsMasterfileEntry =
|
|
|
1880
1908
|
| BadgeSettingsEvent0225
|
|
1881
1909
|
| BadgeSettingsEvent0227
|
|
1882
1910
|
| BadgeSettingsEvent0231
|
|
1911
|
+
| BadgeSettingsEvent0233
|
|
1883
1912
|
| BadgeSettingsEvent0234
|
|
1884
1913
|
| BadgeSettingsEvent0236
|
|
1914
|
+
| BadgeSettingsEvent0241
|
|
1885
1915
|
| BadgeSettingsEvent0253
|
|
1886
1916
|
| BadgeSettingsEvent0259
|
|
1887
1917
|
| BadgeSettingsEvent0260
|
|
@@ -183,8 +183,10 @@ import type {
|
|
|
183
183
|
BadgeSettingsEvent0225,
|
|
184
184
|
BadgeSettingsEvent0227,
|
|
185
185
|
BadgeSettingsEvent0231,
|
|
186
|
+
BadgeSettingsEvent0233,
|
|
186
187
|
BadgeSettingsEvent0234,
|
|
187
188
|
BadgeSettingsEvent0236,
|
|
189
|
+
BadgeSettingsEvent0241,
|
|
188
190
|
BadgeSettingsEvent0253,
|
|
189
191
|
BadgeSettingsEvent0259,
|
|
190
192
|
BadgeSettingsEvent0260,
|
|
@@ -1190,8 +1192,10 @@ export interface BadgeSettingsLookup {
|
|
|
1190
1192
|
BADGE_EVENT_0225: BadgeSettingsEvent0225;
|
|
1191
1193
|
BADGE_EVENT_0227: BadgeSettingsEvent0227;
|
|
1192
1194
|
BADGE_EVENT_0231: BadgeSettingsEvent0231;
|
|
1195
|
+
BADGE_EVENT_0233: BadgeSettingsEvent0233;
|
|
1193
1196
|
BADGE_EVENT_0234: BadgeSettingsEvent0234;
|
|
1194
1197
|
BADGE_EVENT_0236: BadgeSettingsEvent0236;
|
|
1198
|
+
BADGE_EVENT_0241: BadgeSettingsEvent0241;
|
|
1195
1199
|
BADGE_EVENT_0253: BadgeSettingsEvent0253;
|
|
1196
1200
|
BADGE_EVENT_0259: BadgeSettingsEvent0259;
|
|
1197
1201
|
BADGE_EVENT_0260: BadgeSettingsEvent0260;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "eventPassSettings",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "eventPassSettings", 3 entries (variant aliases).
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { EventPassSettings } from "../types";
|
|
@@ -24,6 +24,7 @@ export type EventPassSettingsAugust2026Season = S<
|
|
|
24
24
|
upgradeDescriptionKey: "season_pass_august2026_upgrade_description";
|
|
25
25
|
},
|
|
26
26
|
];
|
|
27
|
+
headerIconUrl: "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2Fd99f7e15_Logo_256x256.png";
|
|
27
28
|
premiumRewardBannerBottom: "event_pass_premium_reward_banner_bottom_text";
|
|
28
29
|
premiumRewardBannerImageUrl: "https://storage.googleapis.com/prod-public-images/lucky_trinket_small.png";
|
|
29
30
|
premiumRewardBannerMiddle: "event_pass_premium_reward_banner_middle_text";
|
|
@@ -68,6 +69,7 @@ export type EventPassSettingsUuWaterFestival2026Event = S<
|
|
|
68
69
|
upgradeDescriptionKey: "season_pass_uu_water_festival_2026_upgrade_description";
|
|
69
70
|
},
|
|
70
71
|
];
|
|
72
|
+
headerIconUrl: "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2Fd99f7e15_Logo_256x256.png";
|
|
71
73
|
premiumRewardBannerBottom: "event_pass_premium_reward_banner_bottom_text_rank_15_reward";
|
|
72
74
|
premiumRewardBannerImageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F1eec675d_n_backpack_starmie_icon_270px.png";
|
|
73
75
|
premiumRewardBannerMiddle: "avatar_backpack_starmie";
|
|
@@ -91,7 +93,52 @@ export type EventPassSettingsUuWaterFestival2026Event = S<
|
|
|
91
93
|
}
|
|
92
94
|
>
|
|
93
95
|
>;
|
|
96
|
+
export type EventPassSettingsWcs2026Event = S<
|
|
97
|
+
EventPassSettings<
|
|
98
|
+
"EVENT_PASS_WCS2026_EVENT",
|
|
99
|
+
{
|
|
100
|
+
additionalBonusTiersLevel: 31;
|
|
101
|
+
eventPassDisplaySettings: {
|
|
102
|
+
eventPassTitleKey: "season_pass_base_track_title_WCS_2026";
|
|
103
|
+
eventPassTrackUpgradeDescriptions: [
|
|
104
|
+
{
|
|
105
|
+
detailsLinkKey: "season_pass_details_link_WCS_2026";
|
|
106
|
+
eventDurationKey: "season_pass_WCS_2026_event_duration";
|
|
107
|
+
eventPassTrackToUpgradeTo: "PREMIUM";
|
|
108
|
+
passTrackUpgradeHeaderDescription: "season_pass_WCS_2026_track_upgrade_header_description_backpack";
|
|
109
|
+
ranksToHighlightRewards: [5, 15, 30];
|
|
110
|
+
trackUnlockImageUrl: "https://storage.googleapis.com/prod-public-images/ic_eventpass_deluxe.png";
|
|
111
|
+
trackUnlockPlusPointsImageUrl: "https://storage.googleapis.com/prod-public-images/ic_eventpass_deluxe_plus.png";
|
|
112
|
+
trackUnlockPlusPointsSkuId: "pgorelease.august3_deluxe_event_pass_track_unlock_plus_points";
|
|
113
|
+
trackUnlockSkuId: "pgorelease.august3_deluxe_event_pass_track_unlock";
|
|
114
|
+
upgradeDescriptionKey: "season_pass_WCS_2026_upgrade_description";
|
|
115
|
+
},
|
|
116
|
+
];
|
|
117
|
+
headerIconUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fdd421c86_2026-worlds-pokemonxp-backpack-270x270.png";
|
|
118
|
+
premiumRewardBannerBottom: "event_pass_premium_reward_banner_bottom_text_bugoutbuddies2026";
|
|
119
|
+
premiumRewardBannerImageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fdd421c86_2026-worlds-pokemonxp-backpack-270x270.png";
|
|
120
|
+
premiumRewardBannerMiddle: "avatar_backpack_wcspxp";
|
|
121
|
+
sectionDisplayPriority: 50;
|
|
122
|
+
};
|
|
123
|
+
expirationTime: "2026-08-30T20:00:00";
|
|
124
|
+
gracePeriodEndTime: "2026-09-01T20:00:00";
|
|
125
|
+
maxTierLevel: 60;
|
|
126
|
+
pointsItemId: "ITEM_EVENT_PASS_POINT_LIVE_OPS_07";
|
|
127
|
+
trackConditions: [
|
|
128
|
+
{
|
|
129
|
+
track: "FREE";
|
|
130
|
+
trackTitleKey: "season_pass_base_track_title_WCS_2026";
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
badge: "BADGE_EVENT_0231";
|
|
134
|
+
track: "PREMIUM";
|
|
135
|
+
trackTitleKey: "season_pass_premium_track_title_WCS_2026";
|
|
136
|
+
},
|
|
137
|
+
];
|
|
138
|
+
}
|
|
139
|
+
>
|
|
140
|
+
>;
|
|
94
141
|
|
|
95
|
-
export type EventPassSettingsMasterfileEntry = EventPassSettingsAugust2026Season | EventPassSettingsUuWaterFestival2026Event;
|
|
142
|
+
export type EventPassSettingsMasterfileEntry = EventPassSettingsAugust2026Season | EventPassSettingsUuWaterFestival2026Event | EventPassSettingsWcs2026Event;
|
|
96
143
|
|
|
97
144
|
export type EventPassSettingsTemplateID = EventPassSettingsMasterfileEntry["templateId"];
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — "eventPassSettings" lookup table.
|
|
2
2
|
|
|
3
|
-
import type { EventPassSettingsAugust2026Season, EventPassSettingsUuWaterFestival2026Event } from "./entries";
|
|
3
|
+
import type { EventPassSettingsAugust2026Season, EventPassSettingsUuWaterFestival2026Event, EventPassSettingsWcs2026Event } from "./entries";
|
|
4
4
|
|
|
5
5
|
export interface EventPassSettingsLookup {
|
|
6
6
|
EVENT_PASS_AUGUST2026_SEASON: EventPassSettingsAugust2026Season;
|
|
7
7
|
EVENT_PASS_UU_WATER_FESTIVAL_2026_EVENT: EventPassSettingsUuWaterFestival2026Event;
|
|
8
|
+
EVENT_PASS_WCS2026_EVENT: EventPassSettingsWcs2026Event;
|
|
8
9
|
}
|