ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/connect/cwallsec.arc
Revision: 1.4
Committed: Fri Feb 9 01:51:23 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +13 -13 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object cwall_closed_1
2 root 1.4 anim
3     cwallsec.x11
4     cwallsec.x12
5     cwallsec.x13
6     cwallsec.x14
7     cwallsec.x15
8     cwallsec.x16
9     cwallsec.x17
10     cwallsec.x18
11     mina
12 root 1.1 name wall
13 root 1.3 face cwallsec.x18
14     is_animated 0
15     maxsp 0
16     dam 6
17     wc 7
18 root 1.1 type 91
19 root 1.3 move_block all
20     no_pick 1
21     blocksview 1
22     no_magic 1
23     damned 1
24 root 1.1 activate_on_push 1
25     activate_on_release 1
26 root 1.3 editable 16
27     magicmap black
28     visibility 50
29 root 1.4 end
30    
31     object cwall_open_1
32 root 1.1 anim
33 pippijn 1.2 cwallsec.x11
34     cwallsec.x12
35     cwallsec.x13
36     cwallsec.x14
37     cwallsec.x15
38     cwallsec.x16
39     cwallsec.x17
40     cwallsec.x18
41 root 1.1 mina
42 root 1.3 name wall
43     face cwallsec.x11
44 root 1.1 is_animated 0
45 root 1.3 maxsp 1
46     dam 6
47     wc 0
48     type 91
49     no_pick 1
50 root 1.1 no_magic 1
51     damned 1
52 root 1.3 activate_on_push 1
53     activate_on_release 1
54 root 1.1 editable 16
55 root 1.3 magicmap black
56 root 1.1 visibility 50
57     end
58 root 1.3