summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/level_design.txt
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-29 22:02:48 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-29 22:02:48 +0000
commita8af63c193db97e24425df2831bc2abf2c95ccaf (patch)
tree8576afccafd9124bd8cfd03be6b5e26f663cbdde /crawl-ref/docs/level_design.txt
parent0f92b7e64d8df14c6fa9072fdf23457ed830af01 (diff)
downloadcrawl-ref-a8af63c193db97e24425df2831bc2abf2c95ccaf.tar.gz
crawl-ref-a8af63c193db97e24425df2831bc2abf2c95ccaf.zip
Add a first (very bland) Gehenna cloud generator.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6224 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/level_design.txt')
-rw-r--r--crawl-ref/docs/level_design.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/crawl-ref/docs/level_design.txt b/crawl-ref/docs/level_design.txt
index 5336880228..f2d0aaac6b 100644
--- a/crawl-ref/docs/level_design.txt
+++ b/crawl-ref/docs/level_design.txt
@@ -778,6 +778,16 @@ MARKER: A = feat:<feature_name> or timer:
This sets a timer for exactly 500 turns, and changes the
feature to deep water at the end of it.
+ Another type of MARKER sets generators of various clouds, e.g.:
+
+ MARKER: A = lua:fog_machine { \
+ pow_max = 15, delay_min = 100, delay_max = 150, \
+ size = 1, size_buildup_amnt = 29, \
+ size_buildup_time = 1000 }
+
+ For a full explanation of the various paramenters, read the
+ header of dat/clua/lm_fog.lua.
+
Feature names used in markers must be names matching the
names in the source code. There's a full list of feature
names in section I (Feature names) at the end of this