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

File Contents

# Content
1 object phil_oil
2 name bottle
3 name_pl bottles
4 title of philosophical oil
5 face min_oil.x11
6 nrof 1
7 type 73
8 resist_fire -100
9 materialname glass
10 value 280
11 weight 500
12 client_type 642
13 editable 2048
14 end
15
16 object phil_phosphorus
17 anim
18 phil_phos.x11
19 phil_phos.x12
20 phil_phos.x13
21 mina
22 name pile
23 name_pl piles
24 title of philosophical phosphorus
25 face phil_phos.x11
26 speed -0.45
27 nrof 1
28 type 73
29 resist_fire -100
30 resist_electricity -100
31 resist_acid 100
32 materialname stone
33 value 350
34 weight 1000
35 client_type 642
36 color_fg grey
37 editable 2048
38 end
39
40 object phil_salt
41 anim
42 phil_salt.x11
43 phil_salt.x12
44 phil_salt.x13
45 mina
46 name pile
47 name_pl piles
48 title of philosophical salt
49 face phil_salt.x11
50 speed -0.30
51 nrof 1
52 type 73
53 materialname stone
54 value 80
55 weight 500
56 client_type 642
57 color_fg white
58 editable 2048
59 end
60
61 object phil_sulphur
62 anim
63 phil_sulphur.x11
64 phil_sulphur.x12
65 phil_sulphur.x13
66 mina
67 name pile
68 name_pl piles
69 title of philosophical sulphur
70 face phil_sulphur.x11
71 speed -0.35
72 nrof 1
73 type 73
74 resist_fire -100
75 resist_acid 100
76 materialname stone
77 value 110
78 weight 500
79 client_type 642
80 color_fg yellow
81 editable 2048
82 end
83