summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/vaults.des
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-21 19:20:47 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-21 19:20:47 +0000
commita1792c303b15abc726cf833a3b2658ce38b0a2ac (patch)
tree4b72e80e49683fde434b5d115dd819572c2c4cbc /crawl-ref/source/dat/vaults.des
parent9181a73f6feb5a62a5ff98e4a3db447ef1220db1 (diff)
downloadcrawl-ref-a1792c303b15abc726cf833a3b2658ce38b0a2ac.tar.gz
crawl-ref-a1792c303b15abc726cf833a3b2658ce38b0a2ac.zip
Allow minivaults tagged "lab" to be used for labyrinth exits.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1616 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat/vaults.des')
-rw-r--r--crawl-ref/source/dat/vaults.des45
1 files changed, 45 insertions, 0 deletions
diff --git a/crawl-ref/source/dat/vaults.des b/crawl-ref/source/dat/vaults.des
index 97e53cbde9..7b4a7cd4d1 100644
--- a/crawl-ref/source/dat/vaults.des
+++ b/crawl-ref/source/dat/vaults.des
@@ -2342,6 +2342,51 @@ MAP
............
ENDMAP
+#############################################################################
+# Labyrinth minivaults
+#############################################################################
+# One layer of floor space *must* surround the minivault, or the player could
+# be trapped in the labyrinth (the dummy is exempt from this requirement).
+#
+# You can use the "generate_loot" tag to indicate that you're not explicitly
+# placing the loot and that the dungeon builder should generate random loot
+# (on the upstair). Note that this is not the default, and if you neither use
+# this tag nor provide loot in the map definition, the player will be
+# disappointed.
+#
+# You *must* place the minotaur(s) yourself!
+#############################################################################
+# Dummy balancer
+
+NAME: labyrinth_0
+TAGS: lab dummy
+CHANCE: 20
+
+MAP
+x
+ENDMAP
+
+#############################################################################
+# A simple lair.
+
+NAME: labyrinth_1
+TAGS: lab generate_loot no_pool_fixup
+MONS: minotaur
+SHUFFLE: def
+SUBST: d=^, e=^, f=.
+
+MAP
+.........
+.ccccccc.
+.cwwwwwc.
+.cww<wwc.
+.cwdefwc.
+.ccc1ccc.
+.c.....c.
+.ccc+ccc.
+.........
+ENDMAP
+
############################################################################
# Minivaults specific to particular branches
############################################################################