ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/lava.arc
Revision: 1.2
Committed: Tue Jan 2 21:49:28 2007 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
Changes since 1.1: +24 -22 lines
Log Message:
renamed pngs from \.1(..) to \.x\1

File Contents

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