e4k-data 4.124.89 → 4.125.23
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/data/bosses.json +12 -6
- package/data/buildings.json +74 -0
- package/data/effects.json +71 -5
- package/data/effecttypes.json +56 -0
- package/data/equipment_effects.json +14 -0
- package/data/equipment_gem_effects.json +28 -0
- package/data/equipment_sets.json +168 -0
- package/data/equipments.json +186 -260
- package/data/gems.json +132 -0
- package/data/generals.json +39 -0
- package/data/leaguetypeEvents.json +2 -2
- package/data/lootBoxTombolas.json +336 -0
- package/data/lootBoxes.json +33 -0
- package/data/lords.json +6 -0
- package/data/maps.json +117 -58
- package/data/packages.json +246 -12
- package/data/raidBossLevels.json +150 -6
- package/data/raidBossStages.json +1187 -125
- package/data/raidBosses.json +16 -7
- package/data/rewards.json +359 -179
- package/data/surroundings.json +0 -14
- package/data/units.json +612 -95
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/images/x768.json +832 -112
- package/languages/cs.json +197 -17
- package/languages/da.json +197 -17
- package/languages/de.json +197 -17
- package/languages/el.json +198 -18
- package/languages/en.json +197 -15
- package/languages/es.json +197 -17
- package/languages/fi.json +197 -17
- package/languages/fr.json +197 -17
- package/languages/hu.json +197 -17
- package/languages/it.json +197 -17
- package/languages/ja.json +197 -17
- package/languages/ko.json +197 -17
- package/languages/nl.json +197 -17
- package/languages/no.json +197 -17
- package/languages/pl.json +197 -17
- package/languages/pt.json +197 -17
- package/languages/ro.json +197 -17
- package/languages/ru.json +197 -17
- package/languages/sk.json +197 -17
- package/languages/sv.json +197 -17
- package/languages/tr.json +197 -17
- package/languages/zh_CN.json +197 -17
- package/languages/zh_TW.json +197 -17
- package/package.json +1 -1
- package/typings/data.d.ts +6 -13
- package/typings/images.d.ts +54 -6
- package/typings/languages.d.ts +186 -4
- package/data/inviterewardsteps.json +0 -228
package/typings/languages.d.ts
CHANGED
|
@@ -3885,10 +3885,14 @@ export interface Language {
|
|
|
3885
3885
|
"dialog_are_final_boss_defeated_desc": string;
|
|
3886
3886
|
"dialog_are_final_boss_defeated_header": string;
|
|
3887
3887
|
"dialog_are_gates_status_title": string;
|
|
3888
|
+
"dialog_are_highlightedeffect_description_AREspawnReserveUnit": string;
|
|
3888
3889
|
"dialog_are_highlightedeffect_description_infectionRateBaseBonus": string;
|
|
3889
3890
|
"dialog_are_highlightedeffect_description_raidBossWallRegeneration": string;
|
|
3891
|
+
"dialog_are_highlightedeffect_name_AREspawnReserveUnit": string;
|
|
3890
3892
|
"dialog_are_highlightedeffect_name_infectionRateBaseBonus": string;
|
|
3891
3893
|
"dialog_are_highlightedeffect_name_raidBossWallRegeneration": string;
|
|
3894
|
+
"dialog_are_infoBoss_healthBar_tooltip_e4k_FungalSwarm": string;
|
|
3895
|
+
"dialog_are_infoBoss_healthBar_tooltip_e4k_Necromancer": string;
|
|
3892
3896
|
"dialog_are_popup_finalbossdefeated_desc": string;
|
|
3893
3897
|
"dialog_are_popup_finalbossdefeated_title": string;
|
|
3894
3898
|
"dialog_are_regulareffect_title1": string;
|
|
@@ -4063,6 +4067,7 @@ export interface Language {
|
|
|
4063
4067
|
"dialog_attack_autofill_settings": string;
|
|
4064
4068
|
"dialog_attack_autofill_waves": string;
|
|
4065
4069
|
"dialog_attack_cannotAttackKeep": string;
|
|
4070
|
+
"dialog_attack_cannotAttackReserve": string;
|
|
4066
4071
|
"dialog_attack_fullSlots": string;
|
|
4067
4072
|
"dialog_attack_fullTools": string;
|
|
4068
4073
|
"dialog_attack_fullUnits": string;
|
|
@@ -5024,6 +5029,7 @@ export interface Language {
|
|
|
5024
5029
|
"dialog_defence_needsSupportTools_slot": string;
|
|
5025
5030
|
"dialog_defence_okButton": string;
|
|
5026
5031
|
"dialog_defence_position": string;
|
|
5032
|
+
"dialog_defence_reserve": string;
|
|
5027
5033
|
"dialog_defence_rightFlank": string;
|
|
5028
5034
|
"dialog_defence_shapeshifterView": string;
|
|
5029
5035
|
"dialog_defence_title": string;
|
|
@@ -8923,6 +8929,7 @@ export interface Language {
|
|
|
8923
8929
|
"dialog_spyLog_keptAway": string;
|
|
8924
8930
|
"dialog_spyLog_leftFlank_timeAgo": string;
|
|
8925
8931
|
"dialog_spyLog_middleFlank_timeAgo": string;
|
|
8932
|
+
"dialog_spyLog_reserveSpy": string;
|
|
8926
8933
|
"dialog_spyLog_result": string;
|
|
8927
8934
|
"dialog_spyLog_resultFrom": string;
|
|
8928
8935
|
"dialog_spyLog_rightFlank_timeAgo": string;
|
|
@@ -9822,6 +9829,8 @@ export interface Language {
|
|
|
9822
9829
|
"effect_name_allianceDefenseUnitAmountYardBonus": string;
|
|
9823
9830
|
"effect_name_attackUnitAmountFlank": string;
|
|
9824
9831
|
"empiretogo_description": string;
|
|
9832
|
+
"equip_effect_description_AREreserveUnitKill": string;
|
|
9833
|
+
"equip_effect_description_AREspawnReserveUnit": string;
|
|
9825
9834
|
"equip_effect_description_CollectorBoostPartyAnimal": string;
|
|
9826
9835
|
"equip_effect_description_allianceDefenseUnitAmountYardBonus": string;
|
|
9827
9836
|
"equip_effect_description_allianceDefenseUnitAmountYardBonusCapped": string;
|
|
@@ -12986,6 +12995,9 @@ export interface Language {
|
|
|
12986
12995
|
"webshop_decoWithEffects_HoneyFoodMeadProductionGeneric_desc": string;
|
|
12987
12996
|
"webshop_decoWithEffects_HoneyProdHoneyStorageCap_desc": string;
|
|
12988
12997
|
"webshop_decoWithEffects_MeadProdMeadStorageCap_desc": string;
|
|
12998
|
+
"webshop_decoWithEffects_MeadprodHoneystorageCap_desc": string;
|
|
12999
|
+
"webshop_decoWithEffects_MeleeattackRangedattackCap_desc"?: string;
|
|
13000
|
+
"webshop_decoWithEffects_MeleeattackRangedattackCourtyardattackCap_desc"?: string;
|
|
12989
13001
|
"webshop_decoWithEffects_RecSpeedToolProdRecCostCap_desc": string;
|
|
12990
13002
|
"webshop_decoWithEffects_RecrutSpeedRecrutCostGeneric_desc": string;
|
|
12991
13003
|
"webshop_decoWithEffects_WallDefCourtDefCourtAllCap_desc": string;
|
|
@@ -13004,7 +13016,9 @@ export interface Language {
|
|
|
13004
13016
|
"webshop_decoWithEffects_meleendrangedstr_desc": string;
|
|
13005
13017
|
"webshop_decoWithEffects_recruitmentCost_desc": string;
|
|
13006
13018
|
"webshop_decoWithEffects_recruitmentSpeed_desc": string;
|
|
13019
|
+
"webshop_decoWithEffects_strincourtyardeffectcap_desc": string;
|
|
13007
13020
|
"webshop_decoWithEffects_toolProduction_desc": string;
|
|
13021
|
+
"webshop_decoWithEffects_toolprodbonuscap_desc": string;
|
|
13008
13022
|
"webshop_decorations_VIP_name": string;
|
|
13009
13023
|
"webshop_decorations_extraLarge_name": string;
|
|
13010
13024
|
"webshop_decorations_giant_name": string;
|
|
@@ -13739,6 +13753,10 @@ export interface Language {
|
|
|
13739
13753
|
"ci_secondary_unboostedHoneyProduction": string;
|
|
13740
13754
|
"ci_secondary_unboostedMeadProduction": string;
|
|
13741
13755
|
"dialog_alliance_stageBonus_next_freeSkipBonus": string;
|
|
13756
|
+
"dialog_are_highlightedeffect_description_mutateReserveUnit": string;
|
|
13757
|
+
"dialog_are_highlightedeffect_description_spawnReserveUnit": string;
|
|
13758
|
+
"dialog_are_highlightedeffect_name_mutateReserveUnit": string;
|
|
13759
|
+
"dialog_are_highlightedeffect_name_spawnReserveUnit": string;
|
|
13742
13760
|
"dialog_battleLogDetail_gemEffekt_gemAttackFameBoost": string;
|
|
13743
13761
|
"dialog_battleLogDetail_gemEffekt_gemAttackLootBoost": string;
|
|
13744
13762
|
"dialog_battleLogDetail_gemEffekt_gemDefenseBoostFlank": string;
|
|
@@ -13923,6 +13941,8 @@ export interface Language {
|
|
|
13923
13941
|
"effect_group_6_40_passive": string;
|
|
13924
13942
|
"effect_group_6_41_active_malus": string;
|
|
13925
13943
|
"effect_group_6_41_passive": string;
|
|
13944
|
+
"effect_group_6_47_active": string;
|
|
13945
|
+
"effect_group_6_47_passive": string;
|
|
13926
13946
|
"effect_group_6_4_active": string;
|
|
13927
13947
|
"effect_group_6_4_active_malus": string;
|
|
13928
13948
|
"effect_group_6_4_passive": string;
|
|
@@ -14247,6 +14267,7 @@ export interface Language {
|
|
|
14247
14267
|
"equip_effect_description_moatReduction": string;
|
|
14248
14268
|
"equip_effect_description_moatReductionAlien": string;
|
|
14249
14269
|
"equip_effect_description_moatReductionPVP": string;
|
|
14270
|
+
"equip_effect_description_mutateReserveUnit": string;
|
|
14250
14271
|
"equip_effect_description_nomadTabletBoost": string;
|
|
14251
14272
|
"equip_effect_description_npcDefenseBonus": string;
|
|
14252
14273
|
"equip_effect_description_occupationTimeIncreaseBaron": string;
|
|
@@ -14283,6 +14304,10 @@ export interface Language {
|
|
|
14283
14304
|
"equip_effect_description_ragePointGainBoost": string;
|
|
14284
14305
|
"equip_effect_description_raidBossGateBonus": string;
|
|
14285
14306
|
"equip_effect_description_raidBossWallBonus": string;
|
|
14307
|
+
"equip_effect_description_raidBossWallRegenerationDelayAll": string;
|
|
14308
|
+
"equip_effect_description_raidBossWallRegenerationDelayFront": string;
|
|
14309
|
+
"equip_effect_description_raidBossWallRegenerationDelayLeft": string;
|
|
14310
|
+
"equip_effect_description_raidBossWallRegenerationDelayRight": string;
|
|
14286
14311
|
"equip_effect_description_rangeBonus": string;
|
|
14287
14312
|
"equip_effect_description_rangeBonusPVP": string;
|
|
14288
14313
|
"equip_effect_description_rangeBonusTCI": string;
|
|
@@ -14290,6 +14315,7 @@ export interface Language {
|
|
|
14290
14315
|
"equip_effect_description_recruitmentCostDecreaseAllCapped": string;
|
|
14291
14316
|
"equip_effect_description_recruitmentSpeedBoostAllCapped": string;
|
|
14292
14317
|
"equip_effect_description_reputationPointGainBoost": string;
|
|
14318
|
+
"equip_effect_description_reserveUnitKill": string;
|
|
14293
14319
|
"equip_effect_description_returnTravelBoost": string;
|
|
14294
14320
|
"equip_effect_description_returnTravelBoostPVE": string;
|
|
14295
14321
|
"equip_effect_description_returnTravelBoostPVP": string;
|
|
@@ -14472,6 +14498,7 @@ export interface Language {
|
|
|
14472
14498
|
"equip_effect_description_short_wallReductionSamurai": string;
|
|
14473
14499
|
"equip_effect_description_smashChance": string;
|
|
14474
14500
|
"equip_effect_description_smashChanceGeneral": string;
|
|
14501
|
+
"equip_effect_description_spawnReserveUnit": string;
|
|
14475
14502
|
"equip_effect_description_speedBonus": string;
|
|
14476
14503
|
"equip_effect_description_speedBonusBerimond": string;
|
|
14477
14504
|
"equip_effect_description_speedBonusConquerBaron": string;
|
|
@@ -14946,6 +14973,24 @@ export interface Language {
|
|
|
14946
14973
|
"webshop_subscription_effect_description_transportTaxDecreaseBoostVulcano_short": string;
|
|
14947
14974
|
};
|
|
14948
14975
|
"equipment_heroes_and_gems": {
|
|
14976
|
+
"AREFungalSwarmSporeKillingToolMeleeMedium_short_info": string;
|
|
14977
|
+
"AREFungalSwarmSporeKillingToolMeleeStrong_short_info": string;
|
|
14978
|
+
"AREFungalSwarmSporeKillingToolMeleeWeak_short_info": string;
|
|
14979
|
+
"AREFungalSwarmSporeKillingToolRangedMedium_short_info": string;
|
|
14980
|
+
"AREFungalSwarmSporeKillingToolRangedStrong_short_info": string;
|
|
14981
|
+
"AREFungalSwarmSporeKillingToolRangedWeak_short_info": string;
|
|
14982
|
+
"AREFungalSwarmWallDelayIncreaseAllNormal_short_info": string;
|
|
14983
|
+
"AREFungalSwarmWallDelayIncreaseAllStrong_short_info": string;
|
|
14984
|
+
"AREFungalSwarmWallDelayIncreaseAllWeak_short_info": string;
|
|
14985
|
+
"AREFungalSwarmWallDelayIncreaseFrontNormal_short_info": string;
|
|
14986
|
+
"AREFungalSwarmWallDelayIncreaseFrontStrong_short_info": string;
|
|
14987
|
+
"AREFungalSwarmWallDelayIncreaseFrontWeak_short_info": string;
|
|
14988
|
+
"AREFungalSwarmWallDelayIncreaseLeftNormal_short_info": string;
|
|
14989
|
+
"AREFungalSwarmWallDelayIncreaseLeftStrong_short_info": string;
|
|
14990
|
+
"AREFungalSwarmWallDelayIncreaseLeftWeak_short_info": string;
|
|
14991
|
+
"AREFungalSwarmWallDelayIncreaseRightNormal_short_info": string;
|
|
14992
|
+
"AREFungalSwarmWallDelayIncreaseRightStrong_short_info": string;
|
|
14993
|
+
"AREFungalSwarmWallDelayIncreaseRightWeak_short_info": string;
|
|
14949
14994
|
"ChristmasArcher_name": string;
|
|
14950
14995
|
"ChristmasGuardian_name": string;
|
|
14951
14996
|
"ChristmasHuntress_name": string;
|
|
@@ -15063,10 +15108,6 @@ export interface Language {
|
|
|
15063
15108
|
"equip_effect_description_offensiveMeleeBonusResourceTower": string;
|
|
15064
15109
|
"equip_effect_description_offensiveRangeBonusResourceTower": string;
|
|
15065
15110
|
"equip_effect_description_permanentAppearance": string;
|
|
15066
|
-
"equip_effect_description_raidBossWallRegenerationDelayAll": string;
|
|
15067
|
-
"equip_effect_description_raidBossWallRegenerationDelayFront": string;
|
|
15068
|
-
"equip_effect_description_raidBossWallRegenerationDelayLeft": string;
|
|
15069
|
-
"equip_effect_description_raidBossWallRegenerationDelayRight": string;
|
|
15070
15111
|
"equip_effect_description_rangeBonusCharge": string;
|
|
15071
15112
|
"equip_effect_description_short_equipmentAREAdditionalWaves": string;
|
|
15072
15113
|
"equip_effect_description_short_equipmentAREAttackUnitAmountFlank": string;
|
|
@@ -15545,6 +15586,9 @@ export interface Language {
|
|
|
15545
15586
|
"equipment_set_1084": string;
|
|
15546
15587
|
"equipment_set_1085": string;
|
|
15547
15588
|
"equipment_set_1086": string;
|
|
15589
|
+
"equipment_set_1091": string;
|
|
15590
|
+
"equipment_set_1092": string;
|
|
15591
|
+
"equipment_set_1093": string;
|
|
15548
15592
|
"equipment_set_11": string;
|
|
15549
15593
|
"equipment_set_12": string;
|
|
15550
15594
|
"equipment_set_13": string;
|
|
@@ -16475,6 +16519,36 @@ export interface Language {
|
|
|
16475
16519
|
"equipment_unique_1441_desc": string;
|
|
16476
16520
|
"equipment_unique_1442": string;
|
|
16477
16521
|
"equipment_unique_1442_desc": string;
|
|
16522
|
+
"equipment_unique_1445": string;
|
|
16523
|
+
"equipment_unique_1445_desc": string;
|
|
16524
|
+
"equipment_unique_1446": string;
|
|
16525
|
+
"equipment_unique_1446_desc": string;
|
|
16526
|
+
"equipment_unique_1447": string;
|
|
16527
|
+
"equipment_unique_1447_desc": string;
|
|
16528
|
+
"equipment_unique_1448": string;
|
|
16529
|
+
"equipment_unique_1448_desc": string;
|
|
16530
|
+
"equipment_unique_1449": string;
|
|
16531
|
+
"equipment_unique_1449_desc": string;
|
|
16532
|
+
"equipment_unique_1450": string;
|
|
16533
|
+
"equipment_unique_1450_desc": string;
|
|
16534
|
+
"equipment_unique_1451": string;
|
|
16535
|
+
"equipment_unique_1451_desc": string;
|
|
16536
|
+
"equipment_unique_1452": string;
|
|
16537
|
+
"equipment_unique_1452_desc": string;
|
|
16538
|
+
"equipment_unique_1453": string;
|
|
16539
|
+
"equipment_unique_1453_desc": string;
|
|
16540
|
+
"equipment_unique_1454": string;
|
|
16541
|
+
"equipment_unique_1454_desc": string;
|
|
16542
|
+
"equipment_unique_1455": string;
|
|
16543
|
+
"equipment_unique_1455_desc": string;
|
|
16544
|
+
"equipment_unique_1456": string;
|
|
16545
|
+
"equipment_unique_1456_desc": string;
|
|
16546
|
+
"equipment_unique_1457": string;
|
|
16547
|
+
"equipment_unique_1457_desc": string;
|
|
16548
|
+
"equipment_unique_1458": string;
|
|
16549
|
+
"equipment_unique_1458_desc": string;
|
|
16550
|
+
"equipment_unique_1459": string;
|
|
16551
|
+
"equipment_unique_1459_desc": string;
|
|
16478
16552
|
"equipment_unique_14_desc": string;
|
|
16479
16553
|
"equipment_unique_15": string;
|
|
16480
16554
|
"equipment_unique_15_desc": string;
|
|
@@ -18134,6 +18208,30 @@ export interface Language {
|
|
|
18134
18208
|
"gem_unique_460_desc": string;
|
|
18135
18209
|
"gem_unique_461": string;
|
|
18136
18210
|
"gem_unique_461_desc": string;
|
|
18211
|
+
"gem_unique_478": string;
|
|
18212
|
+
"gem_unique_478_desc": string;
|
|
18213
|
+
"gem_unique_479": string;
|
|
18214
|
+
"gem_unique_479_desc": string;
|
|
18215
|
+
"gem_unique_480": string;
|
|
18216
|
+
"gem_unique_480_desc": string;
|
|
18217
|
+
"gem_unique_481": string;
|
|
18218
|
+
"gem_unique_481_desc": string;
|
|
18219
|
+
"gem_unique_482": string;
|
|
18220
|
+
"gem_unique_482_desc": string;
|
|
18221
|
+
"gem_unique_483": string;
|
|
18222
|
+
"gem_unique_483_desc": string;
|
|
18223
|
+
"gem_unique_484": string;
|
|
18224
|
+
"gem_unique_484_desc": string;
|
|
18225
|
+
"gem_unique_485": string;
|
|
18226
|
+
"gem_unique_485_desc": string;
|
|
18227
|
+
"gem_unique_486": string;
|
|
18228
|
+
"gem_unique_486_desc": string;
|
|
18229
|
+
"gem_unique_487": string;
|
|
18230
|
+
"gem_unique_487_desc": string;
|
|
18231
|
+
"gem_unique_488": string;
|
|
18232
|
+
"gem_unique_488_desc": string;
|
|
18233
|
+
"gem_unique_489": string;
|
|
18234
|
+
"gem_unique_489_desc": string;
|
|
18137
18235
|
"gem_unique_50": string;
|
|
18138
18236
|
"gem_unique_50_desc": string;
|
|
18139
18237
|
"gem_unique_51": string;
|
|
@@ -18318,6 +18416,12 @@ export interface Language {
|
|
|
18318
18416
|
"hero_unique_1374_desc": string;
|
|
18319
18417
|
"hero_unique_1379": string;
|
|
18320
18418
|
"hero_unique_1379_desc": string;
|
|
18419
|
+
"hero_unique_1449": string;
|
|
18420
|
+
"hero_unique_1449_desc": string;
|
|
18421
|
+
"hero_unique_1454": string;
|
|
18422
|
+
"hero_unique_1454_desc": string;
|
|
18423
|
+
"hero_unique_1459": string;
|
|
18424
|
+
"hero_unique_1459_desc": string;
|
|
18321
18425
|
"hero_unique_227": string;
|
|
18322
18426
|
"hero_unique_227_desc": string;
|
|
18323
18427
|
"hero_unique_228": string;
|
|
@@ -23228,6 +23332,36 @@ export interface Language {
|
|
|
23228
23332
|
"mainquest_8_copy_running": string;
|
|
23229
23333
|
"mainquest_8_title": string;
|
|
23230
23334
|
"popup_ame_quest_requirement_100": string;
|
|
23335
|
+
"popup_ame_quest_requirement_101": string;
|
|
23336
|
+
"popup_ame_quest_requirement_102": string;
|
|
23337
|
+
"popup_ame_quest_requirement_103": string;
|
|
23338
|
+
"popup_ame_quest_requirement_104": string;
|
|
23339
|
+
"popup_ame_quest_requirement_105": string;
|
|
23340
|
+
"popup_ame_quest_requirement_106": string;
|
|
23341
|
+
"popup_ame_quest_requirement_107": string;
|
|
23342
|
+
"popup_ame_quest_requirement_108": string;
|
|
23343
|
+
"popup_ame_quest_requirement_109": string;
|
|
23344
|
+
"popup_ame_quest_requirement_110": string;
|
|
23345
|
+
"popup_ame_quest_requirement_111": string;
|
|
23346
|
+
"popup_ame_quest_requirement_112": string;
|
|
23347
|
+
"popup_ame_quest_requirement_113": string;
|
|
23348
|
+
"popup_ame_quest_requirement_114": string;
|
|
23349
|
+
"popup_ame_quest_requirement_115": string;
|
|
23350
|
+
"popup_ame_quest_requirement_116": string;
|
|
23351
|
+
"popup_ame_quest_requirement_117": string;
|
|
23352
|
+
"popup_ame_quest_requirement_118": string;
|
|
23353
|
+
"popup_ame_quest_requirement_119": string;
|
|
23354
|
+
"popup_ame_quest_requirement_120": string;
|
|
23355
|
+
"popup_ame_quest_requirement_121": string;
|
|
23356
|
+
"popup_ame_quest_requirement_122": string;
|
|
23357
|
+
"popup_ame_quest_requirement_123": string;
|
|
23358
|
+
"popup_ame_quest_requirement_124": string;
|
|
23359
|
+
"popup_ame_quest_requirement_125": string;
|
|
23360
|
+
"popup_ame_quest_requirement_126": string;
|
|
23361
|
+
"popup_ame_quest_requirement_127": string;
|
|
23362
|
+
"popup_ame_quest_requirement_128": string;
|
|
23363
|
+
"popup_ame_quest_requirement_129": string;
|
|
23364
|
+
"popup_ame_quest_requirement_130": string;
|
|
23231
23365
|
"popup_ame_quest_requirement_77": string;
|
|
23232
23366
|
"popup_ame_quest_requirement_78": string;
|
|
23233
23367
|
"popup_ame_quest_requirement_79": string;
|
|
@@ -23252,6 +23386,36 @@ export interface Language {
|
|
|
23252
23386
|
"popup_ame_quest_requirement_98": string;
|
|
23253
23387
|
"popup_ame_quest_requirement_99": string;
|
|
23254
23388
|
"popup_ame_quest_title_100": string;
|
|
23389
|
+
"popup_ame_quest_title_101": string;
|
|
23390
|
+
"popup_ame_quest_title_102": string;
|
|
23391
|
+
"popup_ame_quest_title_103": string;
|
|
23392
|
+
"popup_ame_quest_title_104": string;
|
|
23393
|
+
"popup_ame_quest_title_105": string;
|
|
23394
|
+
"popup_ame_quest_title_106": string;
|
|
23395
|
+
"popup_ame_quest_title_107": string;
|
|
23396
|
+
"popup_ame_quest_title_108": string;
|
|
23397
|
+
"popup_ame_quest_title_109": string;
|
|
23398
|
+
"popup_ame_quest_title_110": string;
|
|
23399
|
+
"popup_ame_quest_title_111": string;
|
|
23400
|
+
"popup_ame_quest_title_112": string;
|
|
23401
|
+
"popup_ame_quest_title_113": string;
|
|
23402
|
+
"popup_ame_quest_title_114": string;
|
|
23403
|
+
"popup_ame_quest_title_115": string;
|
|
23404
|
+
"popup_ame_quest_title_116": string;
|
|
23405
|
+
"popup_ame_quest_title_117": string;
|
|
23406
|
+
"popup_ame_quest_title_118": string;
|
|
23407
|
+
"popup_ame_quest_title_119": string;
|
|
23408
|
+
"popup_ame_quest_title_120": string;
|
|
23409
|
+
"popup_ame_quest_title_121": string;
|
|
23410
|
+
"popup_ame_quest_title_122": string;
|
|
23411
|
+
"popup_ame_quest_title_123": string;
|
|
23412
|
+
"popup_ame_quest_title_124": string;
|
|
23413
|
+
"popup_ame_quest_title_125": string;
|
|
23414
|
+
"popup_ame_quest_title_126": string;
|
|
23415
|
+
"popup_ame_quest_title_127": string;
|
|
23416
|
+
"popup_ame_quest_title_128": string;
|
|
23417
|
+
"popup_ame_quest_title_129": string;
|
|
23418
|
+
"popup_ame_quest_title_130": string;
|
|
23255
23419
|
"popup_ame_quest_title_77": string;
|
|
23256
23420
|
"popup_ame_quest_title_78": string;
|
|
23257
23421
|
"popup_ame_quest_title_79": string;
|
|
@@ -25684,6 +25848,24 @@ export interface Language {
|
|
|
25684
25848
|
"research_tab_5": string;
|
|
25685
25849
|
};
|
|
25686
25850
|
"tooltips": {
|
|
25851
|
+
"AREFungalSwarmSporeKillingToolMeleeMedium_name": string;
|
|
25852
|
+
"AREFungalSwarmSporeKillingToolMeleeStrong_name": string;
|
|
25853
|
+
"AREFungalSwarmSporeKillingToolMeleeWeak_name": string;
|
|
25854
|
+
"AREFungalSwarmSporeKillingToolRangedMedium_name": string;
|
|
25855
|
+
"AREFungalSwarmSporeKillingToolRangedStrong_name": string;
|
|
25856
|
+
"AREFungalSwarmSporeKillingToolRangedWeak_name": string;
|
|
25857
|
+
"AREFungalSwarmWallDelayIncreaseAllNormal_name": string;
|
|
25858
|
+
"AREFungalSwarmWallDelayIncreaseAllStrong_name": string;
|
|
25859
|
+
"AREFungalSwarmWallDelayIncreaseAllWeak_name": string;
|
|
25860
|
+
"AREFungalSwarmWallDelayIncreaseFrontNormal_name": string;
|
|
25861
|
+
"AREFungalSwarmWallDelayIncreaseFrontStrong_name": string;
|
|
25862
|
+
"AREFungalSwarmWallDelayIncreaseFrontWeak_name": string;
|
|
25863
|
+
"AREFungalSwarmWallDelayIncreaseLeftNormal_name": string;
|
|
25864
|
+
"AREFungalSwarmWallDelayIncreaseLeftStrong_name": string;
|
|
25865
|
+
"AREFungalSwarmWallDelayIncreaseLeftWeak_name": string;
|
|
25866
|
+
"AREFungalSwarmWallDelayIncreaseRightNormal_name": string;
|
|
25867
|
+
"AREFungalSwarmWallDelayIncreaseRightStrong_name": string;
|
|
25868
|
+
"AREFungalSwarmWallDelayIncreaseRightWeak_name": string;
|
|
25687
25869
|
"LocalBuildingIndicatorBubble_tooltip": string;
|
|
25688
25870
|
"dialog_are_bossdefeatreward_tooltip": string;
|
|
25689
25871
|
"dialog_are_highlightedeffect_desc1": string;
|
|
@@ -1,228 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"inviterewardstep": [
|
|
3
|
-
{
|
|
4
|
-
"inviteRewardstepID": 1,
|
|
5
|
-
"relatedOfferID": 2202,
|
|
6
|
-
"requiredFriendLevel": 10,
|
|
7
|
-
"countFriends": 1,
|
|
8
|
-
"rewardID": 497
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"inviteRewardstepID": 2,
|
|
12
|
-
"relatedOfferID": 2202,
|
|
13
|
-
"requiredFriendLevel": 10,
|
|
14
|
-
"countFriends": 2,
|
|
15
|
-
"rewardID": 498
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"inviteRewardstepID": 3,
|
|
19
|
-
"relatedOfferID": 2202,
|
|
20
|
-
"requiredFriendLevel": 10,
|
|
21
|
-
"countFriends": 3,
|
|
22
|
-
"rewardID": 499
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"inviteRewardstepID": 4,
|
|
26
|
-
"relatedOfferID": 2202,
|
|
27
|
-
"requiredFriendLevel": 10,
|
|
28
|
-
"countFriends": 5,
|
|
29
|
-
"rewardID": 500
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"inviteRewardstepID": 5,
|
|
33
|
-
"relatedOfferID": 2202,
|
|
34
|
-
"requiredFriendLevel": 10,
|
|
35
|
-
"countFriends": 10,
|
|
36
|
-
"rewardID": 628
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"inviteRewardstepID": 6,
|
|
40
|
-
"relatedOfferID": 2202,
|
|
41
|
-
"requiredFriendLevel": 10,
|
|
42
|
-
"countFriends": 25,
|
|
43
|
-
"rewardID": 629
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"inviteRewardstepID": 7,
|
|
47
|
-
"relatedOfferID": 2203,
|
|
48
|
-
"requiredFriendLevel": 20,
|
|
49
|
-
"countFriends": 1,
|
|
50
|
-
"rewardID": 630
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"inviteRewardstepID": 8,
|
|
54
|
-
"relatedOfferID": 2203,
|
|
55
|
-
"requiredFriendLevel": 20,
|
|
56
|
-
"countFriends": 2,
|
|
57
|
-
"rewardID": 631
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"inviteRewardstepID": 9,
|
|
61
|
-
"relatedOfferID": 2203,
|
|
62
|
-
"requiredFriendLevel": 20,
|
|
63
|
-
"countFriends": 3,
|
|
64
|
-
"rewardID": 632
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"inviteRewardstepID": 10,
|
|
68
|
-
"relatedOfferID": 2203,
|
|
69
|
-
"requiredFriendLevel": 20,
|
|
70
|
-
"countFriends": 5,
|
|
71
|
-
"rewardID": 633
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"inviteRewardstepID": 11,
|
|
75
|
-
"relatedOfferID": 2203,
|
|
76
|
-
"requiredFriendLevel": 20,
|
|
77
|
-
"countFriends": 10,
|
|
78
|
-
"rewardID": 634
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"inviteRewardstepID": 12,
|
|
82
|
-
"relatedOfferID": 2203,
|
|
83
|
-
"requiredFriendLevel": 20,
|
|
84
|
-
"countFriends": 20,
|
|
85
|
-
"rewardID": 635
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"inviteRewardstepID": 13,
|
|
89
|
-
"relatedOfferID": 2204,
|
|
90
|
-
"requiredFriendLevel": 30,
|
|
91
|
-
"countFriends": 1,
|
|
92
|
-
"rewardID": 636
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"inviteRewardstepID": 14,
|
|
96
|
-
"relatedOfferID": 2204,
|
|
97
|
-
"requiredFriendLevel": 30,
|
|
98
|
-
"countFriends": 2,
|
|
99
|
-
"rewardID": 637
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"inviteRewardstepID": 15,
|
|
103
|
-
"relatedOfferID": 2204,
|
|
104
|
-
"requiredFriendLevel": 30,
|
|
105
|
-
"countFriends": 3,
|
|
106
|
-
"rewardID": 638
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"inviteRewardstepID": 16,
|
|
110
|
-
"relatedOfferID": 2204,
|
|
111
|
-
"requiredFriendLevel": 30,
|
|
112
|
-
"countFriends": 5,
|
|
113
|
-
"rewardID": 639
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"inviteRewardstepID": 17,
|
|
117
|
-
"relatedOfferID": 2204,
|
|
118
|
-
"requiredFriendLevel": 30,
|
|
119
|
-
"countFriends": 10,
|
|
120
|
-
"rewardID": 640
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"inviteRewardstepID": 18,
|
|
124
|
-
"relatedOfferID": 2204,
|
|
125
|
-
"requiredFriendLevel": 30,
|
|
126
|
-
"countFriends": 15,
|
|
127
|
-
"rewardID": 641
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"inviteRewardstepID": 19,
|
|
131
|
-
"relatedOfferID": 2205,
|
|
132
|
-
"requiredFriendLevel": 40,
|
|
133
|
-
"countFriends": 1,
|
|
134
|
-
"rewardID": 642
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"inviteRewardstepID": 20,
|
|
138
|
-
"relatedOfferID": 2205,
|
|
139
|
-
"requiredFriendLevel": 40,
|
|
140
|
-
"countFriends": 2,
|
|
141
|
-
"rewardID": 643
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"inviteRewardstepID": 21,
|
|
145
|
-
"relatedOfferID": 2205,
|
|
146
|
-
"requiredFriendLevel": 40,
|
|
147
|
-
"countFriends": 3,
|
|
148
|
-
"rewardID": 644
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"inviteRewardstepID": 22,
|
|
152
|
-
"relatedOfferID": 2205,
|
|
153
|
-
"requiredFriendLevel": 40,
|
|
154
|
-
"countFriends": 5,
|
|
155
|
-
"rewardID": 645
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"inviteRewardstepID": 23,
|
|
159
|
-
"relatedOfferID": 2205,
|
|
160
|
-
"requiredFriendLevel": 40,
|
|
161
|
-
"countFriends": 10,
|
|
162
|
-
"rewardID": 646
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"inviteRewardstepID": 24,
|
|
166
|
-
"relatedOfferID": 2206,
|
|
167
|
-
"requiredFriendLevel": 50,
|
|
168
|
-
"countFriends": 1,
|
|
169
|
-
"rewardID": 647
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"inviteRewardstepID": 25,
|
|
173
|
-
"relatedOfferID": 2206,
|
|
174
|
-
"requiredFriendLevel": 50,
|
|
175
|
-
"countFriends": 2,
|
|
176
|
-
"rewardID": 648
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"inviteRewardstepID": 26,
|
|
180
|
-
"relatedOfferID": 2206,
|
|
181
|
-
"requiredFriendLevel": 50,
|
|
182
|
-
"countFriends": 3,
|
|
183
|
-
"rewardID": 649
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"inviteRewardstepID": 27,
|
|
187
|
-
"relatedOfferID": 2206,
|
|
188
|
-
"requiredFriendLevel": 50,
|
|
189
|
-
"countFriends": 5,
|
|
190
|
-
"rewardID": 650
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"inviteRewardstepID": 28,
|
|
194
|
-
"relatedOfferID": 2207,
|
|
195
|
-
"requiredFriendLevel": 60,
|
|
196
|
-
"countFriends": 1,
|
|
197
|
-
"rewardID": 651
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"inviteRewardstepID": 29,
|
|
201
|
-
"relatedOfferID": 2207,
|
|
202
|
-
"requiredFriendLevel": 60,
|
|
203
|
-
"countFriends": 2,
|
|
204
|
-
"rewardID": 652
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"inviteRewardstepID": 30,
|
|
208
|
-
"relatedOfferID": 2207,
|
|
209
|
-
"requiredFriendLevel": 60,
|
|
210
|
-
"countFriends": 3,
|
|
211
|
-
"rewardID": 653
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"inviteRewardstepID": 31,
|
|
215
|
-
"relatedOfferID": 2208,
|
|
216
|
-
"requiredFriendLevel": 70,
|
|
217
|
-
"countFriends": 1,
|
|
218
|
-
"rewardID": 654
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"inviteRewardstepID": 32,
|
|
222
|
-
"relatedOfferID": 2208,
|
|
223
|
-
"requiredFriendLevel": 70,
|
|
224
|
-
"countFriends": 2,
|
|
225
|
-
"rewardID": 655
|
|
226
|
-
}
|
|
227
|
-
]
|
|
228
|
-
}
|