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, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +0 -2 lines
Log Message:
normalise color_bg to devnull

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.8 object lava
4 root 1.5 anim
5     lava.x11
6     lava.x12
7     lava.x13
8     lava.x14
9     lava.x15
10     mina
11 root 1.9 name lava
12     face lava.x11
13     dam 3
14     wc -30
15 root 1.4 speed 0.2
16 root 1.9 level 1
17     type 102
18     subtype 7
19 root 1.4 attacktype 4
20 root 1.9 smoothlevel 28
21 root 1.4 duration 60
22 root 1.9 move_block swim boat
23     move_on walk
24     no_pick 1
25 root 1.4 is_floor 1
26     editable 8
27 root 1.10 magicmap yellow
28 root 1.9 smoothface lava.x15 lava_S.x15
29 root 1.5 end
30 root 1.9
31 root 1.8 object permanent_lava
32 root 1.1 anim
33 pippijn 1.2 lava.x11
34     lava.x12
35     lava.x13
36     lava.x14
37     lava.x15
38 root 1.1 mina
39 root 1.9 name lava
40     face lava.x11
41     hp 1
42     dam 3
43     wc -30
44 root 1.7 speed 0.2
45 root 1.9 level 1
46     type 102
47     subtype 7
48     attacktype 4
49     smoothlevel 28
50     move_block swim boat
51     move_on walk
52 root 1.7 no_pick 1
53 root 1.9 is_floor 1
54     lifesave 1
55     editable 8
56 root 1.10 magicmap yellow
57 root 1.7 smoothface lava.x15 lava_S.x15
58 root 1.1 end
59 root 1.9