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

File Contents

# User Rev Content
1 root 1.3 object ggate_closed
2 root 1.4 anim
3     gard_gate.x14
4     gard_gate.x13
5     gard_gate.x12
6     gard_gate.x11
7     mina
8 root 1.1 name garden gate
9 root 1.3 face gard_gate.x11
10     is_animated 0
11     hp 0
12     maxsp 0
13     dam 0
14     wc 3
15     ac 1
16 root 1.1 type 91
17 root 1.3 move_block all
18     no_pick 1
19 root 1.1 activate_on_push 1
20     activate_on_release 1
21 root 1.3 editable 16
22     magicmap black
23     visibility 100
24 root 1.4 end
25    
26     object ggate_open
27 root 1.1 anim
28 pippijn 1.2 gard_gate.x14
29     gard_gate.x13
30     gard_gate.x12
31     gard_gate.x11
32 root 1.1 mina
33 root 1.3 name garden gate
34     face gard_gate.x14
35 root 1.1 is_animated 0
36     hp 0
37 root 1.3 maxsp 1
38 root 1.1 dam 0
39 root 1.3 wc 0
40 root 1.1 ac 1
41     type 91
42 root 1.3 no_pick 1
43 root 1.1 activate_on_push 1
44     activate_on_release 1
45 root 1.3 editable 16
46     magicmap black
47     visibility 100
48 root 1.1 end
49 root 1.3