Differences From
Artifact [f4099f1a65]:
18 18
19 19 return {
20 20 tin = {
21 21 ingot = 'default:tin_ingot';
22 22 block = 'default:tinblock';
23 23 tone = {172,172,172};
24 24 no_tools = true; no_armor = true;
25 + hardness = 2;
25 26 };
26 27 copper = {
28 + dye = 'orange';
27 29 ingot = 'default:copper_ingot';
28 30 block = 'default:copperblock';
29 31 tone = {255,176,61};
30 32 no_tools = true; no_armor = true;
33 + hardness = 2;
31 34 };
32 35 brass = {
33 36 tone = {255,226,87};
37 + dye = 'bright_orange';
34 38 artificial = true;
35 39 no_tools = true; no_armor = true;
40 + hardness = 3;
36 41 mix = {
37 42 metals = {
38 43 silver = 1;
39 44 copper = 4;
40 45 };
41 46 };
42 47 };
43 48 bronze = {
44 49 ingot = 'default:bronze_ingot';
45 50 block = 'default:bronzeblock';
51 + dye = 'dark_orange';
46 52 artificial = true;
47 53 tone = {229,115,52};
48 54 items = default_items('bronze');
55 + hardness = 4;
49 56 maxenergy = 150;
50 57 slots = {
51 58 {affinity = {'counterpraxic'}; confluence = 0.7};
52 59 };
53 60 mix = {
54 61 metals = {
55 62 copper = 4;
................................................................................
59 66 };
60 67 steel = {
61 68 ingot = 'default:steel_ingot';
62 69 block = 'default:steelblock';
63 70 tone = {240,240,240};
64 71 items = default_items('steel');
65 72 maxenergy = 200;
73 + hardness = 5;
66 74 slots = {
67 75 {affinity = {'praxic'}; confluence = 0.5};
68 76 };
69 77 };
70 78 aluminum = {
71 79 tone = {196,64,32}, alpha = 128;
80 + dye = 'red';
72 81 meltpoint = 1;
73 82 rarity = 12; depth = 158;
74 83 power = 3; speed = 2.4;
75 84 durability = 700; cooktime = 25;
85 + hardness = 6;
76 86 armor_weight = 0.3;
77 87 maxenergy = 400;
78 88 slots = {
79 89 {affinity = {'syncretic'}; confluence = 0.7};
80 90 {affinity = {'praxic'}; confluence = 0.4};
81 91 };
82 92 };
83 93 levitanium = {
84 94 tone = {17,255,191}, alpha = 40;
95 + dye = 'bright_blue';
85 96 meltpoint = 4;
97 + hardness = 3;
86 98 rarity = 17; depth = 870;
87 99 power = 1; durability = 50; cooktime = 70;
88 100 armor_weight = -2.2; armor_protection = 1;
89 101 maxenergy = 5000;
90 102 no_tools = true;
91 103 };
92 104 platinum = {
93 105 tone = {255,233,118}, alpha = 50;
94 106 meltpoint = 1;
95 107 rarity = 15; depth = 580;
96 108 power = 4; speed = 3;
109 + hardness = 6;
97 110 durability = 1400; cooktime = 40;
98 111 armor_weight = 0.7;
99 112 maxenergy = 1000;
100 113 slots = {
101 114 {affinity = {'praxic','counterpraxic'}; confluence = 0.3};
102 115 {affinity = {'counterpraxic'}; confluence = 0.8};
103 116 }
104 117 };
105 118 gold = {
119 + dye = 'yellow';
106 120 ingot = 'default:gold_ingot';
107 121 block = 'default:goldblock';
108 122 tone = {255,225,47};
123 + hardness = 1;
109 124 maxenergy = 3000;
110 125 slots = {
111 126 {affinity = {'praxic','counterpraxic'}; confluence = 1.4};
112 127 {affinity = {'praxic','counterpraxic'}; confluence = 1.2};
113 128 }
114 129 };
115 130 silver = {
116 131 tone = {218,255,246};
117 -
132 + dye = 'white';
118 133 maxenergy = 2000;
134 + hardness = 1;
119 135 depth = 380; rarity = 13.5;
120 136 no_armor = true; no_tools = true;
121 137 power = 1; cooktime = 8; hardness = 1;
122 138 };
123 139 electrum = {
124 140 tone = {212, 255, 0}, alpha = 80;
125 141 artificial = true;
142 + hardness = 1;
143 + dye = 'bright_green';
126 144 mix = {
127 145 metals = {
128 146 silver = 1;
129 147 gold = 1;
130 148 };
131 149 };
150 + sinter = { 'silver', 'gold' };
132 151 no_tools = true;
133 152 };
134 153 tungsten = {
135 154 tone = {0,255,163}, alpha = 70;
136 155 rarity = 14;
137 156 speed = 2.8;
138 157 power = 4;
158 + hardness = 8;
139 159 meltpoint = 4;
140 160 cooktime = 100;
141 161 durability = 2700;
142 162 maxenergy = 1500;
143 163 slots = {
144 164 {affinity = {'counterpraxic'}, confluence = 0.6};
145 165 {affinity = {'praxic','counterpraxic'}, confluence = 1};
146 166 {affinity = {'praxic'}, confluence = 0.5};
147 167 };
148 168 };
149 169 cobalt = {
170 + dye = 'blue';
150 171 tone = {48,101,255}, alpha = 90;
151 172 rarity = 17;
152 173 durabilty = 900;
174 + hardness = 6;
153 175 power = 3;
154 176 speed = 3.5;
155 177 cooktime = 30;
156 178 maxenergy = 3500;
157 179 slots = {
158 180 {
159 181 affinity = {'counterpraxic'};
................................................................................
160 182 confluence = 0.65;
161 183 interference = {speed = 1};
162 184 };
163 185 }
164 186 };
165 187 lithium = {
166 188 tone = {255,252,93}, alpha = 80;
189 + dye = 'yellow';
167 190 rarity = 13;
191 + hardness = 2;
192 + fuel = 80;
168 193 no_tools = true;
169 194 no_armor = true;
170 195 };
171 196 iridium = {
172 197 tone = {209,88,241}, alpha = 80;
198 + dye = 'purple';
173 199 rarity = 18;
174 200 meltpoint = 3;
175 201 cooktime = 340;
202 + hardness = 7;
176 203 maxenergy = 1800;
177 204 durability = 1900;
178 205 speed = 3.2;
179 206 img = {
180 207 -- ingot = 'sorcery_iridium_ingot.png';
181 208 -- block = 'sorcery_iridium_block.png';
182 209 };
................................................................................
187 214 };
188 215 duridium = {
189 216 tone = {255,64,175}, alpha = 70;
190 217 cooktime = 120;
191 218 artificial = true;
192 219 durability = 3400;
193 220 speed = 3.1;
221 + hardness = 9;
194 222 power = 5;
195 223 mix = {
196 224 metals = {
197 225 platinum = 4;
198 226 aluminum = 4;
199 227 tin = 1;
200 228 };
................................................................................
210 238 };
211 239 impervium = {
212 240 tone = {226,255,107}, alpha = 90;
213 241 cooktime = 260;
214 242 meltpoint = 5;
215 243 artificial = true;
216 244 speed = 2.1;
245 + hardness = 20;
217 246 durability = 5300;
218 247 maxenergy = 2300;
219 248 watercool = true;
220 249 mix = {
221 250 metals = {
222 251 duranium = 4;
223 252 iridium = 2;
................................................................................
232 261 };
233 262 eternium = {
234 263 tone = {156,82,222}, alpha = 100;
235 264 cooktime = 500;
236 265 meltpoint = 6;
237 266 artificial = true;
238 267 speed = 2;
268 + hardness = 9;
239 269 maxenergy = 1200;
240 270 durability = 8100;
241 271 watercool = true;
242 272 mix = {
243 273 metals = {
244 274 iridium = 2;
245 275 tungsten = 2;
................................................................................
253 283 };
254 284 unobtanium = {
255 285 tone = {114,255,214}, alpha = 120;
256 286 meltpoint = 3;
257 287 cooktime = 330;
258 288 artificial = true;
259 289 maxenergy = 4000;
290 + hardness = 7;
260 291 durability = 3300;
261 292 speed = 3.4;
262 293 slots = {
263 294 {affinity={'praxic'}, confluence = 0.7};
264 295 {affinity={'counterpraxic'}, confluence = 1.2};
265 296 {affinity={'cognic'}, confluence = 1.1};
266 297 };