ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/phil_minerals.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:21 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +4 -4 lines
Log Message:
replace material by materilname in all simple cases

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 name pile
18 name_pl piles
19 title of philosophical phosphorus
20 face phil_phos.x11
21 speed -0.45
22 nrof 1
23 type 73
24 resist_fire -100
25 resist_electricity -100
26 resist_acid 100
27 materialname stone
28 value 350
29 weight 1000
30 client_type 642
31 color_fg grey
32 editable 2048
33 anim
34 phil_phos.x11
35 phil_phos.x12
36 phil_phos.x13
37 mina
38 end
39
40 object phil_salt
41 name pile
42 name_pl piles
43 title of philosophical salt
44 face phil_salt.x11
45 speed -0.30
46 nrof 1
47 type 73
48 materialname stone
49 value 80
50 weight 500
51 client_type 642
52 color_fg white
53 editable 2048
54 anim
55 phil_salt.x11
56 phil_salt.x12
57 phil_salt.x13
58 mina
59 end
60
61 object phil_sulphur
62 name pile
63 name_pl piles
64 title of philosophical sulphur
65 face phil_sulphur.x11
66 speed -0.35
67 nrof 1
68 type 73
69 resist_fire -100
70 resist_acid 100
71 materialname stone
72 value 110
73 weight 500
74 client_type 642
75 color_fg yellow
76 editable 2048
77 anim
78 phil_sulphur.x11
79 phil_sulphur.x12
80 phil_sulphur.x13
81 mina
82 end
83