e4k-data 4.82.61 → 4.85.49
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 +6632 -503
- package/data/constructionItemRecipes.json +418 -0
- package/data/constructionItems.json +1310 -293
- package/data/constructionItemsEffectGroups.json +2 -2
- package/data/currencies.json +7 -0
- package/data/districtTypes.json +5 -0
- 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 +292 -66
- package/data/researches.json +547 -330
- package/data/sceatSkills.json +14 -21
- package/data/slums.json +1 -1
- package/data/tempServerSettings.json +2 -0
- package/data/units.json +110 -110
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/images/x768.json +708 -392
- package/languages/da.json +146 -59
- package/languages/de.json +146 -59
- package/languages/el.json +146 -59
- package/languages/en.json +146 -59
- package/languages/es.json +146 -59
- package/languages/fi.json +146 -59
- package/languages/fr.json +146 -59
- package/languages/it.json +146 -59
- package/languages/ja.json +146 -59
- package/languages/ko.json +146 -59
- package/languages/nl.json +146 -59
- package/languages/no.json +146 -59
- package/languages/pl.json +146 -59
- package/languages/pt.json +146 -59
- package/languages/ru.json +146 -59
- package/languages/sv.json +146 -59
- package/languages/tr.json +146 -59
- package/languages/zh_CN.json +146 -59
- package/languages/zh_TW.json +146 -59
- package/package.json +1 -1
- package/typings/data.d.ts +17 -5
- package/typings/images.d.ts +45 -25
- package/typings/languages.d.ts +137 -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
|
+
"DecoDistrict2x2_name": string;
|
|
924
|
+
"DecoDistrict2x2_short_info": string;
|
|
925
|
+
"DecoDistrict2x2_upgrade_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,12 @@ 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": string;
|
|
1192
|
+
"ci_primary_BeefProductionIncrease_premium": string;
|
|
1171
1193
|
"ci_primary_EspionageSpeedBoost": string;
|
|
1172
1194
|
"ci_primary_HospitalAdditionalSpace": string;
|
|
1173
1195
|
"ci_primary_MeadProductionIncrease": string;
|
|
@@ -1198,6 +1220,7 @@ export interface Language {
|
|
|
1198
1220
|
"ci_primary_meadProduction_premium": string;
|
|
1199
1221
|
"ci_primary_reduceResearchResourceCosts": string;
|
|
1200
1222
|
"ci_primary_stoneProduction": string;
|
|
1223
|
+
"ci_primary_unboostedBeefProduction": string;
|
|
1201
1224
|
"ci_primary_unboostedFoodProduction": string;
|
|
1202
1225
|
"ci_primary_unboostedStoneProduction": string;
|
|
1203
1226
|
"ci_primary_unboostedWoodProduction": string;
|
|
@@ -1225,6 +1248,8 @@ export interface Language {
|
|
|
1225
1248
|
"ci_secondary_refineryBoost_premium": string;
|
|
1226
1249
|
"ci_secondary_toolsmithBoost": string;
|
|
1227
1250
|
"ci_secondary_toolsmithBoost_premium": string;
|
|
1251
|
+
"ci_secondary_unboostedBeefProduction": string;
|
|
1252
|
+
"ci_secondary_unboostedBeefProduction_premium": string;
|
|
1228
1253
|
"ci_secondary_unboostedFoodProduction": string;
|
|
1229
1254
|
"ci_secondary_unboostedFoodProduction_premium": string;
|
|
1230
1255
|
"ci_secondary_unboostedHoneyProduction_premium": string;
|
|
@@ -1333,6 +1358,7 @@ export interface Language {
|
|
|
1333
1358
|
"deco_MayaRuinsRed_name": string;
|
|
1334
1359
|
"deco_NewKingMazeGarden_name": string;
|
|
1335
1360
|
"deco_NewKingTower_name": string;
|
|
1361
|
+
"deco_OktoberfestFair_name": string;
|
|
1336
1362
|
"deco_OktoberfestForestPond_name": string;
|
|
1337
1363
|
"deco_OktoberfestStrength_name": string;
|
|
1338
1364
|
"deco_Pedestal_name": string;
|
|
@@ -1423,6 +1449,18 @@ export interface Language {
|
|
|
1423
1449
|
"deco_blueSalesFountain_name": string;
|
|
1424
1450
|
"deco_cage1_name": string;
|
|
1425
1451
|
"deco_cage2_name": string;
|
|
1452
|
+
"deco_carnivorousPlantT1_name": string;
|
|
1453
|
+
"deco_carnivorousPlantT1_short_info": string;
|
|
1454
|
+
"deco_carnivorousPlantT2_name": string;
|
|
1455
|
+
"deco_carnivorousPlantT2_short_info": string;
|
|
1456
|
+
"deco_carnivorousPlantT3_name": string;
|
|
1457
|
+
"deco_carnivorousPlantT3_short_info": string;
|
|
1458
|
+
"deco_carnivorousPlantT4Green_name": string;
|
|
1459
|
+
"deco_carnivorousPlantT4Green_short_info": string;
|
|
1460
|
+
"deco_carnivorousPlantT4Purple_name": string;
|
|
1461
|
+
"deco_carnivorousPlantT4Purple_short_info": string;
|
|
1462
|
+
"deco_carnivorousPlantT4Red_name": string;
|
|
1463
|
+
"deco_carnivorousPlantT4Red_short_info": string;
|
|
1426
1464
|
"deco_carriagegood_name": string;
|
|
1427
1465
|
"deco_celebrationOfSpring_name": string;
|
|
1428
1466
|
"deco_chaliceOfTheHattrickHero_name": string;
|
|
@@ -1452,6 +1490,12 @@ export interface Language {
|
|
|
1452
1490
|
"deco_elephantsFountain_name": string;
|
|
1453
1491
|
"deco_eternalblossoms_name": string;
|
|
1454
1492
|
"deco_eternityGarden_name": string;
|
|
1493
|
+
"deco_exaltedCursedSteerport": string;
|
|
1494
|
+
"deco_exaltedLivestockHut_name": string;
|
|
1495
|
+
"deco_exaltedMysticalSteerport": string;
|
|
1496
|
+
"deco_exaltedShabbyLivestockHut_name": string;
|
|
1497
|
+
"deco_exaltedSteerport": string;
|
|
1498
|
+
"deco_exaltedSturdyLivestockHut_name": string;
|
|
1455
1499
|
"deco_excalibur_name": string;
|
|
1456
1500
|
"deco_fairground_name": string;
|
|
1457
1501
|
"deco_falconRecolour_name": string;
|
|
@@ -1559,6 +1603,7 @@ export interface Language {
|
|
|
1559
1603
|
"deco_redAlienTree_name": string;
|
|
1560
1604
|
"deco_relict_name": string;
|
|
1561
1605
|
"deco_rialtoGondola_name": string;
|
|
1606
|
+
"deco_royaldeserttable_name": string;
|
|
1562
1607
|
"deco_sagaTerrorBird_name": string;
|
|
1563
1608
|
"deco_samuraiFountain_name": string;
|
|
1564
1609
|
"deco_samuraidecofountain_name": string;
|
|
@@ -1951,6 +1996,8 @@ export interface Language {
|
|
|
1951
1996
|
"watchtower_name": string;
|
|
1952
1997
|
"watchtower_short_info": string;
|
|
1953
1998
|
"watchtower_upgrade_info": string;
|
|
1999
|
+
"webshop_decoDistrictBuilding": string;
|
|
2000
|
+
"webshop_decoSpecialCustomSize": string;
|
|
1954
2001
|
"woodcutter_name": string;
|
|
1955
2002
|
"woodcutter_short_info": string;
|
|
1956
2003
|
"woodcutter_upgrade_info": string;
|
|
@@ -2646,6 +2693,7 @@ export interface Language {
|
|
|
2646
2693
|
"custom_offer_messageHeader_newKingFree": string;
|
|
2647
2694
|
"custom_offer_messageHeader_oktoberfest2": string;
|
|
2648
2695
|
"custom_offer_messageHeader_valentine": string;
|
|
2696
|
+
"decoPoints_combined": string;
|
|
2649
2697
|
"deco_alienStatuePond_name": string;
|
|
2650
2698
|
"deco_celestialPool_name": string;
|
|
2651
2699
|
"deco_crystalfountain_name": string;
|
|
@@ -2711,6 +2759,7 @@ export interface Language {
|
|
|
2711
2759
|
"dialog_Commander_bonusKingstower_UNUSED": string;
|
|
2712
2760
|
"dialog_Commander_bonusMonument": string;
|
|
2713
2761
|
"dialog_Commander_landmarkBonus": string;
|
|
2762
|
+
"dialog_DecoDistrict1_header": string;
|
|
2714
2763
|
"dialog_EGAevent_message_title": string;
|
|
2715
2764
|
"dialog_EGAevent_message_won_title": string;
|
|
2716
2765
|
"dialog_EGAevent_price1": string;
|
|
@@ -4716,7 +4765,6 @@ export interface Language {
|
|
|
4716
4765
|
"dialog_eventKing_speechBubble_done": string;
|
|
4717
4766
|
"dialog_event_announcement_description_106": string;
|
|
4718
4767
|
"dialog_event_announcement_description_123": string;
|
|
4719
|
-
"dialog_event_announcement_header_106": string;
|
|
4720
4768
|
"dialog_event_announcement_header_123": string;
|
|
4721
4769
|
"dialog_eventdungeonWin_title": string;
|
|
4722
4770
|
"dialog_eventdungeon_1_missionAccomplished_title": string;
|
|
@@ -9032,6 +9080,7 @@ export interface Language {
|
|
|
9032
9080
|
"empiretogo_description": string;
|
|
9033
9081
|
"equip_effect_description_CollectorBoostPartyAnimal": string;
|
|
9034
9082
|
"equip_effect_description_allianceDefenseUnitAmountYardBonus": string;
|
|
9083
|
+
"equip_effect_description_allianceDefenseUnitAmountYardBonusCapped": string;
|
|
9035
9084
|
"equip_effect_description_attackBoostYardCharge": string;
|
|
9036
9085
|
"equip_effect_description_collectorBoostBeads": string;
|
|
9037
9086
|
"equip_effect_description_collectorBoostBees": string;
|
|
@@ -9723,50 +9772,8 @@ export interface Language {
|
|
|
9723
9772
|
"generals_characters_118_name": string;
|
|
9724
9773
|
"generals_characters_118_narrative": string;
|
|
9725
9774
|
"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
9775
|
"generals_introduction_cinematic01_desc": string;
|
|
9751
9776
|
"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
9777
|
"generals_introduction_cinematic02_desc": string;
|
|
9771
9778
|
"generals_introduction_cinematic02_name": string;
|
|
9772
9779
|
"generals_introduction_guidance_01": string;
|
|
@@ -10379,6 +10386,7 @@ export interface Language {
|
|
|
10379
10386
|
"merchantitem_resources_2104_name": string;
|
|
10380
10387
|
"merchantitem_resources_2105_desc": string;
|
|
10381
10388
|
"merchantitem_resources_2105_name": string;
|
|
10389
|
+
"merchantitem_resources_3569_name": string;
|
|
10382
10390
|
"merchants_filter_empty": string;
|
|
10383
10391
|
"message_autoWar_allianceDiplomacy": string;
|
|
10384
10392
|
"message_autoWar_enemyInfo": string;
|
|
@@ -10424,6 +10432,7 @@ export interface Language {
|
|
|
10424
10432
|
"message_samsung_s7promotion_text": string;
|
|
10425
10433
|
"message_samsung_s7promotion_title": string;
|
|
10426
10434
|
"mightPoints": string;
|
|
10435
|
+
"mightValue_combined": string;
|
|
10427
10436
|
"might_reward_desc": string;
|
|
10428
10437
|
"might_reward_final": string;
|
|
10429
10438
|
"might_reward_info": string;
|
|
@@ -10801,6 +10810,7 @@ export interface Language {
|
|
|
10801
10810
|
"ringmenu_military_menu_notEnoughCharge": string;
|
|
10802
10811
|
"ringmenu_spyLevelToHigh": string;
|
|
10803
10812
|
"ringmenu_spyLevelToLow": string;
|
|
10813
|
+
"ringmenu_store_districtNotEmpty": string;
|
|
10804
10814
|
"ringmenu_taunt": string;
|
|
10805
10815
|
"rubyWishingWell_Coin_desc": string;
|
|
10806
10816
|
"rubyWishingWell_Coin_plural": string;
|
|
@@ -11579,11 +11589,22 @@ export interface Language {
|
|
|
11579
11589
|
"webShop_login": string;
|
|
11580
11590
|
"webShop_tokenExpired_desc": string;
|
|
11581
11591
|
"webShop_unexpectedError_desc": string;
|
|
11592
|
+
"webshop_AnniversaryEstateTCI_220_desc": string;
|
|
11593
|
+
"webshop_BeefProduction_VIP_name": string;
|
|
11594
|
+
"webshop_BeefProduction_extraLarge_name": string;
|
|
11595
|
+
"webshop_BeefProduction_giant_name": string;
|
|
11596
|
+
"webshop_BeefProduction_huge_name": string;
|
|
11597
|
+
"webshop_BeefProduction_large_name": string;
|
|
11598
|
+
"webshop_BeefProduction_medium_name": string;
|
|
11599
|
+
"webshop_BeefProduction_small_name": string;
|
|
11582
11600
|
"webshop_EasterMeadBow_desc": string;
|
|
11583
11601
|
"webshop_EasterMeadMace_desc": string;
|
|
11584
11602
|
"webshop_EasterMeadRanger_desc": string;
|
|
11585
11603
|
"webshop_EasterMeadShieldMaiden_desc": string;
|
|
11604
|
+
"webshop_FatalFlora_Complete_name": string;
|
|
11605
|
+
"webshop_FatalFlora_Deluxe_name": string;
|
|
11586
11606
|
"webshop_FlameBreathBerserker_desc": string;
|
|
11607
|
+
"webshop_FoodStorageBakery_725_desc": string;
|
|
11587
11608
|
"webshop_FruitBreaker_desc": string;
|
|
11588
11609
|
"webshop_FruitPirate_desc": string;
|
|
11589
11610
|
"webshop_GlassWingArcher_desc": string;
|
|
@@ -11592,6 +11613,8 @@ export interface Language {
|
|
|
11592
11613
|
"webshop_TCI_foodProductionGeneric_desc": string;
|
|
11593
11614
|
"webshop_TCIbarracks_recruitment500": string;
|
|
11594
11615
|
"webshop_TCIbarracks_recruitment750": string;
|
|
11616
|
+
"webshop_WallUnitLimitKeep_740_desc": string;
|
|
11617
|
+
"webshop_WallUnitLimitKeep_763_desc": string;
|
|
11595
11618
|
"webshop_affluenceTickets_VIP_name": string;
|
|
11596
11619
|
"webshop_affluenceTickets_extraLarge_name": string;
|
|
11597
11620
|
"webshop_affluenceTickets_giant_name": string;
|
|
@@ -11637,6 +11660,8 @@ export interface Language {
|
|
|
11637
11660
|
"webshop_banner_ad1_desc_3": string;
|
|
11638
11661
|
"webshop_banner_ad1_title": string;
|
|
11639
11662
|
"webshop_banner_exceptionGrowthFund": string;
|
|
11663
|
+
"webshop_beefgrannarydays_desc": string;
|
|
11664
|
+
"webshop_beeftoolsmithdays_desc": string;
|
|
11640
11665
|
"webshop_berimondInvasion_VIP_name": string;
|
|
11641
11666
|
"webshop_berimondInvasion_extraLarge_name": string;
|
|
11642
11667
|
"webshop_berimondInvasion_giant_name": string;
|
|
@@ -11752,6 +11777,7 @@ export interface Language {
|
|
|
11752
11777
|
"webshop_decoFusion_large_name": string;
|
|
11753
11778
|
"webshop_decoFusion_medium_name": string;
|
|
11754
11779
|
"webshop_decoFusion_small_name": string;
|
|
11780
|
+
"webshop_decoWithEffects_BeefProductionGeneric_desc": string;
|
|
11755
11781
|
"webshop_decoWithEffects_FoodHoneyMeadProductionCap_desc": string;
|
|
11756
11782
|
"webshop_decoWithEffects_HoneyFoodMeadProductionGeneric_desc": string;
|
|
11757
11783
|
"webshop_decoWithEffects_RecrutSpeedRecrutCostGeneric_desc": string;
|
|
@@ -11829,6 +11855,20 @@ export interface Language {
|
|
|
11829
11855
|
"webshop_eventName_samuraiInvasion_placeholder": string;
|
|
11830
11856
|
"webshop_fieldcannon_desc": string;
|
|
11831
11857
|
"webshop_firebomb_desc": string;
|
|
11858
|
+
"webshop_floragarden_VIP_name": string;
|
|
11859
|
+
"webshop_floragarden_extraLarge_name": string;
|
|
11860
|
+
"webshop_floragarden_giant_name": string;
|
|
11861
|
+
"webshop_floragarden_huge_name": string;
|
|
11862
|
+
"webshop_floragarden_large_name": string;
|
|
11863
|
+
"webshop_floragarden_medium_name": string;
|
|
11864
|
+
"webshop_floragarden_small_name": string;
|
|
11865
|
+
"webshop_flytrap_VIP_name": string;
|
|
11866
|
+
"webshop_flytrap_extraLarge_name": string;
|
|
11867
|
+
"webshop_flytrap_giant_name": string;
|
|
11868
|
+
"webshop_flytrap_huge_name": string;
|
|
11869
|
+
"webshop_flytrap_large_name": string;
|
|
11870
|
+
"webshop_flytrap_medium_name": string;
|
|
11871
|
+
"webshop_flytrap_small_name": string;
|
|
11832
11872
|
"webshop_fortifiedram_desc": string;
|
|
11833
11873
|
"webshop_genericSaleDays_extraLarge_name": string;
|
|
11834
11874
|
"webshop_genericSaleDays_giant_name": string;
|
|
@@ -12035,6 +12075,7 @@ export interface Language {
|
|
|
12035
12075
|
"webshop_paymentShop_paymentDoubler_title": string;
|
|
12036
12076
|
"webshop_paymentShop_primeTime_timer": string;
|
|
12037
12077
|
"webshop_paymentShop_primeTime_title": string;
|
|
12078
|
+
"webshop_permacastellan_desc": string;
|
|
12038
12079
|
"webshop_purchase_amount": string;
|
|
12039
12080
|
"webshop_purchase_checkout": string;
|
|
12040
12081
|
"webshop_purchase_dailyBundle_desc": string;
|
|
@@ -12161,6 +12202,7 @@ export interface Language {
|
|
|
12161
12202
|
"effects": {
|
|
12162
12203
|
"SceatSuppAttackWaves_name": string;
|
|
12163
12204
|
"SceatSuppAttackWaves_short_info": string;
|
|
12205
|
+
"ci_effect_BeefProductionIncrease": string;
|
|
12164
12206
|
"ci_effect_EspionageSpeedBoost": string;
|
|
12165
12207
|
"ci_effect_EspionageSpeedBoost_blueprint": string;
|
|
12166
12208
|
"ci_effect_EspionageSpeedBoost_tt": string;
|
|
@@ -12236,6 +12278,7 @@ export interface Language {
|
|
|
12236
12278
|
"ci_effect_defenderSurviveBoost": string;
|
|
12237
12279
|
"ci_effect_defenderSurviveBoost_blueprint": string;
|
|
12238
12280
|
"ci_effect_defenderSurviveBoost_tt": string;
|
|
12281
|
+
"ci_effect_defenseBonusNotMainCastle": string;
|
|
12239
12282
|
"ci_effect_defenseBoostYard": string;
|
|
12240
12283
|
"ci_effect_defenseBoostYardCapped": string;
|
|
12241
12284
|
"ci_effect_defenseBoostYardTCI": string;
|
|
@@ -12270,6 +12313,7 @@ export interface Language {
|
|
|
12270
12313
|
"ci_effect_keepUnitWallCount": string;
|
|
12271
12314
|
"ci_effect_keepUnitWallCount_blueprint": string;
|
|
12272
12315
|
"ci_effect_keepUnitWallCount_tt": string;
|
|
12316
|
+
"ci_effect_lootBonusPVE": string;
|
|
12273
12317
|
"ci_effect_marketCarriages": string;
|
|
12274
12318
|
"ci_effect_marketCarriages_blueprint": string;
|
|
12275
12319
|
"ci_effect_marketCarriages_tt": string;
|
|
@@ -12306,6 +12350,8 @@ export interface Language {
|
|
|
12306
12350
|
"ci_effect_towerFarmhouse_blueprint": string;
|
|
12307
12351
|
"ci_effect_towerFarmhouse_tt": string;
|
|
12308
12352
|
"ci_effect_treeVillageMarket": string;
|
|
12353
|
+
"ci_effect_unboostedBeefProduction": string;
|
|
12354
|
+
"ci_effect_unboostedBeefProduction_tt": string;
|
|
12309
12355
|
"ci_effect_unboostedFoodProduction": string;
|
|
12310
12356
|
"ci_effect_unboostedFoodProductionTCI": string;
|
|
12311
12357
|
"ci_effect_unboostedFoodProduction_blueprint": string;
|
|
@@ -12500,15 +12546,21 @@ export interface Language {
|
|
|
12500
12546
|
"effect_group_6_9_active_malus": string;
|
|
12501
12547
|
"effect_group_6_9_passive": string;
|
|
12502
12548
|
"effect_group_8_4_active": string;
|
|
12549
|
+
"effect_group_8_5_active": string;
|
|
12503
12550
|
"effect_name_AttackBoostYardDecoCapped": string;
|
|
12504
12551
|
"effect_name_CraftingQueueProductionBoost_4": string;
|
|
12552
|
+
"effect_name_allianceDefenseUnitAmountYardBonusCapped": string;
|
|
12505
12553
|
"effect_name_attackBoostYard": string;
|
|
12554
|
+
"effect_name_attackBoostYardCapped": string;
|
|
12506
12555
|
"effect_name_attackUnitAmountFlankCapped": string;
|
|
12507
12556
|
"effect_name_attackUnitAmountFront": string;
|
|
12508
12557
|
"effect_name_attackUnitAmountFrontCapped": string;
|
|
12509
12558
|
"effect_name_battleXPBoost": string;
|
|
12559
|
+
"effect_name_battleXPBoostCapped": string;
|
|
12510
12560
|
"effect_name_buildingXPBoost": string;
|
|
12561
|
+
"effect_name_buildingXPBoostCapped": string;
|
|
12511
12562
|
"effect_name_coalProductionBoost": string;
|
|
12563
|
+
"effect_name_coalProductionBoostCapped": string;
|
|
12512
12564
|
"effect_name_decoUnboostedMeadProductionCapped": string;
|
|
12513
12565
|
"effect_name_decosUnboostedFoodProductionBonusBaronEconomyCapped": string;
|
|
12514
12566
|
"effect_name_decosUnboostedHoneyProductionCapped": string;
|
|
@@ -12535,20 +12587,32 @@ export interface Language {
|
|
|
12535
12587
|
"effect_name_difficultyScalingWallBonus": string;
|
|
12536
12588
|
"effect_name_difficultyScalingWallReduction": string;
|
|
12537
12589
|
"effect_name_foodCapacityBonusBaronEconomy": string;
|
|
12590
|
+
"effect_name_foodCapacityBonusBaronEconomyCapped": string;
|
|
12538
12591
|
"effect_name_foodProductionBonusBaronEconomy": string;
|
|
12539
12592
|
"effect_name_foodProductionBoost": string;
|
|
12540
12593
|
"effect_name_foodProductionBoostBaronEconomy": string;
|
|
12594
|
+
"effect_name_foodProductionBoostBaronEconomyCapped": string;
|
|
12541
12595
|
"effect_name_foodProductionBoostDesert": string;
|
|
12596
|
+
"effect_name_foodProductionBoostDesertCapped": string;
|
|
12542
12597
|
"effect_name_foodProductionBoostFire": string;
|
|
12598
|
+
"effect_name_foodProductionBoostFireCapped": string;
|
|
12543
12599
|
"effect_name_foodProductionBoostIce": string;
|
|
12600
|
+
"effect_name_foodProductionBoostIceCapped": string;
|
|
12544
12601
|
"effect_name_foodProductionBoostMain": string;
|
|
12545
12602
|
"effect_name_glassProductionBoost": string;
|
|
12603
|
+
"effect_name_glassProductionBoostCapped": string;
|
|
12546
12604
|
"effect_name_honeyCapacityBonusBaronEconomy": string;
|
|
12605
|
+
"effect_name_honeyCapacityBonusBaronEconomyCapped": string;
|
|
12547
12606
|
"effect_name_ironProductionBoost": string;
|
|
12607
|
+
"effect_name_ironProductionBoostCapped": string;
|
|
12548
12608
|
"effect_name_marketCarriageCapacityBoost": string;
|
|
12609
|
+
"effect_name_marketCarriageCapacityBoostCapped": string;
|
|
12549
12610
|
"effect_name_marketSpeedOwnBoost": string;
|
|
12611
|
+
"effect_name_marketSpeedOwnBoostCapped": string;
|
|
12550
12612
|
"effect_name_meadCapacityBonusBaronEconomy": string;
|
|
12613
|
+
"effect_name_meadCapacityBonusBaronEconomyCapped": string;
|
|
12551
12614
|
"effect_name_meadProductionBoost": string;
|
|
12615
|
+
"effect_name_meadProductionBoostCapped": string;
|
|
12552
12616
|
"effect_name_offensiveMeleeBonus": string;
|
|
12553
12617
|
"effect_name_offensiveMeleeBonusDecoCapped": string;
|
|
12554
12618
|
"effect_name_offensiveMeleeBonusTCICapped": string;
|
|
@@ -12556,26 +12620,36 @@ export interface Language {
|
|
|
12556
12620
|
"effect_name_offensiveRangeBonusDecoCapped": string;
|
|
12557
12621
|
"effect_name_offensiveRangeBonusTCICapped": string;
|
|
12558
12622
|
"effect_name_oilProductionBoost": string;
|
|
12623
|
+
"effect_name_oilProductionBoostCapped": string;
|
|
12559
12624
|
"effect_name_recruitmentCostDecreaseAll": string;
|
|
12560
12625
|
"effect_name_recruitmentCostDecreaseAllCapped": string;
|
|
12561
12626
|
"effect_name_recruitmentSpeedBoostAll": string;
|
|
12562
12627
|
"effect_name_recruitmentSpeedBoostAllCapped": string;
|
|
12563
12628
|
"effect_name_stoneProductionBoost": string;
|
|
12564
12629
|
"effect_name_stoneProductionBoostDesert": string;
|
|
12630
|
+
"effect_name_stoneProductionBoostDesertCapped": string;
|
|
12565
12631
|
"effect_name_stoneProductionBoostFire": string;
|
|
12632
|
+
"effect_name_stoneProductionBoostFireCapped": string;
|
|
12566
12633
|
"effect_name_stoneProductionBoostIce": string;
|
|
12634
|
+
"effect_name_stoneProductionBoostIceCapped": string;
|
|
12567
12635
|
"effect_name_stoneProductionBoostMain": string;
|
|
12636
|
+
"effect_name_stoneProductionBoostMainCapped": string;
|
|
12568
12637
|
"effect_name_toolProductionSpeedBoostAll": string;
|
|
12569
12638
|
"effect_name_toolProductionSpeedBoostAllCapped": string;
|
|
12639
|
+
"effect_name_unboostedBeefProduction": string;
|
|
12640
|
+
"effect_name_unboostedBeefProductionCapped": string;
|
|
12570
12641
|
"effect_name_unboostedHoneyProduction": string;
|
|
12571
12642
|
"effect_name_unboostedMeadProduction": string;
|
|
12643
|
+
"effect_name_unboostedMeadProductionCapped": string;
|
|
12572
12644
|
"effect_name_woodProductionBoost": string;
|
|
12573
12645
|
"effect_name_woodProductionBoostDesert": string;
|
|
12646
|
+
"effect_name_woodProductionBoostDesertCapped": string;
|
|
12574
12647
|
"effect_name_woodProductionBoostFire": string;
|
|
12648
|
+
"effect_name_woodProductionBoostFireCapped": string;
|
|
12575
12649
|
"effect_name_woodProductionBoostIce": string;
|
|
12650
|
+
"effect_name_woodProductionBoostIceCapped": string;
|
|
12576
12651
|
"effect_name_woodProductionBoostMain": string;
|
|
12577
|
-
"
|
|
12578
|
-
"effects_ltpe_tci_octoberfestMarket": string;
|
|
12652
|
+
"effect_name_woodProductionBoostMainCapped": string;
|
|
12579
12653
|
"equip_effect_castellan_description_defenseUnitAmountWall": string;
|
|
12580
12654
|
"equip_effect_description_AttackBoostYardDecoCapped": string;
|
|
12581
12655
|
"equip_effect_description_MeadProductionIncrease": string;
|
|
@@ -12592,6 +12666,7 @@ export interface Language {
|
|
|
12592
12666
|
"equip_effect_description_attackBoostYardAlien": string;
|
|
12593
12667
|
"equip_effect_description_attackBoostYardBerimondInvasion": string;
|
|
12594
12668
|
"equip_effect_description_attackBoostYardBerimondKingdom": string;
|
|
12669
|
+
"equip_effect_description_attackBoostYardCapped": string;
|
|
12595
12670
|
"equip_effect_description_attackBoostYardConquerBaron": string;
|
|
12596
12671
|
"equip_effect_description_attackBoostYardConquerGeneral": string;
|
|
12597
12672
|
"equip_effect_description_attackBoostYardNomad": string;
|
|
@@ -14229,6 +14304,14 @@ export interface Language {
|
|
|
14229
14304
|
"equipment_unique_1085_desc": string;
|
|
14230
14305
|
"equipment_unique_1086": string;
|
|
14231
14306
|
"equipment_unique_1086_desc": string;
|
|
14307
|
+
"equipment_unique_1087": string;
|
|
14308
|
+
"equipment_unique_1087_desc": string;
|
|
14309
|
+
"equipment_unique_1088": string;
|
|
14310
|
+
"equipment_unique_1088_desc": string;
|
|
14311
|
+
"equipment_unique_1089": string;
|
|
14312
|
+
"equipment_unique_1089_desc": string;
|
|
14313
|
+
"equipment_unique_1090": string;
|
|
14314
|
+
"equipment_unique_1090_desc": string;
|
|
14232
14315
|
"equipment_unique_10_desc": string;
|
|
14233
14316
|
"equipment_unique_11": string;
|
|
14234
14317
|
"equipment_unique_1100": string;
|
|
@@ -15792,7 +15875,6 @@ export interface Language {
|
|
|
15792
15875
|
"gem_unique_1344_desc": string;
|
|
15793
15876
|
"gem_unique_1345": string;
|
|
15794
15877
|
"gem_unique_1345_desc": string;
|
|
15795
|
-
"gem_unique_1364_desc": string;
|
|
15796
15878
|
"gem_unique_1391": string;
|
|
15797
15879
|
"gem_unique_1391_desc": string;
|
|
15798
15880
|
"gem_unique_1392": string;
|
|
@@ -17529,6 +17611,7 @@ export interface Language {
|
|
|
17529
17611
|
"currency_description_DragonScaleTile": string;
|
|
17530
17612
|
"currency_description_EpicBoosterConsumable": string;
|
|
17531
17613
|
"currency_description_EpicMysteryBoxKey": string;
|
|
17614
|
+
"currency_description_FloraToken": string;
|
|
17532
17615
|
"currency_description_FuryDoubloon": string;
|
|
17533
17616
|
"currency_description_FusionCurrency": string;
|
|
17534
17617
|
"currency_description_HalloweenLTPEToken": string;
|
|
@@ -17608,6 +17691,7 @@ export interface Language {
|
|
|
17608
17691
|
"currency_name_EpicMysteryBoxKey": string;
|
|
17609
17692
|
"currency_name_EpicPreciousmetals": string;
|
|
17610
17693
|
"currency_name_EpicResin": string;
|
|
17694
|
+
"currency_name_FloraToken": string;
|
|
17611
17695
|
"currency_name_FuryDoubloon": string;
|
|
17612
17696
|
"currency_name_FusionCurrency": string;
|
|
17613
17697
|
"currency_name_GoldRune": string;
|
|
@@ -17882,7 +17966,6 @@ export interface Language {
|
|
|
17882
17966
|
"filters_filter_2": string;
|
|
17883
17967
|
"filters_filter_20": string;
|
|
17884
17968
|
"filters_filter_21": string;
|
|
17885
|
-
"filters_filter_22": string;
|
|
17886
17969
|
"filters_filter_23": string;
|
|
17887
17970
|
"filters_filter_4": string;
|
|
17888
17971
|
"filters_filter_40": string;
|
|
@@ -18034,9 +18117,11 @@ export interface Language {
|
|
|
18034
18117
|
"honor": string;
|
|
18035
18118
|
"honorPoints": string;
|
|
18036
18119
|
"horse4": string;
|
|
18120
|
+
"hud_button_community": string;
|
|
18037
18121
|
"hud_button_dragonbreathforge": string;
|
|
18038
18122
|
"hud_button_dragonhoard": string;
|
|
18039
18123
|
"hud_button_imperialCouncilHall": string;
|
|
18124
|
+
"hud_button_supportChat": string;
|
|
18040
18125
|
"hunter_short_info": string;
|
|
18041
18126
|
"iOS_Sub_Delayed_Content": string;
|
|
18042
18127
|
"iOS_Sub_Delayed_Title": string;
|
|
@@ -18292,6 +18377,7 @@ export interface Language {
|
|
|
18292
18377
|
"monument": string;
|
|
18293
18378
|
"morality": string;
|
|
18294
18379
|
"morality_decoFactionBonus": string;
|
|
18380
|
+
"moreComingSoon": string;
|
|
18295
18381
|
"moreInfo": string;
|
|
18296
18382
|
"movementToolTip_supporting": string;
|
|
18297
18383
|
"myPerformance": string;
|
|
@@ -23409,6 +23495,7 @@ export interface Language {
|
|
|
23409
23495
|
"tut_tapOnQuests_copy_OLD": string;
|
|
23410
23496
|
};
|
|
23411
23497
|
"research": {
|
|
23498
|
+
"dialog_researchTower_blueprintsCategory6_Title": string;
|
|
23412
23499
|
"research_202_title": string;
|
|
23413
23500
|
};
|
|
23414
23501
|
"tooltips": {
|