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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines