ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/connect/Garden_gate/gard_gate.arc
Revision: 1.9
Committed: Tue Nov 3 09:58:21 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +2 -2 lines
Log Message:
big cfarch-normalize run

File Contents

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