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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines