@dchighs/dc-config 0.1.7 → 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.
- package/dist/dtos/game-config.d.ts +64 -134
- package/dist/dtos/game-config.js +19 -7
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -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,88 +2171,48 @@ export interface MazeIslandReward {
|
|
|
2169
2171
|
export interface News {
|
|
2170
2172
|
"0": The0;
|
|
2171
2173
|
"1": The1;
|
|
2172
|
-
"2":
|
|
2173
|
-
"3":
|
|
2174
|
-
"4":
|
|
2175
|
-
"5":
|
|
2176
|
-
"6":
|
|
2177
|
-
"7":
|
|
2178
|
-
"8":
|
|
2179
|
-
"9":
|
|
2180
|
-
"10": The1;
|
|
2181
|
-
"11": The11;
|
|
2182
|
-
"12": The1;
|
|
2183
|
-
"13": The1;
|
|
2184
|
-
"14": The14;
|
|
2185
|
-
"15": The15;
|
|
2186
|
-
"16": The11;
|
|
2187
|
-
"17": The11;
|
|
2174
|
+
"2": The2;
|
|
2175
|
+
"3": The3;
|
|
2176
|
+
"4": The0;
|
|
2177
|
+
"5": The0;
|
|
2178
|
+
"6": The6;
|
|
2179
|
+
"7": The0;
|
|
2180
|
+
"8": The0;
|
|
2181
|
+
"9": The2;
|
|
2188
2182
|
canvas: Canva[];
|
|
2189
2183
|
}
|
|
2190
2184
|
export interface The0 {
|
|
2191
2185
|
active_platforms: ValueClass;
|
|
2192
2186
|
allow_island_tutorial: number;
|
|
2193
2187
|
assets_name: string;
|
|
2188
|
+
direct_to_shop: number;
|
|
2194
2189
|
end_ts: string;
|
|
2195
|
-
hud_button: The0_HudButton;
|
|
2196
2190
|
id: number;
|
|
2197
2191
|
min_level: number;
|
|
2192
|
+
popup_frequency: string;
|
|
2198
2193
|
popup_type: string;
|
|
2199
2194
|
show_on_startup: number;
|
|
2200
2195
|
slides: The0_Slide[];
|
|
2201
2196
|
start_ts: string;
|
|
2202
2197
|
}
|
|
2203
|
-
export interface The0_HudButton {
|
|
2204
|
-
file: string;
|
|
2205
|
-
title: string;
|
|
2206
|
-
}
|
|
2207
2198
|
export interface The0_Slide {
|
|
2208
|
-
custom_title_localized_key: string;
|
|
2209
|
-
image_url: string;
|
|
2210
|
-
link: string;
|
|
2211
|
-
link_button_key: string;
|
|
2212
|
-
slide_type: string;
|
|
2213
|
-
slide_type_2: string;
|
|
2214
|
-
timer?: string;
|
|
2215
|
-
times_to_show?: number;
|
|
2216
|
-
content_localized_key?: string;
|
|
2217
|
-
header_localized_key?: string;
|
|
2218
|
-
}
|
|
2219
|
-
export interface The1 {
|
|
2220
|
-
active_platforms: ValueClass;
|
|
2221
|
-
allow_island_tutorial: number;
|
|
2222
|
-
assets_name: string;
|
|
2223
|
-
direct_to_shop: number;
|
|
2224
|
-
end_ts: string;
|
|
2225
|
-
filter_category: null;
|
|
2226
|
-
id: number;
|
|
2227
|
-
label_text_tid: null;
|
|
2228
|
-
label_title_tid: null;
|
|
2229
|
-
min_level: number;
|
|
2230
|
-
popup_type: string;
|
|
2231
|
-
priority: number | null;
|
|
2232
|
-
show_on_startup: number;
|
|
2233
|
-
slides: The1_Slide[];
|
|
2234
|
-
start_ts: string;
|
|
2235
|
-
}
|
|
2236
|
-
export interface The1_Slide {
|
|
2237
2199
|
content_localized_key?: string;
|
|
2238
2200
|
custom_title_localized_key: string;
|
|
2201
|
+
forceClose?: boolean;
|
|
2239
2202
|
header_localized_key: string;
|
|
2240
2203
|
image_url: string;
|
|
2241
|
-
multiple_buttons:
|
|
2204
|
+
multiple_buttons: MultipleButton[];
|
|
2242
2205
|
times_to_show: number;
|
|
2243
2206
|
type: SlideType;
|
|
2244
|
-
forceClose?: boolean;
|
|
2245
2207
|
}
|
|
2246
|
-
export interface
|
|
2208
|
+
export interface MultipleButton {
|
|
2247
2209
|
animation: AnimationNameEnum;
|
|
2248
2210
|
animationPlace: AnimationPlace;
|
|
2249
2211
|
forceClose: boolean;
|
|
2250
2212
|
glint: boolean;
|
|
2251
|
-
key:
|
|
2213
|
+
key: Key;
|
|
2252
2214
|
link: string;
|
|
2253
|
-
linkItemId
|
|
2215
|
+
linkItemId?: number | string;
|
|
2254
2216
|
normalizedPosition: NormalizedPosition;
|
|
2255
2217
|
size: Size;
|
|
2256
2218
|
spineAsset: SpineAsset;
|
|
@@ -2259,6 +2221,10 @@ export interface PurpleMultipleButton {
|
|
|
2259
2221
|
export declare enum AnimationPlace {
|
|
2260
2222
|
Foreground = "Foreground"
|
|
2261
2223
|
}
|
|
2224
|
+
export declare enum Key {
|
|
2225
|
+
Empty = "",
|
|
2226
|
+
TidNewsApocalypsepathButton = "tid_news_apocalypsepath_button"
|
|
2227
|
+
}
|
|
2262
2228
|
export interface NormalizedPosition {
|
|
2263
2229
|
x: number;
|
|
2264
2230
|
y: number;
|
|
@@ -2278,7 +2244,7 @@ export declare enum Style {
|
|
|
2278
2244
|
export declare enum SlideType {
|
|
2279
2245
|
FullImage = "FullImage"
|
|
2280
2246
|
}
|
|
2281
|
-
export interface
|
|
2247
|
+
export interface The1 {
|
|
2282
2248
|
active_platforms: ValueClass;
|
|
2283
2249
|
allow_island_tutorial: number;
|
|
2284
2250
|
assets_name: string;
|
|
@@ -2292,63 +2258,33 @@ export interface The11 {
|
|
|
2292
2258
|
slides: The1_Slide[];
|
|
2293
2259
|
start_ts: string;
|
|
2294
2260
|
}
|
|
2295
|
-
export interface
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
popup_frequency: string;
|
|
2304
|
-
popup_is_critical: boolean;
|
|
2305
|
-
popup_type: string;
|
|
2306
|
-
show_on_startup: number;
|
|
2307
|
-
slides: The0_Slide[];
|
|
2308
|
-
start_ts: string;
|
|
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;
|
|
2309
2269
|
}
|
|
2310
|
-
export interface
|
|
2270
|
+
export interface The2 {
|
|
2311
2271
|
active_platforms: ValueClass;
|
|
2312
2272
|
allow_island_tutorial: number;
|
|
2313
2273
|
assets_name: string;
|
|
2314
2274
|
direct_to_shop: number;
|
|
2315
2275
|
end_ts: string;
|
|
2276
|
+
filter_category: null;
|
|
2316
2277
|
id: number;
|
|
2278
|
+
label_text_tid: null;
|
|
2279
|
+
label_title_tid: null;
|
|
2317
2280
|
min_level: number;
|
|
2318
|
-
popup_frequency: string;
|
|
2319
2281
|
popup_type: string;
|
|
2282
|
+
priority: null;
|
|
2320
2283
|
show_on_startup: number;
|
|
2321
|
-
slides:
|
|
2284
|
+
slides: The0_Slide[];
|
|
2322
2285
|
start_ts: string;
|
|
2323
2286
|
}
|
|
2324
|
-
export interface
|
|
2325
|
-
content_localized_key: string;
|
|
2326
|
-
custom_title_localized_key: string;
|
|
2327
|
-
forceClose: boolean;
|
|
2328
|
-
header_localized_key: string;
|
|
2329
|
-
image_url: string;
|
|
2330
|
-
multiple_buttons: FluffyMultipleButton[];
|
|
2331
|
-
times_to_show: number;
|
|
2332
|
-
type: SlideType;
|
|
2333
|
-
}
|
|
2334
|
-
export interface FluffyMultipleButton {
|
|
2335
|
-
animation: AnimationNameEnum;
|
|
2336
|
-
animationPlace: AnimationPlace;
|
|
2337
|
-
forceClose: boolean;
|
|
2338
|
-
glint: boolean;
|
|
2339
|
-
key: Key;
|
|
2340
|
-
link: string;
|
|
2341
|
-
linkItemId?: number | string;
|
|
2342
|
-
normalizedPosition: NormalizedPosition;
|
|
2343
|
-
size: Size;
|
|
2344
|
-
spineAsset: SpineAsset;
|
|
2345
|
-
style: Style;
|
|
2346
|
-
}
|
|
2347
|
-
export declare enum Key {
|
|
2348
|
-
Empty = "",
|
|
2349
|
-
TidNewsApocalypsepathButton = "tid_news_apocalypsepath_button"
|
|
2350
|
-
}
|
|
2351
|
-
export interface The5 {
|
|
2287
|
+
export interface The3 {
|
|
2352
2288
|
active_platforms: ValueClass;
|
|
2353
2289
|
allow_island_tutorial: number;
|
|
2354
2290
|
assets_name: string;
|
|
@@ -2357,56 +2293,40 @@ export interface The5 {
|
|
|
2357
2293
|
id: number;
|
|
2358
2294
|
min_level: number;
|
|
2359
2295
|
popup_frequency: string;
|
|
2296
|
+
popup_is_critical: boolean;
|
|
2360
2297
|
popup_type: string;
|
|
2361
2298
|
show_on_startup: number;
|
|
2362
|
-
slides:
|
|
2299
|
+
slides: The3_Slide[];
|
|
2363
2300
|
start_ts: string;
|
|
2364
2301
|
}
|
|
2365
|
-
export interface
|
|
2302
|
+
export interface The3_Slide {
|
|
2366
2303
|
content_localized_key: string;
|
|
2367
2304
|
custom_title_localized_key: string;
|
|
2368
2305
|
header_localized_key: string;
|
|
2369
2306
|
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
2307
|
link: string;
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2308
|
+
link_button_key: string;
|
|
2309
|
+
slide_type: string;
|
|
2310
|
+
slide_type_2: string;
|
|
2311
|
+
timer?: string;
|
|
2312
|
+
times_to_show?: number;
|
|
2386
2313
|
}
|
|
2387
|
-
export interface
|
|
2314
|
+
export interface The6 {
|
|
2388
2315
|
active_platforms: ValueClass;
|
|
2389
2316
|
allow_island_tutorial: number;
|
|
2390
2317
|
assets_name: string;
|
|
2391
|
-
direct_to_shop: number;
|
|
2392
2318
|
end_ts: string;
|
|
2393
|
-
|
|
2394
|
-
hud_button: The8_HudButton;
|
|
2319
|
+
hud_button: HudButton;
|
|
2395
2320
|
id: number;
|
|
2396
|
-
label_text_tid: null;
|
|
2397
|
-
label_title_tid: null;
|
|
2398
2321
|
min_level: number;
|
|
2399
|
-
popup_frequency: string;
|
|
2400
2322
|
popup_type: string;
|
|
2401
|
-
priority: null;
|
|
2402
2323
|
show_on_startup: number;
|
|
2403
|
-
slides:
|
|
2324
|
+
slides: The3_Slide[];
|
|
2404
2325
|
start_ts: string;
|
|
2405
2326
|
}
|
|
2406
|
-
export interface
|
|
2327
|
+
export interface HudButton {
|
|
2407
2328
|
file: string;
|
|
2408
2329
|
title: string;
|
|
2409
|
-
viral_icon_tier: number;
|
|
2410
2330
|
}
|
|
2411
2331
|
export interface Canva {
|
|
2412
2332
|
id: number;
|
|
@@ -2414,7 +2334,7 @@ export interface Canva {
|
|
|
2414
2334
|
start_ts: number;
|
|
2415
2335
|
end_ts: number;
|
|
2416
2336
|
min_level: number;
|
|
2417
|
-
slides:
|
|
2337
|
+
slides: The0_Slide[];
|
|
2418
2338
|
show_on_startup: number;
|
|
2419
2339
|
}
|
|
2420
2340
|
export interface Perks {
|
|
@@ -2427,7 +2347,7 @@ export interface Perks {
|
|
|
2427
2347
|
}
|
|
2428
2348
|
export interface Ability {
|
|
2429
2349
|
id: number;
|
|
2430
|
-
type:
|
|
2350
|
+
type: AbilityType;
|
|
2431
2351
|
parameters: AbilityParameters;
|
|
2432
2352
|
asset: CustomForeground;
|
|
2433
2353
|
}
|
|
@@ -2435,6 +2355,13 @@ export interface AbilityParameters {
|
|
|
2435
2355
|
value: number;
|
|
2436
2356
|
passiveSkillId?: number;
|
|
2437
2357
|
}
|
|
2358
|
+
export declare enum AbilityType {
|
|
2359
|
+
DragonAttackBoost = "dragon_attack_boost",
|
|
2360
|
+
DragonLifeBoost = "dragon_life_boost",
|
|
2361
|
+
IncreaseBreedingChances = "increase_breeding_chances",
|
|
2362
|
+
PhoenixSkill = "phoenix_skill",
|
|
2363
|
+
ReaperSkill = "reaper_skill"
|
|
2364
|
+
}
|
|
2438
2365
|
export interface PerksParameter {
|
|
2439
2366
|
id: number;
|
|
2440
2367
|
name: string;
|
|
@@ -2842,12 +2769,15 @@ export interface AuraParameters {
|
|
|
2842
2769
|
criticalProtection?: boolean;
|
|
2843
2770
|
reflectDamage?: number;
|
|
2844
2771
|
reflectionsPerTurn?: number;
|
|
2845
|
-
deployText?:
|
|
2772
|
+
deployText?: DeployText;
|
|
2846
2773
|
deployTextColor?: DeployTextColor;
|
|
2847
2774
|
dodgeChance?: number;
|
|
2848
2775
|
statusIcon?: string;
|
|
2849
2776
|
effectName?: Level1_EffectName;
|
|
2850
2777
|
}
|
|
2778
|
+
export declare enum DeployText {
|
|
2779
|
+
TidSkillImpalerBattlefield = "tid_skill_impaler_battlefield"
|
|
2780
|
+
}
|
|
2851
2781
|
export interface DeployTextColor {
|
|
2852
2782
|
r: number;
|
|
2853
2783
|
g: number;
|
package/dist/dtos/game-config.js
CHANGED
|
@@ -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.
|
|
5
|
-
exports.TreasureItemType = exports.Feature = exports.PurpleType = exports.FloorImage = exports.Name = exports.Target = exports.StatusEffectDataEffectName = exports.EffectVfxEnum = 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,14 @@ var SlideType;
|
|
|
610
615
|
(function (SlideType) {
|
|
611
616
|
SlideType["FullImage"] = "FullImage";
|
|
612
617
|
})(SlideType || (exports.SlideType = SlideType = {}));
|
|
613
|
-
var
|
|
614
|
-
(function (
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
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";
|
|
@@ -704,6 +712,10 @@ var AuraCenterMode;
|
|
|
704
712
|
(function (AuraCenterMode) {
|
|
705
713
|
AuraCenterMode["Side"] = "SIDE";
|
|
706
714
|
})(AuraCenterMode || (exports.AuraCenterMode = AuraCenterMode = {}));
|
|
715
|
+
var DeployText;
|
|
716
|
+
(function (DeployText) {
|
|
717
|
+
DeployText["TidSkillImpalerBattlefield"] = "tid_skill_impaler_battlefield";
|
|
718
|
+
})(DeployText || (exports.DeployText = DeployText = {}));
|
|
707
719
|
var Level1_EffectName;
|
|
708
720
|
(function (Level1_EffectName) {
|
|
709
721
|
Level1_EffectName["TidCritEffectDamageName"] = "tid_crit_effect_damage_name";
|