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.8 by root, Sat Mar 3 01:15:38 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 4type 102
5subtype 7 5subtype 7
6level 1 6level 1
7walk_on 1 7walk_on 1
8wc -30 8wc -30
13lava.x12 13lava.x12
14lava.x13 14lava.x13
15lava.x14 15lava.x14
16lava.x15 16lava.x15
17mina 17mina
18smoothface lava.111 lava_S.x11 18smoothface lava.x11 lava_S.x11
19smoothface lava.112 lava_S.x12 19smoothface lava.x12 lava_S.x12
20smoothface lava.113 lava_S.x13 20smoothface lava.x13 lava_S.x13
21smoothface lava.114 lava_S.x14 21smoothface lava.x14 lava_S.x14
22smoothface lava.115 lava_S.x15 22smoothface lava.x15 lava_S.x15
23smoothlevel 28 23smoothlevel 28
24color_fg yellow 24color_fg yellow
25color_bg red 25color_bg red
26speed 0.2 26speed 0.2
27no_pick 1 27no_pick 1
31is_floor 1 31is_floor 1
32editable 8 32editable 8
33move_block boat swim 33move_block boat swim
34end 34end
35# 35#
36Object permanent_lava 36object permanent_lava
37type 102 37type 102
38subtype 7 38subtype 7
39level 1 39level 1
40walk_on 1 40walk_on 1
41wc -30 41wc -30
52color_fg yellow 52color_fg yellow
53color_bg red 53color_bg red
54speed 0.2 54speed 0.2
55no_pick 1 55no_pick 1
56smoothlevel 28 56smoothlevel 28
57smoothface lava.111 lava_S.x11 57smoothface lava.x11 lava_S.x11
58smoothface lava.112 lava_S.x12 58smoothface lava.x12 lava_S.x12
59smoothface lava.113 lava_S.x13 59smoothface lava.x13 lava_S.x13
60smoothface lava.114 lava_S.x14 60smoothface lava.x14 lava_S.x14
61smoothface lava.115 lava_S.x15 61smoothface lava.x15 lava_S.x15
62attacktype 4 62attacktype 4
63hp 1 63hp 1
64dam 3 64dam 3
65editable 8 65editable 8
66is_floor 1 66is_floor 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines