@dchighs/dc-config 0.0.5 → 0.0.6
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 +114 -81
- package/dist/dtos/game-config.js +2 -9
- package/package.json +1 -1
|
@@ -2129,9 +2129,6 @@ export interface NodeReward {
|
|
|
2129
2129
|
b?: number[] | number;
|
|
2130
2130
|
chest?: number;
|
|
2131
2131
|
f?: number;
|
|
2132
|
-
"pet_food_pack.s"?: number;
|
|
2133
|
-
"pet_food_pack.l"?: number;
|
|
2134
|
-
"pet_food_pack.m"?: number;
|
|
2135
2132
|
skin?: number;
|
|
2136
2133
|
"album_pack.s"?: number;
|
|
2137
2134
|
"album_pack.m"?: number;
|
|
@@ -2162,17 +2159,18 @@ export interface MazeIslandReward {
|
|
|
2162
2159
|
export interface News {
|
|
2163
2160
|
"0": The0;
|
|
2164
2161
|
"1": The1;
|
|
2165
|
-
"2":
|
|
2166
|
-
"3":
|
|
2167
|
-
"4":
|
|
2168
|
-
"5":
|
|
2169
|
-
"6":
|
|
2170
|
-
"7":
|
|
2171
|
-
"8":
|
|
2172
|
-
"9":
|
|
2162
|
+
"2": The12;
|
|
2163
|
+
"3": The11;
|
|
2164
|
+
"4": The11;
|
|
2165
|
+
"5": The11;
|
|
2166
|
+
"6": The12;
|
|
2167
|
+
"7": The11;
|
|
2168
|
+
"8": The8;
|
|
2169
|
+
"9": The12;
|
|
2173
2170
|
"10": The10;
|
|
2174
2171
|
"11": The11;
|
|
2175
|
-
"12":
|
|
2172
|
+
"12": The12;
|
|
2173
|
+
"13": The13;
|
|
2176
2174
|
canvas: Canva[];
|
|
2177
2175
|
}
|
|
2178
2176
|
export interface The0 {
|
|
@@ -2181,54 +2179,84 @@ export interface The0 {
|
|
|
2181
2179
|
assets_name: string;
|
|
2182
2180
|
direct_to_shop: number;
|
|
2183
2181
|
end_ts: string;
|
|
2184
|
-
filter_category: null;
|
|
2185
|
-
hud_button: The0_HudButton;
|
|
2186
2182
|
id: number;
|
|
2187
|
-
label_text_tid: null;
|
|
2188
|
-
label_title_tid: null;
|
|
2189
2183
|
min_level: number;
|
|
2190
2184
|
popup_frequency: string;
|
|
2185
|
+
popup_is_critical: boolean;
|
|
2186
|
+
popup_type: string;
|
|
2187
|
+
show_on_startup: number;
|
|
2188
|
+
slides: The0_Slide[];
|
|
2189
|
+
start_ts: string;
|
|
2190
|
+
}
|
|
2191
|
+
export interface The0_Slide {
|
|
2192
|
+
content_localized_key?: string;
|
|
2193
|
+
custom_title_localized_key: string;
|
|
2194
|
+
header_localized_key?: string;
|
|
2195
|
+
image_url: string;
|
|
2196
|
+
link: string;
|
|
2197
|
+
link_button_key: string;
|
|
2198
|
+
slide_type: string;
|
|
2199
|
+
slide_type_2: string;
|
|
2200
|
+
timer?: string;
|
|
2201
|
+
times_to_show?: number;
|
|
2202
|
+
}
|
|
2203
|
+
export interface The1 {
|
|
2204
|
+
active_platforms: ValueClass;
|
|
2205
|
+
allow_island_tutorial: number;
|
|
2206
|
+
assets_name: string;
|
|
2207
|
+
end_ts: string;
|
|
2208
|
+
hud_button: The1_HudButton;
|
|
2209
|
+
id: number;
|
|
2210
|
+
min_level: number;
|
|
2191
2211
|
popup_type: string;
|
|
2192
|
-
priority: null;
|
|
2193
2212
|
show_on_startup: number;
|
|
2194
2213
|
slides: The0_Slide[];
|
|
2195
2214
|
start_ts: string;
|
|
2196
2215
|
}
|
|
2197
|
-
export interface
|
|
2216
|
+
export interface The1_HudButton {
|
|
2198
2217
|
file: string;
|
|
2199
2218
|
title: string;
|
|
2200
|
-
viral_icon_tier: number;
|
|
2201
2219
|
}
|
|
2202
|
-
export interface
|
|
2203
|
-
|
|
2220
|
+
export interface The10 {
|
|
2221
|
+
active_platforms: ValueClass;
|
|
2222
|
+
allow_island_tutorial: number;
|
|
2223
|
+
assets_name: string;
|
|
2224
|
+
direct_to_shop: number;
|
|
2225
|
+
end_ts: string;
|
|
2226
|
+
id: number;
|
|
2227
|
+
min_level: number;
|
|
2228
|
+
popup_frequency: string;
|
|
2229
|
+
popup_type: string;
|
|
2230
|
+
show_on_startup: number;
|
|
2231
|
+
slides: The10_Slide[];
|
|
2232
|
+
start_ts: string;
|
|
2233
|
+
}
|
|
2234
|
+
export interface The10_Slide {
|
|
2235
|
+
content_localized_key: string;
|
|
2204
2236
|
custom_title_localized_key: string;
|
|
2205
|
-
forceClose
|
|
2237
|
+
forceClose: boolean;
|
|
2206
2238
|
header_localized_key: string;
|
|
2207
2239
|
image_url: string;
|
|
2208
|
-
multiple_buttons:
|
|
2240
|
+
multiple_buttons: PurpleMultipleButton[];
|
|
2209
2241
|
times_to_show: number;
|
|
2210
2242
|
type: SlideType;
|
|
2211
2243
|
}
|
|
2212
|
-
export interface
|
|
2244
|
+
export interface PurpleMultipleButton {
|
|
2213
2245
|
animation: AnimationNameEnum;
|
|
2214
2246
|
animationPlace: AnimationPlace;
|
|
2215
2247
|
forceClose: boolean;
|
|
2216
2248
|
glint: boolean;
|
|
2217
|
-
key:
|
|
2249
|
+
key: string;
|
|
2218
2250
|
link: string;
|
|
2251
|
+
linkItemId?: number | string;
|
|
2219
2252
|
normalizedPosition: NormalizedPosition;
|
|
2220
2253
|
size: Size;
|
|
2221
2254
|
spineAsset: SpineAsset;
|
|
2222
2255
|
style: Style;
|
|
2223
|
-
linkItemId?: number | string;
|
|
2224
2256
|
}
|
|
2225
2257
|
export declare enum AnimationPlace {
|
|
2226
2258
|
Foreground = "Foreground"
|
|
2227
2259
|
}
|
|
2228
|
-
export declare enum Key {
|
|
2229
|
-
Empty = "",
|
|
2230
|
-
TidNewsApocalypsepathButton = "tid_news_apocalypsepath_button"
|
|
2231
|
-
}
|
|
2232
2260
|
export interface NormalizedPosition {
|
|
2233
2261
|
x: number;
|
|
2234
2262
|
y: number;
|
|
@@ -2238,17 +2266,15 @@ export interface Size {
|
|
|
2238
2266
|
w: number;
|
|
2239
2267
|
}
|
|
2240
2268
|
export declare enum SpineAsset {
|
|
2241
|
-
Empty = "",
|
|
2242
2269
|
PointerAnimationV2 = "pointer_animation_v2"
|
|
2243
2270
|
}
|
|
2244
2271
|
export declare enum Style {
|
|
2245
|
-
BlueLarge = "BlueLarge",
|
|
2246
2272
|
Transparent = "Transparent"
|
|
2247
2273
|
}
|
|
2248
2274
|
export declare enum SlideType {
|
|
2249
2275
|
FullImage = "FullImage"
|
|
2250
2276
|
}
|
|
2251
|
-
export interface
|
|
2277
|
+
export interface The11 {
|
|
2252
2278
|
active_platforms: ValueClass;
|
|
2253
2279
|
allow_island_tutorial: number;
|
|
2254
2280
|
assets_name: string;
|
|
@@ -2257,39 +2283,35 @@ export interface The1 {
|
|
|
2257
2283
|
id: number;
|
|
2258
2284
|
min_level: number;
|
|
2259
2285
|
popup_frequency: string;
|
|
2260
|
-
popup_is_critical: boolean;
|
|
2261
2286
|
popup_type: string;
|
|
2262
2287
|
show_on_startup: number;
|
|
2263
|
-
slides:
|
|
2288
|
+
slides: The11_Slide[];
|
|
2264
2289
|
start_ts: string;
|
|
2265
2290
|
}
|
|
2266
|
-
export interface
|
|
2291
|
+
export interface The11_Slide {
|
|
2267
2292
|
content_localized_key?: string;
|
|
2268
2293
|
custom_title_localized_key: string;
|
|
2269
|
-
|
|
2294
|
+
forceClose?: boolean;
|
|
2295
|
+
header_localized_key: string;
|
|
2270
2296
|
image_url: string;
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
slide_type_2: string;
|
|
2275
|
-
timer?: string;
|
|
2276
|
-
times_to_show?: number;
|
|
2297
|
+
multiple_buttons: FluffyMultipleButton[];
|
|
2298
|
+
times_to_show: number;
|
|
2299
|
+
type: SlideType;
|
|
2277
2300
|
}
|
|
2278
|
-
export interface
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
start_ts: string;
|
|
2301
|
+
export interface FluffyMultipleButton {
|
|
2302
|
+
animation: AnimationNameEnum;
|
|
2303
|
+
animationPlace: AnimationPlace;
|
|
2304
|
+
forceClose: boolean;
|
|
2305
|
+
glint: boolean;
|
|
2306
|
+
key: string;
|
|
2307
|
+
link: string;
|
|
2308
|
+
linkItemId: number;
|
|
2309
|
+
normalizedPosition: NormalizedPosition;
|
|
2310
|
+
size: Size;
|
|
2311
|
+
spineAsset: SpineAsset;
|
|
2312
|
+
style: Style;
|
|
2291
2313
|
}
|
|
2292
|
-
export interface
|
|
2314
|
+
export interface The12 {
|
|
2293
2315
|
active_platforms: ValueClass;
|
|
2294
2316
|
allow_island_tutorial: number;
|
|
2295
2317
|
assets_name: string;
|
|
@@ -2301,58 +2323,69 @@ export interface The11 {
|
|
|
2301
2323
|
label_title_tid: null;
|
|
2302
2324
|
min_level: number;
|
|
2303
2325
|
popup_type: string;
|
|
2304
|
-
priority: null;
|
|
2326
|
+
priority: number | null;
|
|
2305
2327
|
show_on_startup: number;
|
|
2306
|
-
slides:
|
|
2328
|
+
slides: The11_Slide[];
|
|
2307
2329
|
start_ts: string;
|
|
2308
2330
|
}
|
|
2309
|
-
export interface
|
|
2331
|
+
export interface The13 {
|
|
2310
2332
|
active_platforms: ValueClass;
|
|
2311
2333
|
allow_island_tutorial: number;
|
|
2312
2334
|
assets_name: string;
|
|
2313
2335
|
direct_to_shop: number;
|
|
2314
2336
|
end_ts: string;
|
|
2315
2337
|
filter_category: null;
|
|
2316
|
-
hud_button:
|
|
2338
|
+
hud_button: The13_HudButton;
|
|
2317
2339
|
id: number;
|
|
2318
2340
|
label_text_tid: null;
|
|
2319
2341
|
label_title_tid: null;
|
|
2320
2342
|
min_level: number;
|
|
2343
|
+
popup_frequency: string;
|
|
2321
2344
|
popup_type: string;
|
|
2322
2345
|
priority: null;
|
|
2323
2346
|
show_on_startup: number;
|
|
2324
|
-
slides:
|
|
2325
|
-
start_ts: string;
|
|
2326
|
-
}
|
|
2327
|
-
export interface The4 {
|
|
2328
|
-
active_platforms: ValueClass;
|
|
2329
|
-
allow_island_tutorial: number;
|
|
2330
|
-
assets_name: string;
|
|
2331
|
-
end_ts: string;
|
|
2332
|
-
hud_button: The4_HudButton;
|
|
2333
|
-
id: number;
|
|
2334
|
-
min_level: number;
|
|
2335
|
-
popup_type: string;
|
|
2336
|
-
show_on_startup: number;
|
|
2337
|
-
slides: The1_Slide[];
|
|
2347
|
+
slides: The13_Slide[];
|
|
2338
2348
|
start_ts: string;
|
|
2339
2349
|
}
|
|
2340
|
-
export interface
|
|
2350
|
+
export interface The13_HudButton {
|
|
2341
2351
|
file: string;
|
|
2342
2352
|
title: string;
|
|
2353
|
+
viral_icon_tier: number;
|
|
2343
2354
|
}
|
|
2344
|
-
export interface
|
|
2355
|
+
export interface The13_Slide {
|
|
2356
|
+
content_localized_key: string;
|
|
2357
|
+
custom_title_localized_key: string;
|
|
2358
|
+
forceClose?: boolean;
|
|
2359
|
+
header_localized_key: string;
|
|
2360
|
+
image_url: string;
|
|
2361
|
+
multiple_buttons: TentacledMultipleButton[];
|
|
2362
|
+
times_to_show: number;
|
|
2363
|
+
type: SlideType;
|
|
2364
|
+
}
|
|
2365
|
+
export interface TentacledMultipleButton {
|
|
2366
|
+
animation: AnimationNameEnum;
|
|
2367
|
+
animationPlace: AnimationPlace;
|
|
2368
|
+
forceClose: boolean;
|
|
2369
|
+
glint: boolean;
|
|
2370
|
+
key: string;
|
|
2371
|
+
link: string;
|
|
2372
|
+
normalizedPosition: NormalizedPosition;
|
|
2373
|
+
size: Size;
|
|
2374
|
+
spineAsset: string;
|
|
2375
|
+
style: string;
|
|
2376
|
+
}
|
|
2377
|
+
export interface The8 {
|
|
2345
2378
|
active_platforms: ValueClass;
|
|
2346
2379
|
allow_island_tutorial: number;
|
|
2347
2380
|
assets_name: string;
|
|
2348
2381
|
direct_to_shop: number;
|
|
2349
2382
|
end_ts: string;
|
|
2350
|
-
hud_button: The0_HudButton;
|
|
2351
2383
|
id: number;
|
|
2352
2384
|
min_level: number;
|
|
2385
|
+
popup_frequency: string;
|
|
2353
2386
|
popup_type: string;
|
|
2354
2387
|
show_on_startup: number;
|
|
2355
|
-
slides:
|
|
2388
|
+
slides: The13_Slide[];
|
|
2356
2389
|
start_ts: string;
|
|
2357
2390
|
}
|
|
2358
2391
|
export interface Canva {
|
|
@@ -2361,7 +2394,7 @@ export interface Canva {
|
|
|
2361
2394
|
start_ts: number;
|
|
2362
2395
|
end_ts: number;
|
|
2363
2396
|
min_level: number;
|
|
2364
|
-
slides:
|
|
2397
|
+
slides: The11_Slide[];
|
|
2365
2398
|
show_on_startup: number;
|
|
2366
2399
|
}
|
|
2367
2400
|
export interface Perks {
|
|
@@ -3270,8 +3303,8 @@ export interface MultiplierTime {
|
|
|
3270
3303
|
multiplier_time: number;
|
|
3271
3304
|
}
|
|
3272
3305
|
export interface TreeOfLifePowerupRaritySeed {
|
|
3273
|
-
max_rarity_seeds_per_grade: number[];
|
|
3274
3306
|
rarity: Rarity;
|
|
3307
|
+
max_rarity_seeds_per_grade: number[];
|
|
3275
3308
|
}
|
|
3276
3309
|
export interface Visual {
|
|
3277
3310
|
id: number;
|
package/dist/dtos/game-config.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.File = exports.RewardType = exports.ActionType = exports.TidName = exports.Image = exports.UIAsset = exports.Behaviour = exports.ItemsUnitsAttributeModifierAttribute = exports.AchievementType = exports.DifficultyEnum = exports.TitleTid = exports.TaskType = exports.TaskIncrease = exports.DescTid = exports.Local = exports.CanvasBg = exports.DragonGroupType = exports.AttributeElement = exports.CategoryEnum = exports.ChestType = exports.AnimatedCanvas = exports.Background = exports.PremiumReward2_Tid = exports.PremiumPriceStyle = exports.PremiumDiscountPriceStyle = exports.PremiumDescriptionStyle = exports.PurchasePopupEliteMainTitleStyle = exports.EliteReward3_Tid = exports.EliteReward1_Tid = exports.ElitePriceStyle = exports.BadgeTid = exports.RightRewardsDescriptionTid = exports.QuantityLabelStyleEnum = exports.MoreTitleStyle = exports.PurchasePopupMainTitleStyle = exports.LeftRewardsDescriptionTid = exports.DescriptionElementsStyleEnum = exports.CollectibleActionType = exports.Rarity = exports.ElementType = exports.TypeElement = exports.BattlePassSoundTag = exports.IconID = exports.IapUid = exports.IapEliteUpgradeUid = exports.IapEliteUid = exports.IapEliteDiscountUidIap = exports.Dur = exports.IapDiscountUidIap = exports.Format = void 0;
|
|
4
|
-
exports.StatusEffectDataEffectName = exports.EffectVfxEnum = exports.VfxTextEffectname = exports.Vfx = exports.TidDamageMultiplier = exports.PlayerEffectName = exports.FgVfxScreenEffectname = exports.FgVfxNodeName = exports.EffectTid = exports.PurpleEffectName = exports.DragonLife = exports.DragonAnimation = exports.DestroySkill = exports.CounterAttackEffectName = exports.BgVfxNodeName = exports.BenchTargetMode = exports.AvoidSkillElement = exports.AuraType = exports.Level1_EffectName = exports.AuraCenterMode = exports.AttackType = exports.Texture = exports.RewardEnum = exports.ZipFile = exports.FluffySoundTag = exports.ActivityType = exports.PerkType = exports.SlideType = exports.Style = exports.SpineAsset = exports.
|
|
5
|
-
exports.TreasureItemType = exports.Feature = exports.PurpleType = exports.FloorImage = exports.Name =
|
|
4
|
+
exports.Target = exports.StatusEffectDataEffectName = exports.EffectVfxEnum = exports.VfxTextEffectname = exports.Vfx = exports.TidDamageMultiplier = exports.PlayerEffectName = exports.FgVfxScreenEffectname = exports.FgVfxNodeName = exports.EffectTid = exports.PurpleEffectName = exports.DragonLife = exports.DragonAnimation = exports.DestroySkill = exports.CounterAttackEffectName = exports.BgVfxNodeName = exports.BenchTargetMode = exports.AvoidSkillElement = exports.AuraType = exports.Level1_EffectName = exports.AuraCenterMode = exports.AttackType = exports.Texture = exports.RewardEnum = exports.ZipFile = exports.FluffySoundTag = exports.ActivityType = exports.PerkType = exports.SlideType = exports.Style = exports.SpineAsset = exports.AnimationPlace = exports.CollectibleType = exports.ItemType = exports.Tag = exports.ItemGroupType = exports.SpinRewardType = exports.NodesPositionType = exports.MissionType = exports.RewardCellType = exports.PurpleSoundTag = exports.IslandTitleTid = exports.ContentLocalizedKey = exports.AnimationNameEnum = exports.PopupType = exports.WallSuffix = exports.Wall = exports.CanvasBackground = exports.ViewTypeEnum = exports.FightBackgroundID = void 0;
|
|
5
|
+
exports.TreasureItemType = exports.Feature = exports.PurpleType = exports.FloorImage = exports.Name = void 0;
|
|
6
6
|
var Format;
|
|
7
7
|
(function (Format) {
|
|
8
8
|
Format["Efk"] = "efk";
|
|
@@ -587,19 +587,12 @@ var AnimationPlace;
|
|
|
587
587
|
(function (AnimationPlace) {
|
|
588
588
|
AnimationPlace["Foreground"] = "Foreground";
|
|
589
589
|
})(AnimationPlace || (exports.AnimationPlace = AnimationPlace = {}));
|
|
590
|
-
var Key;
|
|
591
|
-
(function (Key) {
|
|
592
|
-
Key["Empty"] = "";
|
|
593
|
-
Key["TidNewsApocalypsepathButton"] = "tid_news_apocalypsepath_button";
|
|
594
|
-
})(Key || (exports.Key = Key = {}));
|
|
595
590
|
var SpineAsset;
|
|
596
591
|
(function (SpineAsset) {
|
|
597
|
-
SpineAsset["Empty"] = "";
|
|
598
592
|
SpineAsset["PointerAnimationV2"] = "pointer_animation_v2";
|
|
599
593
|
})(SpineAsset || (exports.SpineAsset = SpineAsset = {}));
|
|
600
594
|
var Style;
|
|
601
595
|
(function (Style) {
|
|
602
|
-
Style["BlueLarge"] = "BlueLarge";
|
|
603
596
|
Style["Transparent"] = "Transparent";
|
|
604
597
|
})(Style || (exports.Style = Style = {}));
|
|
605
598
|
var SlideType;
|