@dchighs/dc-config 0.1.8 → 0.1.9

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.
@@ -1072,6 +1072,7 @@ export interface MatchReward {
1072
1072
  pu_token?: number;
1073
1073
  "album_pack.temp"?: number;
1074
1074
  w_token?: number;
1075
+ "album_pack_aces.5"?: number;
1075
1076
  keys?: number;
1076
1077
  li_token?: number;
1077
1078
  wd_token?: number;
@@ -1083,7 +1084,6 @@ export interface MatchReward {
1083
1084
  "rank_up_coin.epic"?: number;
1084
1085
  i_token?: number;
1085
1086
  perks?: RewardPerk[];
1086
- "album_pack_aces.5"?: number;
1087
1087
  }
1088
1088
  export interface DragonTournamentsReward {
1089
1089
  id: number;
@@ -2171,107 +2171,48 @@ export interface MazeIslandReward {
2171
2171
  export interface News {
2172
2172
  "0": The0;
2173
2173
  "1": The1;
2174
- "2": The10;
2175
- "3": The11;
2176
- "4": The10;
2177
- "5": The11;
2174
+ "2": The2;
2175
+ "3": The3;
2176
+ "4": The0;
2177
+ "5": The0;
2178
2178
  "6": The6;
2179
- "7": The11;
2180
- "8": The10;
2181
- "9": The9;
2182
- "10": The10;
2183
- "11": The11;
2184
- "12": The10;
2185
- "13": The10;
2186
- "14": The14;
2187
- "15": The15;
2188
- "16": The11;
2189
- "17": The11;
2179
+ "7": The0;
2180
+ "8": The0;
2181
+ "9": The2;
2190
2182
  canvas: Canva[];
2191
2183
  }
2192
2184
  export interface The0 {
2193
- active_platforms: ValueClass;
2194
- allow_island_tutorial: number;
2195
- assets_name: string;
2196
- end_ts: string;
2197
- hud_button: The0_HudButton;
2198
- id: number;
2199
- min_level: number;
2200
- popup_type: string;
2201
- show_on_startup: number;
2202
- slides: The0_Slide[];
2203
- start_ts: string;
2204
- }
2205
- export interface The0_HudButton {
2206
- file: string;
2207
- title: string;
2208
- }
2209
- export interface The0_Slide {
2210
- content_localized_key: string;
2211
- custom_title_localized_key: string;
2212
- header_localized_key: string;
2213
- image_url: string;
2214
- link: string;
2215
- link_button_key: string;
2216
- slide_type: string;
2217
- slide_type_2: string;
2218
- timer?: string;
2219
- times_to_show?: number;
2220
- }
2221
- export interface The1 {
2222
2185
  active_platforms: ValueClass;
2223
2186
  allow_island_tutorial: number;
2224
2187
  assets_name: string;
2225
2188
  direct_to_shop: number;
2226
2189
  end_ts: string;
2227
- hud_button: The1_HudButton;
2228
2190
  id: number;
2229
2191
  min_level: number;
2192
+ popup_frequency: string;
2230
2193
  popup_type: string;
2231
2194
  show_on_startup: number;
2232
2195
  slides: The0_Slide[];
2233
2196
  start_ts: string;
2234
2197
  }
2235
- export interface The1_HudButton {
2236
- file: string;
2237
- title: string;
2238
- viral_icon_tier: number;
2239
- }
2240
- export interface The10 {
2241
- active_platforms: ValueClass;
2242
- allow_island_tutorial: number;
2243
- assets_name: string;
2244
- direct_to_shop: number;
2245
- end_ts: string;
2246
- filter_category: null;
2247
- id: number;
2248
- label_text_tid: null;
2249
- label_title_tid: null;
2250
- min_level: number;
2251
- popup_type: string;
2252
- priority: number | null;
2253
- show_on_startup: number;
2254
- slides: The10_Slide[];
2255
- start_ts: string;
2256
- }
2257
- export interface The10_Slide {
2198
+ export interface The0_Slide {
2258
2199
  content_localized_key?: string;
2259
2200
  custom_title_localized_key: string;
2201
+ forceClose?: boolean;
2260
2202
  header_localized_key: string;
2261
2203
  image_url: string;
2262
- multiple_buttons: PurpleMultipleButton[];
2204
+ multiple_buttons: MultipleButton[];
2263
2205
  times_to_show: number;
2264
2206
  type: SlideType;
2265
- forceClose?: boolean;
2266
2207
  }
2267
- export interface PurpleMultipleButton {
2208
+ export interface MultipleButton {
2268
2209
  animation: AnimationNameEnum;
2269
2210
  animationPlace: AnimationPlace;
2270
2211
  forceClose: boolean;
2271
2212
  glint: boolean;
2272
- key: string;
2213
+ key: Key;
2273
2214
  link: string;
2274
- linkItemId: number;
2215
+ linkItemId?: number | string;
2275
2216
  normalizedPosition: NormalizedPosition;
2276
2217
  size: Size;
2277
2218
  spineAsset: SpineAsset;
@@ -2280,6 +2221,10 @@ export interface PurpleMultipleButton {
2280
2221
  export declare enum AnimationPlace {
2281
2222
  Foreground = "Foreground"
2282
2223
  }
2224
+ export declare enum Key {
2225
+ Empty = "",
2226
+ TidNewsApocalypsepathButton = "tid_news_apocalypsepath_button"
2227
+ }
2283
2228
  export interface NormalizedPosition {
2284
2229
  x: number;
2285
2230
  y: number;
@@ -2299,7 +2244,7 @@ export declare enum Style {
2299
2244
  export declare enum SlideType {
2300
2245
  FullImage = "FullImage"
2301
2246
  }
2302
- export interface The11 {
2247
+ export interface The1 {
2303
2248
  active_platforms: ValueClass;
2304
2249
  allow_island_tutorial: number;
2305
2250
  assets_name: string;
@@ -2310,25 +2255,36 @@ export interface The11 {
2310
2255
  popup_frequency: string;
2311
2256
  popup_type: string;
2312
2257
  show_on_startup: number;
2313
- slides: The10_Slide[];
2258
+ slides: The1_Slide[];
2314
2259
  start_ts: string;
2315
2260
  }
2316
- export interface The14 {
2261
+ export interface The1_Slide {
2262
+ content_localized_key: string;
2263
+ custom_title_localized_key: string;
2264
+ header_localized_key: string;
2265
+ image_url: string;
2266
+ multiple_buttons: MultipleButton[];
2267
+ times_to_show: number;
2268
+ type: SlideType;
2269
+ }
2270
+ export interface The2 {
2317
2271
  active_platforms: ValueClass;
2318
2272
  allow_island_tutorial: number;
2319
2273
  assets_name: string;
2320
2274
  direct_to_shop: number;
2321
2275
  end_ts: string;
2276
+ filter_category: null;
2322
2277
  id: number;
2278
+ label_text_tid: null;
2279
+ label_title_tid: null;
2323
2280
  min_level: number;
2324
- popup_frequency: string;
2325
- popup_is_critical: boolean;
2326
2281
  popup_type: string;
2282
+ priority: null;
2327
2283
  show_on_startup: number;
2328
2284
  slides: The0_Slide[];
2329
2285
  start_ts: string;
2330
2286
  }
2331
- export interface The15 {
2287
+ export interface The3 {
2332
2288
  active_platforms: ValueClass;
2333
2289
  allow_island_tutorial: number;
2334
2290
  assets_name: string;
@@ -2337,92 +2293,40 @@ export interface The15 {
2337
2293
  id: number;
2338
2294
  min_level: number;
2339
2295
  popup_frequency: string;
2296
+ popup_is_critical: boolean;
2340
2297
  popup_type: string;
2341
2298
  show_on_startup: number;
2342
- slides: The15_Slide[];
2299
+ slides: The3_Slide[];
2343
2300
  start_ts: string;
2344
2301
  }
2345
- export interface The15_Slide {
2302
+ export interface The3_Slide {
2346
2303
  content_localized_key: string;
2347
2304
  custom_title_localized_key: string;
2348
- forceClose: boolean;
2349
2305
  header_localized_key: string;
2350
2306
  image_url: string;
2351
- multiple_buttons: FluffyMultipleButton[];
2352
- times_to_show: number;
2353
- type: SlideType;
2354
- }
2355
- export interface FluffyMultipleButton {
2356
- animation: AnimationNameEnum;
2357
- animationPlace: AnimationPlace;
2358
- forceClose: boolean;
2359
- glint: boolean;
2360
- key: Key;
2361
2307
  link: string;
2362
- linkItemId?: number | string;
2363
- normalizedPosition: NormalizedPosition;
2364
- size: Size;
2365
- spineAsset: SpineAsset;
2366
- style: Style;
2367
- }
2368
- export declare enum Key {
2369
- Empty = "",
2370
- TidNewsApocalypsepathButton = "tid_news_apocalypsepath_button"
2308
+ link_button_key: string;
2309
+ slide_type: string;
2310
+ slide_type_2: string;
2311
+ timer?: string;
2312
+ times_to_show?: number;
2371
2313
  }
2372
2314
  export interface The6 {
2373
2315
  active_platforms: ValueClass;
2374
2316
  allow_island_tutorial: number;
2375
2317
  assets_name: string;
2376
- direct_to_shop: number;
2377
2318
  end_ts: string;
2319
+ hud_button: HudButton;
2378
2320
  id: number;
2379
2321
  min_level: number;
2380
- popup_frequency: string;
2381
2322
  popup_type: string;
2382
2323
  show_on_startup: number;
2383
- slides: The6_Slide[];
2324
+ slides: The3_Slide[];
2384
2325
  start_ts: string;
2385
2326
  }
2386
- export interface The6_Slide {
2387
- content_localized_key: string;
2388
- custom_title_localized_key: string;
2389
- header_localized_key: string;
2390
- image_url: string;
2391
- multiple_buttons: TentacledMultipleButton[];
2392
- times_to_show: number;
2393
- type: SlideType;
2394
- forceClose?: boolean;
2395
- }
2396
- export interface TentacledMultipleButton {
2397
- animation: AnimationNameEnum;
2398
- animationPlace: AnimationPlace;
2399
- forceClose: boolean;
2400
- glint: boolean;
2401
- key: Key;
2402
- link: string;
2403
- normalizedPosition: NormalizedPosition;
2404
- size: Size;
2405
- spineAsset: SpineAsset;
2406
- style: Style;
2407
- }
2408
- export interface The9 {
2409
- active_platforms: ValueClass;
2410
- allow_island_tutorial: number;
2411
- assets_name: string;
2412
- direct_to_shop: number;
2413
- end_ts: string;
2414
- filter_category: null;
2415
- hud_button: The1_HudButton;
2416
- id: number;
2417
- label_text_tid: null;
2418
- label_title_tid: null;
2419
- min_level: number;
2420
- popup_frequency: string;
2421
- popup_type: string;
2422
- priority: null;
2423
- show_on_startup: number;
2424
- slides: The6_Slide[];
2425
- start_ts: string;
2327
+ export interface HudButton {
2328
+ file: string;
2329
+ title: string;
2426
2330
  }
2427
2331
  export interface Canva {
2428
2332
  id: number;
@@ -2430,7 +2334,7 @@ export interface Canva {
2430
2334
  start_ts: number;
2431
2335
  end_ts: number;
2432
2336
  min_level: number;
2433
- slides: The10_Slide[];
2337
+ slides: The0_Slide[];
2434
2338
  show_on_startup: number;
2435
2339
  }
2436
2340
  export interface Perks {
@@ -2865,12 +2769,15 @@ export interface AuraParameters {
2865
2769
  criticalProtection?: boolean;
2866
2770
  reflectDamage?: number;
2867
2771
  reflectionsPerTurn?: number;
2868
- deployText?: string;
2772
+ deployText?: DeployText;
2869
2773
  deployTextColor?: DeployTextColor;
2870
2774
  dodgeChance?: number;
2871
2775
  statusIcon?: string;
2872
2776
  effectName?: Level1_EffectName;
2873
2777
  }
2778
+ export declare enum DeployText {
2779
+ TidSkillImpalerBattlefield = "tid_skill_impaler_battlefield"
2780
+ }
2874
2781
  export interface DeployTextColor {
2875
2782
  r: number;
2876
2783
  g: number;
@@ -3346,8 +3253,8 @@ export interface MultiplierTime {
3346
3253
  multiplier_time: number;
3347
3254
  }
3348
3255
  export interface TreeOfLifePowerupRaritySeed {
3349
- max_rarity_seeds_per_grade: number[];
3350
3256
  rarity: Rarity;
3257
+ max_rarity_seeds_per_grade: number[];
3351
3258
  }
3352
3259
  export interface Visual {
3353
3260
  id: number;
@@ -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.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.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.AbilityType = 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
- exports.TreasureItemType = exports.Feature = exports.PurpleType = exports.FloorImage = exports.Name = exports.Target = exports.StatusEffectDataEffectName = exports.EffectVfxEnum = exports.VfxTextEffectname = void 0;
4
+ 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.DeployText = exports.AuraCenterMode = exports.AttackType = exports.Texture = exports.RewardEnum = exports.ZipFile = exports.TentacledSoundTag = exports.ActivityType = exports.PerkType = exports.AbilityType = exports.SlideType = exports.Style = exports.SpineAsset = exports.Key = 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
+ exports.TreasureItemType = exports.Feature = exports.PurpleType = exports.FloorImage = exports.Name = exports.Target = exports.StatusEffectDataEffectName = exports.EffectVfxEnum = exports.VfxTextEffectname = exports.Vfx = void 0;
6
6
  var Format;
7
7
  (function (Format) {
8
8
  Format["Efk"] = "efk";
@@ -596,6 +596,11 @@ 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 = {}));
599
604
  var SpineAsset;
600
605
  (function (SpineAsset) {
601
606
  SpineAsset["Empty"] = "";
@@ -610,11 +615,6 @@ var SlideType;
610
615
  (function (SlideType) {
611
616
  SlideType["FullImage"] = "FullImage";
612
617
  })(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 AbilityType;
619
619
  (function (AbilityType) {
620
620
  AbilityType["DragonAttackBoost"] = "dragon_attack_boost";
@@ -712,6 +712,10 @@ var AuraCenterMode;
712
712
  (function (AuraCenterMode) {
713
713
  AuraCenterMode["Side"] = "SIDE";
714
714
  })(AuraCenterMode || (exports.AuraCenterMode = AuraCenterMode = {}));
715
+ var DeployText;
716
+ (function (DeployText) {
717
+ DeployText["TidSkillImpalerBattlefield"] = "tid_skill_impaler_battlefield";
718
+ })(DeployText || (exports.DeployText = DeployText = {}));
715
719
  var Level1_EffectName;
716
720
  (function (Level1_EffectName) {
717
721
  Level1_EffectName["TidCritEffectDamageName"] = "tid_crit_effect_damage_name";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dchighs/dc-config",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "A library to handle configuration for Dragon City.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",