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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines