From 6fde626f59f61b6a6091d75c51cc709c64de1899 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Wed, 28 Apr 2021 20:49:52 +0200 Subject: [PATCH 1/2] 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/granularity/terrain.ruleset | 2 +- data/multiplayer/terrain.ruleset | 2 +- data/ruledit/comments-3.1.txt | 2 +- data/sandbox/terrain.ruleset | 2 +- data/stub/terrain.ruleset | 2 +- data/webperimental/terrain.ruleset | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/data/alien/terrain.ruleset b/data/alien/terrain.ruleset index 01c1c3ecfd..d3afc387b6 100644 --- a/data/alien/terrain.ruleset +++ b/data/alien/terrain.ruleset @@ -137,7 +137,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 ; placing_time = time for 'placing' an extra; if 0, cannot place ; Nonzero values only affect extras with build_time 0. ; Such extras can modify time with build_time_factor. diff --git a/data/civ1/terrain.ruleset b/data/civ1/terrain.ruleset index 6d5103c07f..6b6779d92f 100644 --- a/data/civ1/terrain.ruleset +++ b/data/civ1/terrain.ruleset @@ -131,7 +131,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 ; placing_time = time for 'placing' an extra; if 0, cannot place ; Nonzero values only affect extras with build_time 0. ; Such extras can modify time with build_time_factor. diff --git a/data/civ2/terrain.ruleset b/data/civ2/terrain.ruleset index a3d45b2424..2a894bf97a 100644 --- a/data/civ2/terrain.ruleset +++ b/data/civ2/terrain.ruleset @@ -131,7 +131,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 ; placing_time = time for 'placing' an extra; if 0, cannot place ; Nonzero values only affect extras with build_time 0. ; Such extras can modify time with build_time_factor. diff --git a/data/civ2civ3/terrain.ruleset b/data/civ2civ3/terrain.ruleset index dc1ae26e6d..29c9f1ff45 100644 --- a/data/civ2civ3/terrain.ruleset +++ b/data/civ2civ3/terrain.ruleset @@ -143,7 +143,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 ; placing_time = time for 'placing' an extra; if 0, cannot place ; Nonzero values only affect extras with build_time 0. ; Such extras can modify time with build_time_factor. diff --git a/data/classic/terrain.ruleset b/data/classic/terrain.ruleset index f0f99a603a..51b45bddd9 100644 --- a/data/classic/terrain.ruleset +++ b/data/classic/terrain.ruleset @@ -136,7 +136,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 ; placing_time = time for 'placing' an extra; if 0, cannot place ; Nonzero values only affect extras with build_time 0. ; Such extras can modify time with build_time_factor. diff --git a/data/experimental/terrain.ruleset b/data/experimental/terrain.ruleset index 2a4af9e883..64ef8b04a8 100644 --- a/data/experimental/terrain.ruleset +++ b/data/experimental/terrain.ruleset @@ -138,7 +138,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 ; placing_time = time for 'placing' an extra; if 0, cannot place ; Nonzero values only affect extras with build_time 0. ; Such extras can modify time with build_time_factor. diff --git a/data/granularity/terrain.ruleset b/data/granularity/terrain.ruleset index 89ec5ac068..d4f5212c13 100644 --- a/data/granularity/terrain.ruleset +++ b/data/granularity/terrain.ruleset @@ -133,7 +133,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 ; placing_time = time for 'placing' an extra; if 0, cannot place ; Nonzero values only affect extras with build_time 0. ; Such extras can modify time with build_time_factor. diff --git a/data/multiplayer/terrain.ruleset b/data/multiplayer/terrain.ruleset index 3260211f5d..ed350b0e9f 100644 --- a/data/multiplayer/terrain.ruleset +++ b/data/multiplayer/terrain.ruleset @@ -136,7 +136,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 ; placing_time = time for 'placing' an extra; if 0, cannot place ; Nonzero values only affect extras with build_time 0. ; Such extras can modify time with build_time_factor. diff --git a/data/ruledit/comments-3.1.txt b/data/ruledit/comments-3.1.txt index 6b2f76ae81..fa41a71467 100644 --- a/data/ruledit/comments-3.1.txt +++ b/data/ruledit/comments-3.1.txt @@ -610,7 +610,7 @@ terrains = "\ ; \"no\" -- cannot transform\n\ ; terrain rule_name -- transformation changes to that\n\ ; terrain\n\ -; transform_time = time to transform; if 0, cannot transform\n\ +; transform_time = time to transform\n\ ; placing_time = time for \'placing\' an extra; if 0, cannot place\n\ ; Nonzero values only affect extras with build_time 0.\n\ ; Such extras can modify time with build_time_factor.\n\ diff --git a/data/sandbox/terrain.ruleset b/data/sandbox/terrain.ruleset index 1d6f255d9b..675df65f68 100644 --- a/data/sandbox/terrain.ruleset +++ b/data/sandbox/terrain.ruleset @@ -144,7 +144,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 ; placing_time = time for 'placing' an extra; if 0, cannot place ; Nonzero values only affect extras with build_time 0. ; Such extras can modify time with build_time_factor. diff --git a/data/stub/terrain.ruleset b/data/stub/terrain.ruleset index dbab160184..0d911b957a 100644 --- a/data/stub/terrain.ruleset +++ b/data/stub/terrain.ruleset @@ -124,7 +124,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 ; placing_time = time for 'placing' an extra; if 0, cannot place ; Nonzero values only affect extras with build_time 0. ; Such extras can modify time with build_time_factor. diff --git a/data/webperimental/terrain.ruleset b/data/webperimental/terrain.ruleset index 7c78071f9c..24c3bb1f9a 100644 --- a/data/webperimental/terrain.ruleset +++ b/data/webperimental/terrain.ruleset @@ -136,7 +136,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 ; placing_time = time for 'placing' an extra; if 0, cannot place ; Nonzero values only affect extras with build_time 0. ; Such extras can modify time with build_time_factor. -- 2.30.2