ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/door/Locked/ldoor1.arc
(Generate patch)

Comparing deliantra/arch/door/Locked/ldoor1.arc (file contents):
Revision 1.6 by root, Sat Mar 3 01:22:11 2007 UTC vs.
Revision 1.7 by pippijn, Sun Mar 11 15:36:55 2007 UTC

12damned 1 12damned 1
13editable 16 13editable 16
14magicmap dark_orange 14magicmap dark_orange
15end 15end
16 16
17object locked_door_blue1
18name locked door
19slaying set_individual_value
20msg
21You need the special key to open this door.
22endmsg
23face ldoor_blue1.x11
24type 20
25move_block all
26no_pick 1
27no_magic 1
28damned 1
29editable 16
30magicmap blue
31end
32
33object locked_door_blue2
34name locked door
35slaying set_individual_value
36msg
37You need the special key to open this door.
38endmsg
39face ldoor_blue2.x11
40type 20
41move_block all
42no_pick 1
43no_magic 1
44damned 1
45editable 16
46magicmap blue
47end
48
49object locked_door_white1
50name locked door
51slaying set_individual_value
52msg
53You need the special key to open this door.
54endmsg
55face ldoor_white1.x11
56type 20
57move_block all
58no_pick 1
59no_magic 1
60damned 1
61editable 16
62magicmap white
63end
64
65object locked_door_white2
66name locked door
67slaying set_individual_value
68msg
69You need the special key to open this door.
70endmsg
71face ldoor_white2.x11
72type 20
73move_block all
74no_pick 1
75no_magic 1
76damned 1
77editable 16
78magicmap white
79end
80
81object locked_door_brown1
82name locked door
83slaying set_individual_value
84msg
85You need the special key to open this door.
86endmsg
87face ldoor_brown1.x11
88type 20
89move_block all
90no_pick 1
91no_magic 1
92damned 1
93editable 16
94magicmap brown
95end
96
97object locked_door_brown2
98name locked door
99slaying set_individual_value
100msg
101You need the special key to open this door.
102endmsg
103face ldoor_brown2.x11
104type 20
105move_block all
106no_pick 1
107no_magic 1
108damned 1
109editable 16
110magicmap brown
111end
112

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines