ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/minerals.arc
(Generate patch)

Comparing deliantra/arch/inorganic/minerals.arc (file contents):
Revision 1.1 by root, Mon Feb 6 20:26:03 2006 UTC vs.
Revision 1.12 by root, Tue Nov 3 09:48:56 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines