ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/lava.arc
Revision: 1.9
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_0
Changes since 1.8: +33 -40 lines
Log Message:
second normaliser run - dude

File Contents

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