summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/develop
diff options
context:
space:
mode:
authorDavid Ploog <dploog@users.sourceforge.net>2009-10-14 18:56:47 +0200
committerDavid Ploog <dploog@users.sourceforge.net>2009-10-14 18:56:47 +0200
commit0b7626706e2fc6e68d653e6d197b305105ab84d3 (patch)
tree19f705c1e788862fd48582717219a037126bccbd /crawl-ref/docs/develop
parent1d80b711e7f786e411e0542a5d879bda1d384b7b (diff)
downloadcrawl-ref-0b7626706e2fc6e68d653e6d197b305105ab84d3.tar.gz
crawl-ref-0b7626706e2fc6e68d653e6d197b305105ab84d3.zip
Update documentation now that Z is deprecated.
Diffstat (limited to 'crawl-ref/docs/develop')
-rw-r--r--crawl-ref/docs/develop/level_design.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/docs/develop/level_design.txt b/crawl-ref/docs/develop/level_design.txt
index 8211512d66..f68a1b166f 100644
--- a/crawl-ref/docs/develop/level_design.txt
+++ b/crawl-ref/docs/develop/level_design.txt
@@ -818,17 +818,17 @@ NSUBST: ? = 3:w / *:l
omit the initial N: or N=, then 1= is assumed, except for the
last spec where *= is assumed.
-KFEAT: Z = C / needle trap / antique armour shop / altar_zin
+KFEAT: G = C / needle trap / antique armour shop / altar_zin
The KFEAT: directive allows you to specify a placeholder symbol
that is replaced with another symbol, named feature, trap, or
- shop. For example, the line above will replace occurrences of Z
+ shop. For example, the line above will replace occurrences of G
with C (random altar), a needle trap, an antique armour shop, or
- an altar of Zin. Different instances of Z may receive different
- replacements. To force a single replacement for all Z, use:
+ an altar of Zin. Different instances of G may receive different
+ replacements. To force a single replacement for all G, use:
- KFEAT: Z : C / needle trap / antique armour shop
+ KFEAT: G : C / needle trap / antique armour shop
- You'll notice that 'Z' is the symbol of the Orb of Zot. Kxxx
+ You'll notice that 'G' is the symbol of a granite statue. Kxxx
directives allow you to assign arbitrary definitions to any symbol.
KFEAT features are specified as a feature name (see section I