ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/door/Locked/ldoor1.arc
Revision: 1.11
Committed: Sat Oct 16 09:16:58 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -7 lines
Error occurred while calculating annotation data.
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# Content
1 object locked_door1
2 inherit type_locked_door
3 name locked door
4 slaying set_individual_value
5 msg
6 You need the special key to open this door.
7 endmsg
8 face ldoor1.x11
9 move_block all
10 no_pick 1
11 no_magic 1
12 damned 1
13 end
14
15 object locked_door_blue1
16 inherit type_locked_door
17 name locked door
18 slaying set_individual_value
19 msg
20 You need the special key to open this door.
21 endmsg
22 face ldoor_blue1.x11
23 move_block all
24 no_pick 1
25 no_magic 1
26 damned 1
27 end
28
29 object locked_door_blue2
30 inherit type_locked_door
31 name locked door
32 slaying set_individual_value
33 msg
34 You need the special key to open this door.
35 endmsg
36 face ldoor_blue2.x11
37 move_block all
38 no_pick 1
39 no_magic 1
40 damned 1
41 end
42
43 object locked_door_brown1
44 inherit type_locked_door
45 name locked door
46 slaying set_individual_value
47 msg
48 You need the special key to open this door.
49 endmsg
50 face ldoor_brown1.x11
51 move_block all
52 no_pick 1
53 no_magic 1
54 damned 1
55 end
56
57 object locked_door_brown2
58 inherit type_locked_door
59 name locked door
60 slaying set_individual_value
61 msg
62 You need the special key to open this door.
63 endmsg
64 face ldoor_brown2.x11
65 move_block all
66 no_pick 1
67 no_magic 1
68 damned 1
69 end
70
71 object locked_door_white1
72 inherit type_locked_door
73 name locked door
74 slaying set_individual_value
75 msg
76 You need the special key to open this door.
77 endmsg
78 face ldoor_white1.x11
79 move_block all
80 no_pick 1
81 no_magic 1
82 damned 1
83 end
84
85 object locked_door_white2
86 inherit type_locked_door
87 name locked door
88 slaying set_individual_value
89 msg
90 You need the special key to open this door.
91 endmsg
92 face ldoor_white2.x11
93 move_block all
94 no_pick 1
95 no_magic 1
96 damned 1
97 end
98