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.2 by pippijn, Tue Jan 2 21:49:28 2007 UTC vs.
Revision 1.11 by root, Sun Mar 11 00:19:42 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.111 lava_S.x11 11name lava
19smoothface lava.112 lava_S.x12 12face lava.x11
20smoothface lava.113 lava_S.x13 13dam 3
21smoothface lava.114 lava_S.x14 14wc -30
22smoothface lava.115 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.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.111 lava_S.x11
58smoothface lava.112 lava_S.x12
59smoothface lava.113 lava_S.x13
60smoothface lava.114 lava_S.x14
61smoothface lava.115 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
49smoothlevel 28
50move_block swim boat
51move_on walk
52no_pick 1
53is_floor 1
54lifesave 1
65editable 8 55editable 8
66is_floor 1 56magicmap yellow
67move_block boat swim 57smoothface lava.x15 lava_S.x15
68end 58end
59

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines