148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
...
195
196
197
198
199
200
201
202
203
204
205
206
207
208
...
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
...
239
240
241
242
243
244
245
246
247
248
249
250
251
252
...
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
|
hardness = 1;
depth = 256;
level = 1;
maxenergy = 3000;
slots = {
{affinity = {'praxic','counterpraxic'}; confluence = 1.4};
{affinity = {'praxic','counterpraxic'}; confluence = 1.2};
}
};
silver = {
tone = {218,255,246};
dye = 'white';
maxenergy = 2000;
hardness = 1;
level = 1;
................................................................................
maxlevel = 3;
depth = 650;
slots = {
{affinity = {'counterpraxic'}, confluence = 0.6};
{affinity = {'praxic','counterpraxic'}, confluence = 1};
{affinity = {'praxic'}, confluence = 0.5};
};
};
cobalt = {
dye = 'blue';
tone = {48,101,255}, alpha = 90;
rarity = 17;
durability = 400;
hardness = 6;
................................................................................
level = 2;
slots = {
{
affinity = {'counterpraxic'};
confluence = 0.65;
interference = {speed = 1};
};
}
};
lithium = {
tone = {255,252,93}, alpha = 80;
dye = 'yellow';
rarity = 13;
hardness = 2;
fuel = 80;
................................................................................
hardness = 1;
durability = 300;
meltpoint = 2;
cooktime = 20;
no_tools = true, no_armor = true;
conduct = 5;
level = 1;
mix = {
metals = {
lithium = 2;
tin = 4;
gold = 1;
}
};
................................................................................
sharpness = 4;
level = 3;
maxenergy = 1800;
depth = 1370;
conduct = 10;
durability = 1900;
speed = 3;
slots = {
{affinity={'counterpraxic','syncretic'}, confluence = 1.1};
{affinity={'cognic','entropic'}, confluence = 0.8};
};
};
duridium = {
tone = {255,64,175}, alpha = 70;
cooktime = 120;
artificial = true;
durability = 3400;
speed = 3.1;
|
|
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
...
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
...
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
...
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
...
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
|
hardness = 1;
depth = 256;
level = 1;
maxenergy = 3000;
slots = {
{affinity = {'praxic','counterpraxic'}; confluence = 1.4};
{affinity = {'praxic','counterpraxic'}; confluence = 1.2};
};
amulet = {};
};
silver = {
tone = {218,255,246};
dye = 'white';
maxenergy = 2000;
hardness = 1;
level = 1;
................................................................................
maxlevel = 3;
depth = 650;
slots = {
{affinity = {'counterpraxic'}, confluence = 0.6};
{affinity = {'praxic','counterpraxic'}, confluence = 1};
{affinity = {'praxic'}, confluence = 0.5};
};
amulet = {};
};
cobalt = {
dye = 'blue';
tone = {48,101,255}, alpha = 90;
rarity = 17;
durability = 400;
hardness = 6;
................................................................................
level = 2;
slots = {
{
affinity = {'counterpraxic'};
confluence = 0.65;
interference = {speed = 1};
};
};
amulet = {};
};
lithium = {
tone = {255,252,93}, alpha = 80;
dye = 'yellow';
rarity = 13;
hardness = 2;
fuel = 80;
................................................................................
hardness = 1;
durability = 300;
meltpoint = 2;
cooktime = 20;
no_tools = true, no_armor = true;
conduct = 5;
level = 1;
image = {
block = 'sorcery_metal_vidrium_shiny.png';
};
mix = {
metals = {
lithium = 2;
tin = 4;
gold = 1;
}
};
................................................................................
sharpness = 4;
level = 3;
maxenergy = 1800;
depth = 1370;
conduct = 10;
durability = 1900;
speed = 3;
image = {
block = 'sorcery_metal_iridium_shiny.png';
};
slots = {
{affinity={'counterpraxic','syncretic'}, confluence = 1.1};
{affinity={'cognic','entropic'}, confluence = 0.8};
};
amulet = {};
};
duridium = {
tone = {255,64,175}, alpha = 70;
cooktime = 120;
artificial = true;
durability = 3400;
speed = 3.1;
|