ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/lava.arc
Revision: 1.8
Committed: Sat Mar 3 01:15:38 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.7: +2 -2 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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