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.5 by root, Fri Feb 9 01:51:38 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
4anim
5lava.x11
6lava.x12
7lava.x13
8lava.x14
9lava.x15
10mina
4name lava 11name lava
5face lava.x11 12face lava.x11
6dam 3 13dam 3
7wc -30 14wc -30
8speed 0.2 15speed 0.2
18is_floor 1 25is_floor 1
19color_bg red 26color_bg red
20color_fg yellow 27color_fg yellow
21editable 8 28editable 8
22smoothface lava.x15 lava_S.x15 29smoothface lava.x15 lava_S.x15
30end
31
32object permanent_lava
23anim 33anim
24lava.x11 34lava.x11
25lava.x12 35lava.x12
26lava.x13 36lava.x13
27lava.x14 37lava.x14
28lava.x15 38lava.x15
29mina 39mina
30end
31
32object permanent_lava
33name lava 40name lava
34face lava.x11 41face lava.x11
35hp 1 42hp 1
36dam 3 43dam 3
37wc -30 44wc -30
48lifesave 1 55lifesave 1
49color_bg red 56color_bg red
50color_fg yellow 57color_fg yellow
51editable 8 58editable 8
52smoothface lava.x15 lava_S.x15 59smoothface lava.x15 lava_S.x15
53anim
54lava.x11
55lava.x12
56lava.x13
57lava.x14
58lava.x15
59mina
60end 60end
61 61

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines