summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/arena.des
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-16 15:19:30 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-16 15:27:23 +0100
commit3dc8e63fb4797dae63c42c76365449016cb777ac (patch)
treedfcee5f7d10c757aba21d9f6a532fd6eb6481d89 /crawl-ref/source/dat/arena.des
parenta7fb7c5402ab86a3ef242a32f6d0ae2ba73dd145 (diff)
downloadcrawl-ref-3dc8e63fb4797dae63c42c76365449016cb777ac.tar.gz
crawl-ref-3dc8e63fb4797dae63c42c76365449016cb777ac.zip
Two more arenas showing stupid monster pathing.
arena_glasswall has a glass wall through the arena with gaps at the ends. arena_wall has a wall with a window in the middle and gaps at the end. arean_doorwall has doors in the gaps.
Diffstat (limited to 'crawl-ref/source/dat/arena.des')
-rw-r--r--crawl-ref/source/dat/arena.des81
1 files changed, 81 insertions, 0 deletions
diff --git a/crawl-ref/source/dat/arena.des b/crawl-ref/source/dat/arena.des
index b9eeb555ef..ce0534ad1c 100644
--- a/crawl-ref/source/dat/arena.des
+++ b/crawl-ref/source/dat/arena.des
@@ -479,3 +479,84 @@ o.o.o.o.o.o.o.o.o
o...o...A...o...o
ooooooooooooooooo
ENDMAP
+
+NAME: arena_wall
+TAGS: arena_wall no_mons_gen
+MARKER: A = feat: stone_stairs_up_i
+MARKER: B = feat: stone_stairs_down_i
+MARKER: O = feat: escape_hatch_up
+SUBST: A = ., B = ., O = o
+ORIENT: encompass
+MAP
+XXXXXXXXXXXXXXXXX
+X...............X
+X.......B.......X
+X...............X
+X...............X
+X...............X
+X...............X
+X...............X
+Xxx.xxooOooxx.xxX
+X...............X
+X...............X
+X...............X
+X...............X
+X...............X
+X.......A.......X
+X...............X
+XXXXXXXXXXXXXXXXX
+ENDMAP
+
+NAME: arena_glasswall
+TAGS: arena_glasswall no_mons_gen
+MARKER: A = feat: stone_stairs_up_i
+MARKER: B = feat: stone_stairs_down_i
+MARKER: O = feat: escape_hatch_up
+SUBST: A = ., B = ., O = o
+ORIENT: encompass
+MAP
+XXXXXXXXXXXXXXXXX
+X...............X
+X.......B.......X
+X...............X
+X...............X
+X...............X
+X...............X
+X...............X
+Xxx.ooooOoooo.xxX
+X...............X
+X...............X
+X...............X
+X...............X
+X...............X
+X.......A.......X
+X...............X
+XXXXXXXXXXXXXXXXX
+ENDMAP
+
+NAME: arena_doorwall
+TAGS: arena_doorwall no_mons_gen
+MARKER: A = feat: stone_stairs_up_i
+MARKER: B = feat: stone_stairs_down_i
+MARKER: O = feat: escape_hatch_up
+SUBST: A = ., B = ., O = o
+ORIENT: encompass
+MAP
+XXXXXXXXXXXXXXXXX
+X...............X
+X.......B.......X
+X...............X
+X...............X
+X...............X
+X...............X
+X...............X
+XXX+XXooOooXX+XXX
+X...............X
+X...............X
+X...............X
+X...............X
+X...............X
+X.......A.......X
+X...............X
+XXXXXXXXXXXXXXXXX
+ENDMAP