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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines