ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/connect/Doors/mdoor.arc
Revision: 1.10
Committed: Sat Oct 16 09:16:34 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -8 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# Content
1 object mdoor_closed_1
2 anim
3 wdoor.x11
4 wdoor.x12
5 wdoor.x13
6 wdoor.x14
7 mina
8 name wood door
9 face wdoor.x14
10 is_animated 0
11 maxsp 0
12 dam 6
13 wc 3
14 type 91
15 move_block all
16 no_pick 1
17 blocksview 1
18 no_magic 1
19 damned 1
20 activate_on_push 1
21 activate_on_release 1
22 end
23
24 object mdoor_closed_2
25 anim
26 sdoor.x11
27 sdoor.x12
28 sdoor.x13
29 sdoor.x14
30 mina
31 name stone door
32 face sdoor.x14
33 is_animated 0
34 maxsp 0
35 dam 6
36 wc 3
37 type 91
38 move_block all
39 no_pick 1
40 blocksview 1
41 no_magic 1
42 damned 1
43 activate_on_push 1
44 activate_on_release 1
45 end
46
47 object mdoor_open_1
48 anim
49 wdoor.x11
50 wdoor.x12
51 wdoor.x13
52 wdoor.x14
53 mina
54 name wood door
55 face wdoor.x11
56 is_animated 0
57 maxsp 1
58 dam 6
59 wc 0
60 type 91
61 no_pick 1
62 no_magic 1
63 damned 1
64 activate_on_push 1
65 activate_on_release 1
66 end
67
68 object mdoor_open_2
69 anim
70 sdoor.x11
71 sdoor.x12
72 sdoor.x13
73 sdoor.x14
74 mina
75 name stone door
76 face sdoor.x11
77 is_animated 0
78 maxsp 1
79 dam 6
80 wc 0
81 type 91
82 no_pick 1
83 no_magic 1
84 damned 1
85 activate_on_push 1
86 activate_on_release 1
87 end
88