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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines