ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/lava.arc
(Generate patch)

Comparing deliantra/arch/ground/lava.arc (file contents):
Revision 1.4 by root, Tue Feb 6 22:40:16 2007 UTC vs.
Revision 1.7 by root, Sat Mar 3 00:49:52 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines