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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines