ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/lava.arc
Revision: 1.14
Committed: Wed Oct 28 10:13:01 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.13: +15 -15 lines
Log Message:
add soccergrass

File Contents

# Content
1 # a specific type of spell effect (cone) which operates
2 # as a ground object.
3 object lava
4 anim
5 lava.x11
6 lava.x12
7 lava.x13
8 lava.x14
9 lava.x15
10 mina
11 name lava
12 face lava.x11
13 magicmap yellow
14 smoothlevel 28
15 smoothface 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
16 dam 3
17 wc -30
18 speed 0.2
19 level 1
20 type 102
21 subtype 7
22 attacktype 4
23 duration 60
24 move_block swim boat
25 move_on walk
26 no_pick 1
27 is_floor 1
28 editable 8
29 end
30
31 object lava_ground
32 anim
33 lava.x11
34 lava.x12
35 lava.x13
36 lava.x14
37 lava.x15
38 mina
39 name lava
40 face lava.x11
41 magicmap yellow
42 speed 0.2
43 move_block swim boat
44 move_on walk
45 no_pick 1
46 is_floor 1
47 editable 8
48 end
49
50 object permanent_lava
51 anim
52 lava.x11
53 lava.x12
54 lava.x13
55 lava.x14
56 lava.x15
57 mina
58 name lava
59 face lava.x11
60 magicmap yellow
61 hp 1
62 dam 3
63 wc -30
64 speed 0.2
65 level 1
66 type 102
67 subtype 7
68 attacktype 4
69 move_block swim boat
70 move_on walk
71 no_pick 1
72 is_floor 1
73 lifesave 1
74 editable 8
75 end
76