From 6eb0920fdd85b06ecea9cde9aa1248864f3185a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Lach?= Date: Sun, 11 Dec 2022 17:57:15 +0100 Subject: [PATCH] =?UTF-8?q?!OSDN:=20#TICKET:=2045489:=20S=C5=82awomir=20La?= =?UTF-8?q?ch=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change effects to test modifications --- data/sandbox/effects.ruleset | 8 ++++++++ data/sandbox/game.ruleset | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/data/sandbox/effects.ruleset b/data/sandbox/effects.ruleset index aecc7aa272..de60e3e658 100644 --- a/data/sandbox/effects.ruleset +++ b/data/sandbox/effects.ruleset @@ -5367,3 +5367,11 @@ reqs = { "type", "name", "range", "present" "Action", "Upgrade Unit", "Local", TRUE } + +[effect_disorder_supper] +type = "Output_Bonus" +value = -85 +reqs = + { "type", "name", "range", "present" + "Counter", "Disorder", "City", TRUE + } diff --git a/data/sandbox/game.ruleset b/data/sandbox/game.ruleset index ca2f547db4..35d4407a85 100644 --- a/data/sandbox/game.ruleset +++ b/data/sandbox/game.ruleset @@ -786,6 +786,14 @@ type = "Embassy" type = "SharedTiles" +[counter_kill_king] +name = "Disorder" +def = 0 +checkpoint = 5 +type = "Disorder" +range = "City" + + [playercolors] background.r = 86 background.g = 86 -- 2.39.1