Differences From
Artifact [32babc7333]:
- File
data/metals.lua
— part of check-in
[ea6e475e44]
at
2020-10-19 09:52:11
on branch trunk
— continue dev on celestial mechanics, add melding+division spells (resonance), refine itemclasses, add keypunch and punchcards, add paper pulp, add a shitload of visuals, add convenience scripts for working with the wiki, make the flamebolt spell actually useful instead of just a pretty lightshow, add essences, inferno crystal, and other goodies; iterate on wands, lots of shit i can't remember, various bugfixes
(user:
lexi,
size: 8466)
[annotate]
[blame]
[check-ins using]
294 294 maxenergy = 1300;
295 295 slots = {
296 296 {affinity={'counterpraxic'}, confluence = 0.6};
297 297 {affinity={'counterpraxic'}, confluence = 0.4};
298 298 };
299 299 };
300 300 impervium = {
301 - tone = {226,255,107}, alpha = 90;
301 + tone = {255,90,164}, alpha = 90;
302 302 cooktime = 260;
303 303 meltpoint = 5;
304 304 artificial = true;
305 305 speed = 2.8;
306 306 hardness = 15;
307 307 sharpness = 5;
308 308 level = 4;
................................................................................
390 390 maxenergy = 2200;
391 391 durability = 1500;
392 392 slots = {
393 393 {affinity={'praxic'},confluence=3};
394 394 {affinity={'syncretic'},confluence=2};
395 395 };
396 396 sinter = {
397 - 'lithium'; 'aluminum'; 'iridium';
397 + 'lithium'; 'aluminum'; 'aluminum'; 'iridium';
398 398 };
399 399 sinter_catalyst = { 'sorcery:oil_flame' };
400 400 };
401 401 tyrannium = {
402 402 tone = {46,255,245}, alpha = 80;
403 403 artificial=true;
404 404 hardness = 20;