summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/temple.des
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-11 14:19:00 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-11 14:19:00 -0800
commitf0b1c25fa937388e6fc235e181f430ccac601435 (patch)
tree064ae4a91d8018284a0b8f28feb657872e86cdae /crawl-ref/source/dat/temple.des
parent193248a7eb4450fb017c930b5a751a4eaaa9417b (diff)
downloadcrawl-ref-f0b1c25fa937388e6fc235e181f430ccac601435.tar.gz
crawl-ref-f0b1c25fa937388e6fc235e181f430ccac601435.zip
Place arbitrarily sized main temple
The main Temple (temple branch) can now have an arbitrary number of altars, decided at new-game initialization time. Vaults with differing numbers of altars can be given the tag "temple_main_N", with N being the number of altars.
Diffstat (limited to 'crawl-ref/source/dat/temple.des')
-rw-r--r--crawl-ref/source/dat/temple.des13
1 files changed, 11 insertions, 2 deletions
diff --git a/crawl-ref/source/dat/temple.des b/crawl-ref/source/dat/temple.des
index bd8f5d3c05..bc5074f36b 100644
--- a/crawl-ref/source/dat/temple.des
+++ b/crawl-ref/source/dat/temple.des
@@ -382,6 +382,12 @@ ENDMAP
# Temple maps
##############################################################################
+# To make a main temple (Ecumenical Temple branch) vault with an
+# arbitrary number of altars, give it the tag "temple_main_N", where
+# N is the number of altars. If no vaults are found for the specific
+# number of altars, then the game will pick a random vault for
+# "PLACE: Temple".
+
##########################################################################
# Circular temple (David Ploog). 12 = 1 x 12
@@ -898,11 +904,14 @@ ENDMAP
# Overflow temples
##############################################################################
+# To make an overflow temple for N altars, give it the tag
+# "temple_overflow_N".
+
##############################################################################
-# Overflow temples with one altar, must have tag "overflow_temple_1"
+# Overflow temples with one altar, must have tag "temple_overflow_1"
#
NAME: overflow_temple_1_a
-TAGS: overflow_temple_1 allow_dup
+TAGS: temple_overflow_1 allow_dup
MAP
B
ENDMAP