1 # NetHack 3.6 tower.des $NHDT-Date: 1432512784 2015/05/25 00:13:04 $ $NHDT-Branch: master $:$NHDT-Revision: 1.9 $
2 # Copyright (c) 1989 by Jean-Christophe Collet
3 # NetHack may be freely redistributed. See license for details.
5 # Upper stage of Vlad's tower
7 FLAGS: noteleport,hardfloor,solidify
8 GEOMETRY:half-left,center
22 $niches = { (03,01), (03,09), (07,01), (07,09), (11,01), (11,09) }
25 # The lord and his court
26 MONSTER:('V',"Vlad the Impaler"),(06,05)
27 MONSTER:'V',$niches[0]
28 MONSTER:'V',$niches[1]
29 MONSTER:'V',$niches[2]
30 MONSTER:'V',$niches[3]
31 MONSTER:'V',$niches[4]
32 MONSTER:'V',$niches[5]
42 OBJECT:('(',"chest"),(07,05)
44 OBJECT:('(',"chest"),$niches[0]
45 OBJECT:('(',"chest"),$niches[1]
46 OBJECT:('(',"chest"),$niches[2]
47 OBJECT:('(',"chest"),$niches[3]
48 CONTAINER:('(',"chest"),$niches[4] {
49 OBJECT:('(', "wax candle"), quantity:4d2
51 CONTAINER:('(',"chest"),$niches[5] {
52 OBJECT:('(', "tallow candle"), quantity:4d2
54 # We have to protect the tower against outside attacks
55 NON_DIGGABLE:(00,00,14,10)
58 # Intermediate stage of Vlad's tower
60 FLAGS: noteleport,hardfloor,solidify
61 GEOMETRY:half-left,center
75 # Random places are the 10 niches
76 $place = { (03,01),(07,01),(11,01),(01,03),(13,03),
77 (01,07),(13,07),(03,09),(07,09),(11,09) }
85 MONSTER:('d',"hell hound pup"),$place[2]
86 MONSTER:('d',"hell hound pup"),$place[3]
87 MONSTER:('d',"winter wolf"),$place[4]
88 CONTAINER:('(',"chest"),$place[5] {
89 OBJECT:('"',"amulet of life saving")
91 CONTAINER:('(',"chest"),$place[6] {
92 OBJECT:('"',"amulet of strangulation")
94 OBJECT:('[',"water walking boots"),$place[7]
95 OBJECT:('[',"crystal plate mail"),$place[8]
96 OBJECT:('+',"invisibility"),$place[9]
97 # Walls in the tower are non diggable
98 NON_DIGGABLE:(00,00,14,10)
101 # Bottom most stage of Vlad's tower
103 FLAGS: noteleport,hardfloor,solidify
104 GEOMETRY:half-left,center
120 # Random places are the 10 niches
121 $place = { (05,01),(09,01),(13,01),(03,03),(15,03),
122 (03,07),(15,07),(05,09),(09,09),(13,09) }
124 BRANCH:(02,05,02,05),(00,00,00,00)
126 # Entry door is, of course, locked
128 # Let's put a dragon behind the door, just for the fun...
130 MONSTER:random,(12,04)
131 MONSTER:random,(12,06)
132 MONSTER:random,random
133 MONSTER:random,random
134 MONSTER:random,random
135 MONSTER:random,random
136 MONSTER:random,random
137 MONSTER:random,random
138 OBJECT:(')',"long sword"),$place[0]
139 TRAP:random,$place[0]
140 OBJECT:('(',"lock pick"),$place[1]
141 TRAP:random,$place[1]
142 OBJECT:('[',"elven cloak"),$place[2]
143 TRAP:random,$place[2]
144 OBJECT:('(',"blindfold"),$place[3]
145 TRAP:random,$place[3]
146 # Walls in the tower are non diggable
147 NON_DIGGABLE:(00,00,18,12)