@dchighs/dc-config 0.1.7 → 0.1.8

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.
@@ -1478,6 +1478,8 @@ export interface SquareResource {
1478
1478
  "pet_food_pack.s"?: number;
1479
1479
  "pet_food_pack.m"?: number;
1480
1480
  "pet_food_pack.l"?: number;
1481
+ b?: number[];
1482
+ chest?: number;
1481
1483
  }
1482
1484
  export declare enum Wall {
1483
1485
  H = "H",
@@ -1636,11 +1638,11 @@ export interface LapRewardReward {
1636
1638
  "album_pack.l"?: number;
1637
1639
  "album_pack_aces.2"?: number;
1638
1640
  "pet_food_pack.m"?: number;
1641
+ "pet_food_pack.l"?: number;
1639
1642
  "album_pack.xl"?: number;
1640
1643
  "album_pack_aces.3"?: number;
1641
1644
  "album_pack_aces.generic"?: number;
1642
1645
  trade_tickets?: TradeTicket[];
1643
- "pet_food_pack.l"?: number;
1644
1646
  "album_pack_aces.4"?: number;
1645
1647
  egg?: number[] | number;
1646
1648
  seeds?: Seed[];
@@ -2169,18 +2171,18 @@ export interface MazeIslandReward {
2169
2171
  export interface News {
2170
2172
  "0": The0;
2171
2173
  "1": The1;
2172
- "2": The11;
2173
- "3": The1;
2174
- "4": The11;
2175
- "5": The5;
2176
- "6": The11;
2177
- "7": The1;
2178
- "8": The8;
2179
- "9": The11;
2180
- "10": The1;
2174
+ "2": The10;
2175
+ "3": The11;
2176
+ "4": The10;
2177
+ "5": The11;
2178
+ "6": The6;
2179
+ "7": The11;
2180
+ "8": The10;
2181
+ "9": The9;
2182
+ "10": The10;
2181
2183
  "11": The11;
2182
- "12": The1;
2183
- "13": The1;
2184
+ "12": The10;
2185
+ "13": The10;
2184
2186
  "14": The14;
2185
2187
  "15": The15;
2186
2188
  "16": The11;
@@ -2205,7 +2207,9 @@ export interface The0_HudButton {
2205
2207
  title: string;
2206
2208
  }
2207
2209
  export interface The0_Slide {
2210
+ content_localized_key: string;
2208
2211
  custom_title_localized_key: string;
2212
+ header_localized_key: string;
2209
2213
  image_url: string;
2210
2214
  link: string;
2211
2215
  link_button_key: string;
@@ -2213,10 +2217,27 @@ export interface The0_Slide {
2213
2217
  slide_type_2: string;
2214
2218
  timer?: string;
2215
2219
  times_to_show?: number;
2216
- content_localized_key?: string;
2217
- header_localized_key?: string;
2218
2220
  }
2219
2221
  export interface The1 {
2222
+ active_platforms: ValueClass;
2223
+ allow_island_tutorial: number;
2224
+ assets_name: string;
2225
+ direct_to_shop: number;
2226
+ end_ts: string;
2227
+ hud_button: The1_HudButton;
2228
+ id: number;
2229
+ min_level: number;
2230
+ popup_type: string;
2231
+ show_on_startup: number;
2232
+ slides: The0_Slide[];
2233
+ start_ts: string;
2234
+ }
2235
+ export interface The1_HudButton {
2236
+ file: string;
2237
+ title: string;
2238
+ viral_icon_tier: number;
2239
+ }
2240
+ export interface The10 {
2220
2241
  active_platforms: ValueClass;
2221
2242
  allow_island_tutorial: number;
2222
2243
  assets_name: string;
@@ -2230,10 +2251,10 @@ export interface The1 {
2230
2251
  popup_type: string;
2231
2252
  priority: number | null;
2232
2253
  show_on_startup: number;
2233
- slides: The1_Slide[];
2254
+ slides: The10_Slide[];
2234
2255
  start_ts: string;
2235
2256
  }
2236
- export interface The1_Slide {
2257
+ export interface The10_Slide {
2237
2258
  content_localized_key?: string;
2238
2259
  custom_title_localized_key: string;
2239
2260
  header_localized_key: string;
@@ -2289,7 +2310,7 @@ export interface The11 {
2289
2310
  popup_frequency: string;
2290
2311
  popup_type: string;
2291
2312
  show_on_startup: number;
2292
- slides: The1_Slide[];
2313
+ slides: The10_Slide[];
2293
2314
  start_ts: string;
2294
2315
  }
2295
2316
  export interface The14 {
@@ -2348,7 +2369,7 @@ export declare enum Key {
2348
2369
  Empty = "",
2349
2370
  TidNewsApocalypsepathButton = "tid_news_apocalypsepath_button"
2350
2371
  }
2351
- export interface The5 {
2372
+ export interface The6 {
2352
2373
  active_platforms: ValueClass;
2353
2374
  allow_island_tutorial: number;
2354
2375
  assets_name: string;
@@ -2359,10 +2380,10 @@ export interface The5 {
2359
2380
  popup_frequency: string;
2360
2381
  popup_type: string;
2361
2382
  show_on_startup: number;
2362
- slides: The5_Slide[];
2383
+ slides: The6_Slide[];
2363
2384
  start_ts: string;
2364
2385
  }
2365
- export interface The5_Slide {
2386
+ export interface The6_Slide {
2366
2387
  content_localized_key: string;
2367
2388
  custom_title_localized_key: string;
2368
2389
  header_localized_key: string;
@@ -2384,14 +2405,14 @@ export interface TentacledMultipleButton {
2384
2405
  spineAsset: SpineAsset;
2385
2406
  style: Style;
2386
2407
  }
2387
- export interface The8 {
2408
+ export interface The9 {
2388
2409
  active_platforms: ValueClass;
2389
2410
  allow_island_tutorial: number;
2390
2411
  assets_name: string;
2391
2412
  direct_to_shop: number;
2392
2413
  end_ts: string;
2393
2414
  filter_category: null;
2394
- hud_button: The8_HudButton;
2415
+ hud_button: The1_HudButton;
2395
2416
  id: number;
2396
2417
  label_text_tid: null;
2397
2418
  label_title_tid: null;
@@ -2400,21 +2421,16 @@ export interface The8 {
2400
2421
  popup_type: string;
2401
2422
  priority: null;
2402
2423
  show_on_startup: number;
2403
- slides: The5_Slide[];
2424
+ slides: The6_Slide[];
2404
2425
  start_ts: string;
2405
2426
  }
2406
- export interface The8_HudButton {
2407
- file: string;
2408
- title: string;
2409
- viral_icon_tier: number;
2410
- }
2411
2427
  export interface Canva {
2412
2428
  id: number;
2413
2429
  assets_name: string;
2414
2430
  start_ts: number;
2415
2431
  end_ts: number;
2416
2432
  min_level: number;
2417
- slides: The1_Slide[];
2433
+ slides: The10_Slide[];
2418
2434
  show_on_startup: number;
2419
2435
  }
2420
2436
  export interface Perks {
@@ -2427,7 +2443,7 @@ export interface Perks {
2427
2443
  }
2428
2444
  export interface Ability {
2429
2445
  id: number;
2430
- type: string;
2446
+ type: AbilityType;
2431
2447
  parameters: AbilityParameters;
2432
2448
  asset: CustomForeground;
2433
2449
  }
@@ -2435,6 +2451,13 @@ export interface AbilityParameters {
2435
2451
  value: number;
2436
2452
  passiveSkillId?: number;
2437
2453
  }
2454
+ export declare enum AbilityType {
2455
+ DragonAttackBoost = "dragon_attack_boost",
2456
+ DragonLifeBoost = "dragon_life_boost",
2457
+ IncreaseBreedingChances = "increase_breeding_chances",
2458
+ PhoenixSkill = "phoenix_skill",
2459
+ ReaperSkill = "reaper_skill"
2460
+ }
2438
2461
  export interface PerksParameter {
2439
2462
  id: number;
2440
2463
  name: string;
@@ -3323,8 +3346,8 @@ export interface MultiplierTime {
3323
3346
  multiplier_time: number;
3324
3347
  }
3325
3348
  export interface TreeOfLifePowerupRaritySeed {
3326
- rarity: Rarity;
3327
3349
  max_rarity_seeds_per_grade: number[];
3350
+ rarity: Rarity;
3328
3351
  }
3329
3352
  export interface Visual {
3330
3353
  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.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
- exports.TreasureItemType = exports.Feature = exports.PurpleType = exports.FloorImage = exports.Name = exports.Target = exports.StatusEffectDataEffectName = exports.EffectVfxEnum = 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;
6
6
  var Format;
7
7
  (function (Format) {
8
8
  Format["Efk"] = "efk";
@@ -615,6 +615,14 @@ var Key;
615
615
  Key["Empty"] = "";
616
616
  Key["TidNewsApocalypsepathButton"] = "tid_news_apocalypsepath_button";
617
617
  })(Key || (exports.Key = Key = {}));
618
+ var AbilityType;
619
+ (function (AbilityType) {
620
+ AbilityType["DragonAttackBoost"] = "dragon_attack_boost";
621
+ AbilityType["DragonLifeBoost"] = "dragon_life_boost";
622
+ AbilityType["IncreaseBreedingChances"] = "increase_breeding_chances";
623
+ AbilityType["PhoenixSkill"] = "phoenix_skill";
624
+ AbilityType["ReaperSkill"] = "reaper_skill";
625
+ })(AbilityType || (exports.AbilityType = AbilityType = {}));
618
626
  var PerkType;
619
627
  (function (PerkType) {
620
628
  PerkType["Character"] = "character";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dchighs/dc-config",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "A library to handle configuration for Dragon City.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",