From 127c69f10b71dd3df9258e6b5979987d7cbf06c3 Mon Sep 17 00:00:00 2001 From: evktalo Date: Sun, 4 Oct 2009 01:03:10 +0300 Subject: Remove entry vaults with dangerous clouds from 0.5. Signed-off-by: evktalo --- crawl-ref/source/dat/entry.des | 103 ----------------------------------------- 1 file changed, 103 deletions(-) diff --git a/crawl-ref/source/dat/entry.des b/crawl-ref/source/dat/entry.des index 5126298e00..e1be3366dc 100644 --- a/crawl-ref/source/dat/entry.des +++ b/crawl-ref/source/dat/entry.des @@ -174,109 +174,6 @@ x......................................x xxxx=xxxxxxxxxxxxxx=xxxxxxxxxxxxxxx=xxxx ENDMAP -################################### -# Four element entry (Shiori) -# Pretty hazardous, but the Earth side is always safe to leave through. -# Players can safely watch at the clouds. Autoexplore will not run into -# the chambers, players have to search for the secret door. Likewise, -# all exits are secret except for the safe one. -# This vault is great. I've seen players marvel at it. If need be, we -# may delegate it to another branch, where less caution measures are -# demanded. But I'd like to keep it on D:1 (dp). -NAME: elemental_entry -TAGS: entry no_monster_gen -ORIENT: float -MARKER: A = lua:fog_machine { \ - pow_max = 20, delay_min = 50, delay_max = 300, \ - size = 12, start_clouds = 1, \ - cloud_type = "noxious fumes" } -SUBST: A=a , a=aaam -FTILE: a=floor_slime -COLOUR: a=lightgreen -SUBST: a=. -MARKER: W = lua:fog_machine{\ - pow_max = 20, delay_min = 50, delay_max = 300, \ - size = 12, start_clouds = 1, \ - cloud_type = "freezing vapour"} -SUBST: W=w -MARKER: F= lua:fog_machine {\ - pow_max = 20, delay_min = 50, delay_max = 300, \ - size = 12, start_clouds = 1, \ - cloud_type = "flame"} -SUBST: F=f -FTILE: f=floor_rough_red -COLOUR: f=red -SUBST: f=lll. -MARKER: E= lua:fog_machine{\ - pow_max = 20, delay_min = 50, delay_max = 300, \ - size = 12, start_clouds = 1, \ - cloud_type = "black smoke"} -SUBST: E=e , e=cxbveeee -FTILE: e=floor_orc -COLOUR: e= brown -SUBST: e=. -SHUFFLE: XZ -NSUBST: Z= ) / ] -NSUBST: X= ( / [ -MAP - ccc===ccc - cc..aaa..cc - c.aaaAaaa.c - c..aaaaa..c - cc...a...cc - cccccccnn=nnccccccc -cc..ccccc...ccccc..cc -c.w..ccccc+ccccc..f.c -c.ww.nccX...Zccn.ff.c -=www.nwc.....cln.fff= -=wWww=.+..{..+.=ffFf= -=www.nwc.....cln.fff= -c.ww.nccZ...Xccn.ff.c -c.w..ccccc+ccccc..f.c -cc..cccccG.Gccccc..cc - cccccccnn+nnccccccc - cc...e...cc - c..eeeee..c - c.eeeEeee.c - cc..eee..cc - ccc+++ccc -ENDMAP - -##################################### -# I am the great and powerful Oz! Pay no attention to the man behind -# the curtain! ...if you stick close to the wall, you should always be -# able to avoid the flame clouds. -NAME: oz_shiori -TAGS: entry -ORIENT: float -NSUBST: 1 = 1/% -MONS: kobold / goblin / hobgoblin -MARKER: # = lua:fog_machine { \ - pow_max = 5, delay_min = 100, delay_max = 150, \ - size = 5, start_clouds = 1, \ - cloud_type = "flame" } -KFEAT: # = l -FTILE: ' = floor_rough_red -COLOUR: ' = red -SUBST: ' = . -MAP -bbbbbbbbb -b.(.{.[.b -b.b...b.b -b.......b -b.......b -b.b'''b.b -b.'''''.b -@.'#'#'.@ -b.b'G'b.b -b.......b -bbb+b+bbb -=1=.b.=1= -bbb.b.bbb - b@b@b -ENDMAP - - ############################################################################## # Matthew's entry vaults ############################################################################## -- cgit v1.2.3-54-g00ecf