summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/float.des
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-01 01:29:47 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-01 01:29:47 +0100
commit123f12ca47130299fef9306c6b035c86d4232ecb (patch)
tree9b32340ea40e9e361f084768bdb41d063d3ad34e /crawl-ref/source/dat/float.des
parent432fd3111694130fc627da8ee6c27ddbcb79905f (diff)
downloadcrawl-ref-123f12ca47130299fef9306c6b035c86d4232ecb.tar.gz
crawl-ref-123f12ca47130299fef9306c6b035c86d4232ecb.zip
A new vault (abrahamwl)
Diffstat (limited to 'crawl-ref/source/dat/float.des')
-rw-r--r--crawl-ref/source/dat/float.des59
1 files changed, 59 insertions, 0 deletions
diff --git a/crawl-ref/source/dat/float.des b/crawl-ref/source/dat/float.des
index b0909827b0..7fd9cdcc5b 100644
--- a/crawl-ref/source/dat/float.des
+++ b/crawl-ref/source/dat/float.des
@@ -703,3 +703,62 @@ MAP
@.
ENDMAP
+##############################################################################
+# An "artifact" protected by the the Shining One (abrahamwl)
+#
+# ORIENT: float ensures correct stair generation.
+#
+NAME: protected_by_tso
+ORIENT: float
+TAGS: patrolling no_monster_gen no_item_gen
+DEPTH: 18-27
+
+MONS: generate_awake angel / generate_awake daeva / w:1 angel / w:1 daeva
+
+KFEAT: A = altar_shining_one
+KITEM: A = w:1 acquire:the_shining_one any / nothing
+
+: if crawl.one_chance_in(3) then
+SUBST: | = .
+SUBST: % = |
+SUBST: ? = =
+: else
+SUBST: % = X
+SUBST: ? = X
+: end
+
+COLOUR: _ : yellow
+SUBST: _ : .
+SUBST: T = T F:1
+KMASK: + = no_secret_doors
+
+MARKER: ! = lua:message_machine({marker_type="player_at", message="You almost \
+ think you hear a voice: \"Seek not undue power, mortal.\"", \
+ channel="warning" })
+SUBST: ! : .
+
+MAP
+ xxxxxxxxxxx
+ xxxxxXXXxxxxx
+ xxxxxxX|Xxxxxxx
+ xXXXXXX=XXXXXXx
+ xxXWWWWTATWWWWXx
+xxxXW.._____..WXx
+xXXXWt..___..tWXx
+xX%?W...___...WXx
+xXXXWt..___..tWXx
+xxXxxxxx+++xxxxxXx
+ xX.............Xx
+ xX.............Xx
+ xX.............Xx
+ xX...G.....G...Xx
+ xX......1......Xx
+ xX...G.....G...Xx
+ xX.............Xx
+ xX.............Xx
+ xX.............Xx
+ xXXXXXXX+XXXXXXXx
+ xxxxxxxx!xxxxxxxx
+ xxxx+xxxx
+ @
+ENDMAP