From 4bac974117fc5a85a627ba84d1f8bc410df08257 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 8 Apr 2021 06:48:59 +0300 Subject: [PATCH 39/39] Improve help about Barbarian Leader ransom The sum paid may be less than the ruleset defined value if the barbarian player has less money. Reported by chippo See osdn #41938 Signed-off-by: Marko Lindqvist --- data/civ1/units.ruleset | 4 +++- data/civ2/units.ruleset | 4 +++- data/civ2civ3/units.ruleset | 4 +++- data/classic/units.ruleset | 4 +++- data/experimental/units.ruleset | 4 +++- data/multiplayer/units.ruleset | 4 +++- data/sandbox/units.ruleset | 4 +++- data/webperimental/units.ruleset | 4 +++- 8 files changed, 24 insertions(+), 8 deletions(-) diff --git a/data/civ1/units.ruleset b/data/civ1/units.ruleset index b1a9123f02..9f9325db38 100644 --- a/data/civ1/units.ruleset +++ b/data/civ1/units.ruleset @@ -1394,5 +1394,7 @@ One Barbarian Leader appears every time there is a barbarian uprising\ somewhere in the world.\ "), _("\ When a Barbarian Leader is killed on a tile without any defending units,\ - the 100 gold ransom is paid, but only to land units.\ + the ransom is paid, but only to land units.\ + Usually the ransom is 100 gold, but can be less if the barbarian has\ + less money.\ ") diff --git a/data/civ2/units.ruleset b/data/civ2/units.ruleset index 14c6b5c33d..f6e78d2a7d 100644 --- a/data/civ2/units.ruleset +++ b/data/civ2/units.ruleset @@ -2227,5 +2227,7 @@ One Barbarian Leader appears every time there is a barbarian uprising\ somewhere in the world.\ "), _("\ When a Barbarian Leader is killed on a tile without any defending units,\ - the 100 gold ransom is paid, but only to land units and helicopters.\ + the ransom is paid, but only to land units and helicopters.\ + Usually the ransom is 100 gold, but can be less if the barbarian has\ + less money.\ ") diff --git a/data/civ2civ3/units.ruleset b/data/civ2civ3/units.ruleset index 718b16a311..7cd4732e81 100644 --- a/data/civ2civ3/units.ruleset +++ b/data/civ2civ3/units.ruleset @@ -2582,7 +2582,9 @@ One Barbarian Leader appears every time there is a barbarian uprising\ somewhere in the world.\ "), _("\ When a Barbarian Leader is killed on a tile without any defending units,\ - the 100 gold ransom is paid, but only to land units and helicopters.\ + the ransom is paid, but only to land units and helicopters.\ + Usually the ransom is 100 gold, but can be less if the barbarian has\ + less money.\ ") [unit_awacs] diff --git a/data/classic/units.ruleset b/data/classic/units.ruleset index 982e2c4bd9..cbe9b4367f 100644 --- a/data/classic/units.ruleset +++ b/data/classic/units.ruleset @@ -2351,7 +2351,9 @@ One Barbarian Leader appears every time there is a barbarian uprising\ somewhere in the world.\ "), _("\ When a Barbarian Leader is killed on a tile without any defending units,\ - the 100 gold ransom is paid, but only to land units and helicopters.\ + the ransom is paid, but only to land units and helicopters.\ + Usually the ransom is 100 gold, but can be less if the barbarian has\ + less money.\ ") [unit_awacs] diff --git a/data/experimental/units.ruleset b/data/experimental/units.ruleset index d21c1375a7..9683755679 100644 --- a/data/experimental/units.ruleset +++ b/data/experimental/units.ruleset @@ -2383,7 +2383,9 @@ One Barbarian Leader appears every time there is a barbarian uprising\ somewhere in the world.\ "), _("\ When a Barbarian Leader is killed on a tile without any defending units,\ - the 100 gold ransom is paid, but only to land units and helicopters.\ + the ransom is paid, but only to land units and helicopters.\ + Usually the ransom is 100 gold, but can be less if the barbarian has\ + less money.\ ") [unit_awacs] diff --git a/data/multiplayer/units.ruleset b/data/multiplayer/units.ruleset index 6458d464a6..4d80659d9f 100644 --- a/data/multiplayer/units.ruleset +++ b/data/multiplayer/units.ruleset @@ -2438,7 +2438,9 @@ One Barbarian Leader appears every time there is a barbarian uprising\ somewhere in the world.\ "), _("\ When a Barbarian Leader is killed on a tile without any defending units,\ - the 100 gold ransom is paid, but only to land units and helicopters.\ + the ransom is paid, but only to land units and helicopters.\ + Usually the ransom is 100 gold, but can be less if the barbarian has\ + less money.\ ") [unit_awacs] diff --git a/data/sandbox/units.ruleset b/data/sandbox/units.ruleset index 55bf7721c6..bcfa2c9917 100644 --- a/data/sandbox/units.ruleset +++ b/data/sandbox/units.ruleset @@ -2753,7 +2753,9 @@ One Barbarian Leader appears every time there is a barbarian uprising\ somewhere in the world.\ "), _("\ When a Barbarian Leader is killed on a tile without any defending units,\ - the 100 gold ransom is paid, but only to land units and helicopters.\ + the ransom is paid, but only to land units and helicopters.\ + Usually the ransom is 100 gold, but can be less if the barbarian has\ + less money.\ ") [unit_awacs] diff --git a/data/webperimental/units.ruleset b/data/webperimental/units.ruleset index e1da983387..0e8727c0eb 100644 --- a/data/webperimental/units.ruleset +++ b/data/webperimental/units.ruleset @@ -2433,7 +2433,9 @@ One Barbarian Leader appears every time there is a barbarian uprising\ somewhere in the world.\ "), _("\ When a Barbarian Leader is killed on a tile without any defending units,\ - the 100 gold ransom is paid, but only to land units and helicopters.\ + the ransom is paid, but only to land units and helicopters.\ + Usually the ransom is 100 gold, but can be less if the barbarian has\ + less money.\ ") [unit_awacs] -- 2.30.2