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.3 by pippijn, Wed Jan 3 20:22:14 2007 UTC vs.
Revision 1.14 by root, Wed Oct 28 10:13:01 2009 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.x11 lava_S.x11 11name lava
19smoothface lava.x12 lava_S.x12 12face lava.x11
20smoothface lava.x13 lava_S.x13 13magicmap yellow
21smoothface lava.x14 lava_S.x14
22smoothface lava.x15 lava_S.x15
23smoothlevel 28 14smoothlevel 28
24color_fg yellow 15smoothface 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
25color_bg red 16dam 3
17wc -30
26speed 0.2 18speed 0.2
27no_pick 1 19level 1
20type 102
21subtype 7
28attacktype 4 22attacktype 4
29duration 60 23duration 60
30dam 3 24move_block swim boat
25move_on walk
26no_pick 1
31is_floor 1 27is_floor 1
32editable 8 28editable 8
33move_block boat swim
34end 29end
35# 30
36Object permanent_lava 31object lava_ground
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
41magicmap yellow
54speed 0.2 42speed 0.2
43move_block swim boat
44move_on walk
55no_pick 1 45no_pick 1
56smoothlevel 28 46is_floor 1
57smoothface lava.x11 lava_S.x11 47editable 8
58smoothface lava.x12 lava_S.x12 48end
59smoothface lava.x13 lava_S.x13 49
60smoothface lava.x14 lava_S.x14 50object permanent_lava
61smoothface lava.x15 lava_S.x15 51anim
62attacktype 4 52lava.x11
53lava.x12
54lava.x13
55lava.x14
56lava.x15
57mina
58name lava
59face lava.x11
60magicmap yellow
63hp 1 61hp 1
64dam 3 62dam 3
63wc -30
64speed 0.2
65level 1
66type 102
67subtype 7
68attacktype 4
69move_block swim boat
70move_on walk
71no_pick 1
72is_floor 1
73lifesave 1
65editable 8 74editable 8
66is_floor 1
67move_block boat swim
68end 75end
76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines