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.3 by pippijn, Wed Jan 3 20:22:14 2007 UTC vs.
Revision 1.4 by root, Tue Feb 6 22:40:16 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
4name lava
5face lava.x11
6dam 3
7wc -30
8speed 0.2
9level 1
4type 102 10type 102
5subtype 7 11subtype 7
6level 1 12attacktype 4
7walk_on 1 13smoothlevel 28
8wc -30 14duration 60
9name lava 15move_block swim boat
10face lava.x11 16move_on all
17no_pick 1
18is_floor 1
19color_bg red
20color_fg yellow
21editable 8
22smoothface lava.x15 lava_S.x15
11anim 23anim
12lava.x11 24lava.x11
13lava.x12 25lava.x12
14lava.x13 26lava.x13
15lava.x14 27lava.x14
16lava.x15 28lava.x15
17mina 29mina
18smoothface lava.x11 lava_S.x11 30end
19smoothface lava.x12 lava_S.x12 31
20smoothface lava.x13 lava_S.x13 32object permanent_lava
21smoothface lava.x14 lava_S.x14 33name lava
22smoothface lava.x15 lava_S.x15 34face lava.x11
23smoothlevel 28 35hp 1
24color_fg yellow 36dam 3
25color_bg red 37wc -30
26speed 0.2 38speed 0.2
27no_pick 1 39level 1
28attacktype 4
29duration 60
30dam 3
31is_floor 1
32editable 8
33move_block boat swim
34end
35#
36Object permanent_lava
37type 102 40type 102
38subtype 7 41subtype 7
39level 1 42attacktype 4
40walk_on 1 43smoothlevel 28
41wc -30 44move_block swim boat
45move_on all
46no_pick 1
47is_floor 1
42lifesave 1 48lifesave 1
43name lava 49color_bg red
44face lava.x11 50color_fg yellow
51editable 8
52smoothface lava.x15 lava_S.x15
45anim 53anim
46lava.x11 54lava.x11
47lava.x12 55lava.x12
48lava.x13 56lava.x13
49lava.x14 57lava.x14
50lava.x15 58lava.x15
51mina 59mina
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
68end 60end
61

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines