@dchighs/dc-config 0.0.3 → 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/LICENSE +20 -20
- package/README.md +88 -88
- package/dist/dtos/game-config.d.ts +3319 -3486
- package/dist/dtos/game-config.js +832 -0
- package/package.json +4 -2
package/dist/dtos/game-config.js
CHANGED
|
@@ -1,2 +1,834 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
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.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
|
+
var Format;
|
|
7
|
+
(function (Format) {
|
|
8
|
+
Format["Efk"] = "efk";
|
|
9
|
+
Format["Spine"] = "spine";
|
|
10
|
+
Format["Tween"] = "tween";
|
|
11
|
+
})(Format || (exports.Format = Format = {}));
|
|
12
|
+
var IapDiscountUidIap;
|
|
13
|
+
(function (IapDiscountUidIap) {
|
|
14
|
+
IapDiscountUidIap["BattlePass19_99"] = "battle_pass_19_99";
|
|
15
|
+
IapDiscountUidIap["BattlePass7_99"] = "battle_pass_7_99";
|
|
16
|
+
IapDiscountUidIap["BattlePassTier9_99"] = "battle_pass_tier_9_99";
|
|
17
|
+
IapDiscountUidIap["Blackfriday9_99"] = "blackfriday_9_99";
|
|
18
|
+
})(IapDiscountUidIap || (exports.IapDiscountUidIap = IapDiscountUidIap = {}));
|
|
19
|
+
var Dur;
|
|
20
|
+
(function (Dur) {
|
|
21
|
+
Dur["The10D"] = "10d";
|
|
22
|
+
Dur["The14D"] = "14d";
|
|
23
|
+
Dur["The15D"] = "15d";
|
|
24
|
+
Dur["The28D"] = "28d";
|
|
25
|
+
Dur["The42D"] = "42d";
|
|
26
|
+
Dur["The7D"] = "7d";
|
|
27
|
+
})(Dur || (exports.Dur = Dur = {}));
|
|
28
|
+
var IapEliteDiscountUidIap;
|
|
29
|
+
(function (IapEliteDiscountUidIap) {
|
|
30
|
+
IapEliteDiscountUidIap["BattlePass19_99"] = "battle_pass_19_99";
|
|
31
|
+
IapEliteDiscountUidIap["BattlePass7_99"] = "battle_pass_7_99";
|
|
32
|
+
IapEliteDiscountUidIap["Blackfriday21_99"] = "blackfriday_21_99";
|
|
33
|
+
IapEliteDiscountUidIap["Blackfriday31_99"] = "blackfriday_31_99";
|
|
34
|
+
IapEliteDiscountUidIap["ElitePass59_99"] = "elite_pass_59_99";
|
|
35
|
+
IapEliteDiscountUidIap["ElitePassPromo31_99"] = "elite_pass_promo_31_99";
|
|
36
|
+
IapEliteDiscountUidIap["EliteUpgradePromo23_99"] = "elite_upgrade_promo_23_99";
|
|
37
|
+
IapEliteDiscountUidIap["SpecialEbpUpgradeDiscount39_99"] = "special_ebp_upgrade_discount_39_99";
|
|
38
|
+
})(IapEliteDiscountUidIap || (exports.IapEliteDiscountUidIap = IapEliteDiscountUidIap = {}));
|
|
39
|
+
var IapEliteUid;
|
|
40
|
+
(function (IapEliteUid) {
|
|
41
|
+
IapEliteUid["BattlePass29_99"] = "battle_pass_29_99";
|
|
42
|
+
IapEliteUid["Blackfriday49_99"] = "blackfriday_49_99";
|
|
43
|
+
IapEliteUid["ElitePass39_99"] = "elite_pass_39_99";
|
|
44
|
+
IapEliteUid["ElitePass89_99"] = "elite_pass_89_99";
|
|
45
|
+
IapEliteUid["ElitePassPromo31_99"] = "elite_pass_promo_31_99";
|
|
46
|
+
IapEliteUid["EliteUpgrade19_99"] = "elite_upgrade_19_99";
|
|
47
|
+
})(IapEliteUid || (exports.IapEliteUid = IapEliteUid = {}));
|
|
48
|
+
var IapEliteUpgradeUid;
|
|
49
|
+
(function (IapEliteUpgradeUid) {
|
|
50
|
+
IapEliteUpgradeUid["BattlePass19_99"] = "battle_pass_19_99";
|
|
51
|
+
IapEliteUpgradeUid["BattlePass39_99"] = "battle_pass_39_99";
|
|
52
|
+
IapEliteUpgradeUid["Blackfriday34_99"] = "blackfriday_34_99";
|
|
53
|
+
IapEliteUpgradeUid["ElitePassPromo23_99"] = "elite_pass_promo_23_99";
|
|
54
|
+
IapEliteUpgradeUid["EliteUpgrade29_99"] = "elite_upgrade_29_99";
|
|
55
|
+
IapEliteUpgradeUid["SpecialEbpUpgrade59_99"] = "special_ebp_upgrade_59_99";
|
|
56
|
+
})(IapEliteUpgradeUid || (exports.IapEliteUpgradeUid = IapEliteUpgradeUid = {}));
|
|
57
|
+
var IapUid;
|
|
58
|
+
(function (IapUid) {
|
|
59
|
+
IapUid["BattlePass29_99"] = "battle_pass_29_99";
|
|
60
|
+
IapUid["BattlePassTier9_99"] = "battle_pass_tier_9_99";
|
|
61
|
+
IapUid["Blackfriday14_99"] = "blackfriday_14_99";
|
|
62
|
+
IapUid["MktOffer199"] = "mkt_offer_199";
|
|
63
|
+
IapUid["NguBp6_99"] = "ngu_bp_6_99";
|
|
64
|
+
IapUid["NguBp7_99"] = "ngu_bp_7_99";
|
|
65
|
+
IapUid["NguBp9_99"] = "ngu_bp_9_99";
|
|
66
|
+
})(IapUid || (exports.IapUid = IapUid = {}));
|
|
67
|
+
var IconID;
|
|
68
|
+
(function (IconID) {
|
|
69
|
+
IconID["Icon1"] = "icon_1";
|
|
70
|
+
IconID["Icon10"] = "icon_10";
|
|
71
|
+
IconID["Icon11"] = "icon_11";
|
|
72
|
+
IconID["Icon12"] = "icon_12";
|
|
73
|
+
IconID["Icon13"] = "icon_13";
|
|
74
|
+
IconID["Icon14"] = "icon_14";
|
|
75
|
+
IconID["Icon15"] = "icon_15";
|
|
76
|
+
IconID["Icon16"] = "icon_16";
|
|
77
|
+
IconID["Icon17"] = "icon_17";
|
|
78
|
+
IconID["Icon18"] = "icon_18";
|
|
79
|
+
IconID["Icon19"] = "icon_19";
|
|
80
|
+
IconID["Icon2"] = "icon_2";
|
|
81
|
+
IconID["Icon3"] = "icon_3";
|
|
82
|
+
IconID["Icon4"] = "icon_4";
|
|
83
|
+
IconID["Icon5"] = "icon_5";
|
|
84
|
+
IconID["Icon6"] = "icon_6";
|
|
85
|
+
IconID["Icon7"] = "icon_7";
|
|
86
|
+
IconID["Icon8"] = "icon_8";
|
|
87
|
+
IconID["Icon9"] = "icon_9";
|
|
88
|
+
})(IconID || (exports.IconID = IconID = {}));
|
|
89
|
+
var BattlePassSoundTag;
|
|
90
|
+
(function (BattlePassSoundTag) {
|
|
91
|
+
BattlePassSoundTag["Holy"] = "HOLY";
|
|
92
|
+
BattlePassSoundTag["Mysterious"] = "MYSTERIOUS";
|
|
93
|
+
})(BattlePassSoundTag || (exports.BattlePassSoundTag = BattlePassSoundTag = {}));
|
|
94
|
+
var TypeElement;
|
|
95
|
+
(function (TypeElement) {
|
|
96
|
+
TypeElement["Global"] = "global";
|
|
97
|
+
TypeElement["Ngu"] = "ngu";
|
|
98
|
+
})(TypeElement || (exports.TypeElement = TypeElement = {}));
|
|
99
|
+
var ElementType;
|
|
100
|
+
(function (ElementType) {
|
|
101
|
+
ElementType["BT"] = "bt";
|
|
102
|
+
ElementType["Ch"] = "ch";
|
|
103
|
+
ElementType["D"] = "d";
|
|
104
|
+
ElementType["DR"] = "dr";
|
|
105
|
+
ElementType["E"] = "e";
|
|
106
|
+
ElementType["El"] = "el";
|
|
107
|
+
ElementType["ElementType"] = "*";
|
|
108
|
+
ElementType["Empty"] = "-";
|
|
109
|
+
ElementType["F"] = "f";
|
|
110
|
+
ElementType["HP"] = "hp";
|
|
111
|
+
ElementType["I"] = "i";
|
|
112
|
+
ElementType["L"] = "l";
|
|
113
|
+
ElementType["Large"] = "LARGE";
|
|
114
|
+
ElementType["Li"] = "li";
|
|
115
|
+
ElementType["M"] = "m";
|
|
116
|
+
ElementType["Medium"] = "MEDIUM";
|
|
117
|
+
ElementType["Mg"] = "mg";
|
|
118
|
+
ElementType["N"] = "n";
|
|
119
|
+
ElementType["P"] = "p";
|
|
120
|
+
ElementType["PR"] = "pr";
|
|
121
|
+
ElementType["Ph"] = "ph";
|
|
122
|
+
ElementType["Pu"] = "pu";
|
|
123
|
+
ElementType["Small"] = "SMALL";
|
|
124
|
+
ElementType["So"] = "so";
|
|
125
|
+
ElementType["Super"] = "SUPER";
|
|
126
|
+
ElementType["TI"] = "ti";
|
|
127
|
+
ElementType["W"] = "w";
|
|
128
|
+
ElementType["Wd"] = "wd";
|
|
129
|
+
ElementType["Wr"] = "wr";
|
|
130
|
+
})(ElementType || (exports.ElementType = ElementType = {}));
|
|
131
|
+
var Rarity;
|
|
132
|
+
(function (Rarity) {
|
|
133
|
+
Rarity["C"] = "C";
|
|
134
|
+
Rarity["E"] = "E";
|
|
135
|
+
Rarity["H"] = "H";
|
|
136
|
+
Rarity["L"] = "L";
|
|
137
|
+
Rarity["M"] = "M";
|
|
138
|
+
Rarity["R"] = "R";
|
|
139
|
+
Rarity["V"] = "V";
|
|
140
|
+
})(Rarity || (exports.Rarity = Rarity = {}));
|
|
141
|
+
var CollectibleActionType;
|
|
142
|
+
(function (CollectibleActionType) {
|
|
143
|
+
CollectibleActionType["ActivateDragonTower"] = "ACTIVATE_DRAGON_TOWER";
|
|
144
|
+
CollectibleActionType["Breed"] = "BREED";
|
|
145
|
+
CollectibleActionType["ClaimAllianceChest"] = "CLAIM_ALLIANCE_CHEST";
|
|
146
|
+
CollectibleActionType["CollectFood"] = "COLLECT_FOOD";
|
|
147
|
+
CollectibleActionType["CollectGold"] = "COLLECT_GOLD";
|
|
148
|
+
CollectibleActionType["CombatArena"] = "COMBAT_ARENA";
|
|
149
|
+
CollectibleActionType["CombatLeague"] = "COMBAT_LEAGUE";
|
|
150
|
+
CollectibleActionType["CombatQuest"] = "COMBAT_QUEST";
|
|
151
|
+
CollectibleActionType["CompleteHeroicNode"] = "COMPLETE_HEROIC_NODE";
|
|
152
|
+
CollectibleActionType["CompleteMdrNode"] = "COMPLETE_MDR_NODE";
|
|
153
|
+
CollectibleActionType["DragonPowerUpUpgrade"] = "DRAGON_POWER_UP_UPGRADE";
|
|
154
|
+
CollectibleActionType["Feed"] = "FEED";
|
|
155
|
+
CollectibleActionType["FinishTraining"] = "FINISH_TRAINING";
|
|
156
|
+
CollectibleActionType["HatchEgg"] = "HATCH_EGG";
|
|
157
|
+
CollectibleActionType["LevelupDragon"] = "LEVELUP_DRAGON";
|
|
158
|
+
CollectibleActionType["ReachStageOnWizardsCave"] = "REACH_STAGE_ON_WIZARDS_CAVE";
|
|
159
|
+
CollectibleActionType["RecallDragon"] = "RECALL_DRAGON";
|
|
160
|
+
CollectibleActionType["RenameDragon"] = "RENAME_DRAGON";
|
|
161
|
+
CollectibleActionType["SpendEventPoints"] = "SPEND_EVENT_POINTS";
|
|
162
|
+
CollectibleActionType["SpendGemsOnWizardsCave"] = "SPEND_GEMS_ON_WIZARDS_CAVE";
|
|
163
|
+
CollectibleActionType["SpendPuzzleTokens"] = "SPEND_PUZZLE_TOKENS";
|
|
164
|
+
CollectibleActionType["SpendRunnerTokens"] = "SPEND_RUNNER_TOKENS";
|
|
165
|
+
CollectibleActionType["StartWizardsCaveTry"] = "START_WIZARDS_CAVE_TRY";
|
|
166
|
+
CollectibleActionType["SummonDragon"] = "SUMMON_DRAGON";
|
|
167
|
+
CollectibleActionType["UpgradeHabitat"] = "UPGRADE_HABITAT";
|
|
168
|
+
CollectibleActionType["WatchDragontvAd"] = "WATCH_DRAGONTV_AD";
|
|
169
|
+
})(CollectibleActionType || (exports.CollectibleActionType = CollectibleActionType = {}));
|
|
170
|
+
var DescriptionElementsStyleEnum;
|
|
171
|
+
(function (DescriptionElementsStyleEnum) {
|
|
172
|
+
DescriptionElementsStyleEnum["H7"] = "H7";
|
|
173
|
+
})(DescriptionElementsStyleEnum || (exports.DescriptionElementsStyleEnum = DescriptionElementsStyleEnum = {}));
|
|
174
|
+
var LeftRewardsDescriptionTid;
|
|
175
|
+
(function (LeftRewardsDescriptionTid) {
|
|
176
|
+
LeftRewardsDescriptionTid["TidBattlePassLeftRewardsDescGeneric"] = "tid_battle_pass_left_rewards_desc_generic";
|
|
177
|
+
LeftRewardsDescriptionTid["TidBattlePassLeftRewardsDescNGU28"] = "tid_battle_pass_left_rewards_desc_NGU28";
|
|
178
|
+
})(LeftRewardsDescriptionTid || (exports.LeftRewardsDescriptionTid = LeftRewardsDescriptionTid = {}));
|
|
179
|
+
var PurchasePopupMainTitleStyle;
|
|
180
|
+
(function (PurchasePopupMainTitleStyle) {
|
|
181
|
+
PurchasePopupMainTitleStyle["H6"] = "H6";
|
|
182
|
+
})(PurchasePopupMainTitleStyle || (exports.PurchasePopupMainTitleStyle = PurchasePopupMainTitleStyle = {}));
|
|
183
|
+
var MoreTitleStyle;
|
|
184
|
+
(function (MoreTitleStyle) {
|
|
185
|
+
MoreTitleStyle["B4"] = "B4";
|
|
186
|
+
})(MoreTitleStyle || (exports.MoreTitleStyle = MoreTitleStyle = {}));
|
|
187
|
+
var QuantityLabelStyleEnum;
|
|
188
|
+
(function (QuantityLabelStyleEnum) {
|
|
189
|
+
QuantityLabelStyleEnum["B6"] = "B6";
|
|
190
|
+
})(QuantityLabelStyleEnum || (exports.QuantityLabelStyleEnum = QuantityLabelStyleEnum = {}));
|
|
191
|
+
var RightRewardsDescriptionTid;
|
|
192
|
+
(function (RightRewardsDescriptionTid) {
|
|
193
|
+
RightRewardsDescriptionTid["TidBattlePassRightRewardsDescGeneric"] = "tid_battle_pass_right_rewards_desc_generic";
|
|
194
|
+
RightRewardsDescriptionTid["TidBattlePassRightRewardsDescNGU7"] = "tid_battle_pass_right_rewards_desc_NGU7";
|
|
195
|
+
})(RightRewardsDescriptionTid || (exports.RightRewardsDescriptionTid = RightRewardsDescriptionTid = {}));
|
|
196
|
+
var BadgeTid;
|
|
197
|
+
(function (BadgeTid) {
|
|
198
|
+
BadgeTid["BestValue"] = "BEST VALUE";
|
|
199
|
+
})(BadgeTid || (exports.BadgeTid = BadgeTid = {}));
|
|
200
|
+
var ElitePriceStyle;
|
|
201
|
+
(function (ElitePriceStyle) {
|
|
202
|
+
ElitePriceStyle["S7"] = "S7";
|
|
203
|
+
})(ElitePriceStyle || (exports.ElitePriceStyle = ElitePriceStyle = {}));
|
|
204
|
+
var EliteReward1_Tid;
|
|
205
|
+
(function (EliteReward1_Tid) {
|
|
206
|
+
EliteReward1_Tid["The02"] = "0.2";
|
|
207
|
+
EliteReward1_Tid["The20"] = "+20%";
|
|
208
|
+
})(EliteReward1_Tid || (exports.EliteReward1_Tid = EliteReward1_Tid = {}));
|
|
209
|
+
var EliteReward3_Tid;
|
|
210
|
+
(function (EliteReward3_Tid) {
|
|
211
|
+
EliteReward3_Tid["The03"] = "0.3";
|
|
212
|
+
EliteReward3_Tid["The20"] = "+20%";
|
|
213
|
+
EliteReward3_Tid["The30"] = "+30%";
|
|
214
|
+
})(EliteReward3_Tid || (exports.EliteReward3_Tid = EliteReward3_Tid = {}));
|
|
215
|
+
var PurchasePopupEliteMainTitleStyle;
|
|
216
|
+
(function (PurchasePopupEliteMainTitleStyle) {
|
|
217
|
+
PurchasePopupEliteMainTitleStyle["T3"] = "T3";
|
|
218
|
+
})(PurchasePopupEliteMainTitleStyle || (exports.PurchasePopupEliteMainTitleStyle = PurchasePopupEliteMainTitleStyle = {}));
|
|
219
|
+
var PremiumDescriptionStyle;
|
|
220
|
+
(function (PremiumDescriptionStyle) {
|
|
221
|
+
PremiumDescriptionStyle["H1"] = "H1";
|
|
222
|
+
})(PremiumDescriptionStyle || (exports.PremiumDescriptionStyle = PremiumDescriptionStyle = {}));
|
|
223
|
+
var PremiumDiscountPriceStyle;
|
|
224
|
+
(function (PremiumDiscountPriceStyle) {
|
|
225
|
+
PremiumDiscountPriceStyle["H4"] = "H4";
|
|
226
|
+
})(PremiumDiscountPriceStyle || (exports.PremiumDiscountPriceStyle = PremiumDiscountPriceStyle = {}));
|
|
227
|
+
var PremiumPriceStyle;
|
|
228
|
+
(function (PremiumPriceStyle) {
|
|
229
|
+
PremiumPriceStyle["S1"] = "S1";
|
|
230
|
+
})(PremiumPriceStyle || (exports.PremiumPriceStyle = PremiumPriceStyle = {}));
|
|
231
|
+
var PremiumReward2_Tid;
|
|
232
|
+
(function (PremiumReward2_Tid) {
|
|
233
|
+
PremiumReward2_Tid["The1M"] = "1 M+";
|
|
234
|
+
PremiumReward2_Tid["TidChestName643"] = "tid_chest_name_643";
|
|
235
|
+
})(PremiumReward2_Tid || (exports.PremiumReward2_Tid = PremiumReward2_Tid = {}));
|
|
236
|
+
var Background;
|
|
237
|
+
(function (Background) {
|
|
238
|
+
Background["BgBattleHalloween"] = "bg-battle-halloween";
|
|
239
|
+
Background["BgLoChallengesBlackFriday"] = "bg-lo-challenges-black-friday";
|
|
240
|
+
Background["BgLoChallengesDeepSpace"] = "bg-lo-challenges-deep-space";
|
|
241
|
+
Background["BgLoChallengesTest"] = "bg-lo-challenges-test";
|
|
242
|
+
})(Background || (exports.Background = Background = {}));
|
|
243
|
+
var AnimatedCanvas;
|
|
244
|
+
(function (AnimatedCanvas) {
|
|
245
|
+
AnimatedCanvas["Empty"] = "\r";
|
|
246
|
+
})(AnimatedCanvas || (exports.AnimatedCanvas = AnimatedCanvas = {}));
|
|
247
|
+
var ChestType;
|
|
248
|
+
(function (ChestType) {
|
|
249
|
+
ChestType["BrandChest"] = "BRAND_CHEST";
|
|
250
|
+
ChestType["Chest"] = "CHEST";
|
|
251
|
+
})(ChestType || (exports.ChestType = ChestType = {}));
|
|
252
|
+
var CategoryEnum;
|
|
253
|
+
(function (CategoryEnum) {
|
|
254
|
+
CategoryEnum["PremiumIsland"] = "premium_island";
|
|
255
|
+
})(CategoryEnum || (exports.CategoryEnum = CategoryEnum = {}));
|
|
256
|
+
var AttributeElement;
|
|
257
|
+
(function (AttributeElement) {
|
|
258
|
+
AttributeElement["An"] = "an";
|
|
259
|
+
AttributeElement["BT"] = "bt";
|
|
260
|
+
AttributeElement["Ch"] = "ch";
|
|
261
|
+
AttributeElement["D"] = "d";
|
|
262
|
+
AttributeElement["DR"] = "dr";
|
|
263
|
+
AttributeElement["E"] = "e";
|
|
264
|
+
AttributeElement["El"] = "el";
|
|
265
|
+
AttributeElement["F"] = "f";
|
|
266
|
+
AttributeElement["HP"] = "hp";
|
|
267
|
+
AttributeElement["I"] = "i";
|
|
268
|
+
AttributeElement["Li"] = "li";
|
|
269
|
+
AttributeElement["M"] = "m";
|
|
270
|
+
AttributeElement["Mg"] = "mg";
|
|
271
|
+
AttributeElement["P"] = "p";
|
|
272
|
+
AttributeElement["So"] = "so";
|
|
273
|
+
AttributeElement["W"] = "w";
|
|
274
|
+
})(AttributeElement || (exports.AttributeElement = AttributeElement = {}));
|
|
275
|
+
var DragonGroupType;
|
|
276
|
+
(function (DragonGroupType) {
|
|
277
|
+
DragonGroupType["Dwdragon"] = "DWDRAGON";
|
|
278
|
+
})(DragonGroupType || (exports.DragonGroupType = DragonGroupType = {}));
|
|
279
|
+
var CanvasBg;
|
|
280
|
+
(function (CanvasBg) {
|
|
281
|
+
CanvasBg["GrColectHrV1PNG"] = "gr-colect-hr_v1.png";
|
|
282
|
+
CanvasBg["GrColectRegularV1PNG"] = "gr-colect-regular_v1.png";
|
|
283
|
+
CanvasBg["GrColectVipV1PNG"] = "gr-colect-vip_v1.png";
|
|
284
|
+
})(CanvasBg || (exports.CanvasBg = CanvasBg = {}));
|
|
285
|
+
var Local;
|
|
286
|
+
(function (Local) {
|
|
287
|
+
Local["UIGraphicsLablesICDragonSkinBadgePNG"] = "/ui/graphics/lables/ic-dragon-skin-badge.png";
|
|
288
|
+
Local["UIRetakeGraphicsDragonBookGrColectHrPNG"] = "UIRetake/Graphics/DragonBook/gr-colect-hr.png";
|
|
289
|
+
Local["UIRetakeGraphicsDragonBookGrColectRegularPNG"] = "UIRetake/Graphics/DragonBook/gr-colect-regular.png";
|
|
290
|
+
Local["UIRetakeGraphicsDragonBookGrColectVipPNG"] = "UIRetake/Graphics/DragonBook/gr-colect-vip.png";
|
|
291
|
+
})(Local || (exports.Local = Local = {}));
|
|
292
|
+
var DescTid;
|
|
293
|
+
(function (DescTid) {
|
|
294
|
+
DescTid["TidDmGoalDesc1"] = "tid_dm_goal_desc_1";
|
|
295
|
+
})(DescTid || (exports.DescTid = DescTid = {}));
|
|
296
|
+
var TaskIncrease;
|
|
297
|
+
(function (TaskIncrease) {
|
|
298
|
+
TaskIncrease["Mid"] = "mid";
|
|
299
|
+
})(TaskIncrease || (exports.TaskIncrease = TaskIncrease = {}));
|
|
300
|
+
var TaskType;
|
|
301
|
+
(function (TaskType) {
|
|
302
|
+
TaskType["Breeding"] = "breeding";
|
|
303
|
+
TaskType["Volume"] = "volume";
|
|
304
|
+
})(TaskType || (exports.TaskType = TaskType = {}));
|
|
305
|
+
var TitleTid;
|
|
306
|
+
(function (TitleTid) {
|
|
307
|
+
TitleTid["TidDmGoalTitle1"] = "tid_dm_goal_title_1";
|
|
308
|
+
})(TitleTid || (exports.TitleTid = TitleTid = {}));
|
|
309
|
+
var DifficultyEnum;
|
|
310
|
+
(function (DifficultyEnum) {
|
|
311
|
+
DifficultyEnum["Easy"] = "easy";
|
|
312
|
+
DifficultyEnum["Hard"] = "hard";
|
|
313
|
+
DifficultyEnum["Impossible"] = "impossible";
|
|
314
|
+
DifficultyEnum["Normal"] = "normal";
|
|
315
|
+
})(DifficultyEnum || (exports.DifficultyEnum = DifficultyEnum = {}));
|
|
316
|
+
var AchievementType;
|
|
317
|
+
(function (AchievementType) {
|
|
318
|
+
AchievementType["BreedingByType"] = "breeding_by_type";
|
|
319
|
+
AchievementType["DragonLevelUp"] = "dragon_level_up";
|
|
320
|
+
})(AchievementType || (exports.AchievementType = AchievementType = {}));
|
|
321
|
+
var ItemsUnitsAttributeModifierAttribute;
|
|
322
|
+
(function (ItemsUnitsAttributeModifierAttribute) {
|
|
323
|
+
ItemsUnitsAttributeModifierAttribute["Attacks"] = "attacks";
|
|
324
|
+
ItemsUnitsAttributeModifierAttribute["BackgroundVfx"] = "background_vfx";
|
|
325
|
+
ItemsUnitsAttributeModifierAttribute["BaseAttack"] = "base_attack";
|
|
326
|
+
ItemsUnitsAttributeModifierAttribute["BaseLife"] = "base_life";
|
|
327
|
+
ItemsUnitsAttributeModifierAttribute["ForegroundVfx"] = "foreground_vfx";
|
|
328
|
+
ItemsUnitsAttributeModifierAttribute["PassiveSkills"] = "passive_skills";
|
|
329
|
+
ItemsUnitsAttributeModifierAttribute["PostSkills"] = "post_skills";
|
|
330
|
+
ItemsUnitsAttributeModifierAttribute["Speed"] = "speed";
|
|
331
|
+
ItemsUnitsAttributeModifierAttribute["TrainableAttacks"] = "trainable_attacks";
|
|
332
|
+
})(ItemsUnitsAttributeModifierAttribute || (exports.ItemsUnitsAttributeModifierAttribute = ItemsUnitsAttributeModifierAttribute = {}));
|
|
333
|
+
var Behaviour;
|
|
334
|
+
(function (Behaviour) {
|
|
335
|
+
Behaviour["Multiply"] = "MULTIPLY";
|
|
336
|
+
Behaviour["Replace"] = "REPLACE";
|
|
337
|
+
Behaviour["ReplaceByIndex"] = "REPLACE_BY_INDEX";
|
|
338
|
+
})(Behaviour || (exports.Behaviour = Behaviour = {}));
|
|
339
|
+
var UIAsset;
|
|
340
|
+
(function (UIAsset) {
|
|
341
|
+
UIAsset["EventTournaments"] = "event_tournaments";
|
|
342
|
+
UIAsset["PermanentTournaments"] = "permanent_tournaments";
|
|
343
|
+
})(UIAsset || (exports.UIAsset = UIAsset = {}));
|
|
344
|
+
var Image;
|
|
345
|
+
(function (Image) {
|
|
346
|
+
Image["ICInfoActionBreedPNG"] = "ic-info-action-breed.png";
|
|
347
|
+
Image["ICInfoActionCollectFoodPNG"] = "ic-info-action-collect-food.png";
|
|
348
|
+
Image["ICInfoActionCollectGoldPNG"] = "ic-info-action-collect-gold.png";
|
|
349
|
+
Image["ICInfoActionFeedPNG"] = "ic-info-action-feed.png";
|
|
350
|
+
Image["ICInfoActionHatch2ElPNG"] = "ic-info-action-hatch-2-el.png";
|
|
351
|
+
Image["ICInfoActionHatch3ElPNG"] = "ic-info-action-hatch-3-el.png";
|
|
352
|
+
Image["ICInfoActionHatchLegendaryPNG"] = "ic-info-action-hatch-legendary.png";
|
|
353
|
+
Image["ICInfoActionPvpPNG"] = "ic-info-action-pvp.png";
|
|
354
|
+
})(Image || (exports.Image = Image = {}));
|
|
355
|
+
var TidName;
|
|
356
|
+
(function (TidName) {
|
|
357
|
+
TidName["TidGridIslandsBreedDragons"] = "tid_grid_islands_breed_dragons";
|
|
358
|
+
TidName["TidGridIslandsCollectFarmFood"] = "tid_grid_islands_collect_farm_food";
|
|
359
|
+
TidName["TidGridIslandsCollectGold"] = "tid_grid_islands_collect_gold";
|
|
360
|
+
TidName["TidGridIslandsFeedDragons"] = "tid_grid_islands_feed_dragons";
|
|
361
|
+
TidName["TidGridIslandsHatching2_El"] = "tid_grid_islands_hatching_2_el";
|
|
362
|
+
TidName["TidGridIslandsHatching3_El"] = "tid_grid_islands_hatching_3_el";
|
|
363
|
+
TidName["TidGridIslandsHatchingLegendary"] = "tid_grid_islands_hatching_legendary";
|
|
364
|
+
TidName["TidGridIslandsPvpBattle"] = "tid_grid_islands_pvp_battle";
|
|
365
|
+
})(TidName || (exports.TidName = TidName = {}));
|
|
366
|
+
var ActionType;
|
|
367
|
+
(function (ActionType) {
|
|
368
|
+
ActionType["BreedDragons"] = "BREED_DRAGONS";
|
|
369
|
+
ActionType["CollectFarmFood"] = "COLLECT_FARM_FOOD";
|
|
370
|
+
ActionType["CollectGold"] = "COLLECT_GOLD";
|
|
371
|
+
ActionType["CollectGreenhouseFood"] = "COLLECT_GREENHOUSE_FOOD";
|
|
372
|
+
ActionType["FeedDragons"] = "FEED_DRAGONS";
|
|
373
|
+
ActionType["Hatch2"] = "HATCH_2";
|
|
374
|
+
ActionType["Hatch3"] = "HATCH_3";
|
|
375
|
+
ActionType["HatchLegend"] = "HATCH_LEGEND";
|
|
376
|
+
ActionType["Pvp"] = "PVP";
|
|
377
|
+
})(ActionType || (exports.ActionType = ActionType = {}));
|
|
378
|
+
var RewardType;
|
|
379
|
+
(function (RewardType) {
|
|
380
|
+
RewardType["Chest"] = "CHEST";
|
|
381
|
+
RewardType["DragonPiece"] = "DRAGON_PIECE";
|
|
382
|
+
RewardType["None"] = "NONE";
|
|
383
|
+
RewardType["Step"] = "STEP";
|
|
384
|
+
})(RewardType || (exports.RewardType = RewardType = {}));
|
|
385
|
+
var File;
|
|
386
|
+
(function (File) {
|
|
387
|
+
File["The1X1Slot1"] = "1x1_slot1";
|
|
388
|
+
File["The1X1Slot2"] = "1x1_slot2";
|
|
389
|
+
})(File || (exports.File = File = {}));
|
|
390
|
+
var FightBackgroundID;
|
|
391
|
+
(function (FightBackgroundID) {
|
|
392
|
+
FightBackgroundID["BgBattleBackgroundGiTreasurehunt"] = "bg_battle_background_gi_treasurehunt";
|
|
393
|
+
FightBackgroundID["BgBattleBackgroundHrFallFriday"] = "bg_battle_background_hr_fall_friday";
|
|
394
|
+
FightBackgroundID["BgBattleBackgroundHrNewBeginnings"] = "bg_battle_background_hr_new_beginnings";
|
|
395
|
+
FightBackgroundID["BgBattleBackgroundHrSaintvalentine26"] = "bg_battle_background_hr_saintvalentine_26";
|
|
396
|
+
FightBackgroundID["BgBattleBackgroundMiCarnival"] = "bg_battle_background_mi_carnival";
|
|
397
|
+
FightBackgroundID["BgBattleBackgroundMiDragonmysteries"] = "bg_battle_background_mi_dragonmysteries";
|
|
398
|
+
FightBackgroundID["BgBattleBackgroundMiMidsummerMisery"] = "bg_battle_background_mi_midsummer_misery";
|
|
399
|
+
FightBackgroundID["BgBattleBackgroundMiMysteryInParadise"] = "bg_battle_background_mi_mystery_in_paradise";
|
|
400
|
+
FightBackgroundID["BgBattleBackgroundMiRebornRetold"] = "bg_battle_background_mi_reborn_retold";
|
|
401
|
+
FightBackgroundID["BgBattleBackgroundMiValentinesVault"] = "bg_battle_background_mi_valentines_vault";
|
|
402
|
+
FightBackgroundID["BgBattleBackgroundMr101_MythicalElixir"] = "bg_battle_background_mr_101_mythical_elixir";
|
|
403
|
+
FightBackgroundID["BgBattleBackgroundMr102_MythicalCryogenic"] = "bg_battle_background_mr_102_mythical_cryogenic";
|
|
404
|
+
FightBackgroundID["BgBattleBackgroundMr103_MythicalDracarticpredator"] = "bg_battle_background_mr_103_mythical_dracarticpredator";
|
|
405
|
+
FightBackgroundID["BgBattleBackgroundMr104_MythicalUnfaethful"] = "bg_battle_background_mr_104_mythical_unfaethful";
|
|
406
|
+
})(FightBackgroundID || (exports.FightBackgroundID = FightBackgroundID = {}));
|
|
407
|
+
var ViewTypeEnum;
|
|
408
|
+
(function (ViewTypeEnum) {
|
|
409
|
+
ViewTypeEnum["Chest"] = "CHEST";
|
|
410
|
+
ViewTypeEnum["Dragon"] = "DRAGON";
|
|
411
|
+
ViewTypeEnum["None"] = "NONE";
|
|
412
|
+
ViewTypeEnum["Resource"] = "RESOURCE";
|
|
413
|
+
})(ViewTypeEnum || (exports.ViewTypeEnum = ViewTypeEnum = {}));
|
|
414
|
+
var CanvasBackground;
|
|
415
|
+
(function (CanvasBackground) {
|
|
416
|
+
CanvasBackground["F"] = "f";
|
|
417
|
+
CanvasBackground["G"] = "g";
|
|
418
|
+
CanvasBackground["O"] = "o";
|
|
419
|
+
CanvasBackground["S"] = "s";
|
|
420
|
+
CanvasBackground["W"] = "w";
|
|
421
|
+
CanvasBackground["X"] = "x";
|
|
422
|
+
})(CanvasBackground || (exports.CanvasBackground = CanvasBackground = {}));
|
|
423
|
+
var Wall;
|
|
424
|
+
(function (Wall) {
|
|
425
|
+
Wall["H"] = "H";
|
|
426
|
+
Wall["HV"] = "H+V";
|
|
427
|
+
Wall["V"] = "V";
|
|
428
|
+
})(Wall || (exports.Wall = Wall = {}));
|
|
429
|
+
var WallSuffix;
|
|
430
|
+
(function (WallSuffix) {
|
|
431
|
+
WallSuffix["Rock"] = "rock";
|
|
432
|
+
})(WallSuffix || (exports.WallSuffix = WallSuffix = {}));
|
|
433
|
+
var PopupType;
|
|
434
|
+
(function (PopupType) {
|
|
435
|
+
PopupType["Default"] = "Default";
|
|
436
|
+
PopupType["DefaultCustomSlides"] = "DefaultCustomSlides";
|
|
437
|
+
PopupType["HelpViewDeityWorld"] = "/HelpView/DeityWorld";
|
|
438
|
+
})(PopupType || (exports.PopupType = PopupType = {}));
|
|
439
|
+
var AnimationNameEnum;
|
|
440
|
+
(function (AnimationNameEnum) {
|
|
441
|
+
AnimationNameEnum["Anim1"] = "anim1";
|
|
442
|
+
})(AnimationNameEnum || (exports.AnimationNameEnum = AnimationNameEnum = {}));
|
|
443
|
+
var ContentLocalizedKey;
|
|
444
|
+
(function (ContentLocalizedKey) {
|
|
445
|
+
ContentLocalizedKey["Empty"] = "";
|
|
446
|
+
ContentLocalizedKey["TidDBCollectionsHelpScreen1"] = "tid_db_collections_help_screen_1";
|
|
447
|
+
ContentLocalizedKey["TidDBCollectionsHelpScreen2"] = "tid_db_collections_help_screen_2";
|
|
448
|
+
ContentLocalizedKey["TidDBMasteryHelpScreen1"] = "tid_db_mastery_help_screen_1";
|
|
449
|
+
ContentLocalizedKey["TidPiggyBankBestDealMessage"] = "tid_piggy_bank_best_deal_message";
|
|
450
|
+
})(ContentLocalizedKey || (exports.ContentLocalizedKey = ContentLocalizedKey = {}));
|
|
451
|
+
var IslandTitleTid;
|
|
452
|
+
(function (IslandTitleTid) {
|
|
453
|
+
IslandTitleTid["TidHeroicRaceTitle"] = "tid_heroic_race_title";
|
|
454
|
+
IslandTitleTid["TidHrMythicalraceName"] = "tid_hr_mythicalrace_name";
|
|
455
|
+
})(IslandTitleTid || (exports.IslandTitleTid = IslandTitleTid = {}));
|
|
456
|
+
var PurpleSoundTag;
|
|
457
|
+
(function (PurpleSoundTag) {
|
|
458
|
+
PurpleSoundTag["Heaven"] = "HEAVEN";
|
|
459
|
+
})(PurpleSoundTag || (exports.PurpleSoundTag = PurpleSoundTag = {}));
|
|
460
|
+
var RewardCellType;
|
|
461
|
+
(function (RewardCellType) {
|
|
462
|
+
RewardCellType["Big"] = "big";
|
|
463
|
+
RewardCellType["Medium"] = "medium";
|
|
464
|
+
RewardCellType["Small"] = "small";
|
|
465
|
+
})(RewardCellType || (exports.RewardCellType = RewardCellType = {}));
|
|
466
|
+
var MissionType;
|
|
467
|
+
(function (MissionType) {
|
|
468
|
+
MissionType["Breed"] = "breed";
|
|
469
|
+
MissionType["Feed"] = "feed";
|
|
470
|
+
MissionType["Fight"] = "fight";
|
|
471
|
+
MissionType["Food"] = "food";
|
|
472
|
+
MissionType["Gold"] = "gold";
|
|
473
|
+
MissionType["Hatch"] = "hatch";
|
|
474
|
+
MissionType["Pvp"] = "pvp";
|
|
475
|
+
})(MissionType || (exports.MissionType = MissionType = {}));
|
|
476
|
+
var NodesPositionType;
|
|
477
|
+
(function (NodesPositionType) {
|
|
478
|
+
NodesPositionType["Node"] = "node";
|
|
479
|
+
NodesPositionType["Path"] = "path";
|
|
480
|
+
})(NodesPositionType || (exports.NodesPositionType = NodesPositionType = {}));
|
|
481
|
+
var SpinRewardType;
|
|
482
|
+
(function (SpinRewardType) {
|
|
483
|
+
SpinRewardType["ExtraSpin"] = "extra_spin";
|
|
484
|
+
SpinRewardType["Mission"] = "mission";
|
|
485
|
+
SpinRewardType["MissionPoint"] = "mission_point";
|
|
486
|
+
SpinRewardType["Node"] = "node";
|
|
487
|
+
})(SpinRewardType || (exports.SpinRewardType = SpinRewardType = {}));
|
|
488
|
+
var ItemGroupType;
|
|
489
|
+
(function (ItemGroupType) {
|
|
490
|
+
ItemGroupType["AlliancePortal"] = "ALLIANCE_PORTAL";
|
|
491
|
+
ItemGroupType["AllianceRace"] = "ALLIANCE_RACE";
|
|
492
|
+
ItemGroupType["Atrezzo"] = "ATREZZO";
|
|
493
|
+
ItemGroupType["Booster"] = "BOOSTER";
|
|
494
|
+
ItemGroupType["BrandDeco"] = "BRAND_DECO";
|
|
495
|
+
ItemGroupType["BreedingIsland"] = "BREEDING_ISLAND";
|
|
496
|
+
ItemGroupType["Building"] = "BUILDING";
|
|
497
|
+
ItemGroupType["Burrow"] = "BURROW";
|
|
498
|
+
ItemGroupType["Chestcontainer"] = "CHESTCONTAINER";
|
|
499
|
+
ItemGroupType["Collectible"] = "COLLECTIBLE";
|
|
500
|
+
ItemGroupType["Collectisland"] = "COLLECTISLAND";
|
|
501
|
+
ItemGroupType["CollectorsHunt"] = "COLLECTORS_HUNT";
|
|
502
|
+
ItemGroupType["Crosspromotion"] = "CROSSPROMOTION";
|
|
503
|
+
ItemGroupType["CumCalendarIsland"] = "CUM_CALENDAR_ISLAND";
|
|
504
|
+
ItemGroupType["Deco"] = "DECO";
|
|
505
|
+
ItemGroupType["Deusisland"] = "DEUSISLAND";
|
|
506
|
+
ItemGroupType["Dragon"] = "DRAGON";
|
|
507
|
+
ItemGroupType["DragonCinema"] = "DRAGON_CINEMA";
|
|
508
|
+
ItemGroupType["DragonObstacle"] = "DRAGON_OBSTACLE";
|
|
509
|
+
ItemGroupType["DragonPets"] = "DRAGON_PETS";
|
|
510
|
+
ItemGroupType["DragonTrails"] = "DRAGON_TRAILS";
|
|
511
|
+
ItemGroupType["DragonTv"] = "DRAGON_TV";
|
|
512
|
+
ItemGroupType["Dragonarium"] = "DRAGONARIUM";
|
|
513
|
+
ItemGroupType["Dwportal"] = "DWPORTAL";
|
|
514
|
+
ItemGroupType["EventIsland"] = "EVENT_ISLAND";
|
|
515
|
+
ItemGroupType["Farm"] = "FARM";
|
|
516
|
+
ItemGroupType["FogIsland"] = "FOG_ISLAND";
|
|
517
|
+
ItemGroupType["GdTower"] = "GD_TOWER";
|
|
518
|
+
ItemGroupType["Greenhouse"] = "GREENHOUSE";
|
|
519
|
+
ItemGroupType["GridIsland"] = "GRID_ISLAND";
|
|
520
|
+
ItemGroupType["Habitat"] = "HABITAT";
|
|
521
|
+
ItemGroupType["HalloweenIsland"] = "HALLOWEEN_ISLAND";
|
|
522
|
+
ItemGroupType["HeroicRace"] = "HEROIC_RACE";
|
|
523
|
+
ItemGroupType["Kindergarten"] = "KINDERGARTEN";
|
|
524
|
+
ItemGroupType["Land"] = "LAND";
|
|
525
|
+
ItemGroupType["Lostitem"] = "LOSTITEM";
|
|
526
|
+
ItemGroupType["MageShrine"] = "MAGE_SHRINE";
|
|
527
|
+
ItemGroupType["MazeIsland"] = "MAZE_ISLAND";
|
|
528
|
+
ItemGroupType["MemeGenerator"] = "MEME_GENERATOR";
|
|
529
|
+
ItemGroupType["MisteryEgg"] = "MISTERY_EGG";
|
|
530
|
+
ItemGroupType["ORBHabitat"] = "ORB_HABITAT";
|
|
531
|
+
ItemGroupType["Obstacle"] = "OBSTACLE";
|
|
532
|
+
ItemGroupType["Offerwall"] = "OFFERWALL";
|
|
533
|
+
ItemGroupType["Popup"] = "POPUP";
|
|
534
|
+
ItemGroupType["ProgressiveIsland"] = "PROGRESSIVE_ISLAND";
|
|
535
|
+
ItemGroupType["Promo"] = "PROMO";
|
|
536
|
+
ItemGroupType["Promoisland"] = "PROMOISLAND";
|
|
537
|
+
ItemGroupType["PuzzleIsland"] = "PUZZLE_ISLAND";
|
|
538
|
+
ItemGroupType["RunnerIsland"] = "RUNNER_ISLAND";
|
|
539
|
+
ItemGroupType["SocialBuilding"] = "SOCIAL BUILDING";
|
|
540
|
+
ItemGroupType["TeaserIsland"] = "TEASER_ISLAND";
|
|
541
|
+
ItemGroupType["TowerIsland"] = "TOWER_ISLAND";
|
|
542
|
+
ItemGroupType["TraderIsland"] = "TRADER_ISLAND";
|
|
543
|
+
ItemGroupType["TreeOfLife"] = "TREE_OF_LIFE";
|
|
544
|
+
ItemGroupType["Unit"] = "UNIT";
|
|
545
|
+
ItemGroupType["WizardsCave"] = "WIZARDS_CAVE";
|
|
546
|
+
})(ItemGroupType || (exports.ItemGroupType = ItemGroupType = {}));
|
|
547
|
+
var Tag;
|
|
548
|
+
(function (Tag) {
|
|
549
|
+
Tag["Apocalypse"] = "Apocalypse";
|
|
550
|
+
Tag["Armor"] = "Armor";
|
|
551
|
+
Tag["Astro"] = "Astro";
|
|
552
|
+
Tag["Berserker"] = "Berserker";
|
|
553
|
+
Tag["CritCrew"] = "CritCrew";
|
|
554
|
+
Tag["Critcrew"] = "Critcrew";
|
|
555
|
+
Tag["Divinepass"] = "Divinepass";
|
|
556
|
+
Tag["Doom"] = "Doom";
|
|
557
|
+
Tag["Dual"] = "Dual";
|
|
558
|
+
Tag["Eternal"] = "Eternal";
|
|
559
|
+
Tag["Evader"] = "Evader";
|
|
560
|
+
Tag["HasSkill"] = "hasSkill";
|
|
561
|
+
Tag["Karma"] = "Karma";
|
|
562
|
+
Tag["Mythical"] = "Mythical";
|
|
563
|
+
Tag["Originals"] = "Originals";
|
|
564
|
+
Tag["Plasma"] = "Plasma";
|
|
565
|
+
Tag["Silencer"] = "Silencer";
|
|
566
|
+
Tag["Spikes"] = "Spikes";
|
|
567
|
+
Tag["Strategist"] = "Strategist";
|
|
568
|
+
Tag["Titan"] = "Titan";
|
|
569
|
+
Tag["TitanVamp"] = "TitanVamp";
|
|
570
|
+
Tag["Twd"] = "TWD";
|
|
571
|
+
Tag["Vampire"] = "Vampire";
|
|
572
|
+
Tag["Vip"] = "VIP";
|
|
573
|
+
Tag["Youtuber"] = "Youtuber";
|
|
574
|
+
})(Tag || (exports.Tag = Tag = {}));
|
|
575
|
+
var ItemType;
|
|
576
|
+
(function (ItemType) {
|
|
577
|
+
ItemType["B"] = "b";
|
|
578
|
+
ItemType["L"] = "l";
|
|
579
|
+
ItemType["U"] = "u";
|
|
580
|
+
})(ItemType || (exports.ItemType = ItemType = {}));
|
|
581
|
+
var CollectibleType;
|
|
582
|
+
(function (CollectibleType) {
|
|
583
|
+
CollectibleType["Dragon"] = "DRAGON";
|
|
584
|
+
CollectibleType["Item"] = "ITEM";
|
|
585
|
+
})(CollectibleType || (exports.CollectibleType = CollectibleType = {}));
|
|
586
|
+
var AnimationPlace;
|
|
587
|
+
(function (AnimationPlace) {
|
|
588
|
+
AnimationPlace["Foreground"] = "Foreground";
|
|
589
|
+
})(AnimationPlace || (exports.AnimationPlace = AnimationPlace = {}));
|
|
590
|
+
var SpineAsset;
|
|
591
|
+
(function (SpineAsset) {
|
|
592
|
+
SpineAsset["PointerAnimationV2"] = "pointer_animation_v2";
|
|
593
|
+
})(SpineAsset || (exports.SpineAsset = SpineAsset = {}));
|
|
594
|
+
var Style;
|
|
595
|
+
(function (Style) {
|
|
596
|
+
Style["Transparent"] = "Transparent";
|
|
597
|
+
})(Style || (exports.Style = Style = {}));
|
|
598
|
+
var SlideType;
|
|
599
|
+
(function (SlideType) {
|
|
600
|
+
SlideType["FullImage"] = "FullImage";
|
|
601
|
+
})(SlideType || (exports.SlideType = SlideType = {}));
|
|
602
|
+
var PerkType;
|
|
603
|
+
(function (PerkType) {
|
|
604
|
+
PerkType["Character"] = "character";
|
|
605
|
+
PerkType["Combat"] = "combat";
|
|
606
|
+
PerkType["SpecificDragonCombat"] = "specific_dragon_combat";
|
|
607
|
+
})(PerkType || (exports.PerkType = PerkType = {}));
|
|
608
|
+
var ActivityType;
|
|
609
|
+
(function (ActivityType) {
|
|
610
|
+
ActivityType["BreedElements"] = "BREED_ELEMENTS";
|
|
611
|
+
ActivityType["CollectFood"] = "COLLECT_FOOD";
|
|
612
|
+
ActivityType["CollectGold"] = "COLLECT_GOLD";
|
|
613
|
+
ActivityType["FeedDragon"] = "FEED_DRAGON";
|
|
614
|
+
ActivityType["HatchElements"] = "HATCH_ELEMENTS";
|
|
615
|
+
ActivityType["Leagues"] = "LEAGUES";
|
|
616
|
+
ActivityType["PvpArenas"] = "PVP_ARENAS";
|
|
617
|
+
ActivityType["TournamentMatch"] = "TOURNAMENT_MATCH";
|
|
618
|
+
})(ActivityType || (exports.ActivityType = ActivityType = {}));
|
|
619
|
+
var FluffySoundTag;
|
|
620
|
+
(function (FluffySoundTag) {
|
|
621
|
+
FluffySoundTag["Aquatic"] = "AQUATIC";
|
|
622
|
+
})(FluffySoundTag || (exports.FluffySoundTag = FluffySoundTag = {}));
|
|
623
|
+
var ZipFile;
|
|
624
|
+
(function (ZipFile) {
|
|
625
|
+
ZipFile["MobileUIRunnerIslandsOceanRunnerIslandBZip"] = "/mobile/ui/runner_islands/ocean-runner-island_b.zip";
|
|
626
|
+
ZipFile["MobileUIRunnerIslandsOceanRunnerIslandZip"] = "/mobile/ui/runner_islands/ocean-runner-island.zip";
|
|
627
|
+
ZipFile["MobileUIRunnerIslandsRunnerIslandMrbeastZip"] = "/mobile/ui/runner_islands/runner-island-mrbeast.zip";
|
|
628
|
+
ZipFile["MobileUIRunnerIslandsRunnerIslandTestDZip"] = "/mobile/ui/runner_islands/runner-island-test_d.zip";
|
|
629
|
+
ZipFile["MobileUIRunnerIslandsSeaRunnerIslandCZip"] = "/mobile/ui/runner_islands/sea-runner-island_c.zip";
|
|
630
|
+
})(ZipFile || (exports.ZipFile = ZipFile = {}));
|
|
631
|
+
var RewardEnum;
|
|
632
|
+
(function (RewardEnum) {
|
|
633
|
+
RewardEnum["Filler"] = "filler";
|
|
634
|
+
RewardEnum["Legacy"] = "legacy";
|
|
635
|
+
RewardEnum["Main"] = "main";
|
|
636
|
+
RewardEnum["ORB"] = "orb";
|
|
637
|
+
RewardEnum["Point"] = "point";
|
|
638
|
+
RewardEnum["Ro"] = "ro";
|
|
639
|
+
RewardEnum["Token"] = "token";
|
|
640
|
+
})(RewardEnum || (exports.RewardEnum = RewardEnum = {}));
|
|
641
|
+
var Texture;
|
|
642
|
+
(function (Texture) {
|
|
643
|
+
Texture["RunnerIslandAssetsBgLvl1PNG"] = "runner_island/Assets/bg-lvl1.png";
|
|
644
|
+
Texture["RunnerIslandAssetsBgLvl2PNG"] = "runner_island/Assets/bg-lvl2.png";
|
|
645
|
+
Texture["RunnerIslandAssetsBgLvl3PNG"] = "runner_island/Assets/bg-lvl3.png";
|
|
646
|
+
Texture["RunnerIslandAssetsGrParalaxLvl11PNG"] = "runner_island/Assets/gr-paralax-lvl1-1.png";
|
|
647
|
+
Texture["RunnerIslandAssetsGrParalaxLvl12PNG"] = "runner_island/Assets/gr-paralax-lvl1-2.png";
|
|
648
|
+
Texture["RunnerIslandAssetsGrParalaxLvl21PNG"] = "runner_island/Assets/gr-paralax-lvl2-1.png";
|
|
649
|
+
Texture["RunnerIslandAssetsGrParalaxLvl22PNG"] = "runner_island/Assets/gr-paralax-lvl2-2.png";
|
|
650
|
+
Texture["RunnerIslandAssetsGrParalaxLvl31PNG"] = "runner_island/Assets/gr-paralax-lvl3-1.png";
|
|
651
|
+
Texture["RunnerIslandAssetsGrParalaxLvl32PNG"] = "runner_island/Assets/gr-paralax-lvl3-2.png";
|
|
652
|
+
Texture["RunnerIslandAssetsGrPath1Lvl1PNG"] = "runner_island/Assets/gr_path1_lvl1.png";
|
|
653
|
+
Texture["RunnerIslandAssetsGrPath1Lvl2PNG"] = "runner_island/Assets/gr_path1_lvl2.png";
|
|
654
|
+
Texture["RunnerIslandAssetsGrPath1Lvl3PNG"] = "runner_island/Assets/gr_path1_lvl3.png";
|
|
655
|
+
Texture["RunnerIslandAssetsGrPath2Lvl1PNG"] = "runner_island/Assets/gr_path2_lvl1.png";
|
|
656
|
+
Texture["RunnerIslandAssetsGrPath2Lvl2PNG"] = "runner_island/Assets/gr_path2_lvl2.png";
|
|
657
|
+
Texture["RunnerIslandAssetsGrPath2Lvl3PNG"] = "runner_island/Assets/gr_path2_lvl3.png";
|
|
658
|
+
Texture["RunnerIslandAssetsGrPath3Lvl1PNG"] = "runner_island/Assets/gr_path3_lvl1.png";
|
|
659
|
+
Texture["RunnerIslandAssetsGrPath3Lvl2PNG"] = "runner_island/Assets/gr_path3_lvl2.png";
|
|
660
|
+
Texture["RunnerIslandAssetsGrPath3Lvl3PNG"] = "runner_island/Assets/gr_path3_lvl3.png";
|
|
661
|
+
})(Texture || (exports.Texture = Texture = {}));
|
|
662
|
+
var AttackType;
|
|
663
|
+
(function (AttackType) {
|
|
664
|
+
AttackType["Beauty"] = "beauty";
|
|
665
|
+
AttackType["Chaos"] = "chaos";
|
|
666
|
+
AttackType["Dark"] = "dark";
|
|
667
|
+
AttackType["Dream"] = "dream";
|
|
668
|
+
AttackType["Earth"] = "earth";
|
|
669
|
+
AttackType["Electric"] = "electric";
|
|
670
|
+
AttackType["Fire"] = "fire";
|
|
671
|
+
AttackType["Happy"] = "happy";
|
|
672
|
+
AttackType["Ice"] = "ice";
|
|
673
|
+
AttackType["Legend"] = "legend";
|
|
674
|
+
AttackType["Light"] = "light";
|
|
675
|
+
AttackType["Magic"] = "magic";
|
|
676
|
+
AttackType["Metal"] = "metal";
|
|
677
|
+
AttackType["Physical"] = "physical";
|
|
678
|
+
AttackType["Plant"] = "plant";
|
|
679
|
+
AttackType["Primal"] = "primal";
|
|
680
|
+
AttackType["Pure"] = "pure";
|
|
681
|
+
AttackType["Soul"] = "soul";
|
|
682
|
+
AttackType["Time"] = "time";
|
|
683
|
+
AttackType["War"] = "war";
|
|
684
|
+
AttackType["Water"] = "water";
|
|
685
|
+
AttackType["Wind"] = "wind";
|
|
686
|
+
})(AttackType || (exports.AttackType = AttackType = {}));
|
|
687
|
+
var AuraCenterMode;
|
|
688
|
+
(function (AuraCenterMode) {
|
|
689
|
+
AuraCenterMode["Side"] = "SIDE";
|
|
690
|
+
})(AuraCenterMode || (exports.AuraCenterMode = AuraCenterMode = {}));
|
|
691
|
+
var Level1_EffectName;
|
|
692
|
+
(function (Level1_EffectName) {
|
|
693
|
+
Level1_EffectName["TidCritEffectDamageName"] = "tid_crit_effect_damage_name";
|
|
694
|
+
Level1_EffectName["TidCritEffectName"] = "tid_crit_effect_name";
|
|
695
|
+
})(Level1_EffectName || (exports.Level1_EffectName = Level1_EffectName = {}));
|
|
696
|
+
var AuraType;
|
|
697
|
+
(function (AuraType) {
|
|
698
|
+
AuraType["Bunker"] = "BUNKER";
|
|
699
|
+
AuraType["CriticalChance"] = "CRITICAL_CHANCE";
|
|
700
|
+
AuraType["Evasion"] = "EVASION";
|
|
701
|
+
AuraType["Impaler"] = "IMPALER";
|
|
702
|
+
})(AuraType || (exports.AuraType = AuraType = {}));
|
|
703
|
+
var AvoidSkillElement;
|
|
704
|
+
(function (AvoidSkillElement) {
|
|
705
|
+
AvoidSkillElement["Evasion"] = "EVASION";
|
|
706
|
+
AvoidSkillElement["Shield"] = "SHIELD";
|
|
707
|
+
AvoidSkillElement["Vengeful"] = "VENGEFUL";
|
|
708
|
+
})(AvoidSkillElement || (exports.AvoidSkillElement = AvoidSkillElement = {}));
|
|
709
|
+
var BenchTargetMode;
|
|
710
|
+
(function (BenchTargetMode) {
|
|
711
|
+
BenchTargetMode["Sequential"] = "sequential";
|
|
712
|
+
})(BenchTargetMode || (exports.BenchTargetMode = BenchTargetMode = {}));
|
|
713
|
+
var BgVfxNodeName;
|
|
714
|
+
(function (BgVfxNodeName) {
|
|
715
|
+
BgVfxNodeName["BgBerserkVortex"] = "bg_berserk_vortex";
|
|
716
|
+
})(BgVfxNodeName || (exports.BgVfxNodeName = BgVfxNodeName = {}));
|
|
717
|
+
var CounterAttackEffectName;
|
|
718
|
+
(function (CounterAttackEffectName) {
|
|
719
|
+
CounterAttackEffectName["PlasmaSkillImpact"] = "plasma_skill_impact";
|
|
720
|
+
})(CounterAttackEffectName || (exports.CounterAttackEffectName = CounterAttackEffectName = {}));
|
|
721
|
+
var DestroySkill;
|
|
722
|
+
(function (DestroySkill) {
|
|
723
|
+
DestroySkill["Bunker"] = "BUNKER";
|
|
724
|
+
DestroySkill["Shield"] = "SHIELD";
|
|
725
|
+
})(DestroySkill || (exports.DestroySkill = DestroySkill = {}));
|
|
726
|
+
var DragonAnimation;
|
|
727
|
+
(function (DragonAnimation) {
|
|
728
|
+
DragonAnimation["Special1"] = "special1";
|
|
729
|
+
})(DragonAnimation || (exports.DragonAnimation = DragonAnimation = {}));
|
|
730
|
+
var DragonLife;
|
|
731
|
+
(function (DragonLife) {
|
|
732
|
+
DragonLife["Receiver"] = "receiver";
|
|
733
|
+
})(DragonLife || (exports.DragonLife = DragonLife = {}));
|
|
734
|
+
var PurpleEffectName;
|
|
735
|
+
(function (PurpleEffectName) {
|
|
736
|
+
PurpleEffectName["PlasmaSkillMain"] = "plasma_skill_main";
|
|
737
|
+
PurpleEffectName["TidCritEffectName"] = "tid_crit_effect_name";
|
|
738
|
+
PurpleEffectName["TidSkillArmorEffectName"] = "tid_skill_armor_effect_name";
|
|
739
|
+
})(PurpleEffectName || (exports.PurpleEffectName = PurpleEffectName = {}));
|
|
740
|
+
var EffectTid;
|
|
741
|
+
(function (EffectTid) {
|
|
742
|
+
EffectTid["TidSkillDescription250_Battlefield"] = "tid_skill_description_250_battlefield";
|
|
743
|
+
})(EffectTid || (exports.EffectTid = EffectTid = {}));
|
|
744
|
+
var FgVfxNodeName;
|
|
745
|
+
(function (FgVfxNodeName) {
|
|
746
|
+
FgVfxNodeName["FgBerserkVortex"] = "fg_berserk_vortex";
|
|
747
|
+
})(FgVfxNodeName || (exports.FgVfxNodeName = FgVfxNodeName = {}));
|
|
748
|
+
var FgVfxScreenEffectname;
|
|
749
|
+
(function (FgVfxScreenEffectname) {
|
|
750
|
+
FgVfxScreenEffectname["MegacritSpeedlines"] = "megacrit_speedlines";
|
|
751
|
+
})(FgVfxScreenEffectname || (exports.FgVfxScreenEffectname = FgVfxScreenEffectname = {}));
|
|
752
|
+
var PlayerEffectName;
|
|
753
|
+
(function (PlayerEffectName) {
|
|
754
|
+
PlayerEffectName["EmergencyDamage"] = "emergency_damage";
|
|
755
|
+
})(PlayerEffectName || (exports.PlayerEffectName = PlayerEffectName = {}));
|
|
756
|
+
var TidDamageMultiplier;
|
|
757
|
+
(function (TidDamageMultiplier) {
|
|
758
|
+
TidDamageMultiplier["DamageIncreased"] = "DAMAGE INCREASED!!!";
|
|
759
|
+
})(TidDamageMultiplier || (exports.TidDamageMultiplier = TidDamageMultiplier = {}));
|
|
760
|
+
var Vfx;
|
|
761
|
+
(function (Vfx) {
|
|
762
|
+
Vfx["DoomMarkSkill"] = "doom-mark_skill";
|
|
763
|
+
Vfx["Empty"] = "";
|
|
764
|
+
Vfx["SilencedShield3"] = "silenced_shield_3";
|
|
765
|
+
Vfx["TestVfx"] = "testVfx";
|
|
766
|
+
})(Vfx || (exports.Vfx = Vfx = {}));
|
|
767
|
+
var VfxTextEffectname;
|
|
768
|
+
(function (VfxTextEffectname) {
|
|
769
|
+
VfxTextEffectname["MegacritSkill"] = "megacrit_skill";
|
|
770
|
+
})(VfxTextEffectname || (exports.VfxTextEffectname = VfxTextEffectname = {}));
|
|
771
|
+
var EffectVfxEnum;
|
|
772
|
+
(function (EffectVfxEnum) {
|
|
773
|
+
EffectVfxEnum["GenericHiddenVfx"] = "generic_hidden_vfx";
|
|
774
|
+
EffectVfxEnum["HighocculttitanShield"] = "highocculttitan_shield";
|
|
775
|
+
EffectVfxEnum["SkillOverdrive"] = "skill_overdrive";
|
|
776
|
+
EffectVfxEnum["SpineKarmaSkills"] = "spine_karma_skills";
|
|
777
|
+
EffectVfxEnum["TitanShield"] = "titan_shield";
|
|
778
|
+
EffectVfxEnum["VampireTitanShield"] = "vampire_titan_shield";
|
|
779
|
+
})(EffectVfxEnum || (exports.EffectVfxEnum = EffectVfxEnum = {}));
|
|
780
|
+
var StatusEffectDataEffectName;
|
|
781
|
+
(function (StatusEffectDataEffectName) {
|
|
782
|
+
StatusEffectDataEffectName["TidCritEffectName"] = "tid_crit_effect_name";
|
|
783
|
+
StatusEffectDataEffectName["TidDoomSkillEffectName"] = "tid_doom_skill_effect_name";
|
|
784
|
+
StatusEffectDataEffectName["TidSkillArmorEffectName"] = "tid_skill_armor_effect_name";
|
|
785
|
+
StatusEffectDataEffectName["TidSkillExhaustionEffectName"] = "tid_skill_exhaustion_effect_name";
|
|
786
|
+
})(StatusEffectDataEffectName || (exports.StatusEffectDataEffectName = StatusEffectDataEffectName = {}));
|
|
787
|
+
var Target;
|
|
788
|
+
(function (Target) {
|
|
789
|
+
Target["AllyTeam"] = "ALLY_TEAM";
|
|
790
|
+
Target["Enemy"] = "ENEMY";
|
|
791
|
+
Target["EnemyRandom1"] = "ENEMY_RANDOM_1";
|
|
792
|
+
Target["EnemyTeam"] = "ENEMY_TEAM";
|
|
793
|
+
Target["None"] = "NONE";
|
|
794
|
+
Target["Self"] = "SELF";
|
|
795
|
+
Target["SelfAlliesOnly"] = "SELF_ALLIES_ONLY";
|
|
796
|
+
})(Target || (exports.Target = Target = {}));
|
|
797
|
+
var Name;
|
|
798
|
+
(function (Name) {
|
|
799
|
+
Name["OnKillBuff"] = "On Kill Buff";
|
|
800
|
+
Name["SoulExtraction"] = "Soul extraction";
|
|
801
|
+
})(Name || (exports.Name = Name = {}));
|
|
802
|
+
var FloorImage;
|
|
803
|
+
(function (FloorImage) {
|
|
804
|
+
FloorImage["Floor10PNG"] = "floor-10.png";
|
|
805
|
+
FloorImage["Floor1PNG"] = "floor-1.png";
|
|
806
|
+
FloorImage["Floor2PNG"] = "floor-2.png";
|
|
807
|
+
FloorImage["Floor3PNG"] = "floor-3.png";
|
|
808
|
+
FloorImage["Floor4PNG"] = "floor-4.png";
|
|
809
|
+
FloorImage["Floor5PNG"] = "floor-5.png";
|
|
810
|
+
FloorImage["Floor6PNG"] = "floor-6.png";
|
|
811
|
+
FloorImage["Floor7PNG"] = "floor-7.png";
|
|
812
|
+
FloorImage["Floor8PNG"] = "floor-8.png";
|
|
813
|
+
FloorImage["Floor9PNG"] = "floor-9.png";
|
|
814
|
+
})(FloorImage || (exports.FloorImage = FloorImage = {}));
|
|
815
|
+
var PurpleType;
|
|
816
|
+
(function (PurpleType) {
|
|
817
|
+
PurpleType["Catapult"] = "CATAPULT";
|
|
818
|
+
PurpleType["Empty"] = "EMPTY";
|
|
819
|
+
PurpleType["FinalDragonSquare"] = "FINAL_DRAGON_SQUARE";
|
|
820
|
+
PurpleType["SingleDragonPiece"] = "SINGLE_DRAGON_PIECE";
|
|
821
|
+
PurpleType["SingleReward"] = "SINGLE_REWARD";
|
|
822
|
+
})(PurpleType || (exports.PurpleType = PurpleType = {}));
|
|
823
|
+
var Feature;
|
|
824
|
+
(function (Feature) {
|
|
825
|
+
Feature["MissingDragonRescue"] = "missing_dragon_rescue";
|
|
826
|
+
Feature["PacksShop"] = "packs_shop";
|
|
827
|
+
})(Feature || (exports.Feature = Feature = {}));
|
|
828
|
+
var TreasureItemType;
|
|
829
|
+
(function (TreasureItemType) {
|
|
830
|
+
TreasureItemType["F"] = "f";
|
|
831
|
+
TreasureItemType["G"] = "g";
|
|
832
|
+
TreasureItemType["Keys"] = "keys";
|
|
833
|
+
TreasureItemType["P"] = "p";
|
|
834
|
+
})(TreasureItemType || (exports.TreasureItemType = TreasureItemType = {}));
|