e4k-data 4.85.49 → 4.87.51

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 (46) hide show
  1. package/data/buildings.json +957 -504
  2. package/data/constructionItems.json +300 -38
  3. package/data/constructionItemsEffectGroups.json +1 -1
  4. package/data/districtTypes.json +5 -0
  5. package/data/effectCaps.json +140 -0
  6. package/data/effects.json +231 -1
  7. package/data/equipments.json +92 -0
  8. package/data/expansions.json +54 -54
  9. package/data/horses.json +143 -143
  10. package/data/leaguetypeEvents.json +99 -0
  11. package/data/packages.json +2361 -6
  12. package/data/researches.json +71 -71
  13. package/data/rewards.json +2036 -3
  14. package/data/sceatSkillTiers.json +14 -15
  15. package/data/sceatSkills.json +560 -796
  16. package/data/tempServerDailyTaskRewards.json +5 -5
  17. package/data/tempServerRankRewards.json +972 -0
  18. package/data/tempServerSettings.json +58 -0
  19. package/data/units.json +123 -0
  20. package/data/version.json +1 -1
  21. package/data/versionInfo.json +3 -3
  22. package/data/wodIds.json +192 -192
  23. package/images/x768.json +605 -4
  24. package/languages/da.json +317 -198
  25. package/languages/de.json +316 -197
  26. package/languages/el.json +318 -199
  27. package/languages/en.json +321 -201
  28. package/languages/es.json +319 -200
  29. package/languages/fi.json +317 -198
  30. package/languages/fr.json +317 -198
  31. package/languages/it.json +319 -200
  32. package/languages/ja.json +314 -195
  33. package/languages/ko.json +313 -194
  34. package/languages/nl.json +317 -198
  35. package/languages/no.json +319 -200
  36. package/languages/pl.json +317 -198
  37. package/languages/pt.json +319 -200
  38. package/languages/ru.json +317 -198
  39. package/languages/sv.json +319 -200
  40. package/languages/tr.json +315 -196
  41. package/languages/zh_CN.json +316 -197
  42. package/languages/zh_TW.json +316 -197
  43. package/package.json +1 -1
  44. package/typings/data.d.ts +2 -2
  45. package/typings/images.d.ts +39 -0
  46. package/typings/languages.d.ts +127 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "e4k-data",
3
- "version": "4.85.49",
3
+ "version": "4.87.51",
4
4
  "description": "All recent data from Empire: Four Kingdoms",
5
5
  "main": "index.js",
6
6
  "types": "./typings/types.d.ts",
package/typings/data.d.ts CHANGED
@@ -2515,7 +2515,7 @@ export interface Package {
2515
2515
  "relationIDs"?: number | string;
2516
2516
  "relicEquipments"?: string;
2517
2517
  "rewardBags"?: number | string;
2518
- "sortOrder"?: number | string;
2518
+ "sortOrder"?: number;
2519
2519
  "specialEquipmentOfRarenessID"?: number;
2520
2520
  "specialGemOfLevelID"?: number;
2521
2521
  "specialHeroOfRarenessID"?: number;
@@ -3122,7 +3122,6 @@ export interface SceatSkill {
3122
3122
  "requiredBuildings": number | string;
3123
3123
  "requiredBuildingsCondition"?: string;
3124
3124
  "requiredLegendLevel": number;
3125
- "requiredSkillID"?: number;
3126
3125
  "requiredSkillIDs"?: number | string;
3127
3126
  "skillGroupID": number;
3128
3127
  "skillID": number;
@@ -3483,6 +3482,7 @@ export interface Townsfolk {
3483
3482
  export interface Unit {
3484
3483
  "allowedForNpcAttackInKingdom"?: number | string;
3485
3484
  "allowedToAttack"?: string;
3485
+ "allowedToDefend"?: number;
3486
3486
  "allowedToTravel"?: string;
3487
3487
  "amountPerWave"?: number;
3488
3488
  "attackscreenBuyable"?: number;
@@ -1011,10 +1011,13 @@ export interface Images {
1011
1011
  "Deco_Building_EternalBlossoms": ImageData;
1012
1012
  "Deco_Building_EternityGarden": ImageData;
1013
1013
  "Deco_Building_ExaltedGreenLavaShrineofDuality": ImageData;
1014
+ "Deco_Building_ExaltedGreenOktoberfestGarden": ImageData;
1014
1015
  "Deco_Building_ExaltedGreenWaterShrineofDuality": ImageData;
1015
1016
  "Deco_Building_ExaltedPurpleLavaShrineofDuality": ImageData;
1017
+ "Deco_Building_ExaltedPurpleOktoberfestGarden": ImageData;
1016
1018
  "Deco_Building_ExaltedPurpleWaterShrineofDuality": ImageData;
1017
1019
  "Deco_Building_ExaltedRedLavaShrineofDuality": ImageData;
1020
+ "Deco_Building_ExaltedRedOktoberfestGarden": ImageData;
1018
1021
  "Deco_Building_Excalibur": ImageData;
1019
1022
  "Deco_Building_Fairground": ImageData;
1020
1023
  "Deco_Building_FalconRecolour": ImageData;
@@ -1823,12 +1826,14 @@ export interface Images {
1823
1826
  "Eventunit_Unit_AuxiliaryMelee": ImageData;
1824
1827
  "Eventunit_Unit_AuxiliaryRange": ImageData;
1825
1828
  "Eventunit_Unit_Axeviking": ImageData;
1829
+ "Eventunit_Unit_BavarianBrewer": ImageData;
1826
1830
  "Eventunit_Unit_BerimondRewardMelee": ImageData;
1827
1831
  "Eventunit_Unit_BerimondRewardRange": ImageData;
1828
1832
  "Eventunit_Unit_Bluemelee": ImageData;
1829
1833
  "Eventunit_Unit_Bluerange": ImageData;
1830
1834
  "Eventunit_Unit_Bonerattler": ImageData;
1831
1835
  "Eventunit_Unit_Bowviking": ImageData;
1836
+ "Eventunit_Unit_CaskMarksmann": ImageData;
1832
1837
  "Eventunit_Unit_Conan": ImageData;
1833
1838
  "Eventunit_Unit_CorruptedAssassin": ImageData;
1834
1839
  "Eventunit_Unit_CorruptedCrossbowman": ImageData;
@@ -1890,6 +1895,7 @@ export interface Images {
1890
1895
  "Eventunit_Unit_Pikeman": ImageData;
1891
1896
  "Eventunit_Unit_Piratebowman": ImageData;
1892
1897
  "Eventunit_Unit_Piratespeerman": ImageData;
1898
+ "Eventunit_Unit_PretzelGuardian": ImageData;
1893
1899
  "Eventunit_Unit_Rankrewardmelee": ImageData;
1894
1900
  "Eventunit_Unit_RankrewardmeleeUSA": ImageData;
1895
1901
  "Eventunit_Unit_Rankrewardrange": ImageData;
@@ -1925,6 +1931,7 @@ export interface Images {
1925
1931
  "Eventunit_Unit_Skeletalscytheman": ImageData;
1926
1932
  "Eventunit_Unit_Slingshotmarksman": ImageData;
1927
1933
  "Eventunit_Unit_Spearthrower": ImageData;
1934
+ "Eventunit_Unit_SteinSmasher": ImageData;
1928
1935
  "Eventunit_Unit_StpatricksDefenderMelee": ImageData;
1929
1936
  "Eventunit_Unit_StpatricksDefenderRange": ImageData;
1930
1937
  "Eventunit_Unit_SummerHuntress": ImageData;
@@ -2130,6 +2137,7 @@ export interface Images {
2130
2137
  "FatKing_Idle": ImageData;
2131
2138
  "FatKing_Shoulder_left": ImageData;
2132
2139
  "FlamesLayer": ImageData;
2140
+ "FoodDistrict_Building_Level1": ImageData;
2133
2141
  "Forge_Building_Level1": ImageData;
2134
2142
  "FriendshipMonument_Surroundings": ImageData;
2135
2143
  "General_Alien_Arm_Left": ImageData;
@@ -3879,8 +3887,14 @@ export interface Images {
3879
3887
  "SceatSkill_66_xl": ImageData;
3880
3888
  "SceatSkill_67": ImageData;
3881
3889
  "SceatSkill_67_xl": ImageData;
3890
+ "SceatSkill_68": ImageData;
3891
+ "SceatSkill_68_xl": ImageData;
3892
+ "SceatSkill_69": ImageData;
3893
+ "SceatSkill_69_xl": ImageData;
3882
3894
  "SceatSkill_6_xl": ImageData;
3883
3895
  "SceatSkill_7": ImageData;
3896
+ "SceatSkill_70": ImageData;
3897
+ "SceatSkill_70_xl": ImageData;
3884
3898
  "SceatSkill_7_xl": ImageData;
3885
3899
  "SceatSkill_8": ImageData;
3886
3900
  "SceatSkill_8_xl": ImageData;
@@ -4102,6 +4116,7 @@ export interface Images {
4102
4116
  "Teaser_OffersHub_Big_39": ImageData;
4103
4117
  "Teaser_OffersHub_Big_4": ImageData;
4104
4118
  "Teaser_OffersHub_Big_40": ImageData;
4119
+ "Teaser_OffersHub_Big_41": ImageData;
4105
4120
  "Teaser_OffersHub_Big_5": ImageData;
4106
4121
  "Teaser_OffersHub_Big_6": ImageData;
4107
4122
  "Teaser_OffersHub_Big_7": ImageData;
@@ -4114,6 +4129,7 @@ export interface Images {
4114
4129
  "Teaser_OffersHub_Big_WhaleChest_13": ImageData;
4115
4130
  "Teaser_OffersHub_Big_WhaleChest_14": ImageData;
4116
4131
  "Teaser_OffersHub_Big_WhaleChest_15": ImageData;
4132
+ "Teaser_OffersHub_Big_WhaleChest_16": ImageData;
4117
4133
  "Teaser_OffersHub_Big_WhaleChest_5": ImageData;
4118
4134
  "Teaser_OffersHub_Medium_1": ImageData;
4119
4135
  "Teaser_OffersHub_Medium_10": ImageData;
@@ -4478,14 +4494,20 @@ export interface Images {
4478
4494
  "giantsForestWoodcutter": ImageData;
4479
4495
  "giantsForestlumbermill": ImageData;
4480
4496
  "global_primetime_background_Anniversary2024": ImageData;
4497
+ "global_primetime_background_Halloween2024": ImageData;
4498
+ "global_primetime_background_Oktoberfest2024": ImageData;
4481
4499
  "global_primetime_background_generic1": ImageData;
4482
4500
  "global_primetime_background_generic2": ImageData;
4483
4501
  "global_primetime_background_generic3": ImageData;
4484
4502
  "global_primetime_hub_teaser_Anniversary2024": ImageData;
4503
+ "global_primetime_hub_teaser_Halloween2024": ImageData;
4504
+ "global_primetime_hub_teaser_Oktoberfest2024": ImageData;
4485
4505
  "global_primetime_hub_teaser_generic1": ImageData;
4486
4506
  "global_primetime_hub_teaser_generic2": ImageData;
4487
4507
  "global_primetime_hub_teaser_generic3": ImageData;
4488
4508
  "global_primetime_teaser_Anniversary2024": ImageData;
4509
+ "global_primetime_teaser_Halloween2024": ImageData;
4510
+ "global_primetime_teaser_Oktoberfest2024": ImageData;
4489
4511
  "global_primetime_teaser_generic1": ImageData;
4490
4512
  "global_primetime_teaser_generic2": ImageData;
4491
4513
  "global_primetime_teaser_generic3": ImageData;
@@ -4802,6 +4824,20 @@ export interface Images {
4802
4824
  "icon_ci_effect_venicecarnival": ImageData;
4803
4825
  "icon_ci_effect_winter": ImageData;
4804
4826
  "icon_ci_effect_wood": ImageData;
4827
+ "icon_ci_effectamount_1": ImageData;
4828
+ "icon_ci_effectamount_1_small": ImageData;
4829
+ "icon_ci_effectamount_1_xl": ImageData;
4830
+ "icon_ci_effectamount_2": ImageData;
4831
+ "icon_ci_effectamount_2_small": ImageData;
4832
+ "icon_ci_effectamount_2_xl": ImageData;
4833
+ "icon_ci_effectamount_3": ImageData;
4834
+ "icon_ci_effectamount_3_small": ImageData;
4835
+ "icon_ci_effectamount_3_xl": ImageData;
4836
+ "icon_ci_filter_rareness_0_ds": ImageData;
4837
+ "icon_ci_filter_rareness_1_ds": ImageData;
4838
+ "icon_ci_filter_rareness_2_ds": ImageData;
4839
+ "icon_ci_filter_rareness_3_ds": ImageData;
4840
+ "icon_ci_filter_rareness_4_ds": ImageData;
4805
4841
  "icon_ci_primary_0": ImageData;
4806
4842
  "icon_ci_primary_1": ImageData;
4807
4843
  "icon_ci_primary_2": ImageData;
@@ -7077,6 +7113,7 @@ export interface Images {
7077
7113
  "icon_traveloverview_tab": ImageData;
7078
7114
  "icon_travelspee": ImageData;
7079
7115
  "icon_travelspeed": ImageData;
7116
+ "icon_traveltime_back": ImageData;
7080
7117
  "icon_unit_militia": ImageData;
7081
7118
  "icon_unit_peasant": ImageData;
7082
7119
  "icon_usa": ImageData;
@@ -7777,6 +7814,8 @@ export interface Images {
7777
7814
  "nomadDrillGround": ImageData;
7778
7815
  "nomadGuardhouse": ImageData;
7779
7816
  "nomadTavern": ImageData;
7817
+ "octoberfestGuardhouse": ImageData;
7818
+ "octoberfestHunter": ImageData;
7780
7819
  "octoberfestMarket": ImageData;
7781
7820
  "octoberfestTower": ImageData;
7782
7821
  "partyGuardhouse": ImageData;
@@ -860,7 +860,9 @@ export interface Language {
860
860
  "errorCode_95": string;
861
861
  "errorCode_98": string;
862
862
  "errorCode_99": string;
863
+ "errorCode_OBJECT_INVALID_STATE": string;
863
864
  "errorCode_abandonCapital": string;
865
+ "errorCode_title": string;
864
866
  "errorCode_wheel_inventoryFull": string;
865
867
  "error_154": string;
866
868
  "error_email_empty": string;
@@ -923,6 +925,9 @@ export interface Language {
923
925
  "DecoDistrict2x2_name": string;
924
926
  "DecoDistrict2x2_short_info": string;
925
927
  "DecoDistrict2x2_upgrade_info": string;
928
+ "FoodDistrict_name": string;
929
+ "FoodDistrict_short_info": string;
930
+ "FoodDistrict_upgrade_info": string;
926
931
  "HoneyGardens_short_info": string;
927
932
  "HoneyGardens_upgrade_info": string;
928
933
  "InnerDistrict_name": string;
@@ -1060,6 +1065,10 @@ export interface Language {
1060
1065
  "ci_appearance_nomadGuardhouse_flavour": string;
1061
1066
  "ci_appearance_nomadTavern": string;
1062
1067
  "ci_appearance_nomadTavern_flavour": string;
1068
+ "ci_appearance_octoberfestGuardhouse": string;
1069
+ "ci_appearance_octoberfestGuardhouse_flavour": string;
1070
+ "ci_appearance_octoberfestHunter": string;
1071
+ "ci_appearance_octoberfestHunter_flavour": string;
1063
1072
  "ci_appearance_octoberfestMarket": string;
1064
1073
  "ci_appearance_octoberfestMarket_flavour": string;
1065
1074
  "ci_appearance_octoberfestTower": string;
@@ -1105,12 +1114,15 @@ export interface Language {
1105
1114
  "ci_blueprint": string;
1106
1115
  "ci_blueprint_BeefProduction": string;
1107
1116
  "ci_blueprint_BeefProductionIncrease": string;
1117
+ "ci_blueprint_BeefProductionIncrease_premium": string;
1108
1118
  "ci_blueprint_EspionageSpeedBoost": string;
1109
1119
  "ci_blueprint_HoneyProduction": string;
1110
1120
  "ci_blueprint_HoneyProductionIncrease": string;
1121
+ "ci_blueprint_HoneyProductionIncrease_premium": string;
1111
1122
  "ci_blueprint_HospitalAdditionalSpace": string;
1112
1123
  "ci_blueprint_MeadProduction": string;
1113
1124
  "ci_blueprint_MeadProductionIncrease": string;
1125
+ "ci_blueprint_MeadProductionIncrease_premium": string;
1114
1126
  "ci_blueprint_ReduceDefensiveToolsCosts": string;
1115
1127
  "ci_blueprint_ReduceDefensiveToolsTime": string;
1116
1128
  "ci_blueprint_ReduceOffensiveToolsCosts": string;
@@ -1118,22 +1130,31 @@ export interface Language {
1118
1130
  "ci_blueprint_StoneStorageCapacity": string;
1119
1131
  "ci_blueprint_WoodStorageCapacity": string;
1120
1132
  "ci_blueprint_attackBoostYard": string;
1133
+ "ci_blueprint_attackBoostYard_secondary": string;
1134
+ "ci_blueprint_attackBoostYard_secondary_premium": string;
1121
1135
  "ci_blueprint_attackUnitAmountFlank": string;
1136
+ "ci_blueprint_attackUnitAmountFlank_secondary": string;
1137
+ "ci_blueprint_attackUnitAmountFlank_secondary_premium": string;
1122
1138
  "ci_blueprint_attackUnitAmountFront": string;
1139
+ "ci_blueprint_attackUnitAmountFront_secondary": string;
1140
+ "ci_blueprint_attackUnitAmountFront_secondary_premium": string;
1123
1141
  "ci_blueprint_bakeryStorage": string;
1124
1142
  "ci_blueprint_bakeryStorage_secondary": string;
1125
1143
  "ci_blueprint_bakeryStorage_secondary_premium": string;
1126
1144
  "ci_blueprint_barracksCost": string;
1127
1145
  "ci_blueprint_barracksStacks": string;
1128
1146
  "ci_blueprint_barrelWorkshop": string;
1147
+ "ci_blueprint_barrelWorkshop_premium": string;
1129
1148
  "ci_blueprint_barrelWorkshop_secondary": string;
1149
+ "ci_blueprint_barrelWorkshop_secondary_premium": string;
1130
1150
  "ci_blueprint_defenderSurviveBoost": string;
1131
1151
  "ci_blueprint_drillGroundRecruitSpeed": string;
1132
1152
  "ci_blueprint_feastCostReduction": string;
1133
1153
  "ci_blueprint_foodProduction": string;
1134
1154
  "ci_blueprint_honeyGarden": string;
1155
+ "ci_blueprint_honeyGarden_premium": string;
1135
1156
  "ci_blueprint_honeyGarden_secondary": string;
1136
- "ci_blueprint_honeyProduction": string;
1157
+ "ci_blueprint_honeyGarden_secondary_premium": string;
1137
1158
  "ci_blueprint_hospitalHealSpeed": string;
1138
1159
  "ci_blueprint_keepUnitWallCount": string;
1139
1160
  "ci_blueprint_keepUnitWallCount_secondary": string;
@@ -1141,19 +1162,31 @@ export interface Language {
1141
1162
  "ci_blueprint_marketCarriages": string;
1142
1163
  "ci_blueprint_meadProduction": string;
1143
1164
  "ci_blueprint_offensiveMeleeBonus": string;
1165
+ "ci_blueprint_offensiveMeleeBonus_premium": string;
1166
+ "ci_blueprint_offensiveMeleeBonus_secondary": string;
1167
+ "ci_blueprint_offensiveMeleeBonus_secondary_premium": string;
1144
1168
  "ci_blueprint_offensiveRangeBonus": string;
1169
+ "ci_blueprint_offensiveRangeBonus_premium": string;
1170
+ "ci_blueprint_offensiveRangeBonus_secondary": string;
1171
+ "ci_blueprint_offensiveRangeBonus_secondary_premium": string;
1145
1172
  "ci_blueprint_refineryBoost": string;
1146
1173
  "ci_blueprint_refineryBoost_secondary": string;
1147
1174
  "ci_blueprint_refineryBoost_secondary_premium": string;
1175
+ "ci_blueprint_relicRefineryBoost_premium": string;
1176
+ "ci_blueprint_relicToolsmithBoost_premium": string;
1148
1177
  "ci_blueprint_stoneProduction": string;
1149
1178
  "ci_blueprint_toolsmithBoost": string;
1150
1179
  "ci_blueprint_toolsmithBoost_secondary": string;
1151
1180
  "ci_blueprint_toolsmithBoost_secondary_premium": string;
1152
1181
  "ci_blueprint_unboostedBeefProduction": string;
1182
+ "ci_blueprint_unboostedBeefProduction_secondary_premium": string;
1153
1183
  "ci_blueprint_unboostedFoodProduction": string;
1154
1184
  "ci_blueprint_unboostedFoodProduction_secondary": string;
1155
1185
  "ci_blueprint_unboostedFoodProduction_secondary_premium": string;
1156
1186
  "ci_blueprint_unboostedHoneyProduction": string;
1187
+ "ci_blueprint_unboostedHoneyProduction_premium": string;
1188
+ "ci_blueprint_unboostedHoneyProduction_secondary": string;
1189
+ "ci_blueprint_unboostedHoneyProduction_secondary_premium": string;
1157
1190
  "ci_blueprint_unboostedMeadProduction": string;
1158
1191
  "ci_blueprint_unboostedStoneProduction": string;
1159
1192
  "ci_blueprint_unboostedWoodProduction": string;
@@ -1162,6 +1195,8 @@ export interface Language {
1162
1195
  "ci_effect_BeefProductionIncrease_tt": string;
1163
1196
  "ci_effect_CraftingQueueProductionBoost_1": string;
1164
1197
  "ci_effect_CraftingQueueProductionBoost_2": string;
1198
+ "ci_effect_CraftingQueueProductionBoost_3": string;
1199
+ "ci_effect_CraftingQueueProductionBoost_4": string;
1165
1200
  "ci_effect_HoneyProductionIncrease_blueprint": string;
1166
1201
  "ci_effect_MeadProductionIncrease_blueprint": string;
1167
1202
  "ci_effect_MeadProductionincrease": string;
@@ -1170,6 +1205,7 @@ export interface Language {
1170
1205
  "ci_effect_attackBoostYard_blueprint": string;
1171
1206
  "ci_effect_attackUnitAmountFlank_blueprint": string;
1172
1207
  "ci_effect_attackUnitAmountFront_blueprint": string;
1208
+ "ci_effect_auxiliaryCapacityBoost": string;
1173
1209
  "ci_effect_barrelWorkshop_blueprint": string;
1174
1210
  "ci_effect_componentQueueBoost": string;
1175
1211
  "ci_effect_honeyGarden_blueprint": string;
@@ -1182,6 +1218,8 @@ export interface Language {
1182
1218
  "ci_effect_relicRefineryBoost_tt": string;
1183
1219
  "ci_effect_relicToolsmithBoost_blueprint": string;
1184
1220
  "ci_effect_relicToolsmithBoost_tt": string;
1221
+ "ci_effect_stationingTravelCostReduction": string;
1222
+ "ci_effect_toolProductionSpeedBoostAll": string;
1185
1223
  "ci_effect_toolsmithBoost_blueprint": string;
1186
1224
  "ci_effect_toolsmithBoost_tt": string;
1187
1225
  "ci_effect_unboostedBeefProduction_blueprint": string;
@@ -1222,6 +1260,7 @@ export interface Language {
1222
1260
  "ci_primary_stoneProduction": string;
1223
1261
  "ci_primary_unboostedBeefProduction": string;
1224
1262
  "ci_primary_unboostedFoodProduction": string;
1263
+ "ci_primary_unboostedHoneyProduction": string;
1225
1264
  "ci_primary_unboostedStoneProduction": string;
1226
1265
  "ci_primary_unboostedWoodProduction": string;
1227
1266
  "ci_primary_woodProduction": string;
@@ -1236,6 +1275,7 @@ export interface Language {
1236
1275
  "ci_secondary_bakeryStorage_premium": string;
1237
1276
  "ci_secondary_barrelWorkshop_premium": string;
1238
1277
  "ci_secondary_honeyGarden_premium": string;
1278
+ "ci_secondary_honeyProduction": string;
1239
1279
  "ci_secondary_honeyProduction_premium": string;
1240
1280
  "ci_secondary_keepUnitWallCount": string;
1241
1281
  "ci_secondary_keepUnitWallCount_premium": string;
@@ -1246,6 +1286,8 @@ export interface Language {
1246
1286
  "ci_secondary_offensiveRangeBonus_premium": string;
1247
1287
  "ci_secondary_refineryBoost": string;
1248
1288
  "ci_secondary_refineryBoost_premium": string;
1289
+ "ci_secondary_relicRefineryBoost_premium": string;
1290
+ "ci_secondary_relicToolsmithBoost_premium": string;
1249
1291
  "ci_secondary_toolsmithBoost": string;
1250
1292
  "ci_secondary_toolsmithBoost_premium": string;
1251
1293
  "ci_secondary_unboostedBeefProduction": string;
@@ -1327,10 +1369,13 @@ export interface Language {
1327
1369
  "deco_EggTree_name": string;
1328
1370
  "deco_ElephantMonument_name": string;
1329
1371
  "deco_ExaltedGreenLavaShrineofDuality_name": string;
1372
+ "deco_ExaltedGreenOktoberfestGarden_name": string;
1330
1373
  "deco_ExaltedGreenWaterShrineofDuality_name": string;
1331
1374
  "deco_ExaltedPurpleLavaShrineofDuality_name": string;
1375
+ "deco_ExaltedPurpleOktoberfestGarden_name": string;
1332
1376
  "deco_ExaltedPurpleWaterShrineofDuality_name": string;
1333
1377
  "deco_ExaltedRedLavaShrineofDuality_name": string;
1378
+ "deco_ExaltedRedOktoberfestGarden_name": string;
1334
1379
  "deco_FallenGiantRed_name": string;
1335
1380
  "deco_FallenGiant_name": string;
1336
1381
  "deco_FireKingdomMoltenGiant_name": string;
@@ -2425,6 +2470,7 @@ export interface Language {
2425
2470
  "ci_blueprint_relicRefineryBoost": string;
2426
2471
  "ci_blueprint_relicToolsmithBoost": string;
2427
2472
  "ci_blueprint_xpBoostBuildBuildings": string;
2473
+ "ci_effect_AnniversaryEstate": string;
2428
2474
  "ci_effect_HoneyProductionincrease_tt": string;
2429
2475
  "ci_effect_MeadProductionincrease_tt": string;
2430
2476
  "ci_effect_Meadreduction_tt": string;
@@ -2438,6 +2484,7 @@ export interface Language {
2438
2484
  "ci_effect_blackLeagueKeep": string;
2439
2485
  "ci_effect_elvenBakery": string;
2440
2486
  "ci_effect_elvenBarrack": string;
2487
+ "ci_effect_elvenFarm": string;
2441
2488
  "ci_effect_elvenHospital": string;
2442
2489
  "ci_effect_elvenMarketplace": string;
2443
2490
  "ci_effect_elvenQuarry": string;
@@ -2458,7 +2505,6 @@ export interface Language {
2458
2505
  "ci_effect_offensiveMeleeBonus_tt": string;
2459
2506
  "ci_effect_offensiveRangeBonus_tt": string;
2460
2507
  "ci_effect_piratesWorkshop": string;
2461
- "ci_effect_rangeBonus": string;
2462
2508
  "ci_effect_recruitCostReduction_tt": string;
2463
2509
  "ci_effect_recruitSpeedBoost_tt": string;
2464
2510
  "ci_effect_stackSize_tt": string;
@@ -2471,8 +2517,6 @@ export interface Language {
2471
2517
  "ci_effect_winterMill": string;
2472
2518
  "ci_effect_winterStonemason": string;
2473
2519
  "ci_effect_winterStorehouse": string;
2474
- "ci_secondary_relicRefineryBoost_premium": string;
2475
- "ci_secondary_relicToolsmithBoost_premium": string;
2476
2520
  "ciblueprint_tooltip_firstLevel": string;
2477
2521
  "ciblueprint_tooltip_maxLevel": string;
2478
2522
  "coalStorage_capacityBonus_tt": string;
@@ -3663,6 +3707,7 @@ export interface Language {
3663
3707
  "dialog_autofill_unitType_desc": string;
3664
3708
  "dialog_banFromAlliance_laboratory": string;
3665
3709
  "dialog_banFromAlliance_monument": string;
3710
+ "dialog_barracks_slotCapacity": string;
3666
3711
  "dialog_battleLogDailog_castleArea_header": string;
3667
3712
  "dialog_battleLogDailog_selectType": string;
3668
3713
  "dialog_battleLogDailog_waveSelection_header": string;
@@ -4009,6 +4054,7 @@ export interface Language {
4009
4054
  "dialog_chestOffer_desc_16": string;
4010
4055
  "dialog_chestOffer_desc_17": string;
4011
4056
  "dialog_chestOffer_desc_18": string;
4057
+ "dialog_chestOffer_desc_oktoberfest": string;
4012
4058
  "dialog_chestOffer_title_01": string;
4013
4059
  "dialog_chestOffer_title_02": string;
4014
4060
  "dialog_chestOffer_title_03": string;
@@ -4027,6 +4073,7 @@ export interface Language {
4027
4073
  "dialog_chestOffer_title_16": string;
4028
4074
  "dialog_chestOffer_title_17": string;
4029
4075
  "dialog_chestOffer_title_18": string;
4076
+ "dialog_chestOffer_title_oktoberfest": string;
4030
4077
  "dialog_chooseCastleConfirm_desc": string;
4031
4078
  "dialog_chooseCastle_island_desc": string;
4032
4079
  "dialog_chooseCastle_preBuiltCastle_16": string;
@@ -4125,6 +4172,11 @@ export interface Language {
4125
4172
  "dialog_ci_disassemble_tempCi_currency_desc1": string;
4126
4173
  "dialog_ci_disassemble_tempCi_desc1": string;
4127
4174
  "dialog_ci_disassemble_title": string;
4175
+ "dialog_ci_filter_rarities_0": string;
4176
+ "dialog_ci_filter_rarities_1": string;
4177
+ "dialog_ci_filter_rarities_2": string;
4178
+ "dialog_ci_filter_rarities_3": string;
4179
+ "dialog_ci_filter_rarities_4": string;
4128
4180
  "dialog_ci_inventoryFull": string;
4129
4181
  "dialog_ci_inventory_title": string;
4130
4182
  "dialog_ci_section_buildings_desc": string;
@@ -6123,8 +6175,14 @@ export interface Language {
6123
6175
  "dialog_legendTemple_sceat_66_name": string;
6124
6176
  "dialog_legendTemple_sceat_67_desc": string;
6125
6177
  "dialog_legendTemple_sceat_67_name": string;
6178
+ "dialog_legendTemple_sceat_68_desc": string;
6179
+ "dialog_legendTemple_sceat_68_name": string;
6180
+ "dialog_legendTemple_sceat_69_desc": string;
6181
+ "dialog_legendTemple_sceat_69_name": string;
6126
6182
  "dialog_legendTemple_sceat_6_desc": string;
6127
6183
  "dialog_legendTemple_sceat_6_name": string;
6184
+ "dialog_legendTemple_sceat_70_desc": string;
6185
+ "dialog_legendTemple_sceat_70_name": string;
6128
6186
  "dialog_legendTemple_sceat_7_desc": string;
6129
6187
  "dialog_legendTemple_sceat_7_name": string;
6130
6188
  "dialog_legendTemple_sceat_8_desc": string;
@@ -9262,6 +9320,7 @@ export interface Language {
9262
9320
  "errorCode_403": string;
9263
9321
  "errorCode_405": string;
9264
9322
  "errorCode_406": string;
9323
+ "errorCode_90"?: string;
9265
9324
  "error_shapeshifterEquipment_insufficientTime": string;
9266
9325
  "eventBuilding_DonationEvent": string;
9267
9326
  "eventBuilding_FortuneTeller": string;
@@ -11608,6 +11667,10 @@ export interface Language {
11608
11667
  "webshop_FruitBreaker_desc": string;
11609
11668
  "webshop_FruitPirate_desc": string;
11610
11669
  "webshop_GlassWingArcher_desc": string;
11670
+ "webshop_OktoberMeadBow_desc": string;
11671
+ "webshop_OktoberMeadMace_desc": string;
11672
+ "webshop_OktoberMeadRanger_desc": string;
11673
+ "webshop_OktoberMeadShieldMaiden_desc": string;
11611
11674
  "webshop_SummerHuntress_desc": string;
11612
11675
  "webshop_SummerMarksman_desc": string;
11613
11676
  "webshop_TCI_foodProductionGeneric_desc": string;
@@ -11615,6 +11678,8 @@ export interface Language {
11615
11678
  "webshop_TCIbarracks_recruitment750": string;
11616
11679
  "webshop_WallUnitLimitKeep_740_desc": string;
11617
11680
  "webshop_WallUnitLimitKeep_763_desc": string;
11681
+ "webshop_XPBundle_medium_name": string;
11682
+ "webshop_XPBundle_small_name": string;
11618
11683
  "webshop_affluenceTickets_VIP_name": string;
11619
11684
  "webshop_affluenceTickets_extraLarge_name": string;
11620
11685
  "webshop_affluenceTickets_giant_name": string;
@@ -11779,7 +11844,10 @@ export interface Language {
11779
11844
  "webshop_decoFusion_small_name": string;
11780
11845
  "webshop_decoWithEffects_BeefProductionGeneric_desc": string;
11781
11846
  "webshop_decoWithEffects_FoodHoneyMeadProductionCap_desc": string;
11847
+ "webshop_decoWithEffects_FoodProdFoodStorageCap_desc": string;
11782
11848
  "webshop_decoWithEffects_HoneyFoodMeadProductionGeneric_desc": string;
11849
+ "webshop_decoWithEffects_HoneyProdHoneyStorageCap_desc": string;
11850
+ "webshop_decoWithEffects_MeadProdMeadStorageCap_desc": string;
11783
11851
  "webshop_decoWithEffects_RecrutSpeedRecrutCostGeneric_desc": string;
11784
11852
  "webshop_decoWithEffects_WallDefCourtDefCourtCap_desc": string;
11785
11853
  "webshop_decoWithEffects_XP2BarrowsCapacity_desc": string;
@@ -11915,10 +11983,13 @@ export interface Language {
11915
11983
  "webshop_itemtemporary_desc_889": string;
11916
11984
  "webshop_itemtemporary_desc_893": string;
11917
11985
  "webshop_itemtemporary_desc_894": string;
11986
+ "webshop_itemtemporary_desc_CastStrDefYardFoodProdDaysGeneric": string;
11918
11987
  "webshop_itemtemporary_desc_CastStrDefYardWallLimitDaysGeneric": string;
11919
11988
  "webshop_itemtemporary_desc_CastStrDefYardWallLimitHoursGeneric": string;
11989
+ "webshop_itemtemporary_desc_CastUnitLimitWallDaysGeneric": string;
11920
11990
  "webshop_itemtemporary_desc_CommStrTroopMRDaysGeneric": string;
11921
11991
  "webshop_itemtemporary_desc_CommStrTroopMRHoursGeneric": string;
11992
+ "webshop_itemtemporary_desc_WaveCombatStrDaysGeneric": string;
11922
11993
  "webshop_itemtemporary_desc_WaveUnitLimitDaysGeneric": string;
11923
11994
  "webshop_itemtemporary_desc_WaveUnitLimitHoursGeneric": string;
11924
11995
  "webshop_keepBenefits": string;
@@ -12065,6 +12136,14 @@ export interface Language {
12065
12136
  "webshop_offer_voucher_rewards": string;
12066
12137
  "webshop_offer_voucher_title": string;
12067
12138
  "webshop_ok": string;
12139
+ "webshop_oktoberfest_VIP_name": string;
12140
+ "webshop_oktoberfest_apppackage_name": string;
12141
+ "webshop_oktoberfest_extraLarge_name": string;
12142
+ "webshop_oktoberfest_giant_name": string;
12143
+ "webshop_oktoberfest_huge_name": string;
12144
+ "webshop_oktoberfest_large_name": string;
12145
+ "webshop_oktoberfest_medium_name": string;
12146
+ "webshop_oktoberfest_small_name": string;
12068
12147
  "webshop_paymentShop_packageBonus": string;
12069
12148
  "webshop_paymentShop_payByCall": string;
12070
12149
  "webshop_paymentShop_payByGiftCard": string;
@@ -12076,6 +12155,7 @@ export interface Language {
12076
12155
  "webshop_paymentShop_primeTime_timer": string;
12077
12156
  "webshop_paymentShop_primeTime_title": string;
12078
12157
  "webshop_permacastellan_desc": string;
12158
+ "webshop_permacommander_desc": string;
12079
12159
  "webshop_purchase_amount": string;
12080
12160
  "webshop_purchase_checkout": string;
12081
12161
  "webshop_purchase_dailyBundle_desc": string;
@@ -12272,6 +12352,10 @@ export interface Language {
12272
12352
  "ci_effect_cisAppearanceSkin_blueprint": string;
12273
12353
  "ci_effect_cisAppearanceSkin_tt": string;
12274
12354
  "ci_effect_clockworkMill": string;
12355
+ "ci_effect_craftingQueueProductionBoost2_tt": string;
12356
+ "ci_effect_craftingQueueProductionBoost_1_blueprint": string;
12357
+ "ci_effect_craftingQueueProductionBoost_2_blueprint": string;
12358
+ "ci_effect_craftingQueueProductionBoost_tt": string;
12275
12359
  "ci_effect_decoPoints": string;
12276
12360
  "ci_effect_decoPoints_blueprint": string;
12277
12361
  "ci_effect_decoPoints_tt": string;
@@ -12282,6 +12366,7 @@ export interface Language {
12282
12366
  "ci_effect_defenseBoostYard": string;
12283
12367
  "ci_effect_defenseBoostYardCapped": string;
12284
12368
  "ci_effect_defenseBoostYardTCI": string;
12369
+ "ci_effect_defenseUnitAmountWall": string;
12285
12370
  "ci_effect_defenseUnitAmountWallCapped": string;
12286
12371
  "ci_effect_defenseUnitAmountYardBonus": string;
12287
12372
  "ci_effect_defenseUnitAmountYardBonusCapped": string;
@@ -12331,15 +12416,21 @@ export interface Language {
12331
12416
  "ci_effect_offensiveMeleeBonus": string;
12332
12417
  "ci_effect_offensiveMeleeBonusTCI": string;
12333
12418
  "ci_effect_offensiveMeleeBonusTCICapped": string;
12419
+ "ci_effect_offensiveMeleeBonusTCI_blueprint": string;
12420
+ "ci_effect_offensiveMeleeBonusTCI_tt": string;
12334
12421
  "ci_effect_offensiveRangeBonus": string;
12335
12422
  "ci_effect_offensiveRangeBonusTCI": string;
12336
12423
  "ci_effect_offensiveRangeBonusTCICapped": string;
12424
+ "ci_effect_offensiveRangeBonusTCI_blueprint": string;
12425
+ "ci_effect_offensiveRangeBonusTCI_tt": string;
12337
12426
  "ci_effect_offensiveToolsCostsReduction": string;
12338
12427
  "ci_effect_offensiveToolsSpeedBoost": string;
12339
12428
  "ci_effect_piratesStorehouse": string;
12429
+ "ci_effect_rangeBonus": string;
12340
12430
  "ci_effect_rangeBonusTCI": string;
12341
12431
  "ci_effect_recruitCostReduction": string;
12342
12432
  "ci_effect_recruitSpeedBoost": string;
12433
+ "ci_effect_recruitmentSpeedBoostAll": string;
12343
12434
  "ci_effect_stackSize": string;
12344
12435
  "ci_effect_stoneProduction": string;
12345
12436
  "ci_effect_stoneProduction_blueprint": string;
@@ -12375,7 +12466,6 @@ export interface Language {
12375
12466
  "ci_effect_woodStorage": string;
12376
12467
  "ci_secondary_barrelWorkshop": string;
12377
12468
  "ci_secondary_honeyGarden": string;
12378
- "ci_secondary_honeyProduction": string;
12379
12469
  "ci_secondary_meadProduction": string;
12380
12470
  "ci_secondary_unboostedHoneyProduction": string;
12381
12471
  "ci_secondary_unboostedMeadProduction": string;
@@ -12428,7 +12518,6 @@ export interface Language {
12428
12518
  "effect_description_unboostedFoodProductionTCI": string;
12429
12519
  "effect_description_unitWallCountTCI": string;
12430
12520
  "effect_effectsTooltip_header_castellan": string;
12431
- "effect_group_1_11_active": string;
12432
12521
  "effect_group_1_13_active": string;
12433
12522
  "effect_group_1_13_active_malus": string;
12434
12523
  "effect_group_1_13_passive": string;
@@ -12447,7 +12536,6 @@ export interface Language {
12447
12536
  "effect_group_1_7_active": string;
12448
12537
  "effect_group_1_7_passive": string;
12449
12538
  "effect_group_1_8_active": string;
12450
- "effect_group_1_8_passive": string;
12451
12539
  "effect_group_1_9_active": string;
12452
12540
  "effect_group_1_9_active_malus": string;
12453
12541
  "effect_group_1_9_passive": string;
@@ -12485,6 +12573,7 @@ export interface Language {
12485
12573
  "effect_group_4_1_passive": string;
12486
12574
  "effect_group_4_2_active": string;
12487
12575
  "effect_group_4_2_passive": string;
12576
+ "effect_group_5_11_active": string;
12488
12577
  "effect_group_5_1_active": string;
12489
12578
  "effect_group_5_1_active_malus": string;
12490
12579
  "effect_group_5_1_passive": string;
@@ -12503,6 +12592,7 @@ export interface Language {
12503
12592
  "effect_group_5_6_active": string;
12504
12593
  "effect_group_5_6_active_malus": string;
12505
12594
  "effect_group_5_6_passive": string;
12595
+ "effect_group_5_8_passive": string;
12506
12596
  "effect_group_6_10_active": string;
12507
12597
  "effect_group_6_10_active_malus": string;
12508
12598
  "effect_group_6_10_passive": string;
@@ -13576,6 +13666,7 @@ export interface Language {
13576
13666
  "equip_effect_description_appearance_commander_ship": string;
13577
13667
  "equip_effect_description_appearance_commander_transformationTarget": string;
13578
13668
  "equip_effect_description_attackBonusCharge": string;
13669
+ "equip_effect_description_battleXPBoostCapped": string;
13579
13670
  "equip_effect_description_cooldownReductionResourceTower": string;
13580
13671
  "equip_effect_description_defenseBonusCharge": string;
13581
13672
  "equip_effect_description_defenseBoostYardCharge": string;
@@ -14312,6 +14403,18 @@ export interface Language {
14312
14403
  "equipment_unique_1089_desc": string;
14313
14404
  "equipment_unique_1090": string;
14314
14405
  "equipment_unique_1090_desc": string;
14406
+ "equipment_unique_1091": string;
14407
+ "equipment_unique_1091_desc": string;
14408
+ "equipment_unique_1092": string;
14409
+ "equipment_unique_1092_desc": string;
14410
+ "equipment_unique_1093": string;
14411
+ "equipment_unique_1093_desc": string;
14412
+ "equipment_unique_1094": string;
14413
+ "equipment_unique_1094_desc": string;
14414
+ "equipment_unique_1095": string;
14415
+ "equipment_unique_1095_desc": string;
14416
+ "equipment_unique_1096": string;
14417
+ "equipment_unique_1096_desc": string;
14315
14418
  "equipment_unique_10_desc": string;
14316
14419
  "equipment_unique_11": string;
14317
14420
  "equipment_unique_1100": string;
@@ -17781,6 +17884,11 @@ export interface Language {
17781
17884
  "dialog_apprenticeSmith_sceatToken_desc": string;
17782
17885
  "dialog_beyondTheHorizon_introduction_section1_title_AllianceTower": string;
17783
17886
  "dialog_castellanName_1002_Maya": string;
17887
+ "dialog_ci_filter_effects_1": string;
17888
+ "dialog_ci_filter_effects_2": string;
17889
+ "dialog_ci_filter_effects_3": string;
17890
+ "dialog_ci_filter_effects_all": string;
17891
+ "dialog_ci_filter_rarities_all": string;
17784
17892
  "dialog_desertedTroops_insufficientBeef_freeze": string;
17785
17893
  "dialog_desertedTroops_insufficientFood_freeze": string;
17786
17894
  "dialog_desertedTroops_insufficientmead_freeze": string;
@@ -23593,6 +23701,12 @@ export interface Language {
23593
23701
  "AlienRerollDefenderMelee_short_info": string;
23594
23702
  "AlienRerollDefenderRange_name": string;
23595
23703
  "AlienRerollDefenderRange_short_info": string;
23704
+ "BavarianBrewer_desc": string;
23705
+ "BavarianBrewer_name": string;
23706
+ "BavarianBrewer_short_info": string;
23707
+ "CaskMarksmann_desc": string;
23708
+ "CaskMarksmann_name": string;
23709
+ "CaskMarksmann_short_info": string;
23596
23710
  "ColossalNomadTabletChest_name": string;
23597
23711
  "ColossalNomadTabletChest_short_info": string;
23598
23712
  "ColossalSamuraiTokenChest_name": string;
@@ -23686,6 +23800,9 @@ export interface Language {
23686
23800
  "MeadShieldMaiden_short_info": string;
23687
23801
  "NomadTabletBoost_name": string;
23688
23802
  "NomadTabletBoost_short_info": string;
23803
+ "PretzelGuardian_name": string;
23804
+ "PretzelGuardian_name_desc": string;
23805
+ "PretzelGuardian_short_info": string;
23689
23806
  "RenegadeMayaEliteMelee_name": string;
23690
23807
  "RenegadeMayaEliteMelee_short_info": string;
23691
23808
  "RenegadeMayaEliteRange_name": string;
@@ -23750,6 +23867,9 @@ export interface Language {
23750
23867
  "SpringShield_short_info": string;
23751
23868
  "SpringXPTool_name": string;
23752
23869
  "SpringXPTool_short_info": string;
23870
+ "SteinSmasher_name": string;
23871
+ "SteinSmasher_name_desc": string;
23872
+ "SteinSmasher_short_info": string;
23753
23873
  "SummerHuntress_desc": string;
23754
23874
  "SummerHuntress_name": string;
23755
23875
  "SummerHuntress_short_info": string;