From 4bdf60511950043c7c034aa93d6c41ccc76ae1db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C5=82awomir=20Lach?= <slawek@lach.art.pl>
Date: Mon, 5 Dec 2022 14:12:36 +0100
Subject: [PATCH] =?UTF-8?q?!OSDN:=20Ticket:=20#45488:=20S=C5=82awomir=20La?=
 =?UTF-8?q?ch=20<slawek@lach.art.pl>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Patch for test celebrating counter.

diff --git a/data/sandbox/effects.ruleset b/data/sandbox/effects.ruleset
index 8b502c3650..0ec99f2f8c 100644
--- a/data/sandbox/effects.ruleset
+++ b/data/sandbox/effects.ruleset
@@ -5437,4 +5437,12 @@ reqs =
   { "type", "name", "range", "present", "quiet"
      "Counter", "Reduce production after conquering city", "City", FALSE, FALSE
   }  
-    
+
+[effect_cel]
+type = "Output_Add_Tile"
+value = 5
+reqs =
+{ "type", "name", "range", "present", "quiet"
+  "Counter", "Celebrates", "City", TRUE, FALSE
+}  
+
diff --git a/data/sandbox/game.ruleset b/data/sandbox/game.ruleset
index 6a3e975a43..6ee8b97281 100644
--- a/data/sandbox/game.ruleset
+++ b/data/sandbox/game.ruleset
@@ -3585,6 +3585,12 @@ def = 6
 checkpoint = 5
 type = "OWNED"
 
+[counter_cel]
+name = _("Celebrates")
+def = 0
+checkpoint = 5
+type = "Celebration"
+
 [playercolors]
 background.r = 86
 background.g = 86
-- 
2.38.1

