ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/volcano.arc
Revision: 1.7
Committed: Tue Nov 3 09:48:49 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, HEAD
Changes since 1.6: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.5 object active_volcano
2 root 1.1 name volcano
3     other_arch spell_create_lava
4 pippijn 1.2 face volcano_lo.x11
5 root 1.6 speed -0.02
6     level 1
7 root 1.4 type 62
8 root 1.6 move_block swim boat
9     move_slow walk
10     move_slow_penalty 15
11     no_pick 1
12     is_hilly 1
13 root 1.4 activate_on_push 1
14     activate_on_release 1
15 root 1.1 end
16 root 1.5 more
17     object active_volcano_2
18 root 1.1 name volcano
19     other_arch spell_create_lava
20 pippijn 1.2 face volcano_lo.x11
21 root 1.6 x 1
22     speed -0.02
23     level 1
24 root 1.4 type 62
25 root 1.6 move_block swim boat
26     move_slow walk
27     move_slow_penalty 15
28     no_pick 1
29     is_hilly 1
30 root 1.4 activate_on_push 1
31     activate_on_release 1
32 root 1.1 end
33 root 1.6