ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/minerals.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:21 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.8: +7 -7 lines
Log Message:
normalise color_fg to magicmap

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.8 weight 2000
94     client_type 641
95 root 1.1 editable 2048
96 root 1.9 magicmap grey
97 root 1.8 end
98    
99     object salt
100     name pile
101 root 1.1 name_pl piles
102 root 1.8 title of salt
103     face salt.x11
104     nrof 1
105     type 73
106     materialname salt
107     value 10
108     weight 500
109 root 1.1 client_type 641
110 root 1.8 editable 2048
111 root 1.9 magicmap white
112 root 1.1 end
113 root 1.8
114     object sulphur
115 root 1.1 name pile
116 root 1.8 name_pl piles
117     title of sulphur
118     face sulphur.x11
119 root 1.1 nrof 1
120     type 73
121 root 1.8 resist_fire -100
122 root 1.1 resist_acid 100
123 root 1.8 materialname sulphur
124     value 15
125     weight 500
126     client_type 641
127 root 1.6 editable 2048
128 root 1.9 magicmap yellow
129 root 1.1 end
130 root 1.8