218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
...
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
|
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;
................................................................................
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;
|
|
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
...
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
|
slots = {
{
affinity = {'counterpraxic'};
confluence = 0.65;
interference = {speed = 1};
};
};
amulet = { power = 1.5 };
};
lithium = {
tone = {255,252,93}, alpha = 80;
dye = 'yellow';
rarity = 13;
hardness = 2;
fuel = 80;
................................................................................
image = {
block = 'sorcery_metal_iridium_shiny.png';
};
slots = {
{affinity={'counterpraxic','syncretic'}, confluence = 1.1};
{affinity={'cognic','entropic'}, confluence = 0.8};
};
amulet = { power = 1.7 };
};
duridium = {
tone = {255,64,175}, alpha = 70;
cooktime = 120;
artificial = true;
durability = 3400;
speed = 3.1;
|