ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/minerals.arc
Revision: 1.10
Committed: Fri Aug 10 01:46:37 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.9: +31 -1 lines
Log Message:
add two more sizes of pyrite _clumps_ to the existing _pile_

File Contents

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