From 647805de708d2dfcc7312773e3f80a5e149f5386 Mon Sep 17 00:00:00 2001 From: kanekane0448 Date: Fri, 4 Apr 2025 01:07:31 +0200 Subject: [PATCH] Update instructions english (#407) Expand information on - Attack ratio mechanics - Traitor mechanics - Warship mechanics For the English version only! ![image](https://github.com/user-attachments/assets/bb9dfd91-18c6-415e-adbc-813f964504ea) ![image](https://github.com/user-attachments/assets/88a89ca5-0aa4-4189-9573-4581e99cbb77) ![image](https://github.com/user-attachments/assets/784f98cd-bcd0-4810-a2be-b55a12c9029f) ## Description: ## Please complete the following: - [ X ] I have added screenshots for all UI updates - [ X ] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [ X ] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: kanekane0448 (I can't guarantee that I regularly check for new messages though. I just log in when I want to talk about the game.) --------- Co-authored-by: kanekane0448 --- resources/lang/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index 42232b13e..cedf01779 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -35,7 +35,7 @@ "ui_pop": "Pop - The amount of units you have, your max population and the rate at which you gain them.", "ui_gold": "Gold - The amount of gold you have and the rate at which you gain it.", "ui_troops_workers": "Troops and Workers - The amount of allocated troops and workers. Troops are used to attack or defend against attacks. Workers are used to generate gold. You can adjust the number of troops and workers using the slider.", - "ui_attack_ratio": "Attack ratio - The amount of troops that will be used when you attack. You can adjust the attack ratio using the slider.", + "ui_attack_ratio": "Attack ratio - The amount of troops that will be used when you attack. You can adjust the attack ratio using the slider. Having more attacking troops than defending troops will make you lose fewer troops in the attack, while having less will increase the damage dealt to your attacking troops. The effect doesn't go beyond ratios of 2:1.", "ui_options": "Options", "ui_options_desc": "The following elements can be found inside:", "option_pause": "Pause/Unpause the game - Only available in single player mode.", @@ -55,7 +55,7 @@ "info_emoji": "Send an emoji to the player.", "info_ally_panel": "Ally info panel", "info_ally_desc": "When you ally with a player, the following new icons become available:", - "ally_betray": "Betray your ally, ending the alliance. You will now have a permanent icon stuck next to your name. Bots are less likely to ally with you and players will think twice before doing so.", + "ally_betray": "Betray your ally, ending the alliance. You will now have a permanent icon stuck next to your name, unless the other nation was a traitor themselves. Attacks against you will incur less losses for the attacker until the end of the game, bots are less likely to ally with you and players will think twice before doing so.", "ally_donate": "Donate some of your troops to your ally. Used when they're low on troops and are being attacked, or when they need that extra power to crush an enemy.", "build_menu_title": "Build menu", "build_name": "Name", @@ -68,7 +68,7 @@ "build_port": "Port", "build_port_desc": "Automatically sends trade ships between ports of your country and other countries (except if you clicked \"stop trade\" on them or they clicked \"stop trade on you\"), giving gold to both sides. Allows building Battleships. Can only be built near water.", "build_warship": "Warship", - "build_warship_desc": "Patrols in an area, capturing trade ships and destroying enemy Warships and Boats. Spawns from the nearest Port and patrols the area you first clicked to build it.", + "build_warship_desc": "Patrols in an area, capturing trade ships and destroying enemy Warships and Boats. Spawns from the nearest Port and patrols the area you first clicked to build it. You can control Warships by attack-clicking on them and then attack-clicking the new area you want them to move to.", "build_silo": "Missile Silo", "build_silo_desc": "Allows launching missiles.", "build_sam": "SAM Launcher",