ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/lava.arc
Revision: 1.5
Committed: Fri Feb 9 01:51:38 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.4: +10 -10 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.1 # a specific type of spell effect (cone) which operates
2     # as a ground object.
3 root 1.4 object lava
4 root 1.5 anim
5     lava.x11
6     lava.x12
7     lava.x13
8     lava.x14
9     lava.x15
10     mina
11 root 1.4 name lava
12     face lava.x11
13     dam 3
14     wc -30
15     speed 0.2
16     level 1
17 root 1.1 type 102
18     subtype 7
19 root 1.4 attacktype 4
20     smoothlevel 28
21     duration 60
22     move_block swim boat
23     move_on all
24     no_pick 1
25     is_floor 1
26     color_bg red
27     color_fg yellow
28     editable 8
29     smoothface lava.x15 lava_S.x15
30 root 1.5 end
31    
32     object permanent_lava
33 root 1.1 anim
34 pippijn 1.2 lava.x11
35     lava.x12
36     lava.x13
37     lava.x14
38     lava.x15
39 root 1.1 mina
40 root 1.4 name lava
41     face lava.x11
42     hp 1
43     dam 3
44     wc -30
45     speed 0.2
46     level 1
47     type 102
48     subtype 7
49     attacktype 4
50 root 1.1 smoothlevel 28
51 root 1.4 move_block swim boat
52     move_on all
53 root 1.1 no_pick 1
54     is_floor 1
55 root 1.4 lifesave 1
56     color_bg red
57     color_fg yellow
58 root 1.1 editable 8
59 root 1.4 smoothface lava.x15 lava_S.x15
60 root 1.1 end
61 root 1.4