@dchighs/dc-config 0.1.26 → 0.1.28

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.
@@ -1390,6 +1390,7 @@ export declare enum FightBackgroundID {
1390
1390
  BgBattleBackgroundHrFallFriday = "bg_battle_background_hr_fall_friday",
1391
1391
  BgBattleBackgroundHrNewBeginnings = "bg_battle_background_hr_new_beginnings",
1392
1392
  BgBattleBackgroundHrSaintvalentine26 = "bg_battle_background_hr_saintvalentine_26",
1393
+ BgBattleBackgroundMi14_Anniversary = "bg_battle_background_mi_14_anniversary",
1393
1394
  BgBattleBackgroundMiAprilShowers = "bg_battle_background_mi_april_showers",
1394
1395
  BgBattleBackgroundMiCarnival = "bg_battle_background_mi_carnival",
1395
1396
  BgBattleBackgroundMiDragonmysteries = "bg_battle_background_mi_dragonmysteries",
@@ -2159,14 +2160,13 @@ export interface News {
2159
2160
  "0": The0;
2160
2161
  "1": The1;
2161
2162
  "2": The2;
2162
- "3": The3;
2163
+ "3": The0;
2163
2164
  "4": The0;
2164
- "5": The0;
2165
+ "5": The5;
2165
2166
  "6": The6;
2166
- "7": The7;
2167
+ "7": The1;
2167
2168
  "8": The0;
2168
2169
  "9": The0;
2169
- "10": The1;
2170
2170
  canvas: Canva[];
2171
2171
  }
2172
2172
  export interface The0 {
@@ -2242,15 +2242,14 @@ export interface The1 {
2242
2242
  start_ts: string;
2243
2243
  }
2244
2244
  export interface The1_Slide {
2245
- content_localized_key: string;
2245
+ content_localized_key?: string;
2246
2246
  custom_title_localized_key: string;
2247
- header_localized_key: string;
2247
+ header_localized_key?: string;
2248
2248
  image_url: string;
2249
2249
  link: string;
2250
2250
  link_button_key: string;
2251
2251
  slide_type: string;
2252
2252
  slide_type_2: string;
2253
- link_item_id?: number;
2254
2253
  timer?: string;
2255
2254
  times_to_show?: number;
2256
2255
  }
@@ -2277,43 +2276,24 @@ export interface The2_HudButton {
2277
2276
  title: string;
2278
2277
  viral_icon_tier: number;
2279
2278
  }
2280
- export interface The3 {
2279
+ export interface The5 {
2281
2280
  active_platforms: ValueClass;
2282
2281
  allow_island_tutorial: number;
2283
2282
  assets_name: string;
2284
- direct_to_shop: number;
2285
2283
  end_ts: string;
2286
- filter_category: null;
2287
- hud_button: The2_HudButton;
2284
+ hud_button: The5_HudButton;
2288
2285
  id: number;
2289
- label_text_tid: null;
2290
- label_title_tid: null;
2291
2286
  min_level: number;
2292
- popup_frequency: string;
2293
2287
  popup_type: string;
2294
- priority: null;
2295
2288
  show_on_startup: number;
2296
2289
  slides: The1_Slide[];
2297
2290
  start_ts: string;
2298
2291
  }
2299
- export interface The6 {
2300
- active_platforms: ValueClass;
2301
- allow_island_tutorial: number;
2302
- assets_name: string;
2303
- end_ts: string;
2304
- hud_button: The6_HudButton;
2305
- id: number;
2306
- min_level: number;
2307
- popup_type: string;
2308
- show_on_startup: number;
2309
- slides: The1_Slide[];
2310
- start_ts: string;
2311
- }
2312
- export interface The6_HudButton {
2292
+ export interface The5_HudButton {
2313
2293
  file: string;
2314
2294
  title: string;
2315
2295
  }
2316
- export interface The7 {
2296
+ export interface The6 {
2317
2297
  active_platforms: ValueClass;
2318
2298
  allow_island_tutorial: number;
2319
2299
  assets_name: string;
@@ -2355,19 +2335,15 @@ export interface CanvaSlide {
2355
2335
  viral_icon_timer?: string;
2356
2336
  }
2357
2337
  export interface Content {
2338
+ action: ContentAction;
2358
2339
  height: number;
2359
2340
  rotation: number;
2360
- stroke?: string;
2361
- text_color?: string;
2341
+ style: string;
2362
2342
  text_key: string;
2363
- text_size?: number;
2364
- timer?: number;
2365
2343
  type: string;
2366
2344
  width: number;
2367
2345
  x: number;
2368
2346
  y: number;
2369
- action?: ContentAction;
2370
- style?: string;
2371
2347
  }
2372
2348
  export interface ContentAction {
2373
2349
  itemId: string;
@@ -2794,13 +2770,20 @@ export interface Aura {
2794
2770
  parameters: AuraParameters;
2795
2771
  stacks: number;
2796
2772
  active_turns: number;
2797
- aura_vfx?: string;
2773
+ aura_vfx?: AuraVfx;
2798
2774
  aura_center_mode: AuraCenterMode;
2799
2775
  level_based_parameters?: number;
2800
2776
  }
2801
2777
  export declare enum AuraCenterMode {
2802
2778
  Side = "SIDE"
2803
2779
  }
2780
+ export declare enum AuraVfx {
2781
+ EvaderShield4 = "evader_shield_4",
2782
+ EvaderShieldTest = "evader_shield_test",
2783
+ FxBunker = "fx_bunker",
2784
+ GuardShield = "guard_shield",
2785
+ SpikedShield = "spiked_shield"
2786
+ }
2804
2787
  export interface AuraParameters {
2805
2788
  damageReduction?: number;
2806
2789
  criticalProtection?: boolean;
@@ -2902,7 +2885,7 @@ export interface EffectParameters {
2902
2885
  avoidSkills?: AvoidSkillElement[];
2903
2886
  destroySkills?: DestroySkill[];
2904
2887
  element?: ElementType;
2905
- giveToDragons?: string;
2888
+ giveToDragons?: GiveToDragons;
2906
2889
  canReceiveElementalDamage?: boolean;
2907
2890
  canReceiveCriticals?: boolean;
2908
2891
  }
@@ -2944,6 +2927,9 @@ export declare enum FgVfxNodeName {
2944
2927
  export declare enum FgVfxScreenEffectname {
2945
2928
  MegacritSpeedlines = "megacrit_speedlines"
2946
2929
  }
2930
+ export declare enum GiveToDragons {
2931
+ Any = "any"
2932
+ }
2947
2933
  export declare enum PlayerEffectName {
2948
2934
  EmergencyDamage = "emergency_damage"
2949
2935
  }
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RewardType = exports.CurrencyTidName = 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.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.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 = exports.File = void 0;
5
- exports.UnlockSystemID = exports.TreasureItemType = exports.Feature = exports.PurpleType = exports.FloorImage = exports.Name = exports.Target = exports.StatusEffectDataEffectName = exports.EffectVfxEnum = exports.PassiveTriggerType = exports.VfxTextEffectname = exports.Vfx = void 0;
4
+ exports.GiveToDragons = 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.AuraVfx = 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.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 = exports.File = void 0;
5
+ exports.UnlockSystemID = exports.TreasureItemType = exports.Feature = exports.PurpleType = exports.FloorImage = exports.Name = exports.Target = exports.StatusEffectDataEffectName = exports.EffectVfxEnum = exports.PassiveTriggerType = exports.VfxTextEffectname = exports.Vfx = exports.TidDamageMultiplier = exports.PlayerEffectName = void 0;
6
6
  var Format;
7
7
  (function (Format) {
8
8
  Format["Efk"] = "efk";
@@ -402,6 +402,7 @@ var FightBackgroundID;
402
402
  FightBackgroundID["BgBattleBackgroundHrFallFriday"] = "bg_battle_background_hr_fall_friday";
403
403
  FightBackgroundID["BgBattleBackgroundHrNewBeginnings"] = "bg_battle_background_hr_new_beginnings";
404
404
  FightBackgroundID["BgBattleBackgroundHrSaintvalentine26"] = "bg_battle_background_hr_saintvalentine_26";
405
+ FightBackgroundID["BgBattleBackgroundMi14_Anniversary"] = "bg_battle_background_mi_14_anniversary";
405
406
  FightBackgroundID["BgBattleBackgroundMiAprilShowers"] = "bg_battle_background_mi_april_showers";
406
407
  FightBackgroundID["BgBattleBackgroundMiCarnival"] = "bg_battle_background_mi_carnival";
407
408
  FightBackgroundID["BgBattleBackgroundMiDragonmysteries"] = "bg_battle_background_mi_dragonmysteries";
@@ -720,6 +721,14 @@ var AuraCenterMode;
720
721
  (function (AuraCenterMode) {
721
722
  AuraCenterMode["Side"] = "SIDE";
722
723
  })(AuraCenterMode || (exports.AuraCenterMode = AuraCenterMode = {}));
724
+ var AuraVfx;
725
+ (function (AuraVfx) {
726
+ AuraVfx["EvaderShield4"] = "evader_shield_4";
727
+ AuraVfx["EvaderShieldTest"] = "evader_shield_test";
728
+ AuraVfx["FxBunker"] = "fx_bunker";
729
+ AuraVfx["GuardShield"] = "guard_shield";
730
+ AuraVfx["SpikedShield"] = "spiked_shield";
731
+ })(AuraVfx || (exports.AuraVfx = AuraVfx = {}));
723
732
  var DeployText;
724
733
  (function (DeployText) {
725
734
  DeployText["TidSkillImpalerBattlefield"] = "tid_skill_impaler_battlefield";
@@ -785,6 +794,10 @@ var FgVfxScreenEffectname;
785
794
  (function (FgVfxScreenEffectname) {
786
795
  FgVfxScreenEffectname["MegacritSpeedlines"] = "megacrit_speedlines";
787
796
  })(FgVfxScreenEffectname || (exports.FgVfxScreenEffectname = FgVfxScreenEffectname = {}));
797
+ var GiveToDragons;
798
+ (function (GiveToDragons) {
799
+ GiveToDragons["Any"] = "any";
800
+ })(GiveToDragons || (exports.GiveToDragons = GiveToDragons = {}));
788
801
  var PlayerEffectName;
789
802
  (function (PlayerEffectName) {
790
803
  PlayerEffectName["EmergencyDamage"] = "emergency_damage";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dchighs/dc-config",
3
- "version": "0.1.26",
3
+ "version": "0.1.28",
4
4
  "description": "A library to handle configuration for Dragon City.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",