ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/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: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# Content
1 object cinnabar
2 name pile
3 name_pl piles
4 title of cinnabar
5 face cinna.x11
6 nrof 1
7 type 73
8 material 64
9 materialname cinnabar
10 value 70
11 weight 3000
12 client_type 641
13 color_fg red
14 editable 2048
15 end
16
17 object graphite
18 name pile
19 name_pl piles
20 title of graphite
21 face graphite.x11
22 nrof 1
23 type 73
24 resist_fire -100
25 resist_electricity -100
26 resist_acid 100
27 material 64
28 materialname graphite
29 value 1
30 weight 500
31 client_type 641
32 color_fg black
33 editable 2048
34 end
35
36 object gypsum
37 name pile
38 name_pl piles
39 title of gypsum
40 face gypsum.x11
41 nrof 1
42 type 73
43 resist_acid 100
44 material 64
45 materialname gypsum
46 value 9
47 weight 1500
48 client_type 641
49 color_fg blue
50 editable 2048
51 end
52
53 object min_oil
54 name bottle
55 name_pl bottles
56 title of mineral oil
57 face min_oil.x11
58 nrof 1
59 type 73
60 resist_fire -100
61 materialname glass
62 value 40
63 weight 2500
64 client_type 641
65 editable 2048
66 magicmap brown
67 end
68
69 object phosphorus
70 name pile
71 name_pl piles
72 title of phosphorus
73 face phosphor.x11
74 nrof 1
75 type 73
76 resist_fire -100
77 resist_electricity -100
78 resist_acid 100
79 material 64
80 materialname phosphorus
81 value 45
82 weight 1000
83 client_type 641
84 color_fg grey
85 editable 2048
86 end
87
88 object pyrite
89 name pile
90 name_pl piles
91 title of pyrite
92 face pyrite.x11
93 nrof 1
94 type 73
95 material 66
96 materialname pyrite
97 value 8
98 weight 2000
99 client_type 641
100 color_fg grey
101 editable 2048
102 end
103
104 object salt
105 name pile
106 name_pl piles
107 title of salt
108 face salt.x11
109 nrof 1
110 type 73
111 material 64
112 materialname salt
113 value 10
114 weight 500
115 client_type 641
116 color_fg white
117 editable 2048
118 end
119
120 object sulphur
121 name pile
122 name_pl piles
123 title of sulphur
124 face sulphur.x11
125 nrof 1
126 type 73
127 resist_fire -100
128 resist_acid 100
129 material 64
130 materialname sulphur
131 value 15
132 weight 500
133 client_type 641
134 color_fg yellow
135 editable 2048
136 end
137