e4k-data 4.71.13 → 4.82.61

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.
Files changed (80) hide show
  1. package/data/buildings.json +22660 -17019
  2. package/data/collectorEventOptions.json +118 -0
  3. package/data/collectorEventRewards.json +288 -0
  4. package/data/constructionItems.json +632 -229
  5. package/data/constructionItemsEffectGroups.json +24 -0
  6. package/data/craftingQueues.json +23 -1
  7. package/data/craftingRecipes.json +2321 -0
  8. package/data/currencies.json +77 -0
  9. package/data/currencyCaps.json +6 -0
  10. package/data/donationItems.json +135 -0
  11. package/data/donationRewards.json +160 -0
  12. package/data/donationSettings.json +14 -6
  13. package/data/dungeons.json +266 -0
  14. package/data/effectCaps.json +70 -0
  15. package/data/effects.json +125 -16
  16. package/data/effecttypes.json +408 -141
  17. package/data/equipment_effects.json +28 -0
  18. package/data/equipment_rarenesses.json +24 -12
  19. package/data/equipments.json +467 -86
  20. package/data/eventAutoScalingUnitPairings.json +13554 -4338
  21. package/data/events.json +11 -2
  22. package/data/expansions.json +54 -54
  23. package/data/horses.json +143 -143
  24. package/data/islandPlayerRewards.json +30 -0
  25. package/data/islandrewardranks.json +42 -0
  26. package/data/leaguetypeEvents.json +247 -0
  27. package/data/legendskills.json +20 -20
  28. package/data/lootBoxTombolas.json +704 -0
  29. package/data/lootBoxes.json +22 -0
  30. package/data/lords.json +2 -2
  31. package/data/merchants.json +1 -1
  32. package/data/packageCategories.json +4 -0
  33. package/data/{packageCategoryCurrencyRelations.json → packageCategoryCostRelations.json} +7 -1
  34. package/data/packageCategoryFilterRelations.json +4 -0
  35. package/data/packages.json +4954 -12
  36. package/data/quests.json +1 -1
  37. package/data/relicLootOptions.json +84 -0
  38. package/data/researches.json +4224 -950
  39. package/data/resources.json +6 -0
  40. package/data/rewards.json +63223 -56400
  41. package/data/saleDaysLuckyWheelClasses.json +9 -9
  42. package/data/saleDaysLuckyWheelDropChanceJackpots.json +288 -288
  43. package/data/saleDaysLuckyWheelDropChances.json +59 -283
  44. package/data/saleDaysLuckyWheelRewardSets.json +180 -180
  45. package/data/sceatSkillTiers.json +49 -0
  46. package/data/sceatSkillTrees.json +12 -0
  47. package/data/sceatSkills.json +1382 -1
  48. package/data/seasonEndRewards.json +224 -0
  49. package/data/seasonEventRewards.json +315 -0
  50. package/data/seasonPromotionRewards.json +600 -0
  51. package/data/slums.json +1 -1
  52. package/data/units.json +1945 -0
  53. package/data/version.json +1 -1
  54. package/data/versionInfo.json +3 -3
  55. package/data/wodIds.json +192 -192
  56. package/data/worldmapskins.json +10 -0
  57. package/images/x768.json +6409 -1780
  58. package/languages/da.json +502 -234
  59. package/languages/de.json +516 -248
  60. package/languages/el.json +498 -230
  61. package/languages/en.json +493 -225
  62. package/languages/es.json +574 -306
  63. package/languages/fi.json +506 -238
  64. package/languages/fr.json +600 -332
  65. package/languages/it.json +514 -246
  66. package/languages/ja.json +506 -238
  67. package/languages/ko.json +500 -232
  68. package/languages/nl.json +503 -235
  69. package/languages/no.json +536 -268
  70. package/languages/pl.json +505 -237
  71. package/languages/pt.json +497 -229
  72. package/languages/ru.json +516 -248
  73. package/languages/sv.json +504 -236
  74. package/languages/tr.json +498 -230
  75. package/languages/zh_CN.json +496 -228
  76. package/languages/zh_TW.json +498 -230
  77. package/package.json +1 -1
  78. package/typings/data.d.ts +45 -6
  79. package/typings/images.d.ts +259 -11
  80. package/typings/languages.d.ts +442 -57
@@ -48,7 +48,6 @@ export interface Language {
48
48
  "research_201_copy": string;
49
49
  "research_201_title": string;
50
50
  "research_202_copy": string;
51
- "research_202_title": string;
52
51
  "research_203_copy": string;
53
52
  "research_203_title": string;
54
53
  "research_204_copy": string;
@@ -842,6 +841,7 @@ export interface Language {
842
841
  "errorCode_436": string;
843
842
  "errorCode_441": string;
844
843
  "errorCode_446": string;
844
+ "errorCode_450": string;
845
845
  "errorCode_5": string;
846
846
  "errorCode_53": string;
847
847
  "errorCode_55": string;
@@ -1142,6 +1142,8 @@ export interface Language {
1142
1142
  "ci_blueprint_unboostedStoneProduction": string;
1143
1143
  "ci_blueprint_unboostedWoodProduction": string;
1144
1144
  "ci_blueprint_woodProduction": string;
1145
+ "ci_effect_CraftingQueueProductionBoost_1": string;
1146
+ "ci_effect_CraftingQueueProductionBoost_2": string;
1145
1147
  "ci_effect_HoneyProductionIncrease_blueprint": string;
1146
1148
  "ci_effect_MeadProductionIncrease_blueprint": string;
1147
1149
  "ci_effect_MeadProductionincrease": string;
@@ -1261,6 +1263,7 @@ export interface Language {
1261
1263
  "deco_Anniversary9Year_name": string;
1262
1264
  "deco_AnniversaryCake_name": string;
1263
1265
  "deco_AnniversaryCrown_name": string;
1266
+ "deco_AnniversaryDecoWithEffect_name": string;
1264
1267
  "deco_AnniversaryMonument10_name": string;
1265
1268
  "deco_AnniversaryMonument2_name": string;
1266
1269
  "deco_AnniversaryMonument3_name": string;
@@ -1271,12 +1274,14 @@ export interface Language {
1271
1274
  "deco_AnniversaryMonument8_name": string;
1272
1275
  "deco_AnniversaryMonument9_name": string;
1273
1276
  "deco_AnniversaryTable_name": string;
1274
- "deco_BeehiveMeadowHoneyMead_name": string[];
1277
+ "deco_BeehiveMeadowHoneyMead_name": string;
1275
1278
  "deco_Beehive_name": string;
1276
1279
  "deco_BeerPool_name": string;
1277
1280
  "deco_BlackFriday22_name": string;
1278
- "deco_ChessEconomy_name": string[];
1279
- "deco_ChessHybrid_name": string[];
1281
+ "deco_CarnivalDecoWithEffect_name": string;
1282
+ "deco_ChessEconomy_name": string;
1283
+ "deco_ChessHybrid_name": string;
1284
+ "deco_ChristmasDecoWithEffect_name": string;
1280
1285
  "deco_CyberMondday22_name": string;
1281
1286
  "deco_DarkRoomHalloween_name": string;
1282
1287
  "deco_DeathMask_name": string;
@@ -1292,10 +1297,15 @@ export interface Language {
1292
1297
  "deco_DonationEventDecorationNight4_name": string;
1293
1298
  "deco_DonationEventDecorationNight5_name": string;
1294
1299
  "deco_DragonBall_name": string;
1295
- "deco_Easter2024decowitheffects_name": string;
1300
+ "deco_EasterGiantDeco_name": string;
1296
1301
  "deco_EasterTower_name": string;
1297
1302
  "deco_EggTree_name": string;
1298
1303
  "deco_ElephantMonument_name": string;
1304
+ "deco_ExaltedGreenLavaShrineofDuality_name": string;
1305
+ "deco_ExaltedGreenWaterShrineofDuality_name": string;
1306
+ "deco_ExaltedPurpleLavaShrineofDuality_name": string;
1307
+ "deco_ExaltedPurpleWaterShrineofDuality_name": string;
1308
+ "deco_ExaltedRedLavaShrineofDuality_name": string;
1299
1309
  "deco_FallenGiantRed_name": string;
1300
1310
  "deco_FallenGiant_name": string;
1301
1311
  "deco_FireKingdomMoltenGiant_name": string;
@@ -1303,6 +1313,7 @@ export interface Language {
1303
1313
  "deco_GoldenweekShrine_name": string;
1304
1314
  "deco_GreenKingdomGoddessOfNature_name": string;
1305
1315
  "deco_GreenTurtleHut_name": string;
1316
+ "deco_HalloweenDecoWithEffect_name": string;
1306
1317
  "deco_HalloweenTreeTwo_name": string;
1307
1318
  "deco_HalloweenWell_name": string;
1308
1319
  "deco_HoratioStatue_name": string;
@@ -1325,27 +1336,31 @@ export interface Language {
1325
1336
  "deco_OktoberfestForestPond_name": string;
1326
1337
  "deco_OktoberfestStrength_name": string;
1327
1338
  "deco_Pedestal_name": string;
1328
- "deco_PoolOfTheBerimondKingsUnspecifiedTheme_name": string[];
1339
+ "deco_PoolOfTheBerimondKingsUnspecifiedTheme_name": string;
1329
1340
  "deco_PumpkinPlaza_name": string;
1330
1341
  "deco_PurpleSpringTree_name": string;
1331
1342
  "deco_RainbowLeprechaunFloat_name": string;
1332
1343
  "deco_RedturtleHut_name": string;
1333
- "deco_RoyalBanquetFood_name": string[];
1344
+ "deco_RoyalBanquetFood_name": string;
1334
1345
  "deco_SamuraiGoldfish_name": string;
1335
1346
  "deco_Shipwreck2_name": string;
1336
1347
  "deco_Shipwreck_name": string;
1337
1348
  "deco_SilverWinefountain_name": string;
1338
1349
  "deco_SinglesDay22_name": string;
1339
- "deco_SlayerOfTheWolvesDefenseCombat_name": string[];
1350
+ "deco_SlayerOfTheWolvesDefenseCombat_name": string;
1340
1351
  "deco_SleepingDragon_name": string;
1341
1352
  "deco_SnakeThrone_name": string;
1342
1353
  "deco_SnowflakeLake_name": string;
1354
+ "deco_SpiralStoneoftheSunlitShore_name": string;
1355
+ "deco_SpringDecoWithEffect_name": string;
1343
1356
  "deco_SpringTower2_name": string;
1344
1357
  "deco_SpringTower_name": string;
1345
1358
  "deco_StPatrickGoldCave_name": string;
1346
1359
  "deco_StPatrickGoldCave_withEffects_name": string;
1347
1360
  "deco_StPatrickMagicCave_name": string;
1361
+ "deco_SummerDecoWithEffect_name": string;
1348
1362
  "deco_TamingOfTheWild_name": string;
1363
+ "deco_Tentaclestatue_name": string;
1349
1364
  "deco_TerracottaSoldiers_name": string;
1350
1365
  "deco_ThroneOfCommunity2_1_name": string;
1351
1366
  "deco_ThroneOfCommunity2_name": string;
@@ -1355,7 +1370,7 @@ export interface Language {
1355
1370
  "deco_ThroneOfCommunity4_name": string;
1356
1371
  "deco_TikiVolcanoRed_name": string;
1357
1372
  "deco_TikiVolcano_name": string;
1358
- "deco_TimelessKingAttackCombat_name": string[];
1373
+ "deco_TimelessKingAttackCombat_name": string;
1359
1374
  "deco_TortoiseTotem_name": string;
1360
1375
  "deco_TriumphalArchBrave_name": string;
1361
1376
  "deco_TriumphalArchCourage_name": string;
@@ -1367,6 +1382,7 @@ export interface Language {
1367
1382
  "deco_WaterPavilion_name": string;
1368
1383
  "deco_WaterfallHarp1_name": string;
1369
1384
  "deco_WaterfallHarp2_name": string;
1385
+ "deco_WinterDecoWithEffect_name": string;
1370
1386
  "deco_WinterIceYeti_name": string;
1371
1387
  "deco_ZodiacAquarius_name": string;
1372
1388
  "deco_ZodiacAries_name": string;
@@ -1632,6 +1648,13 @@ export interface Language {
1632
1648
  "demolish_instant_complete_description": string;
1633
1649
  "dialog_beyondTheHorizon_altar_occupation_time": string;
1634
1650
  "dialog_primeday_primesale_buildingExists": string;
1651
+ "dialog_reinforcedvault_header": string;
1652
+ "dragonBreathForge_name": string;
1653
+ "dragonBreathForge_short_info": string;
1654
+ "dragonBreathForge_upgrade_info": string;
1655
+ "dragonHoard_name": string;
1656
+ "dragonHoard_short_info": string;
1657
+ "dragonHoard_upgrade_info": string;
1635
1658
  "drillground_name": string;
1636
1659
  "drillground_short_info": string;
1637
1660
  "drillground_upgrade_info": string;
@@ -1641,6 +1664,8 @@ export interface Language {
1641
1664
  "dworkshop_name": string;
1642
1665
  "dworkshop_short_info": string;
1643
1666
  "dworkshop_upgrade_info": string;
1667
+ "effect_desc_CraftingQueueProductionBoost_3": string;
1668
+ "effect_name_CraftingQueueProductionBoost_3": string;
1644
1669
  "emporium_name": string;
1645
1670
  "emporium_short_info": string;
1646
1671
  "emporium_upgrade_info": string;
@@ -1765,6 +1790,8 @@ export interface Language {
1765
1790
  "harbor_name": string;
1766
1791
  "harbor_short_info": string;
1767
1792
  "harbor_upgrade_info": string;
1793
+ "help_dragonbreathforge": string;
1794
+ "help_reinforcedVault": string;
1768
1795
  "hideout_name": string;
1769
1796
  "hideout_short_info": string;
1770
1797
  "hideout_upgrade_info": string;
@@ -1777,11 +1804,15 @@ export interface Language {
1777
1804
  "houseoffire_name": string;
1778
1805
  "houseoffire_short_info": string;
1779
1806
  "houseoffire_upgrade_info": string;
1807
+ "hud_button_reinforcedault": string;
1780
1808
  "hunter_name": string;
1781
1809
  "hunter_upgrade_info": string;
1782
1810
  "huntertent_name": string;
1783
1811
  "huntertent_short_info": string;
1784
1812
  "huntertent_upgrade_info": string;
1813
+ "imperialCouncilHall_name": string;
1814
+ "imperialCouncilHall_short_info": string;
1815
+ "imperialCouncilHall_upgrade_info": string;
1785
1816
  "ironmine_name": string;
1786
1817
  "ironmine_short_info": string;
1787
1818
  "ironmine_upgrade_info": string;
@@ -1857,6 +1888,7 @@ export interface Language {
1857
1888
  "olivepress_upgrade_info": string;
1858
1889
  "palace_name": string;
1859
1890
  "palace_short_info": string;
1891
+ "panel_action_reinforcedVault": string;
1860
1892
  "pdwelling_name": string;
1861
1893
  "pdwelling_short_info": string;
1862
1894
  "pdwelling_upgrade_info": string;
@@ -1874,9 +1906,11 @@ export interface Language {
1874
1906
  "refinery_name": string;
1875
1907
  "refinery_short_info": string;
1876
1908
  "refinery_upgrade_info": string;
1909
+ "reinforcedVault_name": string;
1877
1910
  "researchtower_name": string;
1878
1911
  "researchtower_short_info": string;
1879
1912
  "researchtower_upgrade_info": string;
1913
+ "ringmenu_building_reinforcedVault": string;
1880
1914
  "rubble_name": string;
1881
1915
  "rubble_short_info": string;
1882
1916
  "rubyWishingWell_name": string;
@@ -2141,6 +2175,14 @@ export interface Language {
2141
2175
  "attackScreen_unitsTools_waveFlank": string;
2142
2176
  "attackScreen_units_hideUnits": string;
2143
2177
  "autoCooldownSkip": string;
2178
+ "beefProductionPerHour": string;
2179
+ "beefProductionPerHour_freeze": string;
2180
+ "beefResource": string;
2181
+ "beef_frozen": string;
2182
+ "beefwastage": string;
2183
+ "beefwastage_freeze": string;
2184
+ "beefwastage_freeze_value": string;
2185
+ "beefwastage_value": string;
2144
2186
  "bladecoast_finalboss": string;
2145
2187
  "bladecoast_surrounding": string;
2146
2188
  "bladecoast_tower": string;
@@ -2172,6 +2214,9 @@ export interface Language {
2172
2214
  "castle_selection_dialog_constructor_required": string;
2173
2215
  "castle_selection_dialog_description": string;
2174
2216
  "castle_selection_dialog_descriptionConstructor": string;
2217
+ "cattleFarm_name": string;
2218
+ "cattleFarm_short_info": string;
2219
+ "cattleFarm_upgrade_info": string;
2175
2220
  "ciMaterialSack_huge_common": string;
2176
2221
  "ciMaterialSack_huge_epic": string;
2177
2222
  "ciMaterialSack_huge_focused": string;
@@ -3042,7 +3087,7 @@ export interface Language {
3042
3087
  "dialog_alliance_chronic44_17": string;
3043
3088
  "dialog_alliance_chronic44_18": string;
3044
3089
  "dialog_alliance_chronic44_19": string;
3045
- "dialog_alliance_chronic44_20": string[];
3090
+ "dialog_alliance_chronic44_20": string;
3046
3091
  "dialog_alliance_chronic44_21": string;
3047
3092
  "dialog_alliance_chronic45": string;
3048
3093
  "dialog_alliance_chronic45_16": string;
@@ -3797,6 +3842,7 @@ export interface Language {
3797
3842
  "dialog_buildingLoc_repair": string;
3798
3843
  "dialog_buildingLoc_savePer": string;
3799
3844
  "dialog_buildingLoc_upgrading": string;
3845
+ "dialog_building_missing_in_selected_kingdom": string;
3800
3846
  "dialog_buildingsStorehouse_capacityFull_tooltip": string;
3801
3847
  "dialog_buildingsStorehouse_empty_desc": string;
3802
3848
  "dialog_buildingsStorehouse_empty_tip": string;
@@ -3891,6 +3937,7 @@ export interface Language {
3891
3937
  "dialog_castle_occupied_copy2": string;
3892
3938
  "dialog_castle_occupied_copy3": string;
3893
3939
  "dialog_castle_occupied_title": string;
3940
+ "dialog_cattleFarm_header": string;
3894
3941
  "dialog_changeCrest_same": string;
3895
3942
  "dialog_changePassword_done": string;
3896
3943
  "dialog_changePassword_new": string;
@@ -3911,6 +3958,8 @@ export interface Language {
3911
3958
  "dialog_chestOffer_desc_14": string;
3912
3959
  "dialog_chestOffer_desc_15": string;
3913
3960
  "dialog_chestOffer_desc_16": string;
3961
+ "dialog_chestOffer_desc_17": string;
3962
+ "dialog_chestOffer_desc_18": string;
3914
3963
  "dialog_chestOffer_title_01": string;
3915
3964
  "dialog_chestOffer_title_02": string;
3916
3965
  "dialog_chestOffer_title_03": string;
@@ -3927,6 +3976,8 @@ export interface Language {
3927
3976
  "dialog_chestOffer_title_14": string;
3928
3977
  "dialog_chestOffer_title_15": string;
3929
3978
  "dialog_chestOffer_title_16": string;
3979
+ "dialog_chestOffer_title_17": string;
3980
+ "dialog_chestOffer_title_18": string;
3930
3981
  "dialog_chooseCastleConfirm_desc": string;
3931
3982
  "dialog_chooseCastle_island_desc": string;
3932
3983
  "dialog_chooseCastle_preBuiltCastle_16": string;
@@ -4274,8 +4325,17 @@ export interface Language {
4274
4325
  "dialog_crafting_cancel_header": string;
4275
4326
  "dialog_crafting_cancel_productionSlot_desc": string;
4276
4327
  "dialog_crafting_cancel_queueSlot_desc": string;
4328
+ "dialog_crafting_dragonScaleTileInventory_tooltip": string;
4329
+ "dialog_crafting_goldTokenInventory_tooltip": string;
4330
+ "dialog_crafting_khanTabletInventory_tooltip": string;
4331
+ "dialog_crafting_kingdomToolsmithNotConstructed_tooltip": string;
4332
+ "dialog_crafting_kingdomToolsmith_header": string;
4277
4333
  "dialog_crafting_learnRecipe": string;
4334
+ "dialog_crafting_legendaryMaterialInventory_tooltip": string;
4335
+ "dialog_crafting_legendaryTokenInventory_tooltip": string;
4278
4336
  "dialog_crafting_recipeRequired": string;
4337
+ "dialog_crafting_recipe_buildingRequired": string;
4338
+ "dialog_crafting_sceatTokenInventory_tooltip": string;
4279
4339
  "dialog_crafting_select": string;
4280
4340
  "dialog_crafting_skipCrafting_desc": string;
4281
4341
  "dialog_crafting_skipCrafting_header": string;
@@ -4460,7 +4520,12 @@ export interface Language {
4460
4520
  "dialog_deleteAccount_secondConfirmation_popup_title": string;
4461
4521
  "dialog_depletionInfo_desc": string;
4462
4522
  "dialog_depletionInfo_title": string;
4523
+ "dialog_desertedTroops_beefUnits_copy": string;
4524
+ "dialog_desertedTroops_beefUnits_title": string;
4525
+ "dialog_desertedTroops_beefUnits_tooltip": string;
4463
4526
  "dialog_desertedTroops_copy": string;
4527
+ "dialog_desertedTroops_fUnits_copy": string;
4528
+ "dialog_desertedTroops_fUnits_title": string;
4464
4529
  "dialog_desertedTroops_info": string;
4465
4530
  "dialog_desertedTroops_insufficientFood": string;
4466
4531
  "dialog_desertedTroops_insufficientMead": string;
@@ -4468,9 +4533,14 @@ export interface Language {
4468
4533
  "dialog_desertedTroops_meadUnits_title": string;
4469
4534
  "dialog_desertedTroops_meadUnits_tooltip": string;
4470
4535
  "dialog_desertedTroops_overseer": string;
4536
+ "dialog_desertedTroops_overseer_beef": string;
4537
+ "dialog_desertedTroops_overseer_f": string;
4538
+ "dialog_desertedTroops_overseer_mead": string;
4471
4539
  "dialog_desertedTroops_sufficientFood": string;
4472
4540
  "dialog_desertedTroops_sufficientMead": string;
4473
4541
  "dialog_desertedTroops_title": string;
4542
+ "dialog_desertedtroops_insufficientBeef": string;
4543
+ "dialog_desertedtroops_sufficientBeef": string;
4474
4544
  "dialog_dethrone_chances_subtitle": string;
4475
4545
  "dialog_dethrone_chances_title": string;
4476
4546
  "dialog_dethrone_desc": string;
@@ -4644,7 +4714,7 @@ export interface Language {
4644
4714
  "dialog_eventKing_speechBubble": string;
4645
4715
  "dialog_eventKing_speechBubbleEventNotFinished": string;
4646
4716
  "dialog_eventKing_speechBubble_done": string;
4647
- "dialog_event_announcement_description_106": string[];
4717
+ "dialog_event_announcement_description_106": string;
4648
4718
  "dialog_event_announcement_description_123": string;
4649
4719
  "dialog_event_announcement_header_106": string;
4650
4720
  "dialog_event_announcement_header_123": string;
@@ -5059,6 +5129,8 @@ export interface Language {
5059
5129
  "dialog_globalEffects_desc": string;
5060
5130
  "dialog_globalEffects_globalEffects": string;
5061
5131
  "dialog_globalEffects_header": string;
5132
+ "dialog_globalEffects_header_castellans": string;
5133
+ "dialog_globalEffects_header_commander": string;
5062
5134
  "dialog_globalEffects_help": string;
5063
5135
  "dialog_globalEffects_moreInfo_desc": string;
5064
5136
  "dialog_globalEffects_moreInfo_header": string;
@@ -5115,6 +5187,10 @@ export interface Language {
5115
5187
  "dialog_hospital_category_remove": string;
5116
5188
  "dialog_hospital_category_ruby_empty": string;
5117
5189
  "dialog_hospital_category_ruby_title": string;
5190
+ "dialog_hospital_filterMeleeMeadUnits_empty": string;
5191
+ "dialog_hospital_filterMeleeMeadUnits_tooltip": string;
5192
+ "dialog_hospital_filterRangedMeadUnits_empty": string;
5193
+ "dialog_hospital_filterRangedMeadUnits_tooltip": string;
5118
5194
  "dialog_hospital_hospitalSelection_title": string;
5119
5195
  "dialog_hospital_noUnlockedSlotLeft": string;
5120
5196
  "dialog_hospital_removeSoldiers_desc": string;
@@ -5897,6 +5973,9 @@ export interface Language {
5897
5973
  "dialog_legendTemple_defensive": string;
5898
5974
  "dialog_legendTemple_espionageFalse": string;
5899
5975
  "dialog_legendTemple_espionageTrue": string;
5976
+ "dialog_legendTemple_imperialDucatCosts": string;
5977
+ "dialog_legendTemple_imperialDucat_ImperialDucatLimit_tooltip": string;
5978
+ "dialog_legendTemple_imperialDucat_currency": string;
5900
5979
  "dialog_legendTemple_increaseSkill": string;
5901
5980
  "dialog_legendTemple_info": string;
5902
5981
  "dialog_legendTemple_infoAttack": string;
@@ -5950,10 +6029,52 @@ export interface Language {
5950
6029
  "dialog_legendTemple_sceat_2_name": string;
5951
6030
  "dialog_legendTemple_sceat_3_desc": string;
5952
6031
  "dialog_legendTemple_sceat_3_name": string;
6032
+ "dialog_legendTemple_sceat_47_desc": string;
6033
+ "dialog_legendTemple_sceat_47_name": string;
6034
+ "dialog_legendTemple_sceat_48_desc": string;
6035
+ "dialog_legendTemple_sceat_48_name": string;
6036
+ "dialog_legendTemple_sceat_49_desc": string;
6037
+ "dialog_legendTemple_sceat_49_name": string;
5953
6038
  "dialog_legendTemple_sceat_4_desc": string;
5954
6039
  "dialog_legendTemple_sceat_4_name": string;
6040
+ "dialog_legendTemple_sceat_50_desc": string;
6041
+ "dialog_legendTemple_sceat_50_name": string;
6042
+ "dialog_legendTemple_sceat_51_desc": string;
6043
+ "dialog_legendTemple_sceat_51_name": string;
6044
+ "dialog_legendTemple_sceat_52_desc": string;
6045
+ "dialog_legendTemple_sceat_52_name": string;
6046
+ "dialog_legendTemple_sceat_53_desc": string;
6047
+ "dialog_legendTemple_sceat_53_name": string;
6048
+ "dialog_legendTemple_sceat_54_desc": string;
6049
+ "dialog_legendTemple_sceat_54_name": string;
6050
+ "dialog_legendTemple_sceat_55_desc": string;
6051
+ "dialog_legendTemple_sceat_55_name": string;
6052
+ "dialog_legendTemple_sceat_56_desc": string;
6053
+ "dialog_legendTemple_sceat_56_name": string;
6054
+ "dialog_legendTemple_sceat_57_desc": string;
6055
+ "dialog_legendTemple_sceat_57_name": string;
6056
+ "dialog_legendTemple_sceat_58_desc": string;
6057
+ "dialog_legendTemple_sceat_58_name": string;
6058
+ "dialog_legendTemple_sceat_59_desc": string;
6059
+ "dialog_legendTemple_sceat_59_name": string;
5955
6060
  "dialog_legendTemple_sceat_5_desc": string;
5956
6061
  "dialog_legendTemple_sceat_5_name": string;
6062
+ "dialog_legendTemple_sceat_60_desc": string;
6063
+ "dialog_legendTemple_sceat_60_name": string;
6064
+ "dialog_legendTemple_sceat_61_desc": string;
6065
+ "dialog_legendTemple_sceat_61_name": string;
6066
+ "dialog_legendTemple_sceat_62_desc": string;
6067
+ "dialog_legendTemple_sceat_62_name": string;
6068
+ "dialog_legendTemple_sceat_63_desc": string;
6069
+ "dialog_legendTemple_sceat_63_name": string;
6070
+ "dialog_legendTemple_sceat_64_desc": string;
6071
+ "dialog_legendTemple_sceat_64_name": string;
6072
+ "dialog_legendTemple_sceat_65_desc": string;
6073
+ "dialog_legendTemple_sceat_65_name": string;
6074
+ "dialog_legendTemple_sceat_66_desc": string;
6075
+ "dialog_legendTemple_sceat_66_name": string;
6076
+ "dialog_legendTemple_sceat_67_desc": string;
6077
+ "dialog_legendTemple_sceat_67_name": string;
5957
6078
  "dialog_legendTemple_sceat_6_desc": string;
5958
6079
  "dialog_legendTemple_sceat_6_name": string;
5959
6080
  "dialog_legendTemple_sceat_7_desc": string;
@@ -5962,6 +6083,9 @@ export interface Language {
5962
6083
  "dialog_legendTemple_sceat_8_name": string;
5963
6084
  "dialog_legendTemple_sceat_9_desc": string;
5964
6085
  "dialog_legendTemple_sceat_9_name": string;
6086
+ "dialog_legendTemple_sceat_preview_buildings": string;
6087
+ "dialog_legendTemple_sceat_preview_tools": string;
6088
+ "dialog_legendTemple_sceat_preview_units": string;
5965
6089
  "dialog_legendTemple_setSkills": string;
5966
6090
  "dialog_legendTemple_skillCost": string;
5967
6091
  "dialog_legendTemple_skip": string;
@@ -5987,6 +6111,8 @@ export interface Language {
5987
6111
  "dialog_legendTemple_tierLockedSingular": string;
5988
6112
  "dialog_legendTemple_titleOverview": string;
5989
6113
  "dialog_legendTemple_title_keepSkill": string;
6114
+ "dialog_legendTemple_title_keepSkill_7": string;
6115
+ "dialog_legendTemple_title_keepSkill_8": string;
5990
6116
  "dialog_legendTemple_title_keepSkill_done": string;
5991
6117
  "dialog_legendTemple_title_keepSkill_locked": string;
5992
6118
  "dialog_legendTemple_title_keepSkill_new": string;
@@ -6884,6 +7010,7 @@ export interface Language {
6884
7010
  "dialog_options_rubyConfirmation_desc_1": string;
6885
7011
  "dialog_options_rubyConfirmation_desc_2": string;
6886
7012
  "dialog_options_rubyConfirmation_title": string;
7013
+ "dialog_options_saveAccount_enterEmail_desc": string;
6887
7014
  "dialog_options_title": string;
6888
7015
  "dialog_options_vipFlag": string;
6889
7016
  "dialog_outpostTeaser_fact1": string;
@@ -7566,6 +7693,15 @@ export interface Language {
7566
7693
  "dialog_researchTowerCompletePopup_buttonCopy": string;
7567
7694
  "dialog_researchTowerCompletePopup_copy": string;
7568
7695
  "dialog_researchTowerCompletePopup_header": string;
7696
+ "dialog_researchTower_manualsCategory11_title": string;
7697
+ "dialog_researchTower_manualsCategory12_title": string;
7698
+ "dialog_researchTower_manualsCategory13_title": string;
7699
+ "dialog_researchTower_manualsCategory14_title": string;
7700
+ "dialog_researchTower_manualsCategory15_title": string;
7701
+ "dialog_researchTower_manualsCategory16_title": string;
7702
+ "dialog_researchTower_manualsCategory17_title": string;
7703
+ "dialog_researchTower_manualsCategory18_title": string;
7704
+ "dialog_research_missing_for_construction": string;
7569
7705
  "dialog_research_researchTitle": string;
7570
7706
  "dialog_research_timerDays": string;
7571
7707
  "dialog_resourceOverview_metropolBonus": string;
@@ -8020,6 +8156,7 @@ export interface Language {
8020
8156
  "dialog_sendTroups_title": string;
8021
8157
  "dialog_sendingResource_title": string;
8022
8158
  "dialog_sendingTroops_title": string;
8159
+ "dialog_setPassword_password": string;
8023
8160
  "dialog_settings_googleLogin": string;
8024
8161
  "dialog_settings_signInWithApple": string;
8025
8162
  "dialog_shadowToolEventBuy_desc": string;
@@ -8887,6 +9024,7 @@ export interface Language {
8887
9024
  "divination_main_title": string;
8888
9025
  "divination_main_topreward": string;
8889
9026
  "dominionPoints": string;
9027
+ "ebshop_summer2_medium_name": string;
8890
9028
  "effect_description_attackBoostUnitAliensCI": string;
8891
9029
  "effect_description_attackBoostUnitBloodcrowsCI": string;
8892
9030
  "effect_name_allianceDefenseUnitAmountYardBonus": string;
@@ -9267,7 +9405,7 @@ export interface Language {
9267
9405
  "generals_abilities_desc_attack_1008": string;
9268
9406
  "generals_abilities_desc_attack_1010": string;
9269
9407
  "generals_abilities_desc_attack_1011": string;
9270
- "generals_abilities_desc_attack_1012": string[];
9408
+ "generals_abilities_desc_attack_1012": string;
9271
9409
  "generals_abilities_desc_attack_1013": string;
9272
9410
  "generals_abilities_desc_attack_1014": string;
9273
9411
  "generals_abilities_desc_attack_1015": string;
@@ -9298,7 +9436,7 @@ export interface Language {
9298
9436
  "generals_abilities_desc_defense_1008": string;
9299
9437
  "generals_abilities_desc_defense_1010": string;
9300
9438
  "generals_abilities_desc_defense_1011": string;
9301
- "generals_abilities_desc_defense_1012": string[];
9439
+ "generals_abilities_desc_defense_1012": string;
9302
9440
  "generals_abilities_desc_defense_1013": string;
9303
9441
  "generals_abilities_desc_defense_1014": string;
9304
9442
  "generals_abilities_desc_defense_1015": string;
@@ -9329,7 +9467,7 @@ export interface Language {
9329
9467
  "generals_abilities_desc_short_attack_1008": string;
9330
9468
  "generals_abilities_desc_short_attack_1010": string;
9331
9469
  "generals_abilities_desc_short_attack_1011": string;
9332
- "generals_abilities_desc_short_attack_1012": string[];
9470
+ "generals_abilities_desc_short_attack_1012": string;
9333
9471
  "generals_abilities_desc_short_attack_1013": string;
9334
9472
  "generals_abilities_desc_short_attack_1014": string;
9335
9473
  "generals_abilities_desc_short_attack_1015": string;
@@ -9337,7 +9475,7 @@ export interface Language {
9337
9475
  "generals_abilities_desc_short_attack_1018": string;
9338
9476
  "generals_abilities_desc_short_attack_1019": string;
9339
9477
  "generals_abilities_desc_short_attack_1020": string;
9340
- "generals_abilities_desc_short_attack_1021": string[];
9478
+ "generals_abilities_desc_short_attack_1021": string;
9341
9479
  "generals_abilities_desc_short_attack_1022": string;
9342
9480
  "generals_abilities_desc_short_attack_1023": string;
9343
9481
  "generals_abilities_desc_short_attack_1025": string;
@@ -9360,7 +9498,7 @@ export interface Language {
9360
9498
  "generals_abilities_desc_short_defense_1008": string;
9361
9499
  "generals_abilities_desc_short_defense_1010": string;
9362
9500
  "generals_abilities_desc_short_defense_1011": string;
9363
- "generals_abilities_desc_short_defense_1012": string[];
9501
+ "generals_abilities_desc_short_defense_1012": string;
9364
9502
  "generals_abilities_desc_short_defense_1013": string;
9365
9503
  "generals_abilities_desc_short_defense_1014": string;
9366
9504
  "generals_abilities_desc_short_defense_1015": string;
@@ -9368,7 +9506,7 @@ export interface Language {
9368
9506
  "generals_abilities_desc_short_defense_1018": string;
9369
9507
  "generals_abilities_desc_short_defense_1019": string;
9370
9508
  "generals_abilities_desc_short_defense_1020": string;
9371
- "generals_abilities_desc_short_defense_1021": string[];
9509
+ "generals_abilities_desc_short_defense_1021": string;
9372
9510
  "generals_abilities_desc_short_defense_1022": string;
9373
9511
  "generals_abilities_desc_short_defense_1023": string;
9374
9512
  "generals_abilities_desc_short_defense_1025": string;
@@ -9391,7 +9529,7 @@ export interface Language {
9391
9529
  "generals_abilities_desc_short_leveling_attack_1008": string;
9392
9530
  "generals_abilities_desc_short_leveling_attack_1010": string;
9393
9531
  "generals_abilities_desc_short_leveling_attack_1011": string;
9394
- "generals_abilities_desc_short_leveling_attack_1012": string[];
9532
+ "generals_abilities_desc_short_leveling_attack_1012": string;
9395
9533
  "generals_abilities_desc_short_leveling_attack_1013": string;
9396
9534
  "generals_abilities_desc_short_leveling_attack_1014": string;
9397
9535
  "generals_abilities_desc_short_leveling_attack_1015": string;
@@ -9421,7 +9559,7 @@ export interface Language {
9421
9559
  "generals_abilities_desc_short_leveling_defense_1008": string;
9422
9560
  "generals_abilities_desc_short_leveling_defense_1010": string;
9423
9561
  "generals_abilities_desc_short_leveling_defense_1011": string;
9424
- "generals_abilities_desc_short_leveling_defense_1012": string[];
9562
+ "generals_abilities_desc_short_leveling_defense_1012": string;
9425
9563
  "generals_abilities_desc_short_leveling_defense_1013": string;
9426
9564
  "generals_abilities_desc_short_leveling_defense_1014": string;
9427
9565
  "generals_abilities_desc_short_leveling_defense_1015": string;
@@ -9452,7 +9590,7 @@ export interface Language {
9452
9590
  "generals_abilities_desc_short_value_attack_1008": string;
9453
9591
  "generals_abilities_desc_short_value_attack_1010": string;
9454
9592
  "generals_abilities_desc_short_value_attack_1011": string;
9455
- "generals_abilities_desc_short_value_attack_1012": string[];
9593
+ "generals_abilities_desc_short_value_attack_1012": string;
9456
9594
  "generals_abilities_desc_short_value_attack_1013": string;
9457
9595
  "generals_abilities_desc_short_value_attack_1014": string;
9458
9596
  "generals_abilities_desc_short_value_attack_1015": string;
@@ -9460,7 +9598,7 @@ export interface Language {
9460
9598
  "generals_abilities_desc_short_value_attack_1018": string;
9461
9599
  "generals_abilities_desc_short_value_attack_1019": string;
9462
9600
  "generals_abilities_desc_short_value_attack_1020": string;
9463
- "generals_abilities_desc_short_value_attack_1021": string[];
9601
+ "generals_abilities_desc_short_value_attack_1021": string;
9464
9602
  "generals_abilities_desc_short_value_attack_1022": string;
9465
9603
  "generals_abilities_desc_short_value_attack_1023": string;
9466
9604
  "generals_abilities_desc_short_value_attack_1025": string;
@@ -9483,7 +9621,7 @@ export interface Language {
9483
9621
  "generals_abilities_desc_short_value_defense_1008": string;
9484
9622
  "generals_abilities_desc_short_value_defense_1010": string;
9485
9623
  "generals_abilities_desc_short_value_defense_1011": string;
9486
- "generals_abilities_desc_short_value_defense_1012": string[];
9624
+ "generals_abilities_desc_short_value_defense_1012": string;
9487
9625
  "generals_abilities_desc_short_value_defense_1013": string;
9488
9626
  "generals_abilities_desc_short_value_defense_1014": string;
9489
9627
  "generals_abilities_desc_short_value_defense_1015": string;
@@ -9491,7 +9629,7 @@ export interface Language {
9491
9629
  "generals_abilities_desc_short_value_defense_1018": string;
9492
9630
  "generals_abilities_desc_short_value_defense_1019": string;
9493
9631
  "generals_abilities_desc_short_value_defense_1020": string;
9494
- "generals_abilities_desc_short_value_defense_1021": string[];
9632
+ "generals_abilities_desc_short_value_defense_1021": string;
9495
9633
  "generals_abilities_desc_short_value_defense_1022": string;
9496
9634
  "generals_abilities_desc_short_value_defense_1023": string;
9497
9635
  "generals_abilities_desc_short_value_defense_1025": string;
@@ -9515,7 +9653,7 @@ export interface Language {
9515
9653
  "generals_abilities_name_1008": string;
9516
9654
  "generals_abilities_name_1010": string;
9517
9655
  "generals_abilities_name_1011": string;
9518
- "generals_abilities_name_1012": string[];
9656
+ "generals_abilities_name_1012": string;
9519
9657
  "generals_abilities_name_1013": string;
9520
9658
  "generals_abilities_name_1014": string;
9521
9659
  "generals_abilities_name_1015": string;
@@ -9552,37 +9690,37 @@ export interface Language {
9552
9690
  "generals_characters_105_name": string;
9553
9691
  "generals_characters_105_narrative": string;
9554
9692
  "generals_characters_105_summary": string;
9555
- "generals_characters_106_name": string[];
9693
+ "generals_characters_106_name": string;
9556
9694
  "generals_characters_106_narrative": string;
9557
9695
  "generals_characters_106_summary": string;
9558
- "generals_characters_109_name": string[];
9696
+ "generals_characters_109_name": string;
9559
9697
  "generals_characters_109_narrative": string;
9560
9698
  "generals_characters_109_summary": string;
9561
- "generals_characters_110_name": string[];
9699
+ "generals_characters_110_name": string;
9562
9700
  "generals_characters_110_narrative": string;
9563
9701
  "generals_characters_110_summary": string;
9564
- "generals_characters_111_name": string[];
9702
+ "generals_characters_111_name": string;
9565
9703
  "generals_characters_111_narrative": string;
9566
9704
  "generals_characters_111_summary": string;
9567
- "generals_characters_112_name": string[];
9705
+ "generals_characters_112_name": string;
9568
9706
  "generals_characters_112_narrative": string;
9569
9707
  "generals_characters_112_summary": string;
9570
- "generals_characters_113_name": string[];
9708
+ "generals_characters_113_name": string;
9571
9709
  "generals_characters_113_narrative": string;
9572
9710
  "generals_characters_113_summary": string;
9573
- "generals_characters_114_name": string[];
9711
+ "generals_characters_114_name": string;
9574
9712
  "generals_characters_114_narrative": string;
9575
9713
  "generals_characters_114_summary": string;
9576
- "generals_characters_115_name": string[];
9714
+ "generals_characters_115_name": string;
9577
9715
  "generals_characters_115_narrative": string;
9578
9716
  "generals_characters_115_summary": string;
9579
- "generals_characters_116_name": string[];
9717
+ "generals_characters_116_name": string;
9580
9718
  "generals_characters_116_narrative": string;
9581
9719
  "generals_characters_116_summary": string;
9582
- "generals_characters_117_name": string[];
9720
+ "generals_characters_117_name": string;
9583
9721
  "generals_characters_117_narrative": string;
9584
9722
  "generals_characters_117_summary": string;
9585
- "generals_characters_118_name": string[];
9723
+ "generals_characters_118_name": string;
9586
9724
  "generals_characters_118_narrative": string;
9587
9725
  "generals_characters_118_summary": string;
9588
9726
  "generals_introduction_cinematic01_01": string;
@@ -9816,6 +9954,7 @@ export interface Language {
9816
9954
  "help_construction_inventory_regular": string;
9817
9955
  "help_copyQueue_tools": string;
9818
9956
  "help_copyQueue_units": string;
9957
+ "help_crafting_kingdomToolsmith": string;
9819
9958
  "help_dailyQuests": string;
9820
9959
  "help_defence_unitcomposition_courtyard": string;
9821
9960
  "help_equipment_inventory_relics": string;
@@ -9895,6 +10034,8 @@ export interface Language {
9895
10034
  "honeyLimitInBrewery": string;
9896
10035
  "honeyStorage_capacityBonus_tt": string;
9897
10036
  "hospital_info_slots": string;
10037
+ "hud_button_cattleFarm": string;
10038
+ "hud_button_kingdomToolsmith": string;
9898
10039
  "hud_rewardHub_offerDropdown_counter": string;
9899
10040
  "hud_rewardHub_title": string;
9900
10041
  "hugekhantabletchest_name": string;
@@ -9928,6 +10069,9 @@ export interface Language {
9928
10069
  "khanMedals_short_info": string;
9929
10070
  "khanTablets_singular": string;
9930
10071
  "khancamp": string;
10072
+ "kingdomToolsmith_name": string;
10073
+ "kingdomToolsmith_short_info": string;
10074
+ "kingdomToolsmith_upgrade_info": string;
9931
10075
  "kingdom_islandResetTimer_2": string;
9932
10076
  "kingdom_island_village_countdown_copy": string;
9933
10077
  "kingdom_island_village_desc": string;
@@ -10001,6 +10145,7 @@ export interface Language {
10001
10145
  "mbs_access_error_tryAgain_desc": string;
10002
10146
  "mbs_access_findAccountID_desc": string;
10003
10147
  "mbs_access_welcome_desc": string;
10148
+ "meadBeefUnits": string;
10004
10149
  "meadStorage_capacityBonus_tt": string;
10005
10150
  "meleeMeadUnits": string;
10006
10151
  "merchantItem_building_2110_desc": string;
@@ -10250,6 +10395,7 @@ export interface Language {
10250
10395
  "message_declinedPeace_copy": string;
10251
10396
  "message_giftReceived_desc": string;
10252
10397
  "message_giftReceived_header": string;
10398
+ "message_header_desertedTroops_beefUnits_title": string;
10253
10399
  "message_header_fbConnectNow_title": string;
10254
10400
  "message_header_invasion_start": string;
10255
10401
  "message_header_island_reward": string;
@@ -10288,6 +10434,7 @@ export interface Language {
10288
10434
  "minigameFeat_intro_closing": string;
10289
10435
  "minigameFeat_intro_description": string;
10290
10436
  "minigameFeat_intro_header": string;
10437
+ "minigameFeat_leave_desc": string;
10291
10438
  "minigameFeat_leave_description": string;
10292
10439
  "minigameFeat_leave_header": string;
10293
10440
  "minigameFeat_lostGame": string;
@@ -10298,6 +10445,7 @@ export interface Language {
10298
10445
  "monument_unitWarningQuestion": string;
10299
10446
  "moraleBonus": string;
10300
10447
  "moraleDialog_copy": string;
10448
+ "mysteryBoxHoL8_package_info_desc": string;
10301
10449
  "mysteryBox_package_info_desc": string;
10302
10450
  "needResearchEvent": string;
10303
10451
  "needResearchTower": string;
@@ -10306,6 +10454,12 @@ export interface Language {
10306
10454
  "needSkillLevel": string;
10307
10455
  "new_shadow_copy": string;
10308
10456
  "new_shadow_title": string;
10457
+ "nk_saveYourAccount_choosePW": string;
10458
+ "nk_saveYourAccount_desc": string;
10459
+ "nk_saveYourAccount_loginName": string;
10460
+ "nk_saveYourAccount_title": string;
10461
+ "nk_savedAccount_desc": string;
10462
+ "nk_savedAccount_title": string;
10309
10463
  "noAvailableOffer": string;
10310
10464
  "nomadBooster_name": string;
10311
10465
  "notEnoughRubies_exclamation": string;
@@ -10316,6 +10470,7 @@ export interface Language {
10316
10470
  "openGate": string;
10317
10471
  "optimization_factionhospital_upgrade_info": string;
10318
10472
  "or": string;
10473
+ "overseer_beef_copy_short": string;
10319
10474
  "package_000": string;
10320
10475
  "package_001": string;
10321
10476
  "package_002": string;
@@ -10330,11 +10485,13 @@ export interface Language {
10330
10485
  "package_011": string;
10331
10486
  "package_012": string;
10332
10487
  "package_015": string;
10488
+ "panel_action_cattleFarm": string;
10333
10489
  "panel_action_dailyQuests": string;
10334
10490
  "panel_action_equipping": string;
10335
10491
  "panel_action_friends": string;
10336
10492
  "panel_action_generals_inn": string;
10337
10493
  "panel_action_generals_overview": string;
10494
+ "panel_action_reinforcedVaultkingdomToolsmith": string;
10338
10495
  "panel_action_seasonLeague": string;
10339
10496
  "panel_collector_HUDButton_Anniversary": string;
10340
10497
  "panel_deco_specialCurrency_counter": string;
@@ -10421,7 +10578,7 @@ export interface Language {
10421
10578
  "pointsEvent_longPointsEvent_alienInvasion_condition03": string;
10422
10579
  "pointsEvent_longPointsEvent_nomadInvasion_condition01": string;
10423
10580
  "pointsEvent_longPointsEvent_nomadInvasion_condition02": string;
10424
- "pointsEvent_longPointsEvent_nomadInvasion_condition03": string[];
10581
+ "pointsEvent_longPointsEvent_nomadInvasion_condition03": string;
10425
10582
  "pointsEvent_longPointsEvent_redAlienInvasion_condition01": string;
10426
10583
  "pointsEvent_longPointsEvent_redAlienInvasion_condition02": string;
10427
10584
  "pointsEvent_longPointsEvent_redAlienInvasion_condition03": string;
@@ -10445,6 +10602,8 @@ export interface Language {
10445
10602
  "presets_feedback_presetAppliedWave": string;
10446
10603
  "presets_feedback_presetSaved": string;
10447
10604
  "presets_feedback_waveCleared": string;
10605
+ "push_1043_title": string;
10606
+ "push_2047_content": string;
10448
10607
  "questCondition_collectKhanMedals": string;
10449
10608
  "questCondition_collectRage": string;
10450
10609
  "questCondition_defeatKhanCamps": string;
@@ -10490,6 +10649,8 @@ export interface Language {
10490
10649
  "reduceBuildingCosts": string;
10491
10650
  "refinedLumber": string;
10492
10651
  "refinedStone": string;
10652
+ "reinforcedVault_short_info": string;
10653
+ "reinforcedVault_upgrade_info": string;
10493
10654
  "releaseUnknown_dialog_alliance_rankinfo0": string;
10494
10655
  "releaseUnknown_dialog_alliance_rankinfo1": string;
10495
10656
  "releaseUnknown_dialog_alliance_rankinfo2": string;
@@ -10631,8 +10792,10 @@ export interface Language {
10631
10792
  "ringmenu_allianceHelp": string;
10632
10793
  "ringmenu_allianceHelp_countdown": string;
10633
10794
  "ringmenu_allianceHelp_progress": string;
10795
+ "ringmenu_building_cattleFarm": string;
10634
10796
  "ringmenu_building_generals_inn": string;
10635
10797
  "ringmenu_building_generals_overview": string;
10798
+ "ringmenu_building_kingdomToolsmith": string;
10636
10799
  "ringmenu_constructionHelp": string;
10637
10800
  "ringmenu_military_menu_enemyRankLow": string;
10638
10801
  "ringmenu_military_menu_notEnoughCharge": string;
@@ -11391,6 +11554,7 @@ export interface Language {
11391
11554
  "underworldRelicts_Hard": string;
11392
11555
  "underworldRelicts_Normal": string;
11393
11556
  "underworld_tower": string;
11557
+ "unitType_beef": string;
11394
11558
  "unitType_melee": string;
11395
11559
  "unitType_ranged": string;
11396
11560
  "unitsInCourtyard_limit_support": string;
@@ -11415,6 +11579,16 @@ export interface Language {
11415
11579
  "webShop_login": string;
11416
11580
  "webShop_tokenExpired_desc": string;
11417
11581
  "webShop_unexpectedError_desc": string;
11582
+ "webshop_EasterMeadBow_desc": string;
11583
+ "webshop_EasterMeadMace_desc": string;
11584
+ "webshop_EasterMeadRanger_desc": string;
11585
+ "webshop_EasterMeadShieldMaiden_desc": string;
11586
+ "webshop_FlameBreathBerserker_desc": string;
11587
+ "webshop_FruitBreaker_desc": string;
11588
+ "webshop_FruitPirate_desc": string;
11589
+ "webshop_GlassWingArcher_desc": string;
11590
+ "webshop_SummerHuntress_desc": string;
11591
+ "webshop_SummerMarksman_desc": string;
11418
11592
  "webshop_TCI_foodProductionGeneric_desc": string;
11419
11593
  "webshop_TCIbarracks_recruitment500": string;
11420
11594
  "webshop_TCIbarracks_recruitment750": string;
@@ -11437,10 +11611,17 @@ export interface Language {
11437
11611
  "webshop_attackUnitAmountFlankTCI_2009_desc": string;
11438
11612
  "webshop_attackUnitAmountFlankTCI_2010_desc": string;
11439
11613
  "webshop_attackUnitAmountFlankTCI_2011_desc": string;
11614
+ "webshop_attackUnitAmountFlankTCIcap_2008_desc": string;
11615
+ "webshop_attackUnitAmountFlankTCIcap_2010_desc": string;
11616
+ "webshop_attackUnitAmountFlankTCIcap_2011_desc": string;
11440
11617
  "webshop_attackUnitAmountFrontTCI_2012_desc": string;
11441
11618
  "webshop_attackUnitAmountFrontTCI_2013_desc": string;
11442
11619
  "webshop_attackUnitAmountFrontTCI_2014_desc": string;
11443
11620
  "webshop_attackUnitAmountFrontTCI_2015_desc": string;
11621
+ "webshop_attackUnitAmountFrontTCIcap_2004_desc": string;
11622
+ "webshop_attackUnitAmountFrontTCIcap_2012_desc": string;
11623
+ "webshop_attackUnitAmountFrontTCIcap_2014_desc": string;
11624
+ "webshop_attackUnitAmountFrontTCIcap_2015_desc": string;
11444
11625
  "webshop_autumn_VIP_name": string;
11445
11626
  "webshop_autumn_extraLarge_name": string;
11446
11627
  "webshop_autumn_giant_name": string;
@@ -11563,6 +11744,7 @@ export interface Language {
11563
11744
  "webshop_dayOfTheDead_large_name": string;
11564
11745
  "webshop_dayOfTheDead_medium_name": string;
11565
11746
  "webshop_dayOfTheDead_small_name": string;
11747
+ "webshop_decoCustomSize": string;
11566
11748
  "webshop_decoFusion_VIP_name": string;
11567
11749
  "webshop_decoFusion_extraLarge_name": string;
11568
11750
  "webshop_decoFusion_giant_name": string;
@@ -11570,6 +11752,11 @@ export interface Language {
11570
11752
  "webshop_decoFusion_large_name": string;
11571
11753
  "webshop_decoFusion_medium_name": string;
11572
11754
  "webshop_decoFusion_small_name": string;
11755
+ "webshop_decoWithEffects_FoodHoneyMeadProductionCap_desc": string;
11756
+ "webshop_decoWithEffects_HoneyFoodMeadProductionGeneric_desc": string;
11757
+ "webshop_decoWithEffects_RecrutSpeedRecrutCostGeneric_desc": string;
11758
+ "webshop_decoWithEffects_WallDefCourtDefCourtCap_desc": string;
11759
+ "webshop_decoWithEffects_XP2BarrowsCapacity_desc": string;
11573
11760
  "webshop_decoWithEffects_attackCombat_desc": string;
11574
11761
  "webshop_decoWithEffects_defenderStrength_desc": string;
11575
11762
  "webshop_decoWithEffects_foodProductionFire_desc": string;
@@ -11671,6 +11858,7 @@ export interface Language {
11671
11858
  "webshop_halloween_small_name": string;
11672
11859
  "webshop_hookshotcannon_desc": string;
11673
11860
  "webshop_hwacha_desc": string;
11861
+ "webshop_itemtemporary_desc_771": string;
11674
11862
  "webshop_itemtemporary_desc_812": string;
11675
11863
  "webshop_itemtemporary_desc_813": string;
11676
11864
  "webshop_itemtemporary_desc_814": string;
@@ -11687,6 +11875,12 @@ export interface Language {
11687
11875
  "webshop_itemtemporary_desc_889": string;
11688
11876
  "webshop_itemtemporary_desc_893": string;
11689
11877
  "webshop_itemtemporary_desc_894": string;
11878
+ "webshop_itemtemporary_desc_CastStrDefYardWallLimitDaysGeneric": string;
11879
+ "webshop_itemtemporary_desc_CastStrDefYardWallLimitHoursGeneric": string;
11880
+ "webshop_itemtemporary_desc_CommStrTroopMRDaysGeneric": string;
11881
+ "webshop_itemtemporary_desc_CommStrTroopMRHoursGeneric": string;
11882
+ "webshop_itemtemporary_desc_WaveUnitLimitDaysGeneric": string;
11883
+ "webshop_itemtemporary_desc_WaveUnitLimitHoursGeneric": string;
11690
11884
  "webshop_keepBenefits": string;
11691
11885
  "webshop_legal_1": string;
11692
11886
  "webshop_logout": string;
@@ -11739,10 +11933,15 @@ export interface Language {
11739
11933
  "webshop_offensiveMeleeBonusTCI_2005_desc": string;
11740
11934
  "webshop_offensiveMeleeBonusTCI_2006_desc": string;
11741
11935
  "webshop_offensiveMeleeBonusTCI_2007_desc": string;
11936
+ "webshop_offensiveMeleeBonusTCIcap_2006_desc": string;
11937
+ "webshop_offensiveMeleeBonusTCIcap_2007_desc": string;
11742
11938
  "webshop_offensiveRangeBonusTCI_2000_desc": string;
11743
11939
  "webshop_offensiveRangeBonusTCI_2001_desc": string;
11744
11940
  "webshop_offensiveRangeBonusTCI_2002_desc": string;
11745
11941
  "webshop_offensiveRangeBonusTCI_2003_desc": string;
11942
+ "webshop_offensiveRangeBonusTCIcap_2000_desc": string;
11943
+ "webshop_offensiveRangeBonusTCIcap_2002_desc": string;
11944
+ "webshop_offensiveRangeBonusTCIcap_2003_desc": string;
11746
11945
  "webshop_offensiveTroops_VIP_name": string;
11747
11946
  "webshop_offensiveTroops_extraLarge_name": string;
11748
11947
  "webshop_offensiveTroops_giant_name": string;
@@ -11785,6 +11984,7 @@ export interface Language {
11785
11984
  "webshop_offer_dailyBundle_efAnniversary_desc": string;
11786
11985
  "webshop_offer_dailyBundle_goldenWeek_desc": string;
11787
11986
  "webshop_offer_dailyBundle_oktoberfest_desc": string;
11987
+ "webshop_offer_dailyBundle_springSpecial_desc": string;
11788
11988
  "webshop_offer_dailyBundle_stPatricks_desc": string;
11789
11989
  "webshop_offer_dailyBundle_summerHoliday_desc": string;
11790
11990
  "webshop_offer_dailyBundle_title": string;
@@ -11914,6 +12114,15 @@ export interface Language {
11914
12114
  "webshop_subscription_cancel_confirmation_header": string;
11915
12115
  "webshop_subscription_cancel_request_desc": string;
11916
12116
  "webshop_subscription_cancel_request_header": string;
12117
+ "webshop_summer2_VIP_name": string;
12118
+ "webshop_summer2_extraLarge_name": string;
12119
+ "webshop_summer2_giant_name": string;
12120
+ "webshop_summer2_huge_name": string;
12121
+ "webshop_summer2_large_name": string;
12122
+ "webshop_summer2_small_name": string;
12123
+ "webshop_summerDecoE_Combat": string;
12124
+ "webshop_summerDecoE_Resources": string;
12125
+ "webshop_summerDecoE_XP": string;
11917
12126
  "webshop_summer_VIP_name": string;
11918
12127
  "webshop_summer_extraLarge_name": string;
11919
12128
  "webshop_summer_giant_name": string;
@@ -11932,6 +12141,7 @@ export interface Language {
11932
12141
  "webshop_valentines_large_name": string;
11933
12142
  "webshop_valentines_medium_name": string;
11934
12143
  "webshop_valentines_small_name": string;
12144
+ "webshop_warwagon_desc": string;
11935
12145
  "webshop_winter_VIP_name": string;
11936
12146
  "webshop_winter_extraLarge_name": string;
11937
12147
  "webshop_winter_giant_name": string;
@@ -11996,8 +12206,10 @@ export interface Language {
11996
12206
  "ci_effect_attackBoostYard": string;
11997
12207
  "ci_effect_attackBoostYardTCI": string;
11998
12208
  "ci_effect_attackUnitAmountFlank": string;
12209
+ "ci_effect_attackUnitAmountFlankCapped": string;
11999
12210
  "ci_effect_attackUnitAmountFlankTCI": string;
12000
12211
  "ci_effect_attackUnitAmountFront": string;
12212
+ "ci_effect_attackUnitAmountFrontCapped": string;
12001
12213
  "ci_effect_attackUnitAmountFrontTCI": string;
12002
12214
  "ci_effect_attackUnitAmountReinforcementBonus": string;
12003
12215
  "ci_effect_attackUnitAmountReinforcementBoost": string;
@@ -12025,8 +12237,11 @@ export interface Language {
12025
12237
  "ci_effect_defenderSurviveBoost_blueprint": string;
12026
12238
  "ci_effect_defenderSurviveBoost_tt": string;
12027
12239
  "ci_effect_defenseBoostYard": string;
12240
+ "ci_effect_defenseBoostYardCapped": string;
12028
12241
  "ci_effect_defenseBoostYardTCI": string;
12242
+ "ci_effect_defenseUnitAmountWallCapped": string;
12029
12243
  "ci_effect_defenseUnitAmountYardBonus": string;
12244
+ "ci_effect_defenseUnitAmountYardBonusCapped": string;
12030
12245
  "ci_effect_defenseUnitAmountYardMinorBoost": string;
12031
12246
  "ci_effect_defensiveToolsCostsReduction": string;
12032
12247
  "ci_effect_defensiveToolsSpeedBoost": string;
@@ -12071,8 +12286,10 @@ export interface Language {
12071
12286
  "ci_effect_nomadDrillGround_tt": string;
12072
12287
  "ci_effect_offensiveMeleeBonus": string;
12073
12288
  "ci_effect_offensiveMeleeBonusTCI": string;
12289
+ "ci_effect_offensiveMeleeBonusTCICapped": string;
12074
12290
  "ci_effect_offensiveRangeBonus": string;
12075
12291
  "ci_effect_offensiveRangeBonusTCI": string;
12292
+ "ci_effect_offensiveRangeBonusTCICapped": string;
12076
12293
  "ci_effect_offensiveToolsCostsReduction": string;
12077
12294
  "ci_effect_offensiveToolsSpeedBoost": string;
12078
12295
  "ci_effect_piratesStorehouse": string;
@@ -12129,6 +12346,7 @@ export interface Language {
12129
12346
  "effect_category_7": string;
12130
12347
  "effect_category_8": string;
12131
12348
  "effect_category_commonEffectCap": string;
12349
+ "effect_desc_CraftingQueueProductionBoost_4": string;
12132
12350
  "effect_description_additionalWaves": string;
12133
12351
  "effect_description_allianceDefenseUnitAmountYardBonus": string;
12134
12352
  "effect_description_attackBonus": string;
@@ -12164,6 +12382,7 @@ export interface Language {
12164
12382
  "effect_description_unboostedFoodProductionTCI": string;
12165
12383
  "effect_description_unitWallCountTCI": string;
12166
12384
  "effect_effectsTooltip_header_castellan": string;
12385
+ "effect_group_1_11_active": string;
12167
12386
  "effect_group_1_13_active": string;
12168
12387
  "effect_group_1_13_active_malus": string;
12169
12388
  "effect_group_1_13_passive": string;
@@ -12232,6 +12451,12 @@ export interface Language {
12232
12451
  "effect_group_5_4_active": string;
12233
12452
  "effect_group_5_4_active_malus": string;
12234
12453
  "effect_group_5_4_passive": string;
12454
+ "effect_group_5_5_active": string;
12455
+ "effect_group_5_5_active_malus": string;
12456
+ "effect_group_5_5_passive": string;
12457
+ "effect_group_5_6_active": string;
12458
+ "effect_group_5_6_active_malus": string;
12459
+ "effect_group_5_6_passive": string;
12235
12460
  "effect_group_6_10_active": string;
12236
12461
  "effect_group_6_10_active_malus": string;
12237
12462
  "effect_group_6_10_passive": string;
@@ -12274,18 +12499,25 @@ export interface Language {
12274
12499
  "effect_group_6_9_active": string;
12275
12500
  "effect_group_6_9_active_malus": string;
12276
12501
  "effect_group_6_9_passive": string;
12502
+ "effect_group_8_4_active": string;
12277
12503
  "effect_name_AttackBoostYardDecoCapped": string;
12504
+ "effect_name_CraftingQueueProductionBoost_4": string;
12278
12505
  "effect_name_attackBoostYard": string;
12506
+ "effect_name_attackUnitAmountFlankCapped": string;
12279
12507
  "effect_name_attackUnitAmountFront": string;
12280
- "effect_name_battleXPBoost": string[];
12281
- "effect_name_buildingXPBoost": string[];
12508
+ "effect_name_attackUnitAmountFrontCapped": string;
12509
+ "effect_name_battleXPBoost": string;
12510
+ "effect_name_buildingXPBoost": string;
12282
12511
  "effect_name_coalProductionBoost": string;
12283
12512
  "effect_name_decoUnboostedMeadProductionCapped": string;
12284
12513
  "effect_name_decosUnboostedFoodProductionBonusBaronEconomyCapped": string;
12285
12514
  "effect_name_decosUnboostedHoneyProductionCapped": string;
12286
12515
  "effect_name_defenseBoostYard": string;
12516
+ "effect_name_defenseBoostYardCapped": string;
12287
12517
  "effect_name_defenseUnitAmountWall": string;
12518
+ "effect_name_defenseUnitAmountWallCapped": string;
12288
12519
  "effect_name_defenseUnitAmountYardBonus": string;
12520
+ "effect_name_defenseUnitAmountYardBonusCapped": string;
12289
12521
  "effect_name_difficultyScalingAttackBoostFlank": string;
12290
12522
  "effect_name_difficultyScalingAttackBoostFront": string;
12291
12523
  "effect_name_difficultyScalingAttackBoostYard": string;
@@ -12314,13 +12546,15 @@ export interface Language {
12314
12546
  "effect_name_honeyCapacityBonusBaronEconomy": string;
12315
12547
  "effect_name_ironProductionBoost": string;
12316
12548
  "effect_name_marketCarriageCapacityBoost": string;
12317
- "effect_name_marketSpeedOwnBoost": string[];
12549
+ "effect_name_marketSpeedOwnBoost": string;
12318
12550
  "effect_name_meadCapacityBonusBaronEconomy": string;
12319
12551
  "effect_name_meadProductionBoost": string;
12320
12552
  "effect_name_offensiveMeleeBonus": string;
12321
12553
  "effect_name_offensiveMeleeBonusDecoCapped": string;
12554
+ "effect_name_offensiveMeleeBonusTCICapped": string;
12322
12555
  "effect_name_offensiveRangeBonus": string;
12323
12556
  "effect_name_offensiveRangeBonusDecoCapped": string;
12557
+ "effect_name_offensiveRangeBonusTCICapped": string;
12324
12558
  "effect_name_oilProductionBoost": string;
12325
12559
  "effect_name_recruitmentCostDecreaseAll": string;
12326
12560
  "effect_name_recruitmentCostDecreaseAllCapped": string;
@@ -12373,6 +12607,7 @@ export interface Language {
12373
12607
  "equip_effect_description_attackUnitAmountFlankAlien": string;
12374
12608
  "equip_effect_description_attackUnitAmountFlankBerimondInvasion": string;
12375
12609
  "equip_effect_description_attackUnitAmountFlankBerimondKingdom": string;
12610
+ "equip_effect_description_attackUnitAmountFlankCapped": string;
12376
12611
  "equip_effect_description_attackUnitAmountFlankConquerBaron": string;
12377
12612
  "equip_effect_description_attackUnitAmountFlankConquerGeneral": string;
12378
12613
  "equip_effect_description_attackUnitAmountFlankMalusPVE": string;
@@ -12384,6 +12619,7 @@ export interface Language {
12384
12619
  "equip_effect_description_attackUnitAmountFlankShapeshifter": string;
12385
12620
  "equip_effect_description_attackUnitAmountFlankTCI": string;
12386
12621
  "equip_effect_description_attackUnitAmountFront": string;
12622
+ "equip_effect_description_attackUnitAmountFrontCapped": string;
12387
12623
  "equip_effect_description_attackUnitAmountFrontConquerBaron": string;
12388
12624
  "equip_effect_description_attackUnitAmountFrontConquerGeneral": string;
12389
12625
  "equip_effect_description_attackUnitAmountFrontMalusPVE": string;
@@ -12410,15 +12646,18 @@ export interface Language {
12410
12646
  "equip_effect_description_defenseBonusNotMainCastle_Maya": string;
12411
12647
  "equip_effect_description_defenseBoostYard": string;
12412
12648
  "equip_effect_description_defenseBoostYardBaron": string;
12649
+ "equip_effect_description_defenseBoostYardCapped": string;
12413
12650
  "equip_effect_description_defenseBoostYardPvP": string;
12414
12651
  "equip_effect_description_defenseBoostYardTower": string;
12415
12652
  "equip_effect_description_defenseMalusBaron": string;
12416
12653
  "equip_effect_description_defenseUnitAmountWall": string;
12654
+ "equip_effect_description_defenseUnitAmountWallCapped": string;
12417
12655
  "equip_effect_description_defenseUnitAmountWallMainCastle": string;
12418
12656
  "equip_effect_description_defenseUnitAmountWallNotMainCastle": string;
12419
12657
  "equip_effect_description_defenseUnitAmountWallNotMainCastle_Maya": string;
12420
12658
  "equip_effect_description_defenseUnitAmountWallPVP": string;
12421
12659
  "equip_effect_description_defenseUnitAmountYardBonus": string;
12660
+ "equip_effect_description_defenseUnitAmountYardBonusCapped": string;
12422
12661
  "equip_effect_description_defenseUnitAmountwallMalusBaron": string;
12423
12662
  "equip_effect_description_difficultyScalingAttackBoostFlank": string;
12424
12663
  "equip_effect_description_difficultyScalingAttackBoostFront": string;
@@ -12513,6 +12752,7 @@ export interface Language {
12513
12752
  "equip_effect_description_offensiveMeleeBonusDecoCapped": string;
12514
12753
  "equip_effect_description_offensiveMeleeBonusPVE": string;
12515
12754
  "equip_effect_description_offensiveMeleeBonusTCI": string;
12755
+ "equip_effect_description_offensiveMeleeBonusTCICapped": string;
12516
12756
  "equip_effect_description_offensiveMeleeMalusPVE": string;
12517
12757
  "equip_effect_description_offensiveMeleeMalusPVP": string;
12518
12758
  "equip_effect_description_offensiveRangeBonus": string;
@@ -12526,6 +12766,7 @@ export interface Language {
12526
12766
  "equip_effect_description_offensiveRangeBonusPVE": string;
12527
12767
  "equip_effect_description_offensiveRangeBonusSamurai": string;
12528
12768
  "equip_effect_description_offensiveRangeBonusTCI": string;
12769
+ "equip_effect_description_offensiveRangeBonusTCICapped": string;
12529
12770
  "equip_effect_description_offensiveRangeMalusPVE": string;
12530
12771
  "equip_effect_description_offensiveRangeMalusPVP": string;
12531
12772
  "equip_effect_description_perceptionBonus": string;
@@ -13976,6 +14217,18 @@ export interface Language {
13976
14217
  "equipment_unique_1079_desc": string;
13977
14218
  "equipment_unique_1080": string;
13978
14219
  "equipment_unique_1080_desc": string;
14220
+ "equipment_unique_1081": string;
14221
+ "equipment_unique_1081_desc": string;
14222
+ "equipment_unique_1082": string;
14223
+ "equipment_unique_1082_desc": string;
14224
+ "equipment_unique_1083": string;
14225
+ "equipment_unique_1083_desc": string;
14226
+ "equipment_unique_1084": string;
14227
+ "equipment_unique_1084_desc": string;
14228
+ "equipment_unique_1085": string;
14229
+ "equipment_unique_1085_desc": string;
14230
+ "equipment_unique_1086": string;
14231
+ "equipment_unique_1086_desc": string;
13979
14232
  "equipment_unique_10_desc": string;
13980
14233
  "equipment_unique_11": string;
13981
14234
  "equipment_unique_1100": string;
@@ -14228,6 +14481,28 @@ export interface Language {
14228
14481
  "equipment_unique_2013_desc": string;
14229
14482
  "equipment_unique_2014": string;
14230
14483
  "equipment_unique_2014_desc": string;
14484
+ "equipment_unique_2017": string;
14485
+ "equipment_unique_2017_desc": string;
14486
+ "equipment_unique_2018": string;
14487
+ "equipment_unique_2018_desc": string;
14488
+ "equipment_unique_2019": string;
14489
+ "equipment_unique_2019_desc": string;
14490
+ "equipment_unique_2020": string;
14491
+ "equipment_unique_2020_desc": string;
14492
+ "equipment_unique_2021": string;
14493
+ "equipment_unique_2021_desc": string;
14494
+ "equipment_unique_2022": string;
14495
+ "equipment_unique_2022_desc": string;
14496
+ "equipment_unique_2023": string;
14497
+ "equipment_unique_2023_desc": string;
14498
+ "equipment_unique_2024": string;
14499
+ "equipment_unique_2024_desc": string;
14500
+ "equipment_unique_2025": string;
14501
+ "equipment_unique_2025_desc": string;
14502
+ "equipment_unique_2026": string;
14503
+ "equipment_unique_2026_desc": string;
14504
+ "equipment_unique_2027": string;
14505
+ "equipment_unique_2027_desc": string;
14231
14506
  "equipment_unique_20_desc": string;
14232
14507
  "equipment_unique_21": string;
14233
14508
  "equipment_unique_21_desc": string;
@@ -14265,8 +14540,6 @@ export interface Language {
14265
14540
  "equipment_unique_25_desc": string;
14266
14541
  "equipment_unique_26": string;
14267
14542
  "equipment_unique_262": string;
14268
- "equipment_unique_2622": string;
14269
- "equipment_unique_2622_desc": string;
14270
14543
  "equipment_unique_262_desc": string;
14271
14544
  "equipment_unique_263": string;
14272
14545
  "equipment_unique_263_desc": string;
@@ -15459,6 +15732,7 @@ export interface Language {
15459
15732
  "equipment_unique_98_desc": string;
15460
15733
  "equipment_unique_99": string;
15461
15734
  "equipment_unique_990": string;
15735
+ "equipment_unique_990_desc": string;
15462
15736
  "equipment_unique_991": string;
15463
15737
  "equipment_unique_991_desc": string;
15464
15738
  "equipment_unique_992": string;
@@ -15466,6 +15740,7 @@ export interface Language {
15466
15740
  "equipment_unique_993": string;
15467
15741
  "equipment_unique_993_desc": string;
15468
15742
  "equipment_unique_994": string;
15743
+ "equipment_unique_994_desc": string;
15469
15744
  "equipment_unique_99_desc": string;
15470
15745
  "equipment_unique_9_desc": string;
15471
15746
  "festiveRam_name": string;
@@ -17086,6 +17361,12 @@ export interface Language {
17086
17361
  "attackunit": string;
17087
17362
  "basicProduktion": string;
17088
17363
  "battlelog": string;
17364
+ "beef": string;
17365
+ "beefStorage": string;
17366
+ "beef_short_info": string;
17367
+ "beefproduction": string;
17368
+ "beefproduction_freeze": string;
17369
+ "beefproduction_freeze_value": string;
17089
17370
  "beyondTheHorizon_cityStates_countdown": string;
17090
17371
  "beyondTheHorizon_cityStates_occupationTime": string;
17091
17372
  "bladecoast_fog": string;
@@ -17239,12 +17520,20 @@ export interface Language {
17239
17520
  "currency_description_CargoPoints": string;
17240
17521
  "currency_description_CommonMysteryBoxKey": string;
17241
17522
  "currency_description_DecoDust": string;
17523
+ "currency_description_DragonCharm": string;
17524
+ "currency_description_DragonGlass": string;
17525
+ "currency_description_DragonGlassArrows": string;
17526
+ "currency_description_DragonScaleArmor": string;
17527
+ "currency_description_DragonScaleArrows": string;
17528
+ "currency_description_DragonScaleSplinters": string;
17529
+ "currency_description_DragonScaleTile": string;
17242
17530
  "currency_description_EpicBoosterConsumable": string;
17243
17531
  "currency_description_EpicMysteryBoxKey": string;
17244
17532
  "currency_description_FuryDoubloon": string;
17245
17533
  "currency_description_FusionCurrency": string;
17246
17534
  "currency_description_HalloweenLTPEToken": string;
17247
17535
  "currency_description_IceLTPEToken": string;
17536
+ "currency_description_ImperialDucat": string;
17248
17537
  "currency_description_ImperialPatronageCharter": string;
17249
17538
  "currency_description_Influence": string;
17250
17539
  "currency_description_InfluenceBooster": string;
@@ -17273,7 +17562,9 @@ export interface Language {
17273
17562
  "currency_description_Statuette": string;
17274
17563
  "currency_description_StatuetteBooster": string;
17275
17564
  "currency_description_StatuetteMalus": string;
17565
+ "currency_description_Steel": string;
17276
17566
  "currency_description_TimeDoubloon": string;
17567
+ "currency_description_TwinFlameAxes": string;
17277
17568
  "currency_description_VigorDoubloon": string;
17278
17569
  "currency_description_XmasLTPEToken": string;
17279
17570
  "currency_description_anniversaryToken": string;
@@ -17283,6 +17574,7 @@ export interface Language {
17283
17574
  "currency_description_mayaLTPEToken": string;
17284
17575
  "currency_description_newKingLTPEToken": string;
17285
17576
  "currency_description_piratesLTPEToken": string;
17577
+ "currency_description_plaster": string;
17286
17578
  "currency_description_sceatToken": string;
17287
17579
  "currency_description_silverToken": string;
17288
17580
  "currency_description_vipPoints": string;
@@ -17305,6 +17597,13 @@ export interface Language {
17305
17597
  "currency_name_CommonMysteryBoxKey": string;
17306
17598
  "currency_name_CommonPurifiedwater": string;
17307
17599
  "currency_name_DecoDust": string;
17600
+ "currency_name_DragonCharm": string;
17601
+ "currency_name_DragonGlass": string;
17602
+ "currency_name_DragonGlassArrows": string;
17603
+ "currency_name_DragonScaleArmor": string;
17604
+ "currency_name_DragonScaleArrows": string;
17605
+ "currency_name_DragonScaleSplinters": string;
17606
+ "currency_name_DragonScaleTile": string;
17308
17607
  "currency_name_EpicBoosterConsumable": string;
17309
17608
  "currency_name_EpicMysteryBoxKey": string;
17310
17609
  "currency_name_EpicPreciousmetals": string;
@@ -17314,6 +17613,7 @@ export interface Language {
17314
17613
  "currency_name_GoldRune": string;
17315
17614
  "currency_name_HalloweenLTPEToken": string;
17316
17615
  "currency_name_IceLTPEToken": string;
17616
+ "currency_name_ImperialDucat": string;
17317
17617
  "currency_name_ImperialPatronageCharter": string;
17318
17618
  "currency_name_Influence": string;
17319
17619
  "currency_name_InfluenceBooster": string;
@@ -17351,7 +17651,9 @@ export interface Language {
17351
17651
  "currency_name_Statuette": string;
17352
17652
  "currency_name_StatuetteBooster": string;
17353
17653
  "currency_name_StatuetteMalus": string;
17654
+ "currency_name_Steel": string;
17354
17655
  "currency_name_TimeDoubloon": string;
17656
+ "currency_name_TwinFlameAxes": string;
17355
17657
  "currency_name_VigorDoubloon": string;
17356
17658
  "currency_name_WishingWellCoin": string;
17357
17659
  "currency_name_XmasLTPEToken": string;
@@ -17367,6 +17669,7 @@ export interface Language {
17367
17669
  "currency_name_mayaLTPEToken": string;
17368
17670
  "currency_name_newKingLTPEToken": string;
17369
17671
  "currency_name_piratesLTPEToken": string;
17672
+ "currency_name_plaster": string;
17370
17673
  "currency_name_rareGlue": string;
17371
17674
  "currency_name_rareNails": string;
17372
17675
  "currency_name_sceatToken": string;
@@ -17394,8 +17697,12 @@ export interface Language {
17394
17697
  "dialog_apprenticeSmith_sceatToken_desc": string;
17395
17698
  "dialog_beyondTheHorizon_introduction_section1_title_AllianceTower": string;
17396
17699
  "dialog_castellanName_1002_Maya": string;
17700
+ "dialog_desertedTroops_insufficientBeef_freeze": string;
17397
17701
  "dialog_desertedTroops_insufficientFood_freeze": string;
17398
17702
  "dialog_desertedTroops_insufficientmead_freeze": string;
17703
+ "dialog_dragonbreathforge_header": string;
17704
+ "dialog_dragonhoard_header": string;
17705
+ "dialog_imperialCouncilHall_header": string;
17399
17706
  "dialog_moveOverview_panel": string;
17400
17707
  "dialog_mysteryBoxSystem_boxRarity_1": string;
17401
17708
  "dialog_mysteryBoxSystem_boxRarity_2": string;
@@ -17410,6 +17717,7 @@ export interface Language {
17410
17717
  "dialog_privateResourceVillages_oil": string;
17411
17718
  "dialog_privateResourceVillages_stone": string;
17412
17719
  "dialog_privateResourceVillages_wood": string;
17720
+ "dialog_recruit_units_beefConsumptionTotal_tooltip": string;
17413
17721
  "dialog_resetAccount_desc": string;
17414
17722
  "dialog_resetAccount_title": string;
17415
17723
  "dialog_rewardHub_manageAll_button": string;
@@ -17430,6 +17738,24 @@ export interface Language {
17430
17738
  "disassemble": string;
17431
17739
  "distance": string;
17432
17740
  "done": string;
17741
+ "dragonCharm": string;
17742
+ "dragonCharm_short_info": string;
17743
+ "dragonCharmproduction": string;
17744
+ "dragonGlass": string;
17745
+ "dragonGlassArrows": string;
17746
+ "dragonGlassArrows_short_info": string;
17747
+ "dragonGlassArrowsproduction": string;
17748
+ "dragonGlass_short_info": string;
17749
+ "dragonGlassproduction": string;
17750
+ "dragonScaleArmor": string;
17751
+ "dragonScaleArmor_short_info": string;
17752
+ "dragonScaleArmorproduction": string;
17753
+ "dragonScaleArrows": string;
17754
+ "dragonScaleArrows_short_info": string;
17755
+ "dragonScaleArrowsproduction": string;
17756
+ "dragonScaleSplinters": string;
17757
+ "dragonScaleSplinters_short_info": string;
17758
+ "dragonScaleSplintersproduction": string;
17433
17759
  "drawChance": string;
17434
17760
  "dungeonProtection": string;
17435
17761
  "dungeonProtection_Maya": string;
@@ -17673,6 +17999,8 @@ export interface Language {
17673
17999
  "goods": string;
17674
18000
  "guards": string;
17675
18001
  "help": string;
18002
+ "help_dragonhoard": string;
18003
+ "help_imperialCouncilHall": string;
17676
18004
  "help_spyMove": string;
17677
18005
  "hero_generic_0": string;
17678
18006
  "hero_generic_1": string;
@@ -17706,6 +18034,9 @@ export interface Language {
17706
18034
  "honor": string;
17707
18035
  "honorPoints": string;
17708
18036
  "horse4": string;
18037
+ "hud_button_dragonbreathforge": string;
18038
+ "hud_button_dragonhoard": string;
18039
+ "hud_button_imperialCouncilHall": string;
17709
18040
  "hunter_short_info": string;
17710
18041
  "iOS_Sub_Delayed_Content": string;
17711
18042
  "iOS_Sub_Delayed_Title": string;
@@ -17937,14 +18268,18 @@ export interface Language {
17937
18268
  "melees": string;
17938
18269
  "message_header_desertedTroops_meadUnits_title": string;
17939
18270
  "message_header_relicBrewery_insufficientResources": string;
18271
+ "message_productionDownTime_freeze_desc": string;
17940
18272
  "message_productionDownTime_freeze_food_desc": string;
17941
18273
  "message_productionDownTime_freeze_food_header": string;
17942
18274
  "message_productionDownTime_freeze_foodmead_desc": string;
17943
18275
  "message_productionDownTime_freeze_foodmead_header": string;
18276
+ "message_productionDownTime_freeze_header": string;
18277
+ "message_productionDownTime_unfreeze_desc": string;
17944
18278
  "message_productionDownTime_unfreeze_food_desc": string;
17945
18279
  "message_productionDownTime_unfreeze_food_header": string;
17946
18280
  "message_productionDownTime_unfreeze_foodmead_desc": string;
17947
18281
  "message_productionDownTime_unfreeze_foodmead_header": string;
18282
+ "message_productionDownTime_unfreeze_header": string;
17948
18283
  "metropol": string;
17949
18284
  "metropol_Maya": string;
17950
18285
  "metropol_desc_Maya": string;
@@ -17965,6 +18300,8 @@ export interface Language {
17965
18300
  "mysteryBox_boxName_AutumnBox2022_2": string;
17966
18301
  "mysteryBox_boxName_AutumnBox2022_3": string;
17967
18302
  "mysteryBox_boxName_AutumnBox2022_4": string;
18303
+ "mysteryBox_boxName_HoL8BoxBig_4": string;
18304
+ "mysteryBox_boxName_HoL8BoxLittle_1": string;
17968
18305
  "mysteryBox_boxName_MysteryBoxBronze_1": string;
17969
18306
  "mysteryBox_boxName_MysteryBoxBronze_2": string;
17970
18307
  "mysteryBox_boxName_MysteryBoxBronze_3": string;
@@ -18077,6 +18414,8 @@ export interface Language {
18077
18414
  "panel_action_crafting": string;
18078
18415
  "panel_action_defence": string;
18079
18416
  "panel_action_discord": string;
18417
+ "panel_action_dragonbreathforge": string;
18418
+ "panel_action_dragonhoard": string;
18080
18419
  "panel_action_economy": string;
18081
18420
  "panel_action_effect": string;
18082
18421
  "panel_action_enemySearch": string;
@@ -18085,6 +18424,7 @@ export interface Language {
18085
18424
  "panel_action_googlePlay": string;
18086
18425
  "panel_action_googlePlay_v2": string;
18087
18426
  "panel_action_iTunes": string;
18427
+ "panel_action_imperialCouncilHall": string;
18088
18428
  "panel_action_jumpTo": string;
18089
18429
  "panel_action_jumpToCapital": string;
18090
18430
  "panel_action_levelBlockDefencescreen": string;
@@ -18396,8 +18736,17 @@ export interface Language {
18396
18736
  "requiredBuilding_singular": string;
18397
18737
  "required_colon": string;
18398
18738
  "resAmount_aquamarine": string;
18739
+ "resAmount_beef": string;
18740
+ "resAmount_dragonCharm": string;
18741
+ "resAmount_dragonGlass": string;
18742
+ "resAmount_dragonGlassArrows": string;
18743
+ "resAmount_dragonScaleArmor": string;
18744
+ "resAmount_dragonScaleArrows": string;
18745
+ "resAmount_dragonScaleSplinters": string;
18399
18746
  "resAmount_food": string;
18747
+ "resAmount_steel": string;
18400
18748
  "resAmount_stone": string;
18749
+ "resAmount_twinFlameAxes": string;
18401
18750
  "resAmount_wood": string;
18402
18751
  "research_10_copy": string;
18403
18752
  "research_10_title": string;
@@ -18543,9 +18892,11 @@ export interface Language {
18543
18892
  "ringmenu_addToDistrict": string;
18544
18893
  "ringmenu_architectNeeded": string;
18545
18894
  "ringmenu_architectNeeded_short": string;
18895
+ "ringmenu_building_DragonHoard": string;
18546
18896
  "ringmenu_building_RelicBrewery": string;
18547
18897
  "ringmenu_building_RelicEnchanter": string;
18548
18898
  "ringmenu_building_cantRetreat": string;
18899
+ "ringmenu_building_dragonbreathforge": string;
18549
18900
  "ringmenu_building_isDamaged": string;
18550
18901
  "ringmenu_building_recruit": string;
18551
18902
  "ringmenu_building_refinery": string;
@@ -18673,6 +19024,9 @@ export interface Language {
18673
19024
  "stats_island_aquamarineOut_versusPlayer": string;
18674
19025
  "statuetteBooster_colon": string;
18675
19026
  "status": string;
19027
+ "steel": string;
19028
+ "steel_shortinfo": string;
19029
+ "steelproduction": string;
18676
19030
  "stone": string;
18677
19031
  "stoneStorage": string;
18678
19032
  "stone_short_info": string;
@@ -18752,6 +19106,9 @@ export interface Language {
18752
19106
  "travelspeed": string;
18753
19107
  "treasureCastle": string;
18754
19108
  "troopstrength": string;
19109
+ "twinFlameAxes": string;
19110
+ "twinFlameAxes_short_info": string;
19111
+ "twinFlameAxesproduction": string;
18755
19112
  "unassigned": string;
18756
19113
  "unavailable": string;
18757
19114
  "underworld_finalboss": string;
@@ -18892,6 +19249,7 @@ export interface Language {
18892
19249
  "worldmap_tooltipp_besieged": string;
18893
19250
  "wounded": string;
18894
19251
  "xPerHour": string;
19252
+ "xPerHour_freeze": string;
18895
19253
  "xPercent_Bonus": string;
18896
19254
  "xPercent_Bonus_on": string;
18897
19255
  "xPercent_Malus": string;
@@ -20008,7 +20366,6 @@ export interface Language {
20008
20366
  "push_1042_content": string;
20009
20367
  "push_1042_title": string;
20010
20368
  "push_1043_content": string;
20011
- "push_1043_title": string;
20012
20369
  "push_1044_content": string;
20013
20370
  "push_1044_title": string;
20014
20371
  "push_1045_content": string;
@@ -20121,7 +20478,6 @@ export interface Language {
20121
20478
  "push_2045_title": string;
20122
20479
  "push_2046_content": string;
20123
20480
  "push_2046_title": string;
20124
- "push_2047_content": string;
20125
20481
  "push_2047_title": string;
20126
20482
  "push_2048_content": string;
20127
20483
  "push_2048_title": string;
@@ -23052,6 +23408,9 @@ export interface Language {
23052
23408
  "tut_tapOnQuestCond_copy_OLD": string;
23053
23409
  "tut_tapOnQuests_copy_OLD": string;
23054
23410
  };
23411
+ "research": {
23412
+ "research_202_title": string;
23413
+ };
23055
23414
  "tooltips": {
23056
23415
  "webshop_BerimondInvasionReputationBoost_desc": string;
23057
23416
  "webshop_CaseOfTheShogun_desc": string;
@@ -23147,16 +23506,22 @@ export interface Language {
23147
23506
  "AlienRerollDefenderMelee_short_info": string;
23148
23507
  "AlienRerollDefenderRange_name": string;
23149
23508
  "AlienRerollDefenderRange_short_info": string;
23150
- "CelestialMarksman_desc": string;
23151
- "CelestialMarksman_name": string;
23152
- "CelestialMarksman_short_info": string;
23153
23509
  "ColossalNomadTabletChest_name": string;
23154
23510
  "ColossalNomadTabletChest_short_info": string;
23155
23511
  "ColossalSamuraiTokenChest_name": string;
23156
23512
  "ColossalSamuraiTokenChest_short_info": string;
23157
- "EasterChampioness_desc": string;
23158
- "EasterChampioness_name": string;
23159
- "EasterChampioness_short_info": string;
23513
+ "EasterMeadBow_desc": string;
23514
+ "EasterMeadBow_name": string;
23515
+ "EasterMeadBow_short_info": string;
23516
+ "EasterMeadMace_desc": string;
23517
+ "EasterMeadMace_name": string;
23518
+ "EasterMeadMace_short_info": string;
23519
+ "EasterMeadRanger_desc": string;
23520
+ "EasterMeadRanger_name": string;
23521
+ "EasterMeadRanger_short_info": string;
23522
+ "EasterMeadShieldMaiden_desc": string;
23523
+ "EasterMeadShieldMaiden_name": string;
23524
+ "EasterMeadShieldMaiden_short_info": string;
23160
23525
  "EliteChristmasAttackerMelee_name": string;
23161
23526
  "EliteChristmasAttackerMelee_short_info": string;
23162
23527
  "EliteChristmasAttackerRange_name": string;
@@ -23180,10 +23545,19 @@ export interface Language {
23180
23545
  "EnormousNomadTabletChest_name": string;
23181
23546
  "EnormousNomadTabletChest_short_info": string;
23182
23547
  "EnormousSamuraiTokenChest_name": string;
23548
+ "FlameBreathBerserker_desc": string;
23549
+ "FlameBreathBerserker_name": string;
23550
+ "FlameBreathBerserker_short_info": string;
23183
23551
  "ForlornRanger_name": string;
23184
23552
  "ForlornRanger_short_info": string;
23185
23553
  "ForsakenMaiden_name": string;
23186
23554
  "ForsakenMaiden_short_info": string;
23555
+ "FruitBreaker_desc": string;
23556
+ "FruitBreaker_name": string;
23557
+ "FruitBreaker_short_info": string;
23558
+ "FruitPirate_desc": string;
23559
+ "FruitPirate_name": string;
23560
+ "FruitPirate_short_info": string;
23187
23561
  "GiantNomadTabletChest_name": string;
23188
23562
  "GiantNomadTabletChest_short_info": string;
23189
23563
  "GiantSamuraiTokenChest_name": string;
@@ -23192,9 +23566,9 @@ export interface Language {
23192
23566
  "GingerBreadMaiden_short_info": string;
23193
23567
  "GingerBreadRanger_name": string;
23194
23568
  "GingerBreadRanger_short_info": string;
23195
- "GuardianOfSpring_desc": string;
23196
- "GuardianOfSpring_name": string;
23197
- "GuardianOfSpring_short_info": string;
23569
+ "GlassWingArcher_desc": string;
23570
+ "GlassWingArcher_name": string;
23571
+ "GlassWingArcher_short_info": string;
23198
23572
  "HighKingsBanner_name": string;
23199
23573
  "HighKingsBanner_short_info": string;
23200
23574
  "HighQueensBanner_name": string;
@@ -23233,6 +23607,12 @@ export interface Language {
23233
23607
  "RenegadeMayaMelee_short_info": string;
23234
23608
  "RenegadeMayaRange_name": string;
23235
23609
  "RenegadeMayaRange_short_info": string;
23610
+ "ScaleShardMarksman_desc": string;
23611
+ "ScaleShardMarksman_name": string;
23612
+ "ScaleShardMarksman_short_info": string;
23613
+ "ScaleboundGuardian_desc": string;
23614
+ "ScaleboundGuardian_name": string;
23615
+ "ScaleboundGuardian_short_info": string;
23236
23616
  "SceatAttGateDefRange_name": string;
23237
23617
  "SceatAttGateDefRange_short_info": string;
23238
23618
  "SceatAttMoatAttRange_name": string;
@@ -23263,7 +23643,7 @@ export interface Language {
23263
23643
  "SceatSuppDefDefensePowerYard_short_info": string;
23264
23644
  "SceatSuppDefDefensePower_name": string;
23265
23645
  "SceatSuppDefDefensePower_short_info": string;
23266
- "SceatSuppDefKillAttackers_name": string[];
23646
+ "SceatSuppDefKillAttackers_name": string;
23267
23647
  "SceatSuppDefKillAttackers_short_info": string;
23268
23648
  "SceatSuppDefKillMeleeAttackers_name": string;
23269
23649
  "SceatSuppDefKillMeleeAttackers_short_info": string;
@@ -23283,6 +23663,12 @@ export interface Language {
23283
23663
  "SpringShield_short_info": string;
23284
23664
  "SpringXPTool_name": string;
23285
23665
  "SpringXPTool_short_info": string;
23666
+ "SummerHuntress_desc": string;
23667
+ "SummerHuntress_name": string;
23668
+ "SummerHuntress_short_info": string;
23669
+ "SummerMarksman_desc": string;
23670
+ "SummerMarksman_name": string;
23671
+ "SummerMarksman_short_info": string;
23286
23672
  "SupremeMonarchsBanner_name": string;
23287
23673
  "SupremeMonarchsBanner_short_info": string;
23288
23674
  "USAGloryFlag_name": string;
@@ -23290,9 +23676,6 @@ export interface Language {
23290
23676
  "Unknown_name": string;
23291
23677
  "Unknown_short_info_soldier": string;
23292
23678
  "Unknown_short_info_tool": string;
23293
- "ValkyrieHuntress_desc": string;
23294
- "ValkyrieHuntress_name": string;
23295
- "ValkyrieHuntress_short_info": string;
23296
23679
  "ViscountBerimondPointBoost_name": string;
23297
23680
  "ViscountBerimondPointBoost_short_info": string;
23298
23681
  "ViscountKhanChest_name": string;
@@ -23572,7 +23955,7 @@ export interface Language {
23572
23955
  "elitexptool_short_info": string;
23573
23956
  "emperorsBanner_name": string;
23574
23957
  "emperorsBanner_short_info": string;
23575
- "enormousSamuraiTokenChest_short_info": string[];
23958
+ "enormousSamuraiTokenChest_short_info": string;
23576
23959
  "equip_effect_description_cooldownReductionDungeons": string;
23577
23960
  "equipmentPackageDesc_158": string;
23578
23961
  "equipmentPackageName_810": string;
@@ -24030,6 +24413,8 @@ export interface Language {
24030
24413
  "viscountBanner_short_info": string;
24031
24414
  "warhorn_name": string;
24032
24415
  "warhorn_short_info": string;
24416
+ "webshop_ScaleShardMarksman_desc": string;
24417
+ "webshop_ScaleboundGuardian_desc": string;
24033
24418
  "xptool_name": string;
24034
24419
  "xptool_short_info": string;
24035
24420
  "yakpackanimal_name": string;