From e2c1aed8dfaf44e1400447b286ef0199273c68f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Lach?= Date: Mon, 1 Aug 2022 12:19:19 +0200 Subject: [PATCH 2/2] =?UTF-8?q?!OSDN=2041122:=20S=C5=82awomir=20Lach=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add option to test multiple counters of the same type support --- data/civ2civ3/effects.ruleset | 10 +++++++++- data/civ2civ3/game.ruleset | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/data/civ2civ3/effects.ruleset b/data/civ2civ3/effects.ruleset index 1c121bd48c..969671f6e3 100644 --- a/data/civ2civ3/effects.ruleset +++ b/data/civ2civ3/effects.ruleset @@ -1510,13 +1510,21 @@ reqs = [effect_rebel] type = "Enemy_Citizen_Unhappy_Pct" -value = 100 +value = 30 reqs = { "type", "name", "range", "present", "quiet" "Counter", "Owned", "City", FALSE, TRUE } +[effect_rebel2] +type = "Enemy_Citizen_Unhappy_Pct" +value = 20 +reqs = + { "type", "name", "range", "present", "quiet" + "Counter", "Owned2", "City", FALSE, TRUE + + } [effect_gov_tile_penalty_tribal] type = "Output_Penalty_Tile" diff --git a/data/civ2civ3/game.ruleset b/data/civ2civ3/game.ruleset index cbc399feed..4f5d76bd22 100644 --- a/data/civ2civ3/game.ruleset +++ b/data/civ2civ3/game.ruleset @@ -2203,3 +2203,11 @@ def = 0 checkpoint = 5 type = "OWNED" range = "City" + + +[counter_owned2] +name = "Owned2" +def = 0 +checkpoint = 7 +type = "OWNED" +range = "City" -- 2.37.1