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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines