ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/lava.arc
Revision: 1.15
Committed: Tue Nov 3 09:48:48 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.14: +0 -3 lines
Log Message:
remove editable field, elmey says so

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 end
29
30 object lava_ground
31 anim
32 lava.x11
33 lava.x12
34 lava.x13
35 lava.x14
36 lava.x15
37 mina
38 name lava
39 face lava.x11
40 magicmap yellow
41 speed 0.2
42 move_block swim boat
43 move_on walk
44 no_pick 1
45 is_floor 1
46 end
47
48 object permanent_lava
49 anim
50 lava.x11
51 lava.x12
52 lava.x13
53 lava.x14
54 lava.x15
55 mina
56 name lava
57 face lava.x11
58 magicmap yellow
59 hp 1
60 dam 3
61 wc -30
62 speed 0.2
63 level 1
64 type 102
65 subtype 7
66 attacktype 4
67 move_block swim boat
68 move_on walk
69 no_pick 1
70 is_floor 1
71 lifesave 1
72 end
73