ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/volcano.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:17 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +19 -16 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 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.3 speed -0.02
6     level 1
7 root 1.1 type 62
8 root 1.3 move_block swim boat
9     move_slow walk
10     move_slow_penalty 15
11     no_pick 1
12     is_hilly 1
13 root 1.1 activate_on_push 1
14     activate_on_release 1
15     editable 40
16     end
17 root 1.3 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.3 x 1
23     speed -0.02
24     level 1
25 root 1.1 type 62
26 root 1.3 move_block swim boat
27     move_slow walk
28     move_slow_penalty 15
29     no_pick 1
30     is_hilly 1
31 root 1.1 activate_on_push 1
32     activate_on_release 1
33     end
34 root 1.3