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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines