From bb471d448ddd78a5f561084ed9c3043ba4f8a442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Lach?= Date: Fri, 21 Apr 2023 19:24:30 +0200 Subject: [PATCH] =?UTF-8?q?!OSDN:=20#47697:=20S=C5=82awomir=20Lach=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ruleset changes to test helptext for counters diff --git a/data/sandbox/game.ruleset b/data/sandbox/game.ruleset index cf3d6d9b7c..a1702da59a 100644 --- a/data/sandbox/game.ruleset +++ b/data/sandbox/game.ruleset @@ -816,24 +816,33 @@ name = "Turn_Owned1" checkpoint = 10 def = 0 type = "Owned" +helptext = _("Counter counts how many turn in row this city is belonging to you\n\ +With conjuction of celebrating gives small culture bonus") [counter_owned2] name = "Turn_Owned2" checkpoint = 20 def = 0 type = "Owned" +helptext = _("Counter counts how many turn in row this city is belonging to you\n\ +With conjuction of celebrating gives small culture bonus") [counter_celebrating1] name = "Turn_of_Celebration" checkpoint = 5 def = 0 type = "Celebration" +helptext = _("Counter counting how many turns in row city is celebrating\n\ +With connjuction of Turn_Owned1 gives culture bonus and additional, when\n\ +Turn_Owned2 is fulfilled") [counter_disorder1] name = "Turn_of_Disorder" checkpoint = 3 def = 0 type = "Disorder" +helptext = _("Counter counting how many turns in row city is in disorder\n\ +It eats full city production") [playercolors] background.r = 86 -- 2.40.0