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, 4 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

# Content
1 # a specific type of spell effect (cone) which operates
2 # as a ground object.
3 object lava
4 name lava
5 face lava.x11
6 dam 3
7 wc -30
8 speed 0.2
9 level 1
10 type 102
11 subtype 7
12 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 anim
24 lava.x11
25 lava.x12
26 lava.x13
27 lava.x14
28 lava.x15
29 mina
30 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 smoothlevel 28
44 move_block swim boat
45 move_on all
46 no_pick 1
47 is_floor 1
48 lifesave 1
49 color_bg red
50 color_fg yellow
51 editable 8
52 smoothface lava.x15 lava_S.x15
53 anim
54 lava.x11
55 lava.x12
56 lava.x13
57 lava.x14
58 lava.x15
59 mina
60 end
61