@dchighs/dc-config 0.1.6 → 0.1.7
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 +60 -24
- package/dist/dtos/game-config.js +6 -6
- package/package.json +1 -1
|
@@ -2169,22 +2169,22 @@ export interface MazeIslandReward {
|
|
|
2169
2169
|
export interface News {
|
|
2170
2170
|
"0": The0;
|
|
2171
2171
|
"1": The1;
|
|
2172
|
-
"2":
|
|
2172
|
+
"2": The11;
|
|
2173
2173
|
"3": The1;
|
|
2174
|
-
"4":
|
|
2175
|
-
"5":
|
|
2176
|
-
"6":
|
|
2174
|
+
"4": The11;
|
|
2175
|
+
"5": The5;
|
|
2176
|
+
"6": The11;
|
|
2177
2177
|
"7": The1;
|
|
2178
2178
|
"8": The8;
|
|
2179
|
-
"9":
|
|
2180
|
-
"10":
|
|
2181
|
-
"11":
|
|
2179
|
+
"9": The11;
|
|
2180
|
+
"10": The1;
|
|
2181
|
+
"11": The11;
|
|
2182
2182
|
"12": The1;
|
|
2183
|
-
"13":
|
|
2183
|
+
"13": The1;
|
|
2184
2184
|
"14": The14;
|
|
2185
|
-
"15":
|
|
2186
|
-
"16":
|
|
2187
|
-
"17":
|
|
2185
|
+
"15": The15;
|
|
2186
|
+
"16": The11;
|
|
2187
|
+
"17": The11;
|
|
2188
2188
|
canvas: Canva[];
|
|
2189
2189
|
}
|
|
2190
2190
|
export interface The0 {
|
|
@@ -2238,7 +2238,7 @@ export interface The1_Slide {
|
|
|
2238
2238
|
custom_title_localized_key: string;
|
|
2239
2239
|
header_localized_key: string;
|
|
2240
2240
|
image_url: string;
|
|
2241
|
-
multiple_buttons
|
|
2241
|
+
multiple_buttons: PurpleMultipleButton[];
|
|
2242
2242
|
times_to_show: number;
|
|
2243
2243
|
type: SlideType;
|
|
2244
2244
|
forceClose?: boolean;
|
|
@@ -2248,9 +2248,9 @@ export interface PurpleMultipleButton {
|
|
|
2248
2248
|
animationPlace: AnimationPlace;
|
|
2249
2249
|
forceClose: boolean;
|
|
2250
2250
|
glint: boolean;
|
|
2251
|
-
key:
|
|
2251
|
+
key: string;
|
|
2252
2252
|
link: string;
|
|
2253
|
-
linkItemId
|
|
2253
|
+
linkItemId: number;
|
|
2254
2254
|
normalizedPosition: NormalizedPosition;
|
|
2255
2255
|
size: Size;
|
|
2256
2256
|
spineAsset: SpineAsset;
|
|
@@ -2259,10 +2259,6 @@ export interface PurpleMultipleButton {
|
|
|
2259
2259
|
export declare enum AnimationPlace {
|
|
2260
2260
|
Foreground = "Foreground"
|
|
2261
2261
|
}
|
|
2262
|
-
export declare enum Key {
|
|
2263
|
-
Empty = "",
|
|
2264
|
-
TidNewsApocalypsepathButton = "tid_news_apocalypsepath_button"
|
|
2265
|
-
}
|
|
2266
2262
|
export interface NormalizedPosition {
|
|
2267
2263
|
x: number;
|
|
2268
2264
|
y: number;
|
|
@@ -2282,7 +2278,7 @@ export declare enum Style {
|
|
|
2282
2278
|
export declare enum SlideType {
|
|
2283
2279
|
FullImage = "FullImage"
|
|
2284
2280
|
}
|
|
2285
|
-
export interface
|
|
2281
|
+
export interface The11 {
|
|
2286
2282
|
active_platforms: ValueClass;
|
|
2287
2283
|
allow_island_tutorial: number;
|
|
2288
2284
|
assets_name: string;
|
|
@@ -2296,7 +2292,7 @@ export interface The10 {
|
|
|
2296
2292
|
slides: The1_Slide[];
|
|
2297
2293
|
start_ts: string;
|
|
2298
2294
|
}
|
|
2299
|
-
export interface
|
|
2295
|
+
export interface The14 {
|
|
2300
2296
|
active_platforms: ValueClass;
|
|
2301
2297
|
allow_island_tutorial: number;
|
|
2302
2298
|
assets_name: string;
|
|
@@ -2311,7 +2307,7 @@ export interface The13 {
|
|
|
2311
2307
|
slides: The0_Slide[];
|
|
2312
2308
|
start_ts: string;
|
|
2313
2309
|
}
|
|
2314
|
-
export interface
|
|
2310
|
+
export interface The15 {
|
|
2315
2311
|
active_platforms: ValueClass;
|
|
2316
2312
|
allow_island_tutorial: number;
|
|
2317
2313
|
assets_name: string;
|
|
@@ -2322,10 +2318,10 @@ export interface The14 {
|
|
|
2322
2318
|
popup_frequency: string;
|
|
2323
2319
|
popup_type: string;
|
|
2324
2320
|
show_on_startup: number;
|
|
2325
|
-
slides:
|
|
2321
|
+
slides: The15_Slide[];
|
|
2326
2322
|
start_ts: string;
|
|
2327
2323
|
}
|
|
2328
|
-
export interface
|
|
2324
|
+
export interface The15_Slide {
|
|
2329
2325
|
content_localized_key: string;
|
|
2330
2326
|
custom_title_localized_key: string;
|
|
2331
2327
|
forceClose: boolean;
|
|
@@ -2348,6 +2344,46 @@ export interface FluffyMultipleButton {
|
|
|
2348
2344
|
spineAsset: SpineAsset;
|
|
2349
2345
|
style: Style;
|
|
2350
2346
|
}
|
|
2347
|
+
export declare enum Key {
|
|
2348
|
+
Empty = "",
|
|
2349
|
+
TidNewsApocalypsepathButton = "tid_news_apocalypsepath_button"
|
|
2350
|
+
}
|
|
2351
|
+
export interface The5 {
|
|
2352
|
+
active_platforms: ValueClass;
|
|
2353
|
+
allow_island_tutorial: number;
|
|
2354
|
+
assets_name: string;
|
|
2355
|
+
direct_to_shop: number;
|
|
2356
|
+
end_ts: string;
|
|
2357
|
+
id: number;
|
|
2358
|
+
min_level: number;
|
|
2359
|
+
popup_frequency: string;
|
|
2360
|
+
popup_type: string;
|
|
2361
|
+
show_on_startup: number;
|
|
2362
|
+
slides: The5_Slide[];
|
|
2363
|
+
start_ts: string;
|
|
2364
|
+
}
|
|
2365
|
+
export interface The5_Slide {
|
|
2366
|
+
content_localized_key: string;
|
|
2367
|
+
custom_title_localized_key: string;
|
|
2368
|
+
header_localized_key: string;
|
|
2369
|
+
image_url: string;
|
|
2370
|
+
multiple_buttons: TentacledMultipleButton[];
|
|
2371
|
+
times_to_show: number;
|
|
2372
|
+
type: SlideType;
|
|
2373
|
+
forceClose?: boolean;
|
|
2374
|
+
}
|
|
2375
|
+
export interface TentacledMultipleButton {
|
|
2376
|
+
animation: AnimationNameEnum;
|
|
2377
|
+
animationPlace: AnimationPlace;
|
|
2378
|
+
forceClose: boolean;
|
|
2379
|
+
glint: boolean;
|
|
2380
|
+
key: Key;
|
|
2381
|
+
link: string;
|
|
2382
|
+
normalizedPosition: NormalizedPosition;
|
|
2383
|
+
size: Size;
|
|
2384
|
+
spineAsset: SpineAsset;
|
|
2385
|
+
style: Style;
|
|
2386
|
+
}
|
|
2351
2387
|
export interface The8 {
|
|
2352
2388
|
active_platforms: ValueClass;
|
|
2353
2389
|
allow_island_tutorial: number;
|
|
@@ -2364,7 +2400,7 @@ export interface The8 {
|
|
|
2364
2400
|
popup_type: string;
|
|
2365
2401
|
priority: null;
|
|
2366
2402
|
show_on_startup: number;
|
|
2367
|
-
slides:
|
|
2403
|
+
slides: The5_Slide[];
|
|
2368
2404
|
start_ts: string;
|
|
2369
2405
|
}
|
|
2370
2406
|
export interface The8_HudButton {
|
package/dist/dtos/game-config.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.File = exports.RewardType = exports.ActionType = exports.ActionTidName = 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.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.TentacledSoundTag = exports.ActivityType = exports.PerkType = exports.
|
|
4
|
+
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.TentacledSoundTag = exports.ActivityType = exports.PerkType = exports.Key = exports.SlideType = exports.Style = exports.SpineAsset = exports.AnimationPlace = exports.IslandTidName = exports.FluffySoundTag = 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
5
|
exports.TreasureItemType = exports.Feature = exports.PurpleType = exports.FloorImage = exports.Name = exports.Target = exports.StatusEffectDataEffectName = exports.EffectVfxEnum = void 0;
|
|
6
6
|
var Format;
|
|
7
7
|
(function (Format) {
|
|
@@ -596,11 +596,6 @@ var AnimationPlace;
|
|
|
596
596
|
(function (AnimationPlace) {
|
|
597
597
|
AnimationPlace["Foreground"] = "Foreground";
|
|
598
598
|
})(AnimationPlace || (exports.AnimationPlace = AnimationPlace = {}));
|
|
599
|
-
var Key;
|
|
600
|
-
(function (Key) {
|
|
601
|
-
Key["Empty"] = "";
|
|
602
|
-
Key["TidNewsApocalypsepathButton"] = "tid_news_apocalypsepath_button";
|
|
603
|
-
})(Key || (exports.Key = Key = {}));
|
|
604
599
|
var SpineAsset;
|
|
605
600
|
(function (SpineAsset) {
|
|
606
601
|
SpineAsset["Empty"] = "";
|
|
@@ -615,6 +610,11 @@ var SlideType;
|
|
|
615
610
|
(function (SlideType) {
|
|
616
611
|
SlideType["FullImage"] = "FullImage";
|
|
617
612
|
})(SlideType || (exports.SlideType = SlideType = {}));
|
|
613
|
+
var Key;
|
|
614
|
+
(function (Key) {
|
|
615
|
+
Key["Empty"] = "";
|
|
616
|
+
Key["TidNewsApocalypsepathButton"] = "tid_news_apocalypsepath_button";
|
|
617
|
+
})(Key || (exports.Key = Key = {}));
|
|
618
618
|
var PerkType;
|
|
619
619
|
(function (PerkType) {
|
|
620
620
|
PerkType["Character"] = "character";
|