e4k-data 4.57.31 → 4.57.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@
7
7
  },
8
8
  {
9
9
  "id": 1,
10
- "packageCategories": "101,102,103,104,105,106,107,108,109,110,111,112,113,114",
10
+ "packageCategories": "101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116",
11
11
  "name": "apprenticeSmith"
12
12
  },
13
13
  {
package/data/rewards.json CHANGED
@@ -69327,7 +69327,7 @@
69327
69327
  "addRareGlue": 5400,
69328
69328
  "addEpicCobblestone": 2350,
69329
69329
  "addLegendaryFabric": 115,
69330
- "constructionItemIDs": "31244#31248"
69330
+ "constructionItemIDs": "31244#31249"
69331
69331
  },
69332
69332
  {
69333
69333
  "rewardID": 5984,
package/data/units.json CHANGED
@@ -2092,7 +2092,7 @@
2092
2092
  },
2093
2093
  {
2094
2094
  "wodID": 152,
2095
- "comment1": "0,06",
2095
+ "comment1": "6%",
2096
2096
  "comment2": "royalBanner",
2097
2097
  "group": "Unit",
2098
2098
  "name": "Elitetool",
@@ -2111,7 +2111,7 @@
2111
2111
  },
2112
2112
  {
2113
2113
  "wodID": 153,
2114
- "comment1": "0,08",
2114
+ "comment1": "8%",
2115
2115
  "comment2": "kingsBanner",
2116
2116
  "group": "Unit",
2117
2117
  "name": "Elitetool",
@@ -2130,7 +2130,7 @@
2130
2130
  },
2131
2131
  {
2132
2132
  "wodID": 239,
2133
- "comment1": "0,09",
2133
+ "comment1": "9%",
2134
2134
  "comment2": "viscountBanner",
2135
2135
  "group": "Unit",
2136
2136
  "name": "Elitetool",
@@ -2149,7 +2149,7 @@
2149
2149
  },
2150
2150
  {
2151
2151
  "wodID": 240,
2152
- "comment1": "0,1",
2152
+ "comment1": "10%",
2153
2153
  "comment2": "emperorsBanner",
2154
2154
  "group": "Unit",
2155
2155
  "name": "Elitetool",
package/data/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "versionsnr": "193.RC.02"
2
+ "versionsnr": "193.RC.04"
3
3
  }
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "193.RC.02",
3
- "date": "28/07/2023 13:09:55",
2
+ "version": "193.RC.04",
3
+ "date": "03/08/2023 12:06:38",
4
4
  "included": {
5
- "features": "Live,Fixes,RC_Dracarys,Sceatshopupdate,Autoscaling-LeagueTypeRemoval,CostMinSkip,AugustLTPE,NewRelicCis,bthupdate,AutoskipFeature"
5
+ "features": "Live,Autoscaling-LeagueTypeRemoval"
6
6
  }
7
7
  }
package/index.js CHANGED
@@ -16,9 +16,9 @@ readdirSync(__dirname + '/country/').forEach(function (file) {
16
16
  readdirSync(__dirname + '/data/').forEach(function (file) {
17
17
  let _data = require('./data/' + file);
18
18
  const _keys = Object.keys(_data);
19
- if(_keys.length === 1)
20
- if(Array.isArray(_data[_keys[0]]))
21
- _data = _data[_keys[0]];
19
+ if (_keys.length === 1 && typeof _data[_keys[0]] === 'object') {
20
+ _data = Array.isArray(_data[_keys[0]]) ? _data[_keys[0]] : [_data[_keys[0]]];
21
+ }
22
22
  module.exports.data[file.replace('.json', '')] = _data;
23
23
  });
24
24
 
package/languages/da.json CHANGED
@@ -1796,16 +1796,29 @@
1796
1796
  "deco_anniversaryParty_name": "Jubilæumsfest",
1797
1797
  "deco_tomsWorkshop_name": "Toms tvillingeværksted",
1798
1798
  "deco_alicesWorkshop_name": "Alices tvillingeværksted",
1799
- "ci_effect_componentProductionBoost": "+{0} % bonus på værktøjsmagerens produktion af komponenter",
1800
- "ci_effect_refinedResourceProductionBoost": "+{0} % bonus på raffinaderiets ressourceoutput",
1801
- "ci_effect_componentProductionBoost_tt": "Værktøjsmagerens produktionsbonus:",
1802
- "ci_effect_refinedResourceProductionBoost_tt": "Raffinaderiets produktionsbonus:",
1799
+ "ci_effect_componentQueueBoost": "+{0} % bonus på værktøjsmagerens produktion af komponenter",
1800
+ "ci_effect_refinedResourceQueueBoost": "+{0} % bonus på raffinaderiets ressourceoutput",
1801
+ "ci_effect_componentQueueBoost_tt": "Værktøjsmagerens produktionsbonus:",
1802
+ "ci_effect_refinedResourceQueueBoost_tt": "Raffinaderiets produktionsbonus:",
1803
1803
  "ci_blueprint_refinery": "Raffinaderiets produktionsblueprint",
1804
1804
  "ci_blueprint_toolsmith": "Værktøjsmagerens produktionsblueprint",
1805
1805
  "ci_secondary_refinery": "Relikviebyggeartikel til raffinaderiet",
1806
1806
  "ci_secondary_refinery_premium": "Premium-byggeartikel til raffinaderiet",
1807
1807
  "ci_secondary_toolsmith": "Relikviebyggeartikel til værktøjsmagerens værksted",
1808
- "ci_secondary_toolsmith_premium": "Premium-byggeartikel til værktøjsmagerens værksted"
1808
+ "ci_secondary_toolsmith_premium": "Premium-byggeartikel til værktøjsmagerens værksted",
1809
+ "deco_OktoberfestStrength_name": "Hammermaskine med kringle",
1810
+ "deco_octoberfestPartyEnd_name": "Oktoberfesten dagen derpå",
1811
+ "deco_octoberfestParty_name": "Oktoberfest-ølhave",
1812
+ "ci_appearance_octoberfestTower_flavour": "Skål for innovation! Her flyder idéerne og entusiasmen frit fra hjertet.",
1813
+ "ci_appearance_octoberfestTower": "Øltårn",
1814
+ "ci_appearance_nomadTavern_flavour": "The nomads cherish the rules of hospitality. Guests feasts on fermented mares milk and juicy yak roast.",
1815
+ "ci_appearance_nomadTavern": "Nomads tavern",
1816
+ "ci_appearance_nomadGuardhouse_flavour": "While the nomads treat defeated foes with honor, saboteurs, spies, and traitors should not expect any mercy.",
1817
+ "ci_appearance_nomadGuardhouse": "Nomads Guardhouse",
1818
+ "ci_appearance_samuraiTavern_flavour": ""Lanterns soft glow - Samurais sake flows - Old tales of war."",
1819
+ "ci_appearance_samuraiTavern": "Samurai tavern",
1820
+ "ci_appearance_samuraiGuardhouse_flavour": "The Sunrise Kingdoms dreaded Rōshigumi guard force is known for its relentlessness and brutal efficency.",
1821
+ "ci_appearance_samuraiGuardhouse": "Samurai Guardhouse"
1809
1822
  },
1810
1823
  "dialogs": {
1811
1824
  "dialog_festival_desc": "Brug mad til at holde en fest for dine borgere! Rekrutteringshastigheden vil forøges på i jeres borge, så længe festen varer. Jo større festen er, jo større er effekten.",
@@ -11564,10 +11577,21 @@
11564
11577
  "maintenance_discord_desc": "Klik på knappen nedenfor for at tilmelde dig Empires Discord-server og modtage de seneste nyheder og opdateringer.",
11565
11578
  "maintenance_freeze_desc": "Forbruget af mad og mjød plus de aktive boosteres resterende tid er midlertidigt sat på pause for alle spillere.",
11566
11579
  "dialog_tempServer_overview_crossServerLive_desc": "Denne udgave af Det Yderste Rige spilles på tværs af Empires og Empire: Four Kingdoms servere. Du vil møde spillere fra begge versioner af spillet. Noget indhold kan være slået fra for at gøre det muligt at spille på tværs af serverne.\n\nDet Yderste Rige er en særlig begivenhed, hvori du kan konkurrere med borgherrer fra hele verden på en ny midlertidig begivenhedsserver.\n\n\nI Det Yderste Rige er der prestigefyldte belønninger på højkant, så det kræver mod og dygtighed at stige op ad ranglisten og tage kontrol over disse fjerne territorier.\n\nOptjeningen af ranglistepoint er forskellig i hver udgave af begivenheden, så sørg for at tjekke pointoversigten ud i starten af hver begivenhed.\n\n\nSelv om det vrimler med skatte i Det Yderste Rige, er pladsen trang, så sørg for at skynde dig derhen, før der ikke længere er plads!",
11567
- "alert_writeNewMessage_blocked_lowLevel": "Fås niveau 16",
11568
- "alert_writeNewMessage_blocked_dailyLimit": "Daglig grænse nået",
11580
+ "alert_writeNewMessage_blocked_lowLevel": "Du kan sende beskeder til andre spillere fra niveau 16. Øg dit erfaringsniveau",
11581
+ "alert_writeNewMessage_blocked_dailyLimit": "Du har nået den daglige grænse. Du kan ikke sende flere beskeder i dag. Prøv igen i morgen.",
11569
11582
  "ci_effect_Meadreduction_tt": "Mjødforbrug i timen:",
11570
- "panel_collector_HUDButton_Anniversary": "Elementære riddere"
11583
+ "panel_collector_HUDButton_Anniversary": "Elementære \nriddere",
11584
+ "research_need_three": "Kræver: {0} på niveau {1}, {2} på niveau {3}, og {4} på niveau {5}",
11585
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction_desc": "Reduces the cooldown time of Daimyo castles. The costs are paid using the alliance funds.",
11586
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction_desc": "Reduces the cooldown time of samurai camps. The costs are paid using the alliance funds.",
11587
+ "dialog_alliance_chronic44_22": "Attack cooldown forDaimyo castles temporarily decreased",
11588
+ "dialog_alliance_chronic44_21": "Attack cooldown for Samurai camps temporarily decreased",
11589
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction_percentage": "Attack cooldown for for Daimyo castles: -{0}%",
11590
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction": "Attack cooldown for for Daimyo castles",
11591
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction_percentage": "Attack cooldown for samurai camps: -{0}%",
11592
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction": "Attack cooldown for samurai camps",
11593
+ "dialog_generals_overview_selectPvEGeneral_tab": "Your generals",
11594
+ "dialog_generals_overview_selectGeneral_tab": "Your generals"
11571
11595
  },
11572
11596
  "effects": {
11573
11597
  "equip_effect_description_conquerSpeedBonus": "+{0} % hærens rejsehastighed under erobringer",
@@ -12605,7 +12629,8 @@
12605
12629
  "effect_description_allianceDefenseUnitAmountYardBonus": "+{0} til kapaciteten for alliancens hjælpetropper",
12606
12630
  "effect_description_hiddenSoldiersSpace": "Kapacitet for beskyttelsesrum til enheder",
12607
12631
  "subscription_convenience_description_AutoCooldownSkip": "Aktivér denne indstilling for automatisk at bruge tidstilbud til at springe nedkølingstid over for bestemte fiktive mål.",
12608
- "ci_effect_Meadreduction": "-{0} % mjødforbrug i timen"
12632
+ "ci_effect_Meadreduction": "-{0} % mjødforbrug i timen",
12633
+ "equip_effect_description_attackUnitAmountReinforcementBoost": "+{0} % på troppekapaciteten for slutangreb"
12609
12634
  },
12610
12635
  "equipment_heroes_and_gems": {
12611
12636
  "equipment_slotType_hero": "Helt",
@@ -16354,7 +16379,15 @@
16354
16379
  "equipment_unique_2001": "Snedighedens solur",
16355
16380
  "equipment_unique_2001_desc": "Forvandler din hær til en blændende flok solkrigere.",
16356
16381
  "equipment_unique_2002": "Forsvundet anker",
16357
- "equipment_unique_2002_desc": "Forvandler din borg til et skibsvrag."
16382
+ "equipment_unique_2002_desc": "Forvandler din borg til et skibsvrag.",
16383
+ "equipment_unique_2004": "Den kringlede taktikers banner",
16384
+ "equipment_unique_2004_desc": "Med dette flag kan du tiltrække gæster fra hele verden. Forvandler din hær til en flok bayerske svirebrødre, der er klar til at storme det næste øltelt.",
16385
+ "equipment_unique_2005": "Den kringlede taktikers banner",
16386
+ "equipment_unique_2005_desc": "Med dette flag kan du tiltrække gæster fra hele verden. Forvandler din hær til en flok bayerske svirebrødre, der er klar til at storme det næste øltelt.",
16387
+ "equipment_unique_2006": "Saltet fæstningsværk",
16388
+ "equipment_unique_2006_desc": "Denne fine og friske kringle indhyller din borg i et fint lag ludruller. Lad alle vide, at oktoberfestens ånd har et stærkt greb i dit folk.",
16389
+ "equipment_unique_2003": "Øltønde",
16390
+ "equipment_unique_2003_desc": "Forvandler din borg til et skummende fæstningsværk."
16358
16391
  },
16359
16392
  "generic": {
16360
16393
  "activity": "Aktivitet",
@@ -18297,7 +18330,7 @@
18297
18330
  "rewards_colon": "Belønninger:",
18298
18331
  "offerings_colon": "Gaver:",
18299
18332
  "btn_discord_loginScreen_desc": "Besøg vores fællesskab for at få de seneste nyheder",
18300
- "Messages_answer_prefix": "Vedr.:"
18333
+ "Messages_answer_prefix": "Vedr.: {0}"
18301
18334
  },
18302
18335
  "help": {
18303
18336
  "help_location": "Her har I en global oversigt over det vigtige indhold i jeres borg og alle jeres forposter.",
package/languages/de.json CHANGED
@@ -1796,16 +1796,29 @@
1796
1796
  "deco_anniversaryParty_name": "Jubiläumsparty",
1797
1797
  "deco_tomsWorkshop_name": "Toms Zwillingswerkstatt",
1798
1798
  "deco_alicesWorkshop_name": "Alices Zwillingswerkstatt",
1799
- "ci_effect_componentProductionBoost": "+{0} % Bonusertrag für Werkzeugschmiedkomponenten",
1800
- "ci_effect_refinedResourceProductionBoost": "+{0} % Bonusertrag für Raffinerieprodukte",
1801
- "ci_effect_componentProductionBoost_tt": "Werkzeugschmiedproduktionsbonus:",
1802
- "ci_effect_refinedResourceProductionBoost_tt": "Raffinerieproduktionsbonus:",
1799
+ "ci_effect_componentQueueBoost": "+{0} % Bonusertrag für Werkzeugschmiedkomponenten",
1800
+ "ci_effect_refinedResourceQueueBoost": "+{0} % Bonusertrag für Raffinerieprodukte",
1801
+ "ci_effect_componentQueueBoost_tt": "Werkzeugschmiedproduktionsbonus:",
1802
+ "ci_effect_refinedResourceQueueBoost_tt": "Raffinerieproduktionsbonus:",
1803
1803
  "ci_blueprint_refinery": "Raffinerieproduktionsplan",
1804
1804
  "ci_blueprint_toolsmith": "Werkzeugschmiedproduktionsplan",
1805
1805
  "ci_secondary_refinery": "Relikt-Raffinerieproduktions-Konstrukt",
1806
1806
  "ci_secondary_refinery_premium": "Premium-Raffinerieproduktions-Konstrukt",
1807
1807
  "ci_secondary_toolsmith": "Relikt-Werkzeugschmiedproduktions-Konstrukt",
1808
- "ci_secondary_toolsmith_premium": "Premium-Werkzeugschmiedproduktions-Konstrukt"
1808
+ "ci_secondary_toolsmith_premium": "Premium-Werkzeugschmiedproduktions-Konstrukt",
1809
+ "deco_OktoberfestStrength_name": "Brezel-Krafttest",
1810
+ "deco_octoberfestPartyEnd_name": "Durcheinander nach dem Oktoberfest",
1811
+ "deco_octoberfestParty_name": "Oktoberfest-Biergarten",
1812
+ "ci_appearance_octoberfestTower_flavour": "Auf die Innovation! Hier lagern Fässer der Weisheit und Ideen fließen.",
1813
+ "ci_appearance_octoberfestTower": "Bierturm",
1814
+ "ci_appearance_nomadTavern_flavour": "The nomads cherish the rules of hospitality. Guests feasts on fermented mares milk and juicy yak roast.",
1815
+ "ci_appearance_nomadTavern": "Nomads tavern",
1816
+ "ci_appearance_nomadGuardhouse_flavour": "While the nomads treat defeated foes with honor, saboteurs, spies, and traitors should not expect any mercy.",
1817
+ "ci_appearance_nomadGuardhouse": "Nomads Guardhouse",
1818
+ "ci_appearance_samuraiTavern_flavour": ""Lanterns soft glow - Samurais sake flows - Old tales of war."",
1819
+ "ci_appearance_samuraiTavern": "Samurai tavern",
1820
+ "ci_appearance_samuraiGuardhouse_flavour": "The Sunrise Kingdoms dreaded Rōshigumi guard force is known for its relentlessness and brutal efficency.",
1821
+ "ci_appearance_samuraiGuardhouse": "Samurai Guardhouse"
1809
1822
  },
1810
1823
  "dialogs": {
1811
1824
  "dialog_festival_desc": "Setzt Nahrung ein, um ein Fest für Eure Bürger zu feiern!\nSolange das Fest läuft, wird die Rekrutierungsgeschwindigkeit in all Euren Burgen deutlich erhöht. Je größer das Fest ist, desto größer ist auch der Effekt.",
@@ -11564,10 +11577,21 @@
11564
11577
  "maintenance_discord_desc": "Klickt auf den Button unten, um den Discord-Server von Empire zu besuchen und alle Neuigkeiten und Updates zu erfahren.",
11565
11578
  "maintenance_freeze_desc": "Der Verbrauch von Nahrung und Met sowie die verbleibende Zeit von aktiven Boostern werden für alle Spieler vorübergehend angehalten.",
11566
11579
  "dialog_tempServer_overview_crossServerLive_desc": "Dieser Durchgang des Außenwelten-Events ist ein serverübergreifendes Event für Empire Web und Empire: Four Kingdoms. Ihr könnt Euch Spielern aus beiden Spielversionen stellen. Einige Spielfunktionen könnten deaktiviert sein, um das serverübergreifende Spielen zu ermöglichen.\n\nDas Außenwelten-Event ist ein besonderes Event, in dem Ihr gegen Burgherren aus aller Welt auf einem temporären Event-Server antreten könnt.\n\n\nDie Außenwelten locken mit prestigeträchtigen Belohnungen und testen Geschick, Strategie und Stärke von Burgherren, die ihre Position in der Rangliste verbessern und diese unerforschten Lande beherrschen müssen.\n\nMit jedem neuen Eventdurchgang ändert sich die Art, wie Ihr Punkte sammelt, seht Euch also die Regeln vor jedem Event an.\n\n\nAuch wenn es in den Außenwelten viele lukrative Schätze gibt, ist der Platz dort beschränkt. Betretet sie also, bevor sie zu voll sind.",
11567
- "alert_writeNewMessage_blocked_lowLevel": "Verfügbar ab Stufe 16",
11568
- "alert_writeNewMessage_blocked_dailyLimit": "Tägliches Limit erreicht",
11580
+ "alert_writeNewMessage_blocked_lowLevel": "Ihr könnt anderen Spielern Nachrichten schicken, sobald Ihr Level 16 erreicht habt. Bitte erhöht Euer Erfahrungslevel.",
11581
+ "alert_writeNewMessage_blocked_dailyLimit": "Ihr habt das Tageslimit erreicht. Ihr könnt heute keine weiteren Nachrichten verschicken. Bitte versucht es morgen erneut.",
11569
11582
  "ci_effect_Meadreduction_tt": "Metverbrauch pro Stunde:",
11570
- "panel_collector_HUDButton_Anniversary": "Elementarritter"
11583
+ "panel_collector_HUDButton_Anniversary": "Elementar- \nRitter",
11584
+ "research_need_three": "Benötigt: {0} auf Stufe {1}, {2} auf Stufe {3} und {4} auf Stufe {5}",
11585
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction_desc": "Reduces the cooldown time of Daimyo castles. The costs are paid using the alliance funds.",
11586
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction_desc": "Reduces the cooldown time of samurai camps. The costs are paid using the alliance funds.",
11587
+ "dialog_alliance_chronic44_22": "Attack cooldown forDaimyo castles temporarily decreased",
11588
+ "dialog_alliance_chronic44_21": "Attack cooldown for Samurai camps temporarily decreased",
11589
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction_percentage": "Attack cooldown for for Daimyo castles: -{0}%",
11590
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction": "Attack cooldown for for Daimyo castles",
11591
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction_percentage": "Attack cooldown for samurai camps: -{0}%",
11592
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction": "Attack cooldown for samurai camps",
11593
+ "dialog_generals_overview_selectPvEGeneral_tab": "Your generals",
11594
+ "dialog_generals_overview_selectGeneral_tab": "Your generals"
11571
11595
  },
11572
11596
  "effects": {
11573
11597
  "equip_effect_description_conquerSpeedBonus": "+{0}% Reisetempo der Armee bei Eroberungen",
@@ -12605,7 +12629,8 @@
12605
12629
  "effect_description_allianceDefenseUnitAmountYardBonus": "+{0} für die Allianzunterstützungs-Truppenkapazität",
12606
12630
  "effect_description_hiddenSoldiersSpace": "Einheitenkapazität der Zuflucht",
12607
12631
  "subscription_convenience_description_AutoCooldownSkip": "Aktiviert die Option, um mit Beschleunigern automatisch Cooldowns bei bestimmten NPC-Zielen zu überspringen.",
12608
- "ci_effect_Meadreduction": "-{0} % Metverbrauch pro Stunde"
12632
+ "ci_effect_Meadreduction": "-{0} % Metverbrauch pro Stunde",
12633
+ "equip_effect_description_attackUnitAmountReinforcementBoost": "+{0} % für Truppenkapazität für den letzten Ansturm"
12609
12634
  },
12610
12635
  "equipment_heroes_and_gems": {
12611
12636
  "equipment_slotType_hero": "Held",
@@ -16354,7 +16379,15 @@
16354
16379
  "equipment_unique_2001": "Sonnenuhr des Gerissenen",
16355
16380
  "equipment_unique_2001_desc": "Verwandelt Eure Armee in einen strahlenden Zug von Sonnenkriegern.",
16356
16381
  "equipment_unique_2002": "Verlorener Anker",
16357
- "equipment_unique_2002_desc": "Verwandelt Eure Burg in eine Schiffbruchfestung."
16382
+ "equipment_unique_2002_desc": "Verwandelt Eure Burg in eine Schiffbruchfestung.",
16383
+ "equipment_unique_2004": "Fahne des verworrenen Taktikers",
16384
+ "equipment_unique_2004_desc": "Mit dieser Flagge werden Gäste aus aller Welt angelockt. Verwandelt Eure Armee in eine feierwütige Truppe von Bayern, die den nächsten Biergarten stürmen werden.",
16385
+ "equipment_unique_2005": "Fahne des verworrenen Taktikers",
16386
+ "equipment_unique_2005_desc": "Mit dieser Flagge werden Gäste aus aller Welt angelockt. Verwandelt Eure Armee in eine feierwütige Truppe von Bayern, die den nächsten Biergarten stürmen werden.",
16387
+ "equipment_unique_2006": "Gesalzene Trutzburg",
16388
+ "equipment_unique_2006_desc": "Mit diesem feinen, frischen Gebäck wird Eure Burg von Laugenbrötchen bedeckt. Alle sollen wissen, dass Euer Volk in Oktoberfeststimmung ist.",
16389
+ "equipment_unique_2003": "Bierfass",
16390
+ "equipment_unique_2003_desc": "Verwandelt Eure Burg in eine Schaumfestung."
16358
16391
  },
16359
16392
  "generic": {
16360
16393
  "activity": "Aktivität",
@@ -18297,7 +18330,7 @@
18297
18330
  "rewards_colon": "Belohnungen:",
18298
18331
  "offerings_colon": "Angebote:",
18299
18332
  "btn_discord_loginScreen_desc": "Schließt Euch der Community an und erfahrt alle Neuigkeiten",
18300
- "Messages_answer_prefix": "Re:"
18333
+ "Messages_answer_prefix": "AW: {0}"
18301
18334
  },
18302
18335
  "help": {
18303
18336
  "help_location": "Hier seht Ihr eine globale Übersicht über die wichtigen \nBesitztümer Eurer Burg und aller Außenposten.",
package/languages/el.json CHANGED
@@ -1796,16 +1796,29 @@
1796
1796
  "deco_anniversaryParty_name": "Γιορτή επετειακού πάρτι",
1797
1797
  "deco_tomsWorkshop_name": "Δίδυμο εργαστήρι του Τομ",
1798
1798
  "deco_alicesWorkshop_name": "Δίδυμο εργαστήρι της Άλις",
1799
- "ci_effect_componentProductionBoost": "+{0}% μπόνους παραγωγή για εξαρτήματα εργαλειοποιείου",
1800
- "ci_effect_refinedResourceProductionBoost": "+{0}% μπόνους παραγωγή για πόρους διυλιστήριου",
1801
- "ci_effect_componentProductionBoost_tt": "Σχέδιο παραγωγής εργαλειοποιείουΜπόνους:",
1802
- "ci_effect_refinedResourceProductionBoost_tt": "Μπόνους παραγωγής διυλιστήριου:",
1799
+ "ci_effect_componentQueueBoost": "+{0}% μπόνους παραγωγή για εξαρτήματα εργαλειοποιείου",
1800
+ "ci_effect_refinedResourceQueueBoost": "+{0}% μπόνους παραγωγή για πόρους διυλιστήριου",
1801
+ "ci_effect_componentQueueBoost_tt": "Σχέδιο παραγωγής εργαλειοποιείουΜπόνους:",
1802
+ "ci_effect_refinedResourceQueueBoost_tt": "Μπόνους παραγωγής διυλιστήριου:",
1803
1803
  "ci_blueprint_refinery": "Σχέδιο παραγωγής διυλιστήριου",
1804
1804
  "ci_blueprint_toolsmith": "Σχέδιο παραγωγής εργαλειοποιείου",
1805
1805
  "ci_secondary_refinery": "Αντικ. ενίσχυσης κειμηλίου παραγωγής διυλιστηρίου",
1806
1806
  "ci_secondary_refinery_premium": "Προνομιακό αντικ. ενίσχυσης παραγωγής διυλιστηρίου",
1807
1807
  "ci_secondary_toolsmith": "Αντ. κτιρίου κειμηλίου παραγωγής εργαλειοποιείου",
1808
- "ci_secondary_toolsmith_premium": "Προνομιακό αντικ. ενίσχ. παραγωγής εργαλειοποιείου"
1808
+ "ci_secondary_toolsmith_premium": "Προνομιακό αντικ. ενίσχ. παραγωγής εργαλειοποιείου",
1809
+ "deco_OktoberfestStrength_name": "Περίπτερο Ισχύος Πρέτζελ",
1810
+ "deco_octoberfestPartyEnd_name": "Χάος μεταμεσονύκτιου πάρτι Οκτόμπερφεστ",
1811
+ "deco_octoberfestParty_name": "Κήπος μπύρας Οκτόμπερφεστ",
1812
+ "ci_appearance_octoberfestTower_flavour": "Ζήτω η καινοτομία! Εδώ τα βαρέλια της γνώσης ζυμώνονται και οι ιδέες ρέουν ελεύθερα.",
1813
+ "ci_appearance_octoberfestTower": "Πύργος μπύρας",
1814
+ "ci_appearance_nomadTavern_flavour": "The nomads cherish the rules of hospitality. Guests feasts on fermented mares milk and juicy yak roast.",
1815
+ "ci_appearance_nomadTavern": "Nomads tavern",
1816
+ "ci_appearance_nomadGuardhouse_flavour": "While the nomads treat defeated foes with honor, saboteurs, spies, and traitors should not expect any mercy.",
1817
+ "ci_appearance_nomadGuardhouse": "Nomads Guardhouse",
1818
+ "ci_appearance_samuraiTavern_flavour": ""Lanterns soft glow - Samurais sake flows - Old tales of war."",
1819
+ "ci_appearance_samuraiTavern": "Samurai tavern",
1820
+ "ci_appearance_samuraiGuardhouse_flavour": "The Sunrise Kingdoms dreaded Rōshigumi guard force is known for its relentlessness and brutal efficency.",
1821
+ "ci_appearance_samuraiGuardhouse": "Samurai Guardhouse"
1809
1822
  },
1810
1823
  "dialogs": {
1811
1824
  "dialog_festival_desc": "Χρησιμοποιήστε τρόφιμα, για να διοργανώσετε μία γιορτή για τους πολίτες σας!\nΌσο διαρκεί η γιορτή, η ταχύτητα στρατολόγησης σ όλα τα κάστρα σας θ αυξηθεί. Όσο μεγαλύτερη είναι η γιορτή, τόσο μεγαλύτερη είναι και η επίδραση.",
@@ -11564,10 +11577,21 @@
11564
11577
  "maintenance_discord_desc": "Κάνε κλικ στο παρακάτω κουμπί για να μπεις στον διακομιστή Discord Empire για τις πιο πρόσφατες ειδήσεις και ενημερώσεις.",
11565
11578
  "maintenance_freeze_desc": "Η κατανάλωση τροφής και υδρόμελου, καθώς και ο υπολειπόμενος χρόνος ενεργών ενισχυτικών παγώνουν προσωρινά για όλους τους παίκτες.",
11566
11579
  "dialog_tempServer_overview_crossServerLive_desc": "Αυτή η έκδοση των Απώτερων Βασιλείων είναι μια κοινή εκδήλωση των διακομιστών Empire Web και Empire: Four Kingdoms. Θα αντιμετωπίσεις άλλους παίκτες και από τις δύο εκδόσεις του παιχνιδιού. Συγκεκριμένες λειτουργίες παιχνιδιού μπορεί να απενεργοποιηθούν, για να είναι δυνατό το παιχνίδι μεταξύ διακομιστών.\n\nΤα Απώτερα Βασίλεια είναι μια ειδική εκδήλωση στην οποία μπορείς να αναμετρηθείς με άρχοντες κάστρων από όλο τον κόσμο σε έναν προσωρινό διακομιστή εκδηλώσεων.\n\n\nΜε σημαντικές ανταμοιβές διαθέσιμες στα Απώτερα Βασίλεια, οι γενναίοι Άρχοντες κάστρων πρέπει να χρησιμοποιήσουν ικανότητες, στρατηγική και δύναμη, για να βελτιώσουν τη θέση τους στην κατάταξη και να κυριαρχήσουν σε αυτές τις αχαρτογράφητες περιοχές.\n\nΟ τρόπος συλλογής βαθμών για την κατάταξη αλλάζει με κάθε έκδοση της εκδήλωσης, γι αυτό φρόντισε να διαβάσεις την περίληψη βαθμολογίας στην αρχή κάθε εκδήλωσης.\n\n\nΜολονότι τα Απώτερα Βασίλεια μπορεί να είναι γεμάτα πλούσιους θησαυρούς, ο χώρος εκεί είναι περιορισμένος - φρόντισε να πάρεις μέρος πριν γεμίσουν εντελώς!",
11567
- "alert_writeNewMessage_blocked_lowLevel": "Διαθέσιμο στο επίπεδο 16",
11568
- "alert_writeNewMessage_blocked_dailyLimit": "Ημερήσιο όριο συμπληρώθηκε",
11580
+ "alert_writeNewMessage_blocked_lowLevel": "Μπορείς να στέλνεις μηνύματα σε άλλους παίκτες μόλις φτάσεις το επίπεδο 16. Αύξησε το επίπεδο εμπειρίας σου",
11581
+ "alert_writeNewMessage_blocked_dailyLimit": "Έφτασες το ημερήσιο όριο. Δεν μπορείς να στείλεις άλλα μηνύματα σήμερα. Δοκίμασε ξανά αύριο.",
11569
11582
  "ci_effect_Meadreduction_tt": "Κατανάλωση υδρομελιού ανά ώρα:",
11570
- "panel_collector_HUDButton_Anniversary": "Στοιχειακοί ιππότες"
11583
+ "panel_collector_HUDButton_Anniversary": "Στοιχειακό \nΙππότες",
11584
+ "research_need_three": "Απαιτείται: {0} στο επίπεδο {1}, {2} στο επίπεδο {3} και {4} στο επίπεδο {5}",
11585
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction_desc": "Reduces the cooldown time of Daimyo castles. The costs are paid using the alliance funds.",
11586
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction_desc": "Reduces the cooldown time of samurai camps. The costs are paid using the alliance funds.",
11587
+ "dialog_alliance_chronic44_22": "Attack cooldown forDaimyo castles temporarily decreased",
11588
+ "dialog_alliance_chronic44_21": "Attack cooldown for Samurai camps temporarily decreased",
11589
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction_percentage": "Attack cooldown for for Daimyo castles: -{0}%",
11590
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction": "Attack cooldown for for Daimyo castles",
11591
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction_percentage": "Attack cooldown for samurai camps: -{0}%",
11592
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction": "Attack cooldown for samurai camps",
11593
+ "dialog_generals_overview_selectPvEGeneral_tab": "Your generals",
11594
+ "dialog_generals_overview_selectGeneral_tab": "Your generals"
11571
11595
  },
11572
11596
  "effects": {
11573
11597
  "equip_effect_description_conquerSpeedBonus": "+{0}% ταχύτητα ταξιδιού στρατού κατά τη διάρκεια κατακτήσεων",
@@ -12605,7 +12629,8 @@
12605
12629
  "effect_description_allianceDefenseUnitAmountYardBonus": "+{0} στη χωρητικότητα στρατευμάτων υποστήριξης συμμαχίας",
12606
12630
  "effect_description_hiddenSoldiersSpace": "Χωρητικότητα καταφυγίου μονάδων",
12607
12631
  "subscription_convenience_description_AutoCooldownSkip": "Ενεργοποίησε την επιλογή για αυτόματη χρήση παραλείψεων χρόνου, για παράλειψη της αναμονής επίθεσης συγκεκριμένων στόχων NPC.",
12608
- "ci_effect_Meadreduction": "-{0}% κατανάλωση υδρομελιού ανά ώρα"
12632
+ "ci_effect_Meadreduction": "-{0}% κατανάλωση υδρομελιού ανά ώρα",
12633
+ "equip_effect_description_attackUnitAmountReinforcementBoost": "+{0} στη χωρητ. στρατευμάτων για τελική επίθεση"
12609
12634
  },
12610
12635
  "equipment_heroes_and_gems": {
12611
12636
  "equipment_slotType_hero": "Ήρωας",
@@ -16354,7 +16379,15 @@
16354
16379
  "equipment_unique_2001": "Ηλιακό ρολόι των πονηρών",
16355
16380
  "equipment_unique_2001_desc": "Μετατρέπει τον στρατό σου σε λαμπερή διμοιρία πολεμιστών του ηλίου.",
16356
16381
  "equipment_unique_2002": "Χαμένη άγκυρα",
16357
- "equipment_unique_2002_desc": "Μετατρέπει το κάστρο σου σε ναυαγισμένο φρούριο."
16382
+ "equipment_unique_2002_desc": "Μετατρέπει το κάστρο σου σε ναυαγισμένο φρούριο.",
16383
+ "equipment_unique_2004": "Λάβαρο του Διαταραγμένου τακτικιστή",
16384
+ "equipment_unique_2004_desc": "Αυτή η σημαία χρησιμοποιείται για να συγκεντρώσει επισκέπτες από ολόκληρο τον κόσμο. Μετάτρεψε τον στρατό σου σε ένα εορταστικό καραβάνι Βαυαρών, έτοιμων να ορμήσουν στον δεύτερο καλύτερο κήπο μπύρας.",
16385
+ "equipment_unique_2005": "Λάβαρο του Διαταραγμένου τακτικιστή",
16386
+ "equipment_unique_2005_desc": "Αυτή η σημαία χρησιμοποιείται για να συγκεντρώσει επισκέπτες από ολόκληρο τον κόσμο. Μετάτρεψε τον στρατό σου σε ένα εορταστικό καραβάνι Βαυαρών, έτοιμων να ορμήσουν στον δεύτερο καλύτερο κήπο μπύρας.",
16387
+ "equipment_unique_2006": "Αλατισμένο πυργόσπιτο",
16388
+ "equipment_unique_2006_desc": "Αυτό το λεπτό και φρέσκο σφολιατοειδές καλύπτει το κάστρο σου με ψωμάκια αλισίβας. Δείξε σε όλους ότι ο λαός σου διακατέχεται από το πνεύμα του Οκτόμπερφεστ.",
16389
+ "equipment_unique_2003": "Βαρέλι μπύρας",
16390
+ "equipment_unique_2003_desc": "Μετατρέπει το κάστρο σου σε αφρώδες φρούριο."
16358
16391
  },
16359
16392
  "generic": {
16360
16393
  "activity": "Δραστηριότητα",
@@ -18297,7 +18330,7 @@
18297
18330
  "rewards_colon": "Ανταμοιβές:",
18298
18331
  "offerings_colon": "Προσφορές:",
18299
18332
  "btn_discord_loginScreen_desc": "Έλα στην κοινότητά μας για τις πιο πρόσφατες ειδήσεις",
18300
- "Messages_answer_prefix": "Απ:"
18333
+ "Messages_answer_prefix": "Απ: {0}"
18301
18334
  },
18302
18335
  "help": {
18303
18336
  "help_location": "Εδώ έχετε παγκόσμια επισκόπηση των σημαντικών περιεχομένων του κάστρου σας και των οχυρών σας.",
package/languages/en.json CHANGED
@@ -1796,16 +1796,29 @@
1796
1796
  "deco_anniversaryParty_name": "Anniversary party celebration",
1797
1797
  "deco_tomsWorkshop_name": "Toms twin workshop",
1798
1798
  "deco_alicesWorkshop_name": "Alices twin workshop",
1799
- "ci_effect_componentProductionBoost": "+{0}% bonus output for toolsmith components",
1800
- "ci_effect_refinedResourceProductionBoost": "+{0}% bonus output for refinery resources",
1801
- "ci_effect_componentProductionBoost_tt": "Toolsmith production bonus:",
1802
- "ci_effect_refinedResourceProductionBoost_tt": "Refinery production bonus:",
1799
+ "ci_effect_componentQueueBoost": "+{0}% bonus output for toolsmith components",
1800
+ "ci_effect_refinedResourceQueueBoost": "+{0}% bonus output for refinery resources",
1801
+ "ci_effect_componentQueueBoost_tt": "Toolsmith production bonus:",
1802
+ "ci_effect_refinedResourceQueueBoost_tt": "Refinery production bonus:",
1803
1803
  "ci_blueprint_refinery": "Refinery production blueprint",
1804
1804
  "ci_blueprint_toolsmith": "Toolsmith production blueprint",
1805
1805
  "ci_secondary_refinery": "Relic refinery production build item",
1806
1806
  "ci_secondary_refinery_premium": "Premium refinery production build item",
1807
1807
  "ci_secondary_toolsmith": "Relic toolsmith production build item",
1808
- "ci_secondary_toolsmith_premium": "Premium toolsmith production build item"
1808
+ "ci_secondary_toolsmith_premium": "Premium toolsmith production build item",
1809
+ "deco_OktoberfestStrength_name": "Pretzel Power Pavilion",
1810
+ "deco_octoberfestPartyEnd_name": "Octoberfest after-party shambles",
1811
+ "deco_octoberfestParty_name": "Octoberfest beer garden",
1812
+ "ci_appearance_octoberfestTower_flavour": "Cheers to innovation! Here the kegs of knowledge ferment and ideas flow freely.",
1813
+ "ci_appearance_octoberfestTower": "Beer Tower",
1814
+ "ci_appearance_nomadTavern_flavour": "The nomads cherish the rules of hospitality. Guests feasts on fermented mares milk and juicy yak roast.",
1815
+ "ci_appearance_nomadTavern": "Nomads tavern",
1816
+ "ci_appearance_nomadGuardhouse_flavour": "While the nomads treat defeated foes with honor, saboteurs, spies, and traitors should not expect any mercy.",
1817
+ "ci_appearance_nomadGuardhouse": "Nomads Guardhouse",
1818
+ "ci_appearance_samuraiTavern_flavour": ""Lanterns soft glow - Samurais sake flows - Old tales of war."",
1819
+ "ci_appearance_samuraiTavern": "Samurai tavern",
1820
+ "ci_appearance_samuraiGuardhouse_flavour": "The Sunrise Kingdoms dreaded Rōshigumi guard force is known for its relentlessness and brutal efficency.",
1821
+ "ci_appearance_samuraiGuardhouse": "Samurai Guardhouse"
1809
1822
  },
1810
1823
  "dialogs": {
1811
1824
  "dialog_festival_desc": "Use your food to hold a feast for your citizens!\nSoldiers will be recruited much more quickly in all of your castles for as long as the feast lasts. The bigger the feast, the greater the effect.",
@@ -7993,12 +8006,12 @@
7993
8006
  "dialog_info_samuraiBooster": "Temporarily increases the number of samurai tokens looted",
7994
8007
  "dialog_attackBonus_samuraiTokenBoost": "Samurai token bonus: +{0}% more samurai tokens",
7995
8008
  "dialog_redAlienInvasion_message_header": "War of the Bloodcrows",
7996
- "dialog_redAlienInvasion_message_copy": "A grave danger is upon us! All over the Great Empire dark powers have opened up gateways to other worlds! The sinister Bloodcrow Lords are invading our realm! Gather your armies and drive back the invaders!",
8009
+ "dialog_redAlienInvasion_message_copy": "A grave danger is upon us! All over the Great Empire dark powers have revealed the presence of ominous scarlet castles! The sinister Bloodcrow Lords are invading our realm! Gather your armies and drive back the invaders!",
7997
8010
  "dialog_redAlienInvasion_jumpto_castleName": "Find a Bloodcrow castle",
7998
8011
  "dialog_redAlienInvasion_camp_points_copy": "You can receive glory points for honorable battles against Bloodcrow Lords. If you collect a certain number of glory points, you will receive rewards either instantly or at the end of the event.",
7999
- "dialog_redAlienInvasion_camp_info": "Bloodcrow castles are invaders from another realm. The castle lords of these invaders are known to be aggressive, so make sure your armies are prepared for the battles ahead. You will receive rewards for the glory you win in battles against Bloodcrow Lords.",
8012
+ "dialog_redAlienInvasion_camp_info": "Bloodcrow castles are invaders threatening our realm. The castle lords of these invaders are known to be aggressive, so make sure your armies are prepared for the battles ahead. You will receive rewards for the glory you win in battles against Bloodcrow Lords.",
8000
8013
  "dialog_redAlienInvasion_eventEnd_title": "Retreat of the Bloodcrows",
8001
- "dialog_redAlienInvasion_eventEnd_copy": "The Bloodcrow Lords has been driven out of our world. You collected {0} glory points in battle!",
8014
+ "dialog_redAlienInvasion_eventEnd_copy": "The Bloodcrow Lords has been driven out of our realm. You collected {0} glory points in battle!",
8002
8015
  "dialog_redAlienInvasion_gotTopxReward_copy": "You collected {0} glory points in the battle against the Bloodcrow Lords. As one of the {1} castle lords with the most glory, youll be richly rewarded!",
8003
8016
  "dialog_redAlienInvasion_gotRoyalReward_copy": "You collected {0} glory points in battle against the Bloodcrow Lords. As the castle lord with the most glory points, youll receive a unique reward!",
8004
8017
  "dialog_redAlienInvasionAlliance_gotRoyalReward_copy": "Your alliance collected {0} glory points in the battle against the Bloodcrow Lords. As a member of the alliance with the most glory points, youll receive a unique reward!",
@@ -8011,7 +8024,7 @@
8011
8024
  "dialog_redAlienInvasionAlliance_eventEnd_copy": "The Bloodcrow Lords have been driven out of our world. Your alliance collected {0} glory points in battle!",
8012
8025
  "dialog_redAlienInvasionAlliance_camp_points_copy": "The alliances that have collected the most glory points by the end of the event will be richly rewarded. Your alliance will win a participation prize when it reaches {0} points.",
8013
8026
  "dialog_redAlienInvasionAlliance_camp_points_noAlliance_copy": "Join an alliance to collect glory points for the alliance score and earn extra rewards.",
8014
- "dialog_redAlienInvasionAlliance_message_copy": "A grave danger is upon us! Sinister forces all over the Great Empire have opened up gateways to other worlds! The merciless Bloodcrow Lords are invading our realm! Gather your alliance and drive back these dark forces!",
8027
+ "dialog_redAlienInvasionAlliance_message_copy": "A grave danger is upon us! Sinister forces all over the Great Empire have revealed the presence of ominous scarlet castles! The merciless Bloodcrow Lords are invading our realm! Gather your alliance and drive back these dark forces!",
8015
8028
  "shapeshifterBloodpointBooster_short_info": "Point boosters increase the amount of points earned when attacking shapeshifter totems by {0}%. You can use multiple point boosters per attack.",
8016
8029
  "dialog_shapeshifter_selectBoosters_desc": "Here you can select the boosters you want to use for each attack on a shapeshifter totem. Charm boosters will increase the amount of shapeshifter charms you will earn from each attack, while point boosters will increase the amount of points earned. The maximum amount of boosters that you can use per attack increases when hardcore mode is activated.",
8017
8030
  "dialog_info_message_title_156": "Temporary Server FAQs",
@@ -9086,18 +9099,18 @@
9086
9099
  "dialog_beyondTheHorizon_end_title": "Beyond the Horizon",
9087
9100
  "dialog_beyondTheHorizon_end_desc": "You fought bravely on the battlefield alongside your allies, but now it is time to return home. \nEven though this journey has come to an end, new challenges await you.",
9088
9101
  "dialog_beyondTheHorizon_end_allianceContest": "Alliance contest",
9089
- "dialog_alliance_temporaryBoost_allianceAttackBoostAliens": "Combat strength bonus against Foreign castles",
9090
- "dialog_alliance_temporaryBoost_allianceAttackBoostAliens_percentage": "Combat strength bonus against Foreign castles: +{0}%",
9102
+ "dialog_alliance_temporaryBoost_allianceAttackBoostAliens": "Combat strength bonus against Foreign and Bloodcrow castles",
9103
+ "dialog_alliance_temporaryBoost_allianceAttackBoostAliens_percentage": "Combat strength bonus against Foreign and Bloodcrow castles: +{0}%",
9091
9104
  "dialog_alliance_temporaryBoost_allianceAttackBoostDaimyo": "Combat strength bonus against Daimyo castles",
9092
9105
  "dialog_alliance_temporaryBoost_allianceAttackBoostDaimyo_percentage": "Combat strength bonus against Daimyo castles: +{0}%",
9093
9106
  "dialog_alliance_temporaryBoost_allianceDefenseBoostDaimyo": "Defense strength bonus against Daimyo attacks",
9094
9107
  "dialog_alliance_temporaryBoost_allianceDefenseBoostDaimyo_percentage": "Defense strength bonus against Daimyo attacks: +{0}%",
9095
9108
  "dialog_alliance_temporaryBoost_allianceDefenseBoostKhan": "Defense strength bonus against Khan attacks",
9096
9109
  "dialog_alliance_temporaryBoost_allianceDefenseBoostKhan_percentage": "Defense strength bonus against Khan attacks: +{0}%",
9097
- "dialog_alliance_chronic44_16": "Combat strength bonus against foreign castles temporarily increased",
9110
+ "dialog_alliance_chronic44_16": "Temporary combat strength bonus against Foreigners & Bloodcrows",
9098
9111
  "dialog_alliance_chronic44_17": "Combat strength bonus against Daimyo castles temporarily increased",
9099
9112
  "dialog_alliance_chronic44_18": "Defense strength bonus against Khan attacks temporarily increased",
9100
- "dialog_alliance_temporaryBoost_allianceAttackBoostAliens_desc": "Increases combat strength bonus against foreign castles. The costs are paid using the alliance funds.",
9113
+ "dialog_alliance_temporaryBoost_allianceAttackBoostAliens_desc": "Increases combat strength bonus against foreign and Bloodcrow castles. The costs are paid using the alliance funds.",
9101
9114
  "dialog_alliance_temporaryBoost_allianceAttackBoostDaimyo_desc": "Increases combat strength bonus against Daimyo castles. The costs are paid using the alliance funds.",
9102
9115
  "dialog_alliance_temporaryBoost_allianceDefenseBoostDaimyo_desc": "Increases defense strength bonus against Daimyo attacks. The costs are paid using the alliance funds.",
9103
9116
  "dialog_alliance_temporaryBoost_allianceDefenseBoostKhan_desc": "Increases defense strength bonus against Khan attacks. The costs are paid using the alliance funds.",
@@ -11567,7 +11580,18 @@
11567
11580
  "alert_writeNewMessage_blocked_lowLevel": "You can send messages to other players once you reach level 16. Please increase your experience level",
11568
11581
  "alert_writeNewMessage_blocked_dailyLimit": "You have reached the daily limit. You cannot send any more messages today. Please try again tomorrow.",
11569
11582
  "ci_effect_Meadreduction_tt": "Mead consumption per hour:",
11570
- "panel_collector_HUDButton_Anniversary": "Elemental \nKnights"
11583
+ "panel_collector_HUDButton_Anniversary": "Elemental \nKnights",
11584
+ "research_need_three": "Requires: {0} at level {1}, {2} at level {3}, and {4} at level {5}",
11585
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction_desc": "Reduces the cooldown time of Daimyo castles. The costs are paid using the alliance funds.",
11586
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction_desc": "Reduces the cooldown time of samurai camps. The costs are paid using the alliance funds.",
11587
+ "dialog_alliance_chronic44_22": "Attack cooldown forDaimyo castles temporarily decreased",
11588
+ "dialog_alliance_chronic44_21": "Attack cooldown for Samurai camps temporarily decreased",
11589
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction_percentage": "Attack cooldown for for Daimyo castles: -{0}%",
11590
+ "dialog_alliance_temporaryBoost_allianceDaimyoCooldownReduction": "Attack cooldown for for Daimyo castles",
11591
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction_percentage": "Attack cooldown for samurai camps: -{0}%",
11592
+ "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction": "Attack cooldown for samurai camps",
11593
+ "dialog_generals_overview_selectPvEGeneral_tab": "Your generals",
11594
+ "dialog_generals_overview_selectGeneral_tab": "Your generals"
11571
11595
  },
11572
11596
  "effects": {
11573
11597
  "equip_effect_description_conquerSpeedBonus": "+{0}% army travel speed during conquests",
@@ -12605,7 +12629,8 @@
12605
12629
  "effect_description_allianceDefenseUnitAmountYardBonus": "+{0} to alliance support troop capacity",
12606
12630
  "effect_description_hiddenSoldiersSpace": "Units shelter capacity",
12607
12631
  "subscription_convenience_description_AutoCooldownSkip": "Enable option to automatically use time skips to skip attack cooldown of certain NPC targets.",
12608
- "ci_effect_Meadreduction": "-{0}% mead consumption per hour"
12632
+ "ci_effect_Meadreduction": "-{0}% mead consumption per hour",
12633
+ "equip_effect_description_attackUnitAmountReinforcementBoost": "+{0}% to troop capacity for final assault"
12609
12634
  },
12610
12635
  "equipment_heroes_and_gems": {
12611
12636
  "equipment_slotType_hero": "Hero",
@@ -16354,7 +16379,15 @@
16354
16379
  "equipment_unique_2001": "Sundial of the cunning",
16355
16380
  "equipment_unique_2001_desc": "Transforms your army into a dazzling platoon of sun warriors.",
16356
16381
  "equipment_unique_2002": "Lost anchor",
16357
- "equipment_unique_2002_desc": "Transforms your castle into a shipwrecked fortress."
16382
+ "equipment_unique_2002_desc": "Transforms your castle into a shipwrecked fortress.",
16383
+ "equipment_unique_2004": "Banner of the Twisted Tactician",
16384
+ "equipment_unique_2004_desc": "This flag is used to rally visitors from all over the world. Transform your army into a celebratory caravan of Bavarians, ready to storm the next best beer garden.",
16385
+ "equipment_unique_2005": "Banner of the Twisted Tactician",
16386
+ "equipment_unique_2005_desc": "This flag is used to rally visitors from all over the world. Transform your army into a celebratory caravan of Bavarians, ready to storm the next best beer garden.",
16387
+ "equipment_unique_2006": "Salted Stronghold",
16388
+ "equipment_unique_2006_desc": "This fine and fresh pastry covers your castle in lye rolls. Let everyone know that the spirit of Oktoberfest lies within your people.",
16389
+ "equipment_unique_2003": "Beer barrel",
16390
+ "equipment_unique_2003_desc": "Transforms your castle into a foamy fortress."
16358
16391
  },
16359
16392
  "generic": {
16360
16393
  "activity": "Activity",