diff --git a/resources/images/helpModal/radialMenuAlly.webp b/resources/images/helpModal/radialMenuAlly.webp index 00e214a53..9f3f345c5 100644 Binary files a/resources/images/helpModal/radialMenuAlly.webp and b/resources/images/helpModal/radialMenuAlly.webp differ diff --git a/resources/lang/en.json b/resources/lang/en.json index 16dcbb5c8..7f9a2734a 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -84,6 +84,8 @@ "radial_attack": "Open the Attack menu.", "radial_info": "Open the Info menu.", "radial_boat": "Send a Boat (transport ship) to attack at the selected location. Only available if you have access to water.", + "radial_donate_troops": "Donate troops equivalent to your attack ratio slider percentage to the ally you opened the radial menu on.", + "radial_donate_gold": "Opens the gold donation slider menu so you can quickly send allies gold.", "radial_close": "Close the menu.", "info_title": "Info menu", "info_enemy_desc": "Contains information such as the selected player's name, gold, troops, stopped trading with you, nukes sent to you, and if the player is a traitor. Stopped trading means you won't receive gold from them and they won't sent you gold via trade ships. Manually (if the player clicked \"Stop trading\", which lasts until you both click \"Start trading\") or automatically (if you betrayed your alliance, which lasts until you become allies again or after 5 minutes). Traitor displays Yes for 30 seconds when the player betrayed and attacked a player who was in an alliance with them. The icons below represent the following interactions:", diff --git a/src/client/HelpModal.ts b/src/client/HelpModal.ts index d431bfb92..4cf2a802f 100644 --- a/src/client/HelpModal.ts +++ b/src/client/HelpModal.ts @@ -435,6 +435,14 @@ export class HelpModal extends LitElement {
${translateText("help_modal.ally_betray")} +