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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines