e4k-data 4.82.61 → 4.84.37
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/attackSetupSlots.json +100 -0
- package/data/buildings.json +886 -127
- package/data/constructionItemRecipes.json +418 -0
- package/data/constructionItems.json +1310 -293
- package/data/constructionItemsEffectGroups.json +2 -2
- package/data/donationItems.json +135 -0
- package/data/donationRewards.json +160 -0
- package/data/donationSettings.json +6 -0
- package/data/effectCaps.json +5 -0
- package/data/effects.json +8 -0
- package/data/equipments.json +64 -0
- package/data/events.json +10 -2
- package/data/packages.json +184 -66
- package/data/researches.json +547 -330
- package/data/sceatSkills.json +14 -21
- package/data/slums.json +1 -1
- package/data/tempServerSettings.json +1 -0
- package/data/units.json +110 -110
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/images/x768.json +558 -392
- package/languages/da.json +106 -58
- package/languages/de.json +106 -58
- package/languages/el.json +106 -58
- package/languages/en.json +106 -58
- package/languages/es.json +106 -58
- package/languages/fi.json +106 -58
- package/languages/fr.json +106 -58
- package/languages/it.json +106 -58
- package/languages/ja.json +106 -58
- package/languages/ko.json +106 -58
- package/languages/nl.json +106 -58
- package/languages/no.json +106 -58
- package/languages/pl.json +106 -58
- package/languages/pt.json +106 -58
- package/languages/ru.json +106 -58
- package/languages/sv.json +106 -58
- package/languages/tr.json +106 -58
- package/languages/zh_CN.json +106 -58
- package/languages/zh_TW.json +106 -58
- package/package.json +1 -1
- package/typings/data.d.ts +4 -4
- package/typings/images.d.ts +35 -25
- package/typings/languages.d.ts +98 -50
package/typings/languages.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ export interface Language {
|
|
|
31
31
|
"dialog_researchTower_blueprintsCategory3_title": string;
|
|
32
32
|
"dialog_researchTower_blueprintsCategory4_title": string;
|
|
33
33
|
"dialog_researchTower_blueprintsCategory5_title": string;
|
|
34
|
-
"
|
|
34
|
+
"dialog_researchTower_blueprintsCategory7_title": string;
|
|
35
35
|
"dialog_researchTower_manualsCategory10_title": string;
|
|
36
36
|
"dialog_researchTower_manualsCategory1_title": string;
|
|
37
37
|
"dialog_researchTower_manualsCategory2_title": string;
|
|
@@ -920,6 +920,9 @@ export interface Language {
|
|
|
920
920
|
"BGStorehouse_name": string;
|
|
921
921
|
"BarrelWorkshop_short_info": string;
|
|
922
922
|
"BarrelWorkshop_upgrade_info": string;
|
|
923
|
+
"DecoDistrict1_name": string;
|
|
924
|
+
"DecoDistrict1_upgrade_info": string;
|
|
925
|
+
"DecoDistrict_short_info": string;
|
|
923
926
|
"HoneyGardens_short_info": string;
|
|
924
927
|
"HoneyGardens_upgrade_info": string;
|
|
925
928
|
"InnerDistrict_name": string;
|
|
@@ -1024,7 +1027,11 @@ export interface Language {
|
|
|
1024
1027
|
"ci_appearance_dragonriderHospital": string;
|
|
1025
1028
|
"ci_appearance_dragonriderHospital_flavour": string;
|
|
1026
1029
|
"ci_appearance_dragonriderSiegeWorkshop": string;
|
|
1027
|
-
"
|
|
1030
|
+
"ci_appearance_dragonriderSiegeWorkshop_flavour": string;
|
|
1031
|
+
"ci_appearance_dragonscaleGranary": string;
|
|
1032
|
+
"ci_appearance_dragonscaleGranary_flavour": string;
|
|
1033
|
+
"ci_appearance_dragonscaleToolsmith": string;
|
|
1034
|
+
"ci_appearance_dragonscaleToolsmith_flavour": string;
|
|
1028
1035
|
"ci_appearance_easternTavern": string;
|
|
1029
1036
|
"ci_appearance_easternTavern_flavour": string;
|
|
1030
1037
|
"ci_appearance_elvenEstate": string;
|
|
@@ -1039,6 +1046,10 @@ export interface Language {
|
|
|
1039
1046
|
"ci_appearance_estateAlien_flavour": string;
|
|
1040
1047
|
"ci_appearance_halloweenHunter": string;
|
|
1041
1048
|
"ci_appearance_halloweenHunter_flavour": string;
|
|
1049
|
+
"ci_appearance_holGranary": string;
|
|
1050
|
+
"ci_appearance_holGranary_flavour": string;
|
|
1051
|
+
"ci_appearance_holToolsmith": string;
|
|
1052
|
+
"ci_appearance_holToolsmith_flavour": string;
|
|
1042
1053
|
"ci_appearance_mistwoodBarracks": string;
|
|
1043
1054
|
"ci_appearance_mistwoodBarracks_flavour": string;
|
|
1044
1055
|
"ci_appearance_natureResearchTower": string;
|
|
@@ -1050,7 +1061,7 @@ export interface Language {
|
|
|
1050
1061
|
"ci_appearance_nomadTavern": string;
|
|
1051
1062
|
"ci_appearance_nomadTavern_flavour": string;
|
|
1052
1063
|
"ci_appearance_octoberfestMarket": string;
|
|
1053
|
-
"
|
|
1064
|
+
"ci_appearance_octoberfestMarket_flavour": string;
|
|
1054
1065
|
"ci_appearance_octoberfestTower": string;
|
|
1055
1066
|
"ci_appearance_octoberfestTower_flavour": string;
|
|
1056
1067
|
"ci_appearance_partyGuardhouse": string;
|
|
@@ -1092,9 +1103,13 @@ export interface Language {
|
|
|
1092
1103
|
"ci_appearance_xmasWorkshop": string;
|
|
1093
1104
|
"ci_appearance_xmasWorkshop_flavour": string;
|
|
1094
1105
|
"ci_blueprint": string;
|
|
1106
|
+
"ci_blueprint_BeefProduction": string;
|
|
1107
|
+
"ci_blueprint_BeefProductionIncrease": string;
|
|
1095
1108
|
"ci_blueprint_EspionageSpeedBoost": string;
|
|
1109
|
+
"ci_blueprint_HoneyProduction": string;
|
|
1096
1110
|
"ci_blueprint_HoneyProductionIncrease": string;
|
|
1097
1111
|
"ci_blueprint_HospitalAdditionalSpace": string;
|
|
1112
|
+
"ci_blueprint_MeadProduction": string;
|
|
1098
1113
|
"ci_blueprint_MeadProductionIncrease": string;
|
|
1099
1114
|
"ci_blueprint_ReduceDefensiveToolsCosts": string;
|
|
1100
1115
|
"ci_blueprint_ReduceDefensiveToolsTime": string;
|
|
@@ -1134,6 +1149,7 @@ export interface Language {
|
|
|
1134
1149
|
"ci_blueprint_toolsmithBoost": string;
|
|
1135
1150
|
"ci_blueprint_toolsmithBoost_secondary": string;
|
|
1136
1151
|
"ci_blueprint_toolsmithBoost_secondary_premium": string;
|
|
1152
|
+
"ci_blueprint_unboostedBeefProduction": string;
|
|
1137
1153
|
"ci_blueprint_unboostedFoodProduction": string;
|
|
1138
1154
|
"ci_blueprint_unboostedFoodProduction_secondary": string;
|
|
1139
1155
|
"ci_blueprint_unboostedFoodProduction_secondary_premium": string;
|
|
@@ -1142,6 +1158,8 @@ export interface Language {
|
|
|
1142
1158
|
"ci_blueprint_unboostedStoneProduction": string;
|
|
1143
1159
|
"ci_blueprint_unboostedWoodProduction": string;
|
|
1144
1160
|
"ci_blueprint_woodProduction": string;
|
|
1161
|
+
"ci_effect_BeefProductionIncrease_blueprint": string;
|
|
1162
|
+
"ci_effect_BeefProductionIncrease_tt": string;
|
|
1145
1163
|
"ci_effect_CraftingQueueProductionBoost_1": string;
|
|
1146
1164
|
"ci_effect_CraftingQueueProductionBoost_2": string;
|
|
1147
1165
|
"ci_effect_HoneyProductionIncrease_blueprint": string;
|
|
@@ -1166,8 +1184,11 @@ export interface Language {
|
|
|
1166
1184
|
"ci_effect_relicToolsmithBoost_tt": string;
|
|
1167
1185
|
"ci_effect_toolsmithBoost_blueprint": string;
|
|
1168
1186
|
"ci_effect_toolsmithBoost_tt": string;
|
|
1187
|
+
"ci_effect_unboostedBeefProduction_blueprint": string;
|
|
1169
1188
|
"ci_effect_unboostedHoneyProduction_blueprint": string;
|
|
1170
1189
|
"ci_effect_unboostedMeadProduction_blueprint": string;
|
|
1190
|
+
"ci_primary_BeefProduction": string;
|
|
1191
|
+
"ci_primary_BeefProductionIncrease_premium": string;
|
|
1171
1192
|
"ci_primary_EspionageSpeedBoost": string;
|
|
1172
1193
|
"ci_primary_HospitalAdditionalSpace": string;
|
|
1173
1194
|
"ci_primary_MeadProductionIncrease": string;
|
|
@@ -1198,6 +1219,7 @@ export interface Language {
|
|
|
1198
1219
|
"ci_primary_meadProduction_premium": string;
|
|
1199
1220
|
"ci_primary_reduceResearchResourceCosts": string;
|
|
1200
1221
|
"ci_primary_stoneProduction": string;
|
|
1222
|
+
"ci_primary_unboostedBeefProduction": string;
|
|
1201
1223
|
"ci_primary_unboostedFoodProduction": string;
|
|
1202
1224
|
"ci_primary_unboostedStoneProduction": string;
|
|
1203
1225
|
"ci_primary_unboostedWoodProduction": string;
|
|
@@ -1225,6 +1247,8 @@ export interface Language {
|
|
|
1225
1247
|
"ci_secondary_refineryBoost_premium": string;
|
|
1226
1248
|
"ci_secondary_toolsmithBoost": string;
|
|
1227
1249
|
"ci_secondary_toolsmithBoost_premium": string;
|
|
1250
|
+
"ci_secondary_unboostedBeefProduction": string;
|
|
1251
|
+
"ci_secondary_unboostedBeefProduction_premium": string;
|
|
1228
1252
|
"ci_secondary_unboostedFoodProduction": string;
|
|
1229
1253
|
"ci_secondary_unboostedFoodProduction_premium": string;
|
|
1230
1254
|
"ci_secondary_unboostedHoneyProduction_premium": string;
|
|
@@ -1452,10 +1476,20 @@ export interface Language {
|
|
|
1452
1476
|
"deco_elephantsFountain_name": string;
|
|
1453
1477
|
"deco_eternalblossoms_name": string;
|
|
1454
1478
|
"deco_eternityGarden_name": string;
|
|
1479
|
+
"deco_exaltedCursedSteerport": string;
|
|
1480
|
+
"deco_exaltedLivestockHut_name": string;
|
|
1481
|
+
"deco_exaltedMysticalSteerport": string;
|
|
1482
|
+
"deco_exaltedShabbyLivestockHut_name": string;
|
|
1483
|
+
"deco_exaltedSteerport": string;
|
|
1484
|
+
"deco_exaltedSturdyLivestockHut_name": string;
|
|
1455
1485
|
"deco_excalibur_name": string;
|
|
1456
1486
|
"deco_fairground_name": string;
|
|
1457
1487
|
"deco_falconRecolour_name": string;
|
|
1458
1488
|
"deco_falconersOutpost_name": string;
|
|
1489
|
+
"deco_fatalfloraT1_name": string;
|
|
1490
|
+
"deco_fatalfloraT2_name": string;
|
|
1491
|
+
"deco_fatalfloraT3_name": string;
|
|
1492
|
+
"deco_fatalfloraT4_name": string;
|
|
1459
1493
|
"deco_fieldOfGlory_name": string;
|
|
1460
1494
|
"deco_fieldkitchen_name": string;
|
|
1461
1495
|
"deco_flag_name": string;
|
|
@@ -1559,6 +1593,7 @@ export interface Language {
|
|
|
1559
1593
|
"deco_redAlienTree_name": string;
|
|
1560
1594
|
"deco_relict_name": string;
|
|
1561
1595
|
"deco_rialtoGondola_name": string;
|
|
1596
|
+
"deco_royaldeserttable_name": string;
|
|
1562
1597
|
"deco_sagaTerrorBird_name": string;
|
|
1563
1598
|
"deco_samuraiFountain_name": string;
|
|
1564
1599
|
"deco_samuraidecofountain_name": string;
|
|
@@ -2711,6 +2746,7 @@ export interface Language {
|
|
|
2711
2746
|
"dialog_Commander_bonusKingstower_UNUSED": string;
|
|
2712
2747
|
"dialog_Commander_bonusMonument": string;
|
|
2713
2748
|
"dialog_Commander_landmarkBonus": string;
|
|
2749
|
+
"dialog_DecoDistrict1_header": string;
|
|
2714
2750
|
"dialog_EGAevent_message_title": string;
|
|
2715
2751
|
"dialog_EGAevent_message_won_title": string;
|
|
2716
2752
|
"dialog_EGAevent_price1": string;
|
|
@@ -4716,7 +4752,6 @@ export interface Language {
|
|
|
4716
4752
|
"dialog_eventKing_speechBubble_done": string;
|
|
4717
4753
|
"dialog_event_announcement_description_106": string;
|
|
4718
4754
|
"dialog_event_announcement_description_123": string;
|
|
4719
|
-
"dialog_event_announcement_header_106": string;
|
|
4720
4755
|
"dialog_event_announcement_header_123": string;
|
|
4721
4756
|
"dialog_eventdungeonWin_title": string;
|
|
4722
4757
|
"dialog_eventdungeon_1_missionAccomplished_title": string;
|
|
@@ -9723,50 +9758,8 @@ export interface Language {
|
|
|
9723
9758
|
"generals_characters_118_name": string;
|
|
9724
9759
|
"generals_characters_118_narrative": string;
|
|
9725
9760
|
"generals_characters_118_summary": string;
|
|
9726
|
-
"generals_introduction_cinematic01_01": string;
|
|
9727
|
-
"generals_introduction_cinematic01_02": string;
|
|
9728
|
-
"generals_introduction_cinematic01_03": string;
|
|
9729
|
-
"generals_introduction_cinematic01_04": string;
|
|
9730
|
-
"generals_introduction_cinematic01_05": string;
|
|
9731
|
-
"generals_introduction_cinematic01_06": string;
|
|
9732
|
-
"generals_introduction_cinematic01_07": string;
|
|
9733
|
-
"generals_introduction_cinematic01_08": string;
|
|
9734
|
-
"generals_introduction_cinematic01_09": string;
|
|
9735
|
-
"generals_introduction_cinematic01_10": string;
|
|
9736
|
-
"generals_introduction_cinematic01_11": string;
|
|
9737
|
-
"generals_introduction_cinematic01_12": string;
|
|
9738
|
-
"generals_introduction_cinematic01_13": string;
|
|
9739
|
-
"generals_introduction_cinematic01_14": string;
|
|
9740
|
-
"generals_introduction_cinematic01_15": string;
|
|
9741
|
-
"generals_introduction_cinematic01_16": string;
|
|
9742
|
-
"generals_introduction_cinematic01_17": string;
|
|
9743
|
-
"generals_introduction_cinematic01_18": string;
|
|
9744
|
-
"generals_introduction_cinematic01_19": string;
|
|
9745
|
-
"generals_introduction_cinematic01_20": string;
|
|
9746
|
-
"generals_introduction_cinematic01_21": string;
|
|
9747
|
-
"generals_introduction_cinematic01_22": string;
|
|
9748
|
-
"generals_introduction_cinematic01_23": string;
|
|
9749
|
-
"generals_introduction_cinematic01_24": string;
|
|
9750
9761
|
"generals_introduction_cinematic01_desc": string;
|
|
9751
9762
|
"generals_introduction_cinematic01_name": string;
|
|
9752
|
-
"generals_introduction_cinematic02_01": string;
|
|
9753
|
-
"generals_introduction_cinematic02_02": string;
|
|
9754
|
-
"generals_introduction_cinematic02_03": string;
|
|
9755
|
-
"generals_introduction_cinematic02_04": string;
|
|
9756
|
-
"generals_introduction_cinematic02_05": string;
|
|
9757
|
-
"generals_introduction_cinematic02_06": string;
|
|
9758
|
-
"generals_introduction_cinematic02_07": string;
|
|
9759
|
-
"generals_introduction_cinematic02_08": string;
|
|
9760
|
-
"generals_introduction_cinematic02_09": string;
|
|
9761
|
-
"generals_introduction_cinematic02_10": string;
|
|
9762
|
-
"generals_introduction_cinematic02_11": string;
|
|
9763
|
-
"generals_introduction_cinematic02_12": string;
|
|
9764
|
-
"generals_introduction_cinematic02_13": string;
|
|
9765
|
-
"generals_introduction_cinematic02_14": string;
|
|
9766
|
-
"generals_introduction_cinematic02_15": string;
|
|
9767
|
-
"generals_introduction_cinematic02_16": string;
|
|
9768
|
-
"generals_introduction_cinematic02_17": string;
|
|
9769
|
-
"generals_introduction_cinematic02_18": string;
|
|
9770
9763
|
"generals_introduction_cinematic02_desc": string;
|
|
9771
9764
|
"generals_introduction_cinematic02_name": string;
|
|
9772
9765
|
"generals_introduction_guidance_01": string;
|
|
@@ -10379,6 +10372,7 @@ export interface Language {
|
|
|
10379
10372
|
"merchantitem_resources_2104_name": string;
|
|
10380
10373
|
"merchantitem_resources_2105_desc": string;
|
|
10381
10374
|
"merchantitem_resources_2105_name": string;
|
|
10375
|
+
"merchantitem_resources_3569_name": string;
|
|
10382
10376
|
"merchants_filter_empty": string;
|
|
10383
10377
|
"message_autoWar_allianceDiplomacy": string;
|
|
10384
10378
|
"message_autoWar_enemyInfo": string;
|
|
@@ -10424,6 +10418,7 @@ export interface Language {
|
|
|
10424
10418
|
"message_samsung_s7promotion_text": string;
|
|
10425
10419
|
"message_samsung_s7promotion_title": string;
|
|
10426
10420
|
"mightPoints": string;
|
|
10421
|
+
"mightPoints_combined": string;
|
|
10427
10422
|
"might_reward_desc": string;
|
|
10428
10423
|
"might_reward_final": string;
|
|
10429
10424
|
"might_reward_info": string;
|
|
@@ -10602,6 +10597,7 @@ export interface Language {
|
|
|
10602
10597
|
"presets_feedback_presetAppliedWave": string;
|
|
10603
10598
|
"presets_feedback_presetSaved": string;
|
|
10604
10599
|
"presets_feedback_waveCleared": string;
|
|
10600
|
+
"publicOrder_combined": string;
|
|
10605
10601
|
"push_1043_title": string;
|
|
10606
10602
|
"push_2047_content": string;
|
|
10607
10603
|
"questCondition_collectKhanMedals": string;
|
|
@@ -11579,6 +11575,14 @@ export interface Language {
|
|
|
11579
11575
|
"webShop_login": string;
|
|
11580
11576
|
"webShop_tokenExpired_desc": string;
|
|
11581
11577
|
"webShop_unexpectedError_desc": string;
|
|
11578
|
+
"webshop_AnniversaryEstateTCI_220_desc": string;
|
|
11579
|
+
"webshop_BeefProduction_VIP_name": string;
|
|
11580
|
+
"webshop_BeefProduction_extraLarge_name": string;
|
|
11581
|
+
"webshop_BeefProduction_giant_name": string;
|
|
11582
|
+
"webshop_BeefProduction_huge_name": string;
|
|
11583
|
+
"webshop_BeefProduction_large_name": string;
|
|
11584
|
+
"webshop_BeefProduction_medium_name": string;
|
|
11585
|
+
"webshop_BeefProduction_small_name": string;
|
|
11582
11586
|
"webshop_EasterMeadBow_desc": string;
|
|
11583
11587
|
"webshop_EasterMeadMace_desc": string;
|
|
11584
11588
|
"webshop_EasterMeadRanger_desc": string;
|
|
@@ -11637,6 +11641,8 @@ export interface Language {
|
|
|
11637
11641
|
"webshop_banner_ad1_desc_3": string;
|
|
11638
11642
|
"webshop_banner_ad1_title": string;
|
|
11639
11643
|
"webshop_banner_exceptionGrowthFund": string;
|
|
11644
|
+
"webshop_beefgrannarydays_desc": string;
|
|
11645
|
+
"webshop_beeftoolsmithdays_desc": string;
|
|
11640
11646
|
"webshop_berimondInvasion_VIP_name": string;
|
|
11641
11647
|
"webshop_berimondInvasion_extraLarge_name": string;
|
|
11642
11648
|
"webshop_berimondInvasion_giant_name": string;
|
|
@@ -11752,6 +11758,7 @@ export interface Language {
|
|
|
11752
11758
|
"webshop_decoFusion_large_name": string;
|
|
11753
11759
|
"webshop_decoFusion_medium_name": string;
|
|
11754
11760
|
"webshop_decoFusion_small_name": string;
|
|
11761
|
+
"webshop_decoWithEffects_BeefProductionGeneric_desc": string;
|
|
11755
11762
|
"webshop_decoWithEffects_FoodHoneyMeadProductionCap_desc": string;
|
|
11756
11763
|
"webshop_decoWithEffects_HoneyFoodMeadProductionGeneric_desc": string;
|
|
11757
11764
|
"webshop_decoWithEffects_RecrutSpeedRecrutCostGeneric_desc": string;
|
|
@@ -12035,6 +12042,7 @@ export interface Language {
|
|
|
12035
12042
|
"webshop_paymentShop_paymentDoubler_title": string;
|
|
12036
12043
|
"webshop_paymentShop_primeTime_timer": string;
|
|
12037
12044
|
"webshop_paymentShop_primeTime_title": string;
|
|
12045
|
+
"webshop_permacastellan_desc": string;
|
|
12038
12046
|
"webshop_purchase_amount": string;
|
|
12039
12047
|
"webshop_purchase_checkout": string;
|
|
12040
12048
|
"webshop_purchase_dailyBundle_desc": string;
|
|
@@ -12161,6 +12169,7 @@ export interface Language {
|
|
|
12161
12169
|
"effects": {
|
|
12162
12170
|
"SceatSuppAttackWaves_name": string;
|
|
12163
12171
|
"SceatSuppAttackWaves_short_info": string;
|
|
12172
|
+
"ci_effect_BeefProductionIncrease": string;
|
|
12164
12173
|
"ci_effect_EspionageSpeedBoost": string;
|
|
12165
12174
|
"ci_effect_EspionageSpeedBoost_blueprint": string;
|
|
12166
12175
|
"ci_effect_EspionageSpeedBoost_tt": string;
|
|
@@ -12236,6 +12245,7 @@ export interface Language {
|
|
|
12236
12245
|
"ci_effect_defenderSurviveBoost": string;
|
|
12237
12246
|
"ci_effect_defenderSurviveBoost_blueprint": string;
|
|
12238
12247
|
"ci_effect_defenderSurviveBoost_tt": string;
|
|
12248
|
+
"ci_effect_defenseBonusNotMainCastle": string;
|
|
12239
12249
|
"ci_effect_defenseBoostYard": string;
|
|
12240
12250
|
"ci_effect_defenseBoostYardCapped": string;
|
|
12241
12251
|
"ci_effect_defenseBoostYardTCI": string;
|
|
@@ -12270,6 +12280,7 @@ export interface Language {
|
|
|
12270
12280
|
"ci_effect_keepUnitWallCount": string;
|
|
12271
12281
|
"ci_effect_keepUnitWallCount_blueprint": string;
|
|
12272
12282
|
"ci_effect_keepUnitWallCount_tt": string;
|
|
12283
|
+
"ci_effect_lootBonusPVE": string;
|
|
12273
12284
|
"ci_effect_marketCarriages": string;
|
|
12274
12285
|
"ci_effect_marketCarriages_blueprint": string;
|
|
12275
12286
|
"ci_effect_marketCarriages_tt": string;
|
|
@@ -12306,6 +12317,8 @@ export interface Language {
|
|
|
12306
12317
|
"ci_effect_towerFarmhouse_blueprint": string;
|
|
12307
12318
|
"ci_effect_towerFarmhouse_tt": string;
|
|
12308
12319
|
"ci_effect_treeVillageMarket": string;
|
|
12320
|
+
"ci_effect_unboostedBeefProduction": string;
|
|
12321
|
+
"ci_effect_unboostedBeefProduction_tt": string;
|
|
12309
12322
|
"ci_effect_unboostedFoodProduction": string;
|
|
12310
12323
|
"ci_effect_unboostedFoodProductionTCI": string;
|
|
12311
12324
|
"ci_effect_unboostedFoodProduction_blueprint": string;
|
|
@@ -12502,13 +12515,18 @@ export interface Language {
|
|
|
12502
12515
|
"effect_group_8_4_active": string;
|
|
12503
12516
|
"effect_name_AttackBoostYardDecoCapped": string;
|
|
12504
12517
|
"effect_name_CraftingQueueProductionBoost_4": string;
|
|
12518
|
+
"effect_name_allianceDefenseUnitAmountYardBonusCapped": string;
|
|
12505
12519
|
"effect_name_attackBoostYard": string;
|
|
12520
|
+
"effect_name_attackBoostYardCapped": string;
|
|
12506
12521
|
"effect_name_attackUnitAmountFlankCapped": string;
|
|
12507
12522
|
"effect_name_attackUnitAmountFront": string;
|
|
12508
12523
|
"effect_name_attackUnitAmountFrontCapped": string;
|
|
12509
12524
|
"effect_name_battleXPBoost": string;
|
|
12525
|
+
"effect_name_battleXPBoostCapped": string;
|
|
12510
12526
|
"effect_name_buildingXPBoost": string;
|
|
12527
|
+
"effect_name_buildingXPBoostCapped": string;
|
|
12511
12528
|
"effect_name_coalProductionBoost": string;
|
|
12529
|
+
"effect_name_coalProductionBoostCapped": string;
|
|
12512
12530
|
"effect_name_decoUnboostedMeadProductionCapped": string;
|
|
12513
12531
|
"effect_name_decosUnboostedFoodProductionBonusBaronEconomyCapped": string;
|
|
12514
12532
|
"effect_name_decosUnboostedHoneyProductionCapped": string;
|
|
@@ -12535,20 +12553,29 @@ export interface Language {
|
|
|
12535
12553
|
"effect_name_difficultyScalingWallBonus": string;
|
|
12536
12554
|
"effect_name_difficultyScalingWallReduction": string;
|
|
12537
12555
|
"effect_name_foodCapacityBonusBaronEconomy": string;
|
|
12556
|
+
"effect_name_foodCapacityBonusBaronEconomyCapped": string;
|
|
12538
12557
|
"effect_name_foodProductionBonusBaronEconomy": string;
|
|
12539
12558
|
"effect_name_foodProductionBoost": string;
|
|
12540
12559
|
"effect_name_foodProductionBoostBaronEconomy": string;
|
|
12560
|
+
"effect_name_foodProductionBoostBaronEconomyCapped": string;
|
|
12541
12561
|
"effect_name_foodProductionBoostDesert": string;
|
|
12542
12562
|
"effect_name_foodProductionBoostFire": string;
|
|
12543
12563
|
"effect_name_foodProductionBoostIce": string;
|
|
12544
12564
|
"effect_name_foodProductionBoostMain": string;
|
|
12545
12565
|
"effect_name_glassProductionBoost": string;
|
|
12566
|
+
"effect_name_glassProductionBoostCapped": string;
|
|
12546
12567
|
"effect_name_honeyCapacityBonusBaronEconomy": string;
|
|
12568
|
+
"effect_name_honeyCapacityBonusBaronEconomyCapped": string;
|
|
12547
12569
|
"effect_name_ironProductionBoost": string;
|
|
12570
|
+
"effect_name_ironProductionBoostCapped": string;
|
|
12548
12571
|
"effect_name_marketCarriageCapacityBoost": string;
|
|
12572
|
+
"effect_name_marketCarriageCapacityBoostCapped": string;
|
|
12549
12573
|
"effect_name_marketSpeedOwnBoost": string;
|
|
12574
|
+
"effect_name_marketSpeedOwnBoostCapped": string;
|
|
12550
12575
|
"effect_name_meadCapacityBonusBaronEconomy": string;
|
|
12576
|
+
"effect_name_meadCapacityBonusBaronEconomyCapped": string;
|
|
12551
12577
|
"effect_name_meadProductionBoost": string;
|
|
12578
|
+
"effect_name_meadProductionBoostCapped": string;
|
|
12552
12579
|
"effect_name_offensiveMeleeBonus": string;
|
|
12553
12580
|
"effect_name_offensiveMeleeBonusDecoCapped": string;
|
|
12554
12581
|
"effect_name_offensiveMeleeBonusTCICapped": string;
|
|
@@ -12556,26 +12583,36 @@ export interface Language {
|
|
|
12556
12583
|
"effect_name_offensiveRangeBonusDecoCapped": string;
|
|
12557
12584
|
"effect_name_offensiveRangeBonusTCICapped": string;
|
|
12558
12585
|
"effect_name_oilProductionBoost": string;
|
|
12586
|
+
"effect_name_oilProductionBoostCapped": string;
|
|
12559
12587
|
"effect_name_recruitmentCostDecreaseAll": string;
|
|
12560
12588
|
"effect_name_recruitmentCostDecreaseAllCapped": string;
|
|
12561
12589
|
"effect_name_recruitmentSpeedBoostAll": string;
|
|
12562
12590
|
"effect_name_recruitmentSpeedBoostAllCapped": string;
|
|
12563
12591
|
"effect_name_stoneProductionBoost": string;
|
|
12564
12592
|
"effect_name_stoneProductionBoostDesert": string;
|
|
12593
|
+
"effect_name_stoneProductionBoostDesertCapped": string;
|
|
12565
12594
|
"effect_name_stoneProductionBoostFire": string;
|
|
12595
|
+
"effect_name_stoneProductionBoostFireCapped": string;
|
|
12566
12596
|
"effect_name_stoneProductionBoostIce": string;
|
|
12597
|
+
"effect_name_stoneProductionBoostIceCapped": string;
|
|
12567
12598
|
"effect_name_stoneProductionBoostMain": string;
|
|
12599
|
+
"effect_name_stoneProductionBoostMainCapped": string;
|
|
12568
12600
|
"effect_name_toolProductionSpeedBoostAll": string;
|
|
12569
12601
|
"effect_name_toolProductionSpeedBoostAllCapped": string;
|
|
12602
|
+
"effect_name_unboostedBeefProduction": string;
|
|
12603
|
+
"effect_name_unboostedBeefProductionCapped": string;
|
|
12570
12604
|
"effect_name_unboostedHoneyProduction": string;
|
|
12571
12605
|
"effect_name_unboostedMeadProduction": string;
|
|
12606
|
+
"effect_name_unboostedMeadProductionCapped": string;
|
|
12572
12607
|
"effect_name_woodProductionBoost": string;
|
|
12573
12608
|
"effect_name_woodProductionBoostDesert": string;
|
|
12609
|
+
"effect_name_woodProductionBoostDesertCapped": string;
|
|
12574
12610
|
"effect_name_woodProductionBoostFire": string;
|
|
12611
|
+
"effect_name_woodProductionBoostFireCapped": string;
|
|
12575
12612
|
"effect_name_woodProductionBoostIce": string;
|
|
12613
|
+
"effect_name_woodProductionBoostIceCapped": string;
|
|
12576
12614
|
"effect_name_woodProductionBoostMain": string;
|
|
12577
|
-
"
|
|
12578
|
-
"effects_ltpe_tci_octoberfestMarket": string;
|
|
12615
|
+
"effect_name_woodProductionBoostMainCapped": string;
|
|
12579
12616
|
"equip_effect_castellan_description_defenseUnitAmountWall": string;
|
|
12580
12617
|
"equip_effect_description_AttackBoostYardDecoCapped": string;
|
|
12581
12618
|
"equip_effect_description_MeadProductionIncrease": string;
|
|
@@ -14229,6 +14266,14 @@ export interface Language {
|
|
|
14229
14266
|
"equipment_unique_1085_desc": string;
|
|
14230
14267
|
"equipment_unique_1086": string;
|
|
14231
14268
|
"equipment_unique_1086_desc": string;
|
|
14269
|
+
"equipment_unique_1087": string;
|
|
14270
|
+
"equipment_unique_1087_desc": string;
|
|
14271
|
+
"equipment_unique_1088": string;
|
|
14272
|
+
"equipment_unique_1088_desc": string;
|
|
14273
|
+
"equipment_unique_1089": string;
|
|
14274
|
+
"equipment_unique_1089_desc": string;
|
|
14275
|
+
"equipment_unique_1090": string;
|
|
14276
|
+
"equipment_unique_1090_desc": string;
|
|
14232
14277
|
"equipment_unique_10_desc": string;
|
|
14233
14278
|
"equipment_unique_11": string;
|
|
14234
14279
|
"equipment_unique_1100": string;
|
|
@@ -15792,7 +15837,6 @@ export interface Language {
|
|
|
15792
15837
|
"gem_unique_1344_desc": string;
|
|
15793
15838
|
"gem_unique_1345": string;
|
|
15794
15839
|
"gem_unique_1345_desc": string;
|
|
15795
|
-
"gem_unique_1364_desc": string;
|
|
15796
15840
|
"gem_unique_1391": string;
|
|
15797
15841
|
"gem_unique_1391_desc": string;
|
|
15798
15842
|
"gem_unique_1392": string;
|
|
@@ -17519,6 +17563,7 @@ export interface Language {
|
|
|
17519
17563
|
"currency_description_BastionDoubloon": string;
|
|
17520
17564
|
"currency_description_CargoPoints": string;
|
|
17521
17565
|
"currency_description_CommonMysteryBoxKey": string;
|
|
17566
|
+
"currency_description_DecoDistrict1UpgradeToken": string;
|
|
17522
17567
|
"currency_description_DecoDust": string;
|
|
17523
17568
|
"currency_description_DragonCharm": string;
|
|
17524
17569
|
"currency_description_DragonGlass": string;
|
|
@@ -17596,6 +17641,7 @@ export interface Language {
|
|
|
17596
17641
|
"currency_name_CommonFinesand": string;
|
|
17597
17642
|
"currency_name_CommonMysteryBoxKey": string;
|
|
17598
17643
|
"currency_name_CommonPurifiedwater": string;
|
|
17644
|
+
"currency_name_DecoDistrict1UpgradeToken": string;
|
|
17599
17645
|
"currency_name_DecoDust": string;
|
|
17600
17646
|
"currency_name_DragonCharm": string;
|
|
17601
17647
|
"currency_name_DragonGlass": string;
|
|
@@ -17882,7 +17928,6 @@ export interface Language {
|
|
|
17882
17928
|
"filters_filter_2": string;
|
|
17883
17929
|
"filters_filter_20": string;
|
|
17884
17930
|
"filters_filter_21": string;
|
|
17885
|
-
"filters_filter_22": string;
|
|
17886
17931
|
"filters_filter_23": string;
|
|
17887
17932
|
"filters_filter_4": string;
|
|
17888
17933
|
"filters_filter_40": string;
|
|
@@ -18034,9 +18079,11 @@ export interface Language {
|
|
|
18034
18079
|
"honor": string;
|
|
18035
18080
|
"honorPoints": string;
|
|
18036
18081
|
"horse4": string;
|
|
18082
|
+
"hud_button_community": string;
|
|
18037
18083
|
"hud_button_dragonbreathforge": string;
|
|
18038
18084
|
"hud_button_dragonhoard": string;
|
|
18039
18085
|
"hud_button_imperialCouncilHall": string;
|
|
18086
|
+
"hud_button_supportChat": string;
|
|
18040
18087
|
"hunter_short_info": string;
|
|
18041
18088
|
"iOS_Sub_Delayed_Content": string;
|
|
18042
18089
|
"iOS_Sub_Delayed_Title": string;
|
|
@@ -23409,6 +23456,7 @@ export interface Language {
|
|
|
23409
23456
|
"tut_tapOnQuests_copy_OLD": string;
|
|
23410
23457
|
};
|
|
23411
23458
|
"research": {
|
|
23459
|
+
"dialog_researchTower_blueprintsCategory6_Title": string;
|
|
23412
23460
|
"research_202_title": string;
|
|
23413
23461
|
};
|
|
23414
23462
|
"tooltips": {
|