From c77b057383a668ade312a6c01f82a6cb590bc289 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 29 Nov 2022 18:00:57 +0200 Subject: [PATCH 31/31] README.effects: Improve Visible_Walls documentation - Correct effect name. - Tell maximum value supported by the tileset format - Tell how higher values are handled. Requested by Lexxie See osdn #46146 Signed-off-by: Marko Lindqvist --- doc/README.effects | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/README.effects b/doc/README.effects index fc143417f3..8b2ea6d56c 100644 --- a/doc/README.effects +++ b/doc/README.effects @@ -729,10 +729,16 @@ Veteran_Combat Victory Positive value means that player wins the game. -Visible_Wall +Visible_Walls Instruct client to show specific buildings version of the city graphics. Zero or below are considered normal city graphics. + On the client side: + Tileset format supports up to 7 different wall graphics. + Values above 7 are considered 7. + Values up to 7, but above amount of tileset provided graphics, + cause the default walls graphics to show. + Ruleset defined effects ======================= -- 2.35.1