summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/entry.des
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-15 23:39:15 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-15 23:39:15 +0000
commitef52f15919757a08fe9309147ebe4a6ba28b8f2d (patch)
tree16010334c4e2dfca7a69acb1ba5095bc0f9a2b29 /crawl-ref/source/dat/entry.des
parent4d4264828682a9f233f48b6b4944891780903a47 (diff)
downloadcrawl-ref-ef52f15919757a08fe9309147ebe4a6ba28b8f2d.tar.gz
crawl-ref-ef52f15919757a08fe9309147ebe4a6ba28b8f2d.zip
New entry vaults (Eino).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7839 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat/entry.des')
-rw-r--r--crawl-ref/source/dat/entry.des57
1 files changed, 57 insertions, 0 deletions
diff --git a/crawl-ref/source/dat/entry.des b/crawl-ref/source/dat/entry.des
index c15e6bde3c..8e16e784fb 100644
--- a/crawl-ref/source/dat/entry.des
+++ b/crawl-ref/source/dat/entry.des
@@ -1,5 +1,15 @@
###############################################################################
# entry.des - entry vaults for D:1 only.
+#
+# Entry vaults should provide atmosphere and nice starting points. The idea
+# is neither to get a grip on most of D:1 nor to hand out some starting gear.
+# Therefore, try to come up with small maps. Avoid placing guaranteed items.
+# The same holds for any features which might trigger start-scumming, like
+# fountains or altars.
+# Also avoid ASCII art. It probably won't work in Tiles anyway.
+#
+# Note that at the start of the game, the dungeon builder removes all monsters
+# in view of the player. Zero experience monsters like plants are exempt.
###############################################################################
@@ -4653,6 +4663,53 @@ x.....x..W..x.....x
..xxxxxxx@xxxxxxx..
ENDMAP
+################################################################################
+NAME: entry_aquarium_01
+TAGS: entry
+ORIENT: float
+KMASK: w = no_monster_gen
+KMONS: Z = shark / giant goldfish
+KFEAT: Z = w
+KMASK: Z = no_monster_gen
+SHUFFLE: TTV
+WEIGHT: 5
+MAP
+xxxxxxxxxxxxxxxxxxxxxxx
+x.....................x
+x.............G...G...x
+x..mmmmmmmmm....(.....x
+@..mwwwwwwwm.T......T.x
+@..mwwwZwwwm....{.....x
+@..mwwwwwwwm.T......T.x
+x..mmmmmmmmm....[.....x
+x.............G...G...x
+x.....................x
+xxxxxxxxxxxxxxxxxxxxxxx
+ENDMAP
+
+NAME: entry_aquarium_02
+TAGS: entry
+ORIENT: float
+KMASK: w = no_monster_gen
+KMONS: Z = shark / giant goldfish
+KFEAT: Z = w
+KMASK: Z = no_monster_gen
+WEIGHT: 5
+MAP
+xxxxxxxxxxxxxxx
+x....(.{.[....x
+x.G.xxxxxxx.G.x
+x.............x
+x.mmmmm.mmmmm.x
+x.mwwwm.mwwwm.x
+x.mwZwm.mwZwm.x
+x.mwwwm.mwwwm.x
+x.mmmmm.mmmmm.x
+x.............x
+xx@xxxxxxxxx@xx
+ENDMAP
+
+
##############################################################
# Miscellaneous entries
##############################################################