1#	SCCS Id: @(#)tower.des	3.4	1990/02/26
2#	Copyright (c) 1989 by Jean-Christophe Collet
3# NetHack may be freely redistributed.  See license for details.
4#
5# Upper stage of Vlad's tower
6MAZE:"tower1",' '
7FLAGS: noteleport,hardfloor
8GEOMETRY:half-left,center
9MAP
10  --- --- ---  
11  |.| |.| |.|  
12---S---S---S---
13|.......+.+...|
14---+-----.-----
15  |...\.|.+.|  
16---+-----.-----
17|.......+.+...|
18---S---S---S---
19  |.| |.| |.|  
20  --- --- ---  
21ENDMAP
22LADDER:(11,05),down
23# The lord and his court
24MONSTER:'V',"Vlad the Impaler",(06,05)
25MONSTER:'V',random,(03,09)
26MONSTER:'V',random,(07,09)
27MONSTER:'V',random,(11,09)
28MONSTER:'V',random,(03,01)
29MONSTER:'V',random,(07,01)
30MONSTER:'V',random,(11,01)
31# The doors
32DOOR:closed,(08,03)
33DOOR:closed,(10,03)
34DOOR:closed,(03,04)
35DOOR:locked,(10,05)
36DOOR:locked,(08,07)
37DOOR:locked,(10,07)
38DOOR:closed,(03,06)
39# treasures
40OBJECT:'(',"chest",(07,05)
41OBJECT:'(',"chest",(03,09)
42OBJECT:'(',"chest",(07,09)
43OBJECT:'(',"chest",(11,09)
44OBJECT:'(',"chest",(03,01)
45OBJECT:'(',"chest",(07,01)
46OBJECT:'(',"chest",(11,01)
47# We have to protect the tower against outside attacks
48NON_DIGGABLE:(00,00,14,10)
49
50
51# Intermediate stage of Vlad's tower
52MAZE:"tower2",' '
53FLAGS: noteleport,hardfloor
54GEOMETRY:half-left,center
55MAP
56  --- --- ---  
57  |.| |.| |.|  
58---S---S---S---
59|.S.........S.|
60---.------+----
61  |......|..|  
62--------.------
63|.S......+..S.|
64---S---S---S---
65  |.| |.| |.|  
66  --- --- ---  
67ENDMAP
68# Random places are the 10 niches
69RANDOM_PLACES:(03,01),(07,01),(11,01),(01,03),(13,03),
70	      (01,07),(13,07),(03,09),(07,09),(11,09)
71LADDER:(11,05),up
72LADDER:(03,07),down
73DOOR:locked,(10,04)
74DOOR:locked,(09,07)
75MONSTER:'&',random,place[0]
76MONSTER:'&',random,place[1]
77MONSTER:'d',"hell hound pup",place[2]
78MONSTER:'d',"hell hound pup",place[3]
79MONSTER:'d',"winter wolf",place[4]
80CONTAINER:'(',"chest",place[5]
81OBJECT:'"',"amulet of life saving",contained
82CONTAINER:'(',"chest",place[6]
83OBJECT:'"',"amulet of strangulation",contained
84OBJECT:'[',"water walking boots",place[7]
85OBJECT:'[',"crystal plate mail",place[8]
86OBJECT:'+',"invisibility",place[9]
87# Walls in the tower are non diggable
88NON_DIGGABLE:(00,00,14,10)
89
90
91# Bottom most stage of Vlad's tower
92MAZE:"tower3",' '
93FLAGS: noteleport,hardfloor
94GEOMETRY:half-left,center
95MAP
96    --- --- ---  
97    |.| |.| |.|    
98  ---S---S---S---
99  |.S.........S.|  
100-----.........-----
101|...|.........+...|
102|.---.........---.|
103|.|.S.........S.|.|
104|.---S---S---S---.|
105|...|.|.|.|.|.|...|
106---.---.---.---.---
107  |.............|  
108  ---------------  
109ENDMAP
110# Random places are the 10 niches
111RANDOM_PLACES:(05,01),(09,01),(13,01),(03,03),(15,03),
112	      (03,07),(15,07),(05,09),(09,09),(13,09)
113BRANCH:(02,05,02,05),(00,00,00,00)
114LADDER:(05,07),up
115# Entry door is, of course, locked
116DOOR:locked,(14,05)
117# Let's put a dragon behind the door, just for the fun...
118MONSTER:'D',random,(13,05)
119MONSTER:random,random,(12,04)
120MONSTER:random,random,(12,06)
121MONSTER:random,random,random
122MONSTER:random,random,random
123MONSTER:random,random,random
124MONSTER:random,random,random
125MONSTER:random,random,random
126MONSTER:random,random,random
127OBJECT:')',"long sword",place[0]
128TRAP:random,place[0]
129OBJECT:'(',"lock pick",place[1]
130TRAP:random,place[1]
131OBJECT:'[',"elven cloak",place[2]
132TRAP:random,place[2]
133OBJECT:'(',"blindfold",place[3]
134TRAP:random,place[3]
135# Walls in the tower are non diggable
136NON_DIGGABLE:(00,00,18,12)
137