ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/lava.arc
Revision: 1.16
Committed: Sat Oct 16 09:17:20 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +0 -3 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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 smoothlevel 28
14 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
15 dam 3
16 wc -30
17 speed 0.2
18 level 1
19 type 102
20 subtype 7
21 attacktype 4
22 duration 60
23 move_block swim boat
24 move_on walk
25 no_pick 1
26 is_floor 1
27 end
28
29 object lava_ground
30 anim
31 lava.x11
32 lava.x12
33 lava.x13
34 lava.x14
35 lava.x15
36 mina
37 name lava
38 face lava.x11
39 speed 0.2
40 move_block swim boat
41 move_on walk
42 no_pick 1
43 is_floor 1
44 end
45
46 object permanent_lava
47 anim
48 lava.x11
49 lava.x12
50 lava.x13
51 lava.x14
52 lava.x15
53 mina
54 name lava
55 face lava.x11
56 hp 1
57 dam 3
58 wc -30
59 speed 0.2
60 level 1
61 type 102
62 subtype 7
63 attacktype 4
64 move_block swim boat
65 move_on walk
66 no_pick 1
67 is_floor 1
68 lifesave 1
69 end
70