ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/volcano.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:31 2007 UTC (17 years, 3 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.5: +16 -13 lines
Log Message:
second normaliser run - dude

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 editable 40
16     end
17 root 1.5 more
18     object active_volcano_2
19 root 1.1 name volcano
20     other_arch spell_create_lava
21 pippijn 1.2 face volcano_lo.x11
22 root 1.6 x 1
23     speed -0.02
24     level 1
25 root 1.4 type 62
26 root 1.6 move_block swim boat
27     move_slow walk
28     move_slow_penalty 15
29     no_pick 1
30     is_hilly 1
31 root 1.4 activate_on_push 1
32     activate_on_release 1
33 root 1.1 end
34 root 1.6