ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/lava.arc
Revision: 1.11
Committed: Sun Mar 11 00:19:42 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.10: +0 -2 lines
Log Message:
normalise color_bg to devnull

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 editable 8
27 magicmap yellow
28 smoothface lava.x15 lava_S.x15
29 end
30
31 object permanent_lava
32 anim
33 lava.x11
34 lava.x12
35 lava.x13
36 lava.x14
37 lava.x15
38 mina
39 name lava
40 face lava.x11
41 hp 1
42 dam 3
43 wc -30
44 speed 0.2
45 level 1
46 type 102
47 subtype 7
48 attacktype 4
49 smoothlevel 28
50 move_block swim boat
51 move_on walk
52 no_pick 1
53 is_floor 1
54 lifesave 1
55 editable 8
56 magicmap yellow
57 smoothface lava.x15 lava_S.x15
58 end
59