ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/connect/Garden_gate/gard_gate.arc
Revision: 1.7
Committed: Sat Mar 3 01:21:42 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +24 -24 lines
Log Message:
second normaliser run - dude

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     hp 0
12 root 1.7 maxsp 0
13 root 1.3 dam 0
14 root 1.7 wc 3
15 root 1.3 ac 1
16 root 1.1 type 91
17 root 1.7 move_block all
18     no_pick 1
19 root 1.1 activate_on_push 1
20     activate_on_release 1
21 root 1.7 editable 16
22     magicmap black
23     visibility 100
24     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.7 name garden gate
34     face gard_gate.x14
35 root 1.1 is_animated 0
36     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 editable 16
46 root 1.7 magicmap black
47 root 1.5 visibility 100
48 root 1.1 end
49 root 1.7