From e344bd18f4b4ff5a1310ae7870179a7850ea8132 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Wed, 28 Apr 2021 20:49:52 +0200 Subject: [PATCH] Fix transform_time ruleset documentation. Stop claiming that a transform_time of 0 disables terrain transformation in the ruleset comments. See osdn #42104 --- data/alien/terrain.ruleset | 2 +- data/civ1/terrain.ruleset | 2 +- data/civ2/terrain.ruleset | 2 +- data/civ2civ3/terrain.ruleset | 2 +- data/classic/terrain.ruleset | 2 +- data/experimental/terrain.ruleset | 2 +- data/multiplayer/terrain.ruleset | 2 +- data/sandbox/terrain.ruleset | 2 +- data/stub/terrain.ruleset | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/data/alien/terrain.ruleset b/data/alien/terrain.ruleset index acde875554..3395c76bc5 100644 --- a/data/alien/terrain.ruleset +++ b/data/alien/terrain.ruleset @@ -128,7 +128,7 @@ ocean_resources = TRUE ; "no" -- cannot transform ; terrain rule_name -- transformation changes to that ; terrain -; transform_time = time to transform; if 0, cannot transform +; transform_time = time to transform ; pillage_time = time to pillage extra from the tile (0 = impossible) ; Nonzero values only affect extras with removal_time 0. ; clean_pollution_time = time for 'clean pollution' activity (0 = impossible) diff --git a/data/civ1/terrain.ruleset b/data/civ1/terrain.ruleset index fcf88d5489..44e1c42e4b 100644 --- a/data/civ1/terrain.ruleset +++ b/data/civ1/terrain.ruleset @@ -122,7 +122,7 @@ igter_cost = 1 ; "no" -- cannot transform ; terrain rule_name -- transformation changes to that ; terrain -; transform_time = time to transform; if 0, cannot transform +; transform_time = time to transform ; pillage_time = time to pillage extra from the tile (0 = impossible) ; Nonzero values only affect extras with removal_time 0. ; clean_pollution_time = time for 'clean pollution' activity (0 = impossible) diff --git a/data/civ2/terrain.ruleset b/data/civ2/terrain.ruleset index b2f7031e2c..93918fbb69 100644 --- a/data/civ2/terrain.ruleset +++ b/data/civ2/terrain.ruleset @@ -122,7 +122,7 @@ pythagorean_diagonal = FALSE ; "no" -- cannot transform ; terrain rule_name -- transformation changes to that ; terrain -; transform_time = time to transform; if 0, cannot transform +; transform_time = time to transform ; pillage_time = time to pillage extra from the tile (0 = impossible) ; Nonzero values only affect extras with removal_time 0. ; clean_pollution_time = time for 'clean pollution' activity (0 = impossible) diff --git a/data/civ2civ3/terrain.ruleset b/data/civ2civ3/terrain.ruleset index aeabb45c21..5a287ecc79 100644 --- a/data/civ2civ3/terrain.ruleset +++ b/data/civ2civ3/terrain.ruleset @@ -128,7 +128,7 @@ ocean_resources = FALSE ; "no" -- cannot transform ; terrain rule_name -- transformation changes to that ; terrain -; transform_time = time to transform; if 0, cannot transform +; transform_time = time to transform ; pillage_time = time to pillage extra from the tile (0 = impossible) ; Nonzero values only affect extras with removal_time 0. ; clean_pollution_time = time for 'clean pollution' activity (0 = impossible) diff --git a/data/classic/terrain.ruleset b/data/classic/terrain.ruleset index 61847b29bc..5e2c988220 100644 --- a/data/classic/terrain.ruleset +++ b/data/classic/terrain.ruleset @@ -127,7 +127,7 @@ ocean_resources = FALSE ; "no" -- cannot transform ; terrain rule_name -- transformation changes to that ; terrain -; transform_time = time to transform; if 0, cannot transform +; transform_time = time to transform ; pillage_time = time to pillage extra from the tile (0 = impossible) ; Nonzero values only affect extras with removal_time 0. ; clean_pollution_time = time for 'clean pollution' activity (0 = impossible) diff --git a/data/experimental/terrain.ruleset b/data/experimental/terrain.ruleset index f0f9f9804a..bc2249d371 100644 --- a/data/experimental/terrain.ruleset +++ b/data/experimental/terrain.ruleset @@ -129,7 +129,7 @@ ocean_resources = FALSE ; "no" -- cannot transform ; terrain rule_name -- transformation changes to that ; terrain -; transform_time = time to transform; if 0, cannot transform +; transform_time = time to transform ; pillage_time = time to pillage extra from the tile (0 = impossible) ; Nonzero values only affect extras with removal_time 0. ; clean_pollution_time = time for 'clean pollution' activity (0 = impossible) diff --git a/data/multiplayer/terrain.ruleset b/data/multiplayer/terrain.ruleset index 5ed290b763..e9a2e5aa77 100644 --- a/data/multiplayer/terrain.ruleset +++ b/data/multiplayer/terrain.ruleset @@ -127,7 +127,7 @@ ocean_resources = FALSE ; "no" -- cannot transform ; terrain rule_name -- transformation changes to that ; terrain -; transform_time = time to transform; if 0, cannot transform +; transform_time = time to transform ; pillage_time = time to pillage extra from the tile (0 = impossible) ; Nonzero values only affect extras with removal_time 0. ; clean_pollution_time = time for 'clean pollution' activity (0 = impossible) diff --git a/data/sandbox/terrain.ruleset b/data/sandbox/terrain.ruleset index 9ee8f528cd..d9bee763c0 100644 --- a/data/sandbox/terrain.ruleset +++ b/data/sandbox/terrain.ruleset @@ -128,7 +128,7 @@ ocean_resources = FALSE ; "no" -- cannot transform ; terrain rule_name -- transformation changes to that ; terrain -; transform_time = time to transform; if 0, cannot transform +; transform_time = time to transform ; pillage_time = time to pillage extra from the tile (0 = impossible) ; Nonzero values only affect extras with removal_time 0. ; clean_pollution_time = time for 'clean pollution' activity (0 = impossible) diff --git a/data/stub/terrain.ruleset b/data/stub/terrain.ruleset index 132ff59a4d..823818198f 100644 --- a/data/stub/terrain.ruleset +++ b/data/stub/terrain.ruleset @@ -116,7 +116,7 @@ ocean_resources = FALSE ; "no" -- cannot transform ; terrain rule_name -- transformation changes to that ; terrain -; transform_time = time to transform; if 0, cannot transform +; transform_time = time to transform ; pillage_time = time to pillage extra from the tile (0 = impossible) ; Nonzero values only affect extras with removal_time 0. ; clean_pollution_time = time for 'clean pollution' activity (0 = impossible) -- 2.30.2