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

# 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.7 type 102
5     subtype 7
6     level 1
7     walk_on 1
8     wc -30
9     name lava
10     face lava.x11
11 root 1.5 anim
12     lava.x11
13     lava.x12
14     lava.x13
15     lava.x14
16     lava.x15
17     mina
18 root 1.7 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 root 1.4 speed 0.2
27 root 1.7 no_pick 1
28 root 1.4 attacktype 4
29     duration 60
30 root 1.7 dam 3
31 root 1.4 is_floor 1
32     editable 8
33 root 1.7 move_block boat swim
34 root 1.5 end
35 root 1.7 #
36 root 1.8 object permanent_lava
37 root 1.7 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 root 1.1 anim
46 pippijn 1.2 lava.x11
47     lava.x12
48     lava.x13
49     lava.x14
50     lava.x15
51 root 1.1 mina
52 root 1.7 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 root 1.4 hp 1
64     dam 3
65 root 1.7 editable 8
66 root 1.1 is_floor 1
67 root 1.7 move_block boat swim
68 root 1.1 end