e4k-data 4.59.27 → 4.60.154

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 (125) hide show
  1. package/data/activityrewards.json +11 -0
  2. package/data/alliancebuffs.json +248 -0
  3. package/data/alliancehelprequests.json +5 -0
  4. package/data/artifacts.json +4 -0
  5. package/data/artifactsLeagues.json +12 -0
  6. package/data/attackSetupSlots.json +10 -0
  7. package/data/boostConsumables.json +6 -3
  8. package/data/buildingPositions.json +1214 -0
  9. package/data/buildings.json +1711 -15
  10. package/data/characters.json +3 -0
  11. package/data/constructionItemDisassemblingTombolas.json +7 -0
  12. package/data/constructionItemRecipes.json +728 -0
  13. package/data/constructionItems.json +1678 -0
  14. package/data/constructionItemsEffectGroups.json +46 -0
  15. package/data/craftingQueues.json +2 -0
  16. package/data/currencies.json +219 -0
  17. package/data/currencyBoosters.json +6 -0
  18. package/data/currencyCaps.json +11 -0
  19. package/data/currencyCollectTaskTypes.json +7 -0
  20. package/data/currencyMinutesSkipValues.json +7 -0
  21. package/data/currencyRandomBonuses.json +7 -0
  22. package/data/currencyRarenesses.json +25 -0
  23. package/data/currencySpendTaskTypes.json +3 -0
  24. package/data/currencyTypes.json +11 -0
  25. package/data/districtTypes.json +3 -0
  26. package/data/effectCaps.json +184 -3
  27. package/data/effects.json +418 -0
  28. package/data/effecttypes.json +204 -0
  29. package/data/equipment_effects.json +202 -0
  30. package/data/equipment_effectstrengths.json +410 -1
  31. package/data/equipment_gem_effects.json +144 -0
  32. package/data/equipment_groups.json +13 -0
  33. package/data/equipment_rarenesses.json +10 -0
  34. package/data/equipment_slots.json +6 -0
  35. package/data/equipment_wearers.json +2 -0
  36. package/data/equipments.json +1033 -0
  37. package/data/expansions.json +121 -0
  38. package/data/gemColors.json +9 -0
  39. package/data/gemlevels.json +14 -0
  40. package/data/gems.json +319 -0
  41. package/data/generalAbilities.json +87 -0
  42. package/data/generalAbilityEffects.json +165 -0
  43. package/data/generalAbilityTriggers.json +4 -0
  44. package/data/generalRarities.json +3 -0
  45. package/data/generalSkillTiers.json +25 -0
  46. package/data/generalSkills.json +713 -0
  47. package/data/generalSkipFinishQuests.json +7 -0
  48. package/data/generalSlots.json +36 -0
  49. package/data/generalXpItems.json +9 -0
  50. package/data/generals.json +8 -0
  51. package/data/generalsRespecPackages.json +2 -1
  52. package/data/globalEffects.json +18 -0
  53. package/data/horses.json +33 -0
  54. package/data/kingdoms.json +6 -0
  55. package/data/levelUpPrices.json +61 -0
  56. package/data/lootBoxKeyTombolas.json +24 -0
  57. package/data/lootBoxTombolas.json +708 -0
  58. package/data/lootBoxTypes.json +1 -0
  59. package/data/lootBoxes.json +32 -0
  60. package/data/lords.json +41 -0
  61. package/data/mainquests.json +8 -0
  62. package/data/merchants.json +1 -1
  63. package/data/mineTypes.json +16 -0
  64. package/data/monuments.json +19 -0
  65. package/data/packageCategoryCurrencyRelations.json +16 -0
  66. package/data/packageFilters.json +14 -0
  67. package/data/packages.json +65 -59
  68. package/data/partpayprices.json +25 -0
  69. package/data/playerNameChanges.json +18 -0
  70. package/data/prebuiltcastles.json +25 -0
  71. package/data/primeDays.json +8 -0
  72. package/data/quests.json +1348 -2
  73. package/data/relicBluePrints.json +38 -0
  74. package/data/relicCategories.json +7 -0
  75. package/data/relicEffectLists.json +36 -0
  76. package/data/relicEffectPowerRatings.json +7 -0
  77. package/data/relicEffects.json +285 -0
  78. package/data/relicLootOptions.json +208 -0
  79. package/data/relicPowerDistributions.json +100 -0
  80. package/data/relicTypes.json +19 -0
  81. package/data/researches.json +870 -0
  82. package/data/rewards.json +1069 -0
  83. package/data/saleDaysLuckyWheelClasses.json +9 -0
  84. package/data/saleDaysLuckyWheelRewardSets.json +180 -0
  85. package/data/sceatSkillTiers.json +17 -0
  86. package/data/sceatSkillTrees.json +4 -0
  87. package/data/sceatSkills.json +246 -0
  88. package/data/tempServerDailyTaskRewards.json +5 -0
  89. package/data/tempServerPreBuiltCastles.json +5 -0
  90. package/data/tempServerRankPoints.json +47 -0
  91. package/data/tempServerRankRewards.json +128 -0
  92. package/data/tempServerSettings.json +9 -0
  93. package/data/titles.json +57 -0
  94. package/data/tmapnodes.json +135 -0
  95. package/data/toolCategories.json +5 -0
  96. package/data/units.json +806 -0
  97. package/data/version.json +1 -1
  98. package/data/versionInfo.json +3 -3
  99. package/data/wishingwells.json +11 -0
  100. package/data/wodIds.json +30 -0
  101. package/data/worldmapskins.json +105 -0
  102. package/images/x768.json +933 -6
  103. package/languages/da.json +97 -39
  104. package/languages/de.json +98 -39
  105. package/languages/el.json +97 -39
  106. package/languages/en.json +83 -24
  107. package/languages/es.json +97 -39
  108. package/languages/fi.json +97 -39
  109. package/languages/fr.json +97 -39
  110. package/languages/it.json +97 -39
  111. package/languages/ja.json +97 -39
  112. package/languages/ko.json +97 -39
  113. package/languages/nl.json +97 -39
  114. package/languages/no.json +97 -39
  115. package/languages/pl.json +97 -39
  116. package/languages/pt.json +97 -39
  117. package/languages/ru.json +97 -39
  118. package/languages/sv.json +97 -39
  119. package/languages/tr.json +97 -39
  120. package/languages/zh_CN.json +97 -39
  121. package/languages/zh_TW.json +97 -39
  122. package/package.json +1 -1
  123. package/typings/data.d.ts +97 -0
  124. package/typings/images.d.ts +57 -0
  125. package/typings/languages.d.ts +73 -14
@@ -1472,6 +1472,9 @@
1472
1472
  "deco_ThroneOfCommunity3_name": "黑色家族尊位",
1473
1473
  "deco_ThroneOfCommunity4_name": "青色家族尊位",
1474
1474
  "RelicFarmGreen_name": "聖物保存室",
1475
+ "MilitaryDistrict_name": "軍事特區",
1476
+ "MilitaryDistrict_short_info": "為軍事建築物建立專屬空間",
1477
+ "MilitaryDistrict_upgrade_info": "增加特區內的建築物空間",
1475
1478
  "deco_LoveWell_name": "愛之井",
1476
1479
  "ci_appearance_winterEstate": "凜冬莊園",
1477
1480
  "ci_appearance_winterEstate_flavour": "這座冰冷的莊園在刺骨的凜冬季節中提供了一處可供平靜沉思的庇護所。",
@@ -1527,6 +1530,9 @@
1527
1530
  "deco_VirgosPark_name": "處女座公園",
1528
1531
  "deco_VirgosNature_name": "處女座的大自然",
1529
1532
  "keep_upgrade_LegendTemple_info": "解鎖主權層級",
1533
+ "TradeDistrict_name": "商貿特區",
1534
+ "TradeDistrict_short_info": "為軍事建築物建立專屬空間",
1535
+ "TradeDistrict_upgrade_info": "增加特區內的空間",
1530
1536
  "deco_octopusGardenViolet_name": "深海霸王",
1531
1537
  "deco_octopusGardenBlack_name": "深海冥王",
1532
1538
  "deco_TriumphalArchLoyal_name": "忠誠凱旋",
@@ -1826,8 +1832,8 @@
1826
1832
  "ci_appearance_samuraiTavern": "武士酒館",
1827
1833
  "ci_appearance_samuraiGuardhouse_flavour": "日出王國的恐怖浪士組警衛隊一向以其使命必達的殘暴效率聞名。",
1828
1834
  "ci_appearance_samuraiGuardhouse": "武士崗哨樓",
1829
- "ci_effect_attackBonusUnitBloodcrows": "+{0} 進攻血鴉城堡時的戰鬥力",
1830
- "ci_effect_attackBonusUnitAlien": "+{0} 進攻外國城堡時的戰鬥力",
1835
+ "ci_effect_attackBoostUnitBloodcrows": "+{0}% 進攻血鴉城堡時的戰鬥力",
1836
+ "ci_effect_attackBoostUnitAliens": "+{0}% 進攻外國城堡時的戰鬥力",
1831
1837
  "ci_blueprint_toolsmithBoost_secondary": "聖物鍛工匠生產藍圖",
1832
1838
  "ci_blueprint_refineryBoost_secondary": "聖物精煉廠生產藍圖",
1833
1839
  "ci_effect_toolsmithBoost_blueprint": "鍛工匠生產加成",
@@ -1845,8 +1851,15 @@
1845
1851
  "ci_effect_relicToolsmithBoost_tt": "鍛工匠生產加成:",
1846
1852
  "ci_effect_relicRefineryBoost_tt": "精煉廠生產加成:",
1847
1853
  "ci_effect_relicToolsmithBoost_blueprint": "鍛工匠生產加成",
1848
- "deco_blueSalesFountain_name": "Spring of elation",
1849
- "deco_goldenEggHut_name": "Autumn gobblers refuge"
1854
+ "deco_blueSalesFountain_name": "歡欣之泉",
1855
+ "deco_goldenEggHut_name": "秋雉避難所",
1856
+ "ci_appearance_dragonriderHospital": "龍騎士旅店",
1857
+ "ci_appearance_dragonriderHospital_flavour": "治療師善於治療咬傷、嚴重燒傷,以及各式各樣的摔落傷。",
1858
+ "deco_dragonridercabin_name": "火焰峰小屋",
1859
+ "deco_dragonriderdragonnest_name": "龍蛋孵化場",
1860
+ "MeadDistrict_name": "Mead district",
1861
+ "MeadDistrict_upgrade_info": "Increases space inside the district",
1862
+ "MeadDistrict_short_info": "Creates space for mead buildings"
1850
1863
  },
1851
1864
  "dialogs": {
1852
1865
  "dialog_festival_desc": "用食物幫你的居民舉辦一場盛宴吧!在盛宴期間,你所有城堡的招募速度會大幅提高。宴會越大,效果越好。",
@@ -9544,9 +9557,6 @@
9544
9557
  "honeyStorage_capacityBonus_tt": "蜂蜜庫存容納空間加成",
9545
9558
  "dialog_legendTemple_title_keepSkill": "城樓等級 {0}:{1}",
9546
9559
  "help_legendTemple": "傳奇大廳讓您解鎖用於進攻與防禦的強力傳奇技能。首先,您需要透過升級傳奇大廳所獲取的傳奇點數。您的傳奇等級決定了您所能升到的最高等級。\n\n傳奇技能分為好幾個等級,但初期只有幾個最低等級的可選。一旦您在某個等級分配了足夠的傳奇點數,下一個等級將會自動解鎖。不只如此,在等級二與等級五之後,將會免費啟動強大的大師技能。\n\n您也可以選擇免費重置所有傳奇技能並重新分配傳奇點數。您這麼做並不會失去任何傳奇點數,傳奇大廳升級的等級也不會改變。每段重置期的第一次重置為免費,但後續每一次重置將需付出特定數量的紅寶石。所需的紅寶石數量將隨每次重置而增加。經過一段固定時間後,重置費用即會歸零。\n\n大部分的傳奇技能只對擁有傳奇等級的城堡領主有效。然而,就算指揮中心的擁有者尚未達到傳奇狀態,技能依然對指揮中心有效。\n\n傳奇大廳也提供您取用新型態力量:主權系統的權限。透過從各種活動中收集厚銀幣,您將可解鎖強大的建築和部隊。這些升級並不連結您的傳奇大廳等級,而是直接連結您的傳奇等級,並可用於對抗任何類型的敵人。\n\n您必須發展完成一項升級的所有層級,才能解鎖下一項升級。您也必須升級偉大帝國主城堡的城樓才能解鎖更多層級。升級前哨或其他城堡的城樓不會解鎖主權技能層級。有些技能還有額外的必要條件,例如要讓您的主城堡內特定建築物達到一個定義的等級。必須由主城堡達到解鎖技能的所有條件,而不是前哨或在其他王國的城堡!\n\n和傳奇技能系統不同,您不需要重置主權系統中的點數。",
9547
- "TradeDistrict_name": "商貿特區",
9548
- "TradeDistrict_short_info": "為軍事建築物建立專屬空間",
9549
- "TradeDistrict_upgrade_info": "增加特區內的空間",
9550
9560
  "dialog_siegeMessage_outpostConqueredDistrict": "您佔領到另一座前哨了!\n前哨內的特區已被送回原主,而特區建築物現在則收在前哨的存貨中。",
9551
9561
  "dialog_crestSymbol_Effect_header": "標誌效果",
9552
9562
  "dialog_crestSymbol_noEffect": "目前您的紋章上沒有具有效果的標誌。您可以完成成就來解鎖具有效果的標誌。",
@@ -10658,7 +10668,7 @@
10658
10668
  "dialog_options_newEmail_success_desc": "你的電子郵件已成功更改。\n你可以使用你的新登入認證資訊來登入遊戲。",
10659
10669
  "dialog_options_newEmail_title": "更改電子郵件地址",
10660
10670
  "dialog_options_newEmail_verificationPending_desc": "{0}(等候驗證中)",
10661
- "dialog_options_newEmail_verificationSent_desc": "已發送一封驗證郵件到你的舊電子郵件地址。請選擇該連結以繼續程序。",
10671
+ "dialog_options_newEmail_verificationSent_desc": "已發送一封驗證郵件到你的舊電子郵件地址。請選擇電子郵件中的連結以繼續程序。若你不取消此程序,則 {0} 後會有一封電子郵件發送到你的新電子郵件地址。",
10662
10672
  "dialog_multiRewardOffer_title_14": "復活節寶箱",
10663
10673
  "dialog_multiRewardOffer_title_15": "黃金寶箱",
10664
10674
  "dialog_chestOffer_title_12": "春之寶箱",
@@ -11490,11 +11500,11 @@
11490
11500
  "webshop_badge_exclusive": "專屬",
11491
11501
  "cancelChange": "取消更改",
11492
11502
  "dialog_options_accountManagement_email_changed_desc": "電子郵件(已更改)",
11493
- "dialog_options_newEmail_changeCancelConfirmation_desc": "你的 Goodgame Empire 帳號電子郵件更改尚未完成!\n\n你的電子郵件地址將更改成 {0}。\n\n更改你的電子郵件地址,即代表你將會以新的電子郵件地址接收電子郵件和復原密碼。\n\n更改程序將於 {1} 完成。在此日期前,你隨時都可取消更改程序,或關閉此彈出視窗來取消。",
11503
+ "dialog_options_newEmail_changeCancelConfirmation_desc": "你的 Goodgame Empire 帳號電子郵件更改等候中!\n\n你的電子郵件將更改為 {0}。\n\n更改電子郵件地址,即表示你將以新的電子郵件地址接收郵件和復原密碼。\n\n該程序必須於 {1} 前確認。你可以在此日期前隨時取消該程序,或關閉此彈出視窗。",
11494
11504
  "dialog_options_newEmail_changeCancelConfirmation_title": "更改電子郵件",
11495
11505
  "dialog_options_newEmail_changeCancelConfirmed_desc": "你已取消電子郵件更改程序。你的帳號將會繼續連結原先的驗證電子郵件地址。你可在帳號設定中查看目前指定連結你的帳號的電子郵件位址,或進行更改。\n如果你並未主動進行這項電子郵件更改程序,並需要進一步協助檢查你的帳號,請聯絡 Goodgame 的技術支援團隊。",
11496
11506
  "dialog_options_newEmail_changeCancelConfirmed_title": "更改中止",
11497
- "dialog_options_newEmail_changeInProgress_desc": "電子郵件位址的更改尚未完成。更改程序將於 {0} 完成。在程序完成前,你隨時都可取消本次的更改。",
11507
+ "dialog_options_newEmail_changeInProgress_desc": "電子郵件更改等候中。該程序必須於 {0} 前確認。在程序完成前,你可隨時取消此更改。",
11498
11508
  "dialog_options_newEmail_changeInProgress_newEmail_desc": "新電子郵件位址",
11499
11509
  "dialog_options_newEmail_changeInProgress_previousEmail_desc": "更改前的電子郵件位址",
11500
11510
  "dialog_options_newEmail_changeInProgress_title": "更改電子郵件",
@@ -11622,10 +11632,10 @@
11622
11632
  "dialog_alliance_temporaryBoost_allianceSamuraiCooldownReduction": "對武士軍營的進攻冷卻時間",
11623
11633
  "dialog_generals_overview_selectPvEGeneral_tab": "你的將軍",
11624
11634
  "dialog_generals_overview_selectGeneral_tab": "你的將軍",
11625
- "effect_description_attackBonusUnitBloodcrowsCI": "+{0} 進攻血鴉城堡時的戰鬥力(建築物品效果)",
11626
- "effect_description_attackBonusUnitAlienCI": "+{0} 進攻外國城堡時的戰鬥力(建築物品效果)",
11627
- "ci_effect_attackBonusUnitBloodcrows_tt": "進攻血鴉城堡時的戰鬥力:",
11628
- "ci_effect_attackBonusUnitAlien_tt": "進攻外國城堡時的戰鬥力:",
11635
+ "effect_description_attackBoostUnitBloodcrowsCI": "+{0} 進攻血鴉城堡時的戰鬥力(建築物品效果)",
11636
+ "effect_description_attackBoostUnitAliensCI": "+{0} 進攻外國城堡時的戰鬥力(建築物品效果)",
11637
+ "ci_effect_attackBoostUnitBloodcrows_tt": "進攻血鴉城堡時的戰鬥力:",
11638
+ "ci_effect_attackBoostUnitAliens_tt": "進攻外國城堡時的戰鬥力:",
11629
11639
  "dialog_listOverview_castleBurning_desc": "此城堡中受損的建築物",
11630
11640
  "dialog_repairAll_confirmationPopup_desc": "立即修復主城堡中的所有損害!進攻、破壞和瘟疫散播醫生對你的建築物造成的所有現行損害都會立即得到修復!產量和公共秩序也會完全復原!只會套用在所選的城堡。",
11631
11641
  "dialog_repairAll_confirmationPopup_subHeader": "立即修復損害!",
@@ -11649,19 +11659,56 @@
11649
11659
  "ci_blueprint_relicRefineryBoost": "頂級聖物精煉廠生產藍圖",
11650
11660
  "ci_secondary_relicRefineryBoost_premium": "頂級聖物精煉廠生物建築物品",
11651
11661
  "ci_secondary_relicToolsmithBoost_premium": "頂級聖物鍛工匠生產建築物品",
11652
- "dialog_longPointsEvent_eventEnd_dragonrider": "As the dragon flames dim and the festivities wane, the Majestic Dragon Mingle comes to its conclusion. Youve earned {0} season points in the contest and secured place {1} in the rankings. But fret not, more majestic adventures are on the horizon!",
11653
- "dialog_longPointsEvent_eventEnd_dragonrider_singular": "As the last dragon roars fade, the Majestic Dragon Mingle draws to a close. Youve obtained {0} season point and secured place {1} in the rankings. Keep your spirits high, for new legendary quests await!",
11654
- "dialog_longPointsEvent_eventEnd_title_dragonrider": "Mingles End!",
11655
- "dialog_longPointsEvent_eventcamp_header_dragonrider": "Majestic Dragon Mingle",
11656
- "dialog_longPointsEvent_eventcamp_message_dragonrider": "Welcome to the Majestic Dragon Mingle, the grandest assembly of dragon riders in all the realms! If you undertake the challenges of specific events during this fiery occasion, youll be graced with treasures fit for a dragons hoard!",
11657
- "dialog_longPointsEvent_gotRoyalReward_copy_dragonrider": "Marvelous! You have amassed {0} season points in the Majestic Dragon Mingle! To commemorate your achievement, a royal dragon treasure is now yours!",
11658
- "dialog_longPointsEvent_gotRoyalReward_title_title_dragonrider": "Victory!",
11659
- "dialog_longPointsEvent_gotTopxReward_copy_dragonrider": "Dragon Rider Reward",
11660
- "dialog_longPointsEvent_gotTopxReward_copy_dragonrider_singular": "Splendid! Youve gathered {0} season points in the Majestic Dragon Mingle, placing you among the top {1} lords in the event. A glorious treasure befitting your efforts awaits!",
11661
- "dialog_longPointsEvent_hardMode_info_dragonrider": "Bravo, esteemed lord! Youve secured all the Majestic Dragon Mingles rewards. But the adventure isnt over! More treasures await, and exceptional prizes are reserved for the festivities top lords.",
11662
- "dialog_longPointsEvent_message_copy_dragonrider": "Welcome to the Majestic Dragon Mingle, the grandest assembly of dragon riders in all the realms! If you undertake the challenges of specific events during this fiery occasion, youll be graced with treasures fit for a dragons hoard!",
11663
- "dialog_longPointsEvent_message_header_dragonrider": "Majestic Dragon Mingle",
11664
- "eventBuilding_longPointEvent_dragonrider": "Majestic Dragon Mingle"
11662
+ "dialog_longPointsEvent_eventEnd_dragonrider": "隨著龍之火焰止息,慶祝活動歸於平靜,巨龍交流會也來到尾聲。你在競賽中獲得了 {0} 分賽季得分,並確保了排名第 {1} 名。不過別太扼腕,未來還會有更多壯闊的冒險!",
11663
+ "dialog_longPointsEvent_eventEnd_dragonrider_singular": "隨著最後一聲龍吼靜歇,巨龍交流會也畫下句點。你獲得了 {0} 分賽季得分,並確保了第 {1} 名的排名。保持你的士氣高漲,因為還有新的傳奇任務等著你!",
11664
+ "dialog_longPointsEvent_eventEnd_title_dragonrider": "交流會結束!",
11665
+ "dialog_longPointsEvent_eventcamp_header_dragonrider": "巨龍交流會",
11666
+ "dialog_longPointsEvent_eventcamp_message_dragonrider": "歡迎來到全國度最盛大的龍騎士盛會:巨龍交流會!若你在此熱烈盛會期間接受特定活動的挑戰,你將會獲頒名符其實的龍族之寶!",
11667
+ "dialog_longPointsEvent_gotRoyalReward_copy_dragonrider": "神奇!你在巨龍交流會中累積了 {0} 分賽季得分!為紀念你的成就,現在你已獲得一份皇家龍族寶藏!",
11668
+ "dialog_longPointsEvent_gotRoyalReward_title_dragonrider": "勝利!",
11669
+ "dialog_longPointsEvent_gotTopxReward_title_dragonrider": "龍騎士獎勵",
11670
+ "dialog_longPointsEvent_gotTopxReward_copy_dragonrider": "漂亮!你在巨龍交流會中收集了 {0} 分賽季得分,成為活動前 {1} 名的領主。一份實至名歸的榮耀獎勵等著你!",
11671
+ "dialog_longPointsEvent_hardMode_info_dragonrider": "值得喝采,偉大的領主!你得到了巨龍交流會的所有獎勵。但冒險還未結束!還有更多寶藏等著你,更有非凡的獎品要留給慶典中名列前茅的領主。",
11672
+ "dialog_longPointsEvent_message_copy_dragonrider": "歡迎來到全國度最盛大的龍騎士盛會:巨龍交流會!若你在此熱烈盛會期間接受特定活動的挑戰,你將會獲頒名符其實的龍族之寶!",
11673
+ "dialog_longPointsEvent_message_header_dragonrider": "巨龍交流會",
11674
+ "eventBuilding_longPointEvent_dragonrider": "巨龍交流會",
11675
+ "dialog_options_newEmail_changePending_desc": "{0}(更改進行中)",
11676
+ "dialog_options_newEmail_changeInProgress_newMailStep_desc": "電子郵件更改等候中。已發送一封郵件到你的新電子郵件地址。必須於 {0} 前確認該程序。在程序完成前,你可隨時取消此更改。",
11677
+ "dialog_options_newEmail_changeInProgress_oldMailStep_desc": "電子郵件地址更改等候中。已發送一封郵件到你的舊電子郵件地址。必須於 {0} 前確認該程序。在程序完成前,你可隨時取消此更改。",
11678
+ "dialog_alliance_temporaryBoost_allianceFameBoost_percentage": "進攻的榮耀獎勵加成:+{0}%",
11679
+ "dialog_alliance_temporaryBoost_allianceTravelSupportBoost_percentage": "支援的巡游速度獎勵加成:+{0}%",
11680
+ "dialog_alliance_temporaryBoost_allianceKhanCooldownReduction": "對可汗軍營的進攻冷卻時間",
11681
+ "dialog_alliance_temporaryBoost_allianceKhanCooldownReduction_desc": "縮短可汗軍營的冷卻時間。花費將由同盟基金支付。",
11682
+ "dialog_alliance_temporaryBoost_allianceKhanCooldownReduction_percentage": "對可汗軍營的進攻冷卻時間:-{0}%",
11683
+ "dialog_alliance_temporaryBoost_allianceNomadCooldownReduction": "對遊牧民的進攻冷卻時間",
11684
+ "dialog_alliance_temporaryBoost_allianceNomadCooldownReduction_desc": "縮短遊牧民軍營的冷卻時間。花費將由同盟基金支付。",
11685
+ "dialog_alliance_temporaryBoost_allianceNomadCooldownReduction_percentage": "對遊牧民的進攻冷卻時間:-{0}%",
11686
+ "dialog_alliance_permanentBoost_allianceTravelMarketBoost_desc": "提高載貨車在同盟成員城堡之間的巡游速度。",
11687
+ "dialog_alliance_permanentBoost_allianceTravelSupportBoost": "支援 — 巡游速度",
11688
+ "dialog_alliance_permanentBoost_allianceTravelMarketBoost": "售貨車 — 巡游速度",
11689
+ "dialog_alliance_permanentBoost_travelWarAttackBoost": "進攻 — 巡游速度",
11690
+ "dialog_alliance_temporaryBoost_allianceTravelSupportBoost_prolong_desc": "延長啟動中的支援巡游速度獎勵 {0},花費將由同盟基金支付。",
11691
+ "dialog_alliance_temporaryBoost_allianceTravelSupportBoost_desc": "提升支援的巡游速度 {0},花費將由同盟基金支付。",
11692
+ "dialog_alliance_permanentBoost_allianceTravelSupportBoost_desc": "增加你部隊前往支援同盟成員的巡游速度。",
11693
+ "dialog_alliance_permanentBoost_lootCapacityBoost": "軍隊掠奪能力加成",
11694
+ "dialog_alliance_temporaryBoost_allianceAttackBoost_desc": "提升進攻士兵的戰鬥力 {0},花費將由同盟基金支付。",
11695
+ "dialog_alliance_temporaryBoost_allianceAttackBoost_prolong_desc": "延長啟動中的進攻士兵戰鬥力獎勵 {0},花費將由同盟基金支付。",
11696
+ "dialog_alliance_temporaryBoost_allianceDefenseBoost_desc": "提升防禦士兵的戰鬥力 {0},花費將由同盟基金支付。",
11697
+ "dialog_alliance_temporaryBoost_allianceDefenseBoost_prolong_desc": "延長啟動中的防禦士兵戰鬥力獎勵 {0},花費將由同盟基金支付。",
11698
+ "dialog_alliance_temporaryBoost_allianceFameBoost_desc": "提升你進攻時獲得的榮耀得分 {0},花費將由同盟基金支付。",
11699
+ "dialog_alliance_temporaryBoost_allianceFameBoost_prolong_desc": "延長啟動中的進攻榮耀獎勵 {0},花費將由同盟基金支付。",
11700
+ "dialog_alliance_permanentBoost_resourceDepositBoost_desc": "獎勵向同盟基金貢獻資源的行為。",
11701
+ "dialog_alliance_temporaryBoost_allianceAttackBoost_percentage": "進攻的戰鬥力獎勵加成:+{0}%",
11702
+ "dialog_alliance_temporaryBoost_allianceDefenseBoost_percentage": "防禦的戰鬥力獎勵加成:+{0}%",
11703
+ "dialog_alliance_permanentBoost_memberCount": "成員",
11704
+ "dialog_alliance_permanentBoost_resourceDepositBoost": "捐贈紅利",
11705
+ "dialog_alliance_permanentBoost_memberCount_desc": "提高同盟成員數量的上限。",
11706
+ "dialog_alliance_permanentBoost_lootCapacityBoost_desc": "劫掠狀態為宣戰的其他同盟後可獲得的獎勵。",
11707
+ "dialog_alliance_permanentBoost_travelWarAttackBoost_desc": "增加向已宣戰的其他同盟進攻時的進軍速度。",
11708
+ "dialog_alliance_temporaryBoost_allianceUnitHealingBoost_desc": "增加紅寶石和錢幣部隊的治療速度加成。使用同盟基金支付費用。",
11709
+ "dialog_alliance_temporaryBoost_allianceUnitHealingBoost_percentage": "紅寶石和錢幣部隊的治療速度加成:+{0}%",
11710
+ "dialog_alliance_temporaryBoost_allianceUnitHealingBoost": "紅寶石和錢幣部隊的治療速度加成",
11711
+ "dialog_specialOffer_copy2_3": "獲得 {0}% 額外的紅寶石。"
11665
11712
  },
11666
11713
  "effects": {
11667
11714
  "equip_effect_description_conquerSpeedBonus": "+{0}% 出征時的軍隊巡游速度",
@@ -12700,7 +12747,13 @@
12700
12747
  "effect_description_hiddenSoldiersSpace": "部隊照護所容量",
12701
12748
  "subscription_convenience_description_AutoCooldownSkip": "啟用自動使用略過時間的選項來略過對某些 NPC 目標的進攻冷卻時間。",
12702
12749
  "ci_effect_Meadreduction": "-{0}% 每小時蜜酒消耗量",
12703
- "equip_effect_description_attackUnitAmountReinforcementBoost": "最終突擊的部隊容量 +{0}%"
12750
+ "equip_effect_description_attackUnitAmountReinforcementBoost": "最終突擊的部隊容量 +{0}%",
12751
+ "ci_effect_attackBoostUnitBerimondKingdom": "+{0} 進攻白理蒙王國目標時的戰鬥力",
12752
+ "ci_effect_attackBoostUnitBerimondKingdom_tt": "進攻白理蒙王國目標時的戰鬥力:",
12753
+ "ci_effect_attackBoostUnitNomad": "+{0}% 進攻遊牧民軍營時的戰鬥力",
12754
+ "ci_effect_attackBoostUnitNomad_tt": "進攻遊牧民軍營時的戰鬥力:",
12755
+ "effect_description_attackBoostUnitBerimondKingdomCI": "+{0} 進攻白理蒙王國目標時的戰鬥力(建築物品效果)",
12756
+ "effect_description_attackBoostUnitNomadCI": "+{0} 進攻遊牧民軍營時的戰鬥力(建築物品效果)"
12704
12757
  },
12705
12758
  "equipment_heroes_and_gems": {
12706
12759
  "equipment_slotType_hero": "英雄",
@@ -16460,12 +16513,14 @@
16460
16513
  "equipment_unique_2003_desc": "將你的城堡變成泡沫般的要塞。",
16461
16514
  "equipment_unique_2007_desc": "將你的城堡變成死者的要塞。",
16462
16515
  "equipment_unique_2007": "毀壞之戒",
16463
- "equipment_unique_2009": "Harvest feast gobbler",
16464
- "equipment_unique_2009_desc": "Only foolish heroes needlessly antagonize these fowls. Nowadays the birds from Beyond the Horizon serve as imperial shock troops and are served at imperial banquets. Transforms your army into a band of charging gobblers.",
16465
- "equipment_unique_2010": "Harvest feast gobbler",
16466
- "equipment_unique_2010_desc": "Only foolish heroes needlessly antagonize these fowls. Nowadays the birds from Beyond the Horizon serve as imperial shock troops and are served at imperial banquets. Transforms your army into a band of charging gobblers.",
16467
- "equipment_unique_2011": "Autumn egg",
16468
- "equipment_unique_2011_desc": "The Emperor himself grants these valuable eggs to his most loyal vassals. Once hatched, the birds are a guarantor of prosperity and a a plentiful harvest. Transforms your castle into a prosperous gobbler stronghold."
16516
+ "equipment_unique_2009": "豐收盛宴雄雉",
16517
+ "equipment_unique_2009_desc": "只有愚蠢的英雄才會無端敵視這些鳥兒。現在,這些跨越地平線遠渡而來的鳥兒既擔任皇家突擊部隊,也是皇家宴會上的菜肴。把你的軍隊變成衝鋒的雄雉大軍。",
16518
+ "equipment_unique_2010": "豐收盛宴雄雉",
16519
+ "equipment_unique_2010_desc": "只有愚蠢的英雄才會無端敵視這些鳥兒。現在,這些跨越地平線遠渡而來的鳥兒既擔任皇家突擊部隊,也是皇家宴會上的菜肴。把你的軍隊變成衝鋒的雄雉大軍。",
16520
+ "equipment_unique_2011": "秋之蛋",
16521
+ "equipment_unique_2011_desc": "皇帝親諭,賞賜這些寶蛋給最忠誠的卿家。孵出的鳥兒將會保證帶來繁榮與豐收。將你的城堡變成繁榮的雄雉堡壘。",
16522
+ "equipment_unique_2008": "費爾嘉圖騰柱",
16523
+ "equipment_unique_2008_desc": "北方戰士的家園必須能承受極端的寒冷和任何敵襲。會將你的城堡變成北方戰士的要塞。"
16469
16524
  },
16470
16525
  "generic": {
16471
16526
  "activity": "活動",
@@ -18043,9 +18098,6 @@
18043
18098
  "seasonEvent_28_normal_dungeon": "塔樓",
18044
18099
  "seasonEvent_28_middle_dungeon": "堡壘",
18045
18100
  "pearlBooster_name": "珍珠紅利",
18046
- "MilitaryDistrict_name": "軍事特區",
18047
- "MilitaryDistrict_short_info": "為軍事建築物建立專屬空間",
18048
- "MilitaryDistrict_upgrade_info": "增加特區內的建築物空間",
18049
18101
  "ringmenu_addToDistrict": "放入特區",
18050
18102
  "ringmenu_enterDistrict": "進入特區",
18051
18103
  "capital_desc_Maya": "存放您同盟的同盟影響力",
@@ -18409,7 +18461,12 @@
18409
18461
  "offerings_colon": "獻禮:",
18410
18462
  "btn_discord_loginScreen_desc": "請加入我們的社群以掌握最新消息",
18411
18463
  "Messages_answer_prefix": "回覆:{0}",
18412
- "startsIn_colon": "開始時間:"
18464
+ "startsIn_colon": "開始時間:",
18465
+ "status": "狀態",
18466
+ "button_communityHub_short": "社群",
18467
+ "currency_description_dragonriderLTPEToken": "此代幣是用珍貴的紅金在猛龍烈焰中鎔鑄而成。可在限定時間內在大師鐵匠處兌換獎勵。",
18468
+ "currency_name_dragonriderLTPEToken": "火飛龍代幣",
18469
+ "filters_category_116": "火飛龍代幣"
18413
18470
  },
18414
18471
  "help": {
18415
18472
  "help_location": "在這裡,你可以看到關於你的城堡和所有前哨重要內容的總體概況。",
@@ -22868,7 +22925,8 @@
22868
22925
  "ForlornRanger_short_info": "極為強大的遠距離攻擊兵",
22869
22926
  "ForlornRanger_name": "悽惶遊騎兵",
22870
22927
  "ForsakenMaiden_short_info": "極為強大的近戰攻擊兵",
22871
- "ForsakenMaiden_name": "滅棄夫人"
22928
+ "ForsakenMaiden_name": "滅棄夫人",
22929
+ "dialog_specialOffer_copy2_2": "獲得 {0}% 額外的紅寶石。"
22872
22930
  },
22873
22931
  "generic_flash": {
22874
22932
  "Footer": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "e4k-data",
3
- "version": "4.59.27",
3
+ "version": "4.60.154",
4
4
  "description": "All recent data from Empire: Four Kingdoms",
5
5
  "main": "index.js",
6
6
  "types": "./typings/types.d.ts",