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

File Contents

# User Rev Content
1 root 1.1 # a specific type of spell effect (cone) which operates
2     # as a ground object.
3 root 1.4 object lava
4     name lava
5     face lava.x11
6     dam 3
7     wc -30
8     speed 0.2
9     level 1
10 root 1.1 type 102
11     subtype 7
12 root 1.4 attacktype 4
13     smoothlevel 28
14     duration 60
15     move_block swim boat
16     move_on all
17     no_pick 1
18     is_floor 1
19     color_bg red
20     color_fg yellow
21     editable 8
22     smoothface lava.x15 lava_S.x15
23 root 1.1 anim
24 pippijn 1.2 lava.x11
25     lava.x12
26     lava.x13
27     lava.x14
28     lava.x15
29 root 1.1 mina
30 root 1.4 end
31    
32     object permanent_lava
33     name lava
34     face lava.x11
35     hp 1
36     dam 3
37     wc -30
38     speed 0.2
39     level 1
40     type 102
41     subtype 7
42     attacktype 4
43 root 1.1 smoothlevel 28
44 root 1.4 move_block swim boat
45     move_on all
46 root 1.1 no_pick 1
47     is_floor 1
48 root 1.4 lifesave 1
49     color_bg red
50     color_fg yellow
51 root 1.1 editable 8
52 root 1.4 smoothface lava.x15 lava_S.x15
53 root 1.1 anim
54 pippijn 1.2 lava.x11
55     lava.x12
56     lava.x13
57     lava.x14
58     lava.x15
59 root 1.1 mina
60     end
61 root 1.4