ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/minerals.arc
Revision: 1.5
Committed: Tue Feb 6 23:58:58 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +0 -7 lines
Log Message:
more materials converted

File Contents

# User Rev Content
1 root 1.3 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.3 materialname cinnabar
9     value 70
10     weight 3000
11     client_type 641
12     color_fg red
13 root 1.1 editable 2048
14     end
15 root 1.3
16     object graphite
17 root 1.1 name pile
18 root 1.3 name_pl piles
19     title of graphite
20     face graphite.x11
21 root 1.1 nrof 1
22 root 1.3 type 73
23     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.3 client_type 641
30     color_fg black
31 root 1.1 editable 2048
32     end
33 root 1.3
34     object gypsum
35 root 1.1 name pile
36 root 1.3 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.3 materialname gypsum
43     value 9
44     weight 1500
45     client_type 641
46     color_fg blue
47 root 1.1 editable 2048
48     end
49    
50 root 1.3 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.4 materialname glass
59 root 1.3 value 40
60     weight 2500
61     client_type 641
62 root 1.1 editable 2048
63 root 1.3 magicmap brown
64 root 1.1 end
65    
66 root 1.3 object phosphorus
67 root 1.1 name pile
68 root 1.3 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.3 materialname phosphorus
77     value 45
78 root 1.1 weight 1000
79 root 1.3 client_type 641
80     color_fg grey
81 root 1.1 editable 2048
82     end
83 root 1.3
84     object pyrite
85 root 1.1 name pile
86     name_pl piles
87     title of pyrite
88 pippijn 1.2 face pyrite.x11
89 root 1.1 nrof 1
90 root 1.3 type 73
91 root 1.1 materialname pyrite
92     value 8
93 root 1.3 weight 2000
94     client_type 641
95 root 1.1 color_fg grey
96     editable 2048
97 root 1.3 end
98    
99     object salt
100     name pile
101 root 1.1 name_pl piles
102 root 1.3 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.3 color_fg white
111     editable 2048
112 root 1.1 end
113 root 1.3
114     object sulphur
115 root 1.1 name pile
116 root 1.3 name_pl piles
117     title of sulphur
118     face sulphur.x11
119 root 1.1 nrof 1
120     type 73
121 root 1.3 resist_fire -100
122 root 1.1 resist_acid 100
123 root 1.3 materialname sulphur
124     value 15
125     weight 500
126     client_type 641
127     color_fg yellow
128 root 1.1 editable 2048
129     end
130 root 1.3