From 9f6e8b8d9108562cf5ec4de7847e25ff68aebe08 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Wed, 24 Mar 2021 01:49:38 +0100 Subject: [PATCH] sandbox: allow anyone to help build Treuga Dei. A pacifist wanting to end violence or a neocon looking forward to the Casus Belli against terrorist states once Treuga Dei is finished may wish to help a non allied player to complete Treuga Dei. See osdn #41846 --- data/sandbox/README.sandbox | 1 + data/sandbox/game.ruleset | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/data/sandbox/README.sandbox b/data/sandbox/README.sandbox index 21dc1860c2..58cafaeb9a 100644 --- a/data/sandbox/README.sandbox +++ b/data/sandbox/README.sandbox @@ -182,6 +182,7 @@ outrage - giving every other player the right to declare war on the perpetrator. But anyone that make use of the Casus Belli to play world police will give everyone else a Casus Belli against them self so some other player can decide to world police them. +It is always legal to help another player build Treuga Dei. Plague Double probability for a plague spreading along a trade route. Enemy spies diff --git a/data/sandbox/game.ruleset b/data/sandbox/game.ruleset index bfd170fe92..c97fd39c89 100644 --- a/data/sandbox/game.ruleset +++ b/data/sandbox/game.ruleset @@ -1196,6 +1196,21 @@ target_reqs = "BuildingGenus", "GreatWonder", "Local" } +; A pacifist wanting to end violence or a neocon looking forward to the +; Casus Belli against terrorist states once Treuga Dei is finished may wish +; to help a non allied player to complete Treuga Dei. +[actionenabler_help_build_wonder_treuga_dei] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range" + "Building", "Treuga Dei", "Local" + } + [actionenabler_recycle_unit] action = "Recycle Unit" actor_reqs = -- 2.20.1