@dchighs/dc-config 0.1.1 → 0.1.2
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/dist/dtos/game-config.d.ts +29 -51
- package/package.json +1 -1
|
@@ -2169,28 +2169,28 @@ export interface MazeIslandReward {
|
|
|
2169
2169
|
export interface News {
|
|
2170
2170
|
"0": The0;
|
|
2171
2171
|
"1": The1;
|
|
2172
|
-
"2":
|
|
2173
|
-
"3":
|
|
2174
|
-
"4":
|
|
2175
|
-
"5":
|
|
2176
|
-
"6":
|
|
2177
|
-
"7":
|
|
2178
|
-
"8":
|
|
2179
|
-
"9":
|
|
2172
|
+
"2": The11;
|
|
2173
|
+
"3": The11;
|
|
2174
|
+
"4": The1;
|
|
2175
|
+
"5": The11;
|
|
2176
|
+
"6": The11;
|
|
2177
|
+
"7": The1;
|
|
2178
|
+
"8": The11;
|
|
2179
|
+
"9": The1;
|
|
2180
2180
|
"10": The10;
|
|
2181
2181
|
"11": The11;
|
|
2182
|
-
"12":
|
|
2183
|
-
"13":
|
|
2184
|
-
"14":
|
|
2185
|
-
"15":
|
|
2182
|
+
"12": The1;
|
|
2183
|
+
"13": The1;
|
|
2184
|
+
"14": The14;
|
|
2185
|
+
"15": The11;
|
|
2186
2186
|
"16": The16;
|
|
2187
|
+
"17": The11;
|
|
2187
2188
|
canvas: Canva[];
|
|
2188
2189
|
}
|
|
2189
2190
|
export interface The0 {
|
|
2190
2191
|
active_platforms: ValueClass;
|
|
2191
2192
|
allow_island_tutorial: number;
|
|
2192
2193
|
assets_name: string;
|
|
2193
|
-
direct_to_shop: number;
|
|
2194
2194
|
end_ts: string;
|
|
2195
2195
|
hud_button: The0_HudButton;
|
|
2196
2196
|
id: number;
|
|
@@ -2203,7 +2203,6 @@ export interface The0 {
|
|
|
2203
2203
|
export interface The0_HudButton {
|
|
2204
2204
|
file: string;
|
|
2205
2205
|
title: string;
|
|
2206
|
-
viral_icon_tier: number;
|
|
2207
2206
|
}
|
|
2208
2207
|
export interface The0_Slide {
|
|
2209
2208
|
content_localized_key: string;
|
|
@@ -2218,23 +2217,6 @@ export interface The0_Slide {
|
|
|
2218
2217
|
times_to_show?: number;
|
|
2219
2218
|
}
|
|
2220
2219
|
export interface The1 {
|
|
2221
|
-
active_platforms: ValueClass;
|
|
2222
|
-
allow_island_tutorial: number;
|
|
2223
|
-
assets_name: string;
|
|
2224
|
-
end_ts: string;
|
|
2225
|
-
hud_button: The1_HudButton;
|
|
2226
|
-
id: number;
|
|
2227
|
-
min_level: number;
|
|
2228
|
-
popup_type: string;
|
|
2229
|
-
show_on_startup: number;
|
|
2230
|
-
slides: The0_Slide[];
|
|
2231
|
-
start_ts: string;
|
|
2232
|
-
}
|
|
2233
|
-
export interface The1_HudButton {
|
|
2234
|
-
file: string;
|
|
2235
|
-
title: string;
|
|
2236
|
-
}
|
|
2237
|
-
export interface The10 {
|
|
2238
2220
|
active_platforms: ValueClass;
|
|
2239
2221
|
allow_island_tutorial: number;
|
|
2240
2222
|
assets_name: string;
|
|
@@ -2248,17 +2230,18 @@ export interface The10 {
|
|
|
2248
2230
|
popup_type: string;
|
|
2249
2231
|
priority: number | null;
|
|
2250
2232
|
show_on_startup: number;
|
|
2251
|
-
slides:
|
|
2233
|
+
slides: The1_Slide[];
|
|
2252
2234
|
start_ts: string;
|
|
2253
2235
|
}
|
|
2254
|
-
export interface
|
|
2236
|
+
export interface The1_Slide {
|
|
2255
2237
|
content_localized_key: string;
|
|
2256
2238
|
custom_title_localized_key: string;
|
|
2257
2239
|
header_localized_key: string;
|
|
2258
2240
|
image_url: string;
|
|
2259
|
-
multiple_buttons
|
|
2241
|
+
multiple_buttons?: MultipleButton[];
|
|
2260
2242
|
times_to_show: number;
|
|
2261
2243
|
type: SlideType;
|
|
2244
|
+
forceClose?: boolean;
|
|
2262
2245
|
}
|
|
2263
2246
|
export interface MultipleButton {
|
|
2264
2247
|
animation: AnimationNameEnum;
|
|
@@ -2299,14 +2282,14 @@ export declare enum Style {
|
|
|
2299
2282
|
export declare enum SlideType {
|
|
2300
2283
|
FullImage = "FullImage"
|
|
2301
2284
|
}
|
|
2302
|
-
export interface
|
|
2285
|
+
export interface The10 {
|
|
2303
2286
|
active_platforms: ValueClass;
|
|
2304
2287
|
allow_island_tutorial: number;
|
|
2305
2288
|
assets_name: string;
|
|
2306
2289
|
direct_to_shop: number;
|
|
2307
2290
|
end_ts: string;
|
|
2308
2291
|
filter_category: null;
|
|
2309
|
-
hud_button:
|
|
2292
|
+
hud_button: The10_HudButton;
|
|
2310
2293
|
id: number;
|
|
2311
2294
|
label_text_tid: null;
|
|
2312
2295
|
label_title_tid: null;
|
|
@@ -2315,20 +2298,15 @@ export interface The11 {
|
|
|
2315
2298
|
popup_type: string;
|
|
2316
2299
|
priority: null;
|
|
2317
2300
|
show_on_startup: number;
|
|
2318
|
-
slides:
|
|
2301
|
+
slides: The1_Slide[];
|
|
2319
2302
|
start_ts: string;
|
|
2320
2303
|
}
|
|
2321
|
-
export interface
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
header_localized_key: string;
|
|
2326
|
-
image_url: string;
|
|
2327
|
-
multiple_buttons?: MultipleButton[];
|
|
2328
|
-
times_to_show: number;
|
|
2329
|
-
type: SlideType;
|
|
2304
|
+
export interface The10_HudButton {
|
|
2305
|
+
file: string;
|
|
2306
|
+
title: string;
|
|
2307
|
+
viral_icon_tier: number;
|
|
2330
2308
|
}
|
|
2331
|
-
export interface
|
|
2309
|
+
export interface The11 {
|
|
2332
2310
|
active_platforms: ValueClass;
|
|
2333
2311
|
allow_island_tutorial: number;
|
|
2334
2312
|
assets_name: string;
|
|
@@ -2339,10 +2317,10 @@ export interface The12 {
|
|
|
2339
2317
|
popup_frequency: string;
|
|
2340
2318
|
popup_type: string;
|
|
2341
2319
|
show_on_startup: number;
|
|
2342
|
-
slides:
|
|
2320
|
+
slides: The1_Slide[];
|
|
2343
2321
|
start_ts: string;
|
|
2344
2322
|
}
|
|
2345
|
-
export interface
|
|
2323
|
+
export interface The14 {
|
|
2346
2324
|
active_platforms: ValueClass;
|
|
2347
2325
|
allow_island_tutorial: number;
|
|
2348
2326
|
assets_name: string;
|
|
@@ -2371,7 +2349,7 @@ export interface The16 {
|
|
|
2371
2349
|
popup_type: string;
|
|
2372
2350
|
priority: null;
|
|
2373
2351
|
show_on_startup: number;
|
|
2374
|
-
slides:
|
|
2352
|
+
slides: The1_Slide[];
|
|
2375
2353
|
start_ts: string;
|
|
2376
2354
|
}
|
|
2377
2355
|
export interface Canva {
|
|
@@ -3324,8 +3302,8 @@ export interface MultiplierTime {
|
|
|
3324
3302
|
multiplier_time: number;
|
|
3325
3303
|
}
|
|
3326
3304
|
export interface TreeOfLifePowerupRaritySeed {
|
|
3327
|
-
max_rarity_seeds_per_grade: number[];
|
|
3328
3305
|
rarity: Rarity;
|
|
3306
|
+
max_rarity_seeds_per_grade: number[];
|
|
3329
3307
|
}
|
|
3330
3308
|
export interface Visual {
|
|
3331
3309
|
id: number;
|