From 2f143dc464e1f539d211bca5a54061effbb9e8e1 Mon Sep 17 00:00:00 2001 From: Ihnatus Date: Fri, 14 Oct 2022 23:32:57 +0300 Subject: [PATCH] civ2: give Freights doubled trade revenue bonus See OSDN#45852 Signed-off-by: Ihnatus --- data/civ2/effects.ruleset | 9 +++++++++ data/civ2/units.ruleset | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/data/civ2/effects.ruleset b/data/civ2/effects.ruleset index 98c8924d16..0f7f5fa5be 100644 --- a/data/civ2/effects.ruleset +++ b/data/civ2/effects.ruleset @@ -2200,6 +2200,15 @@ reqs = type = "Trade_Revenue_Bonus" value = 1585 +;Freights have doubled bonuses +[effect_bonus_freight] +type = "Trade_Revenue_Bonus" +value = 1000 +reqs = + { "type", "name", "range" + "UnitType", "Freight", "Local" + } + [effect_tithes_fundamentalism] type = "Happiness_To_Gold" value = 1 diff --git a/data/civ2/units.ruleset b/data/civ2/units.ruleset index 80cb105717..2a1e6860d7 100644 --- a/data/civ2/units.ruleset +++ b/data/civ2/units.ruleset @@ -2367,7 +2367,8 @@ tp_defense = "Alight" flags = "TradeRoute", "HelpWonder", "IgZOC", "NonMil" roles = "" helptext = _("\ -The Freight unit replaces the Caravan, and moves at twice the speed.\ +The Freight unit replaces the Caravan, moves at twice the speed\ +and brings you twice bigger benefit at arrival.\ ") [unit_explorer] -- 2.34.1