sorcery  Diff

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]

To Artifact [727f380ee7]:


294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
...
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
		maxenergy = 1300;
		slots = {
			{affinity={'counterpraxic'}, confluence = 0.6};
			{affinity={'counterpraxic'}, confluence = 0.4};
		};
	};
	impervium = {
		tone = {226,255,107}, alpha = 90;
		cooktime = 260;
		meltpoint = 5;
		artificial = true;
		speed = 2.8;
		hardness = 15;
		sharpness = 5;
		level = 4;
................................................................................
		maxenergy = 2200;
		durability = 1500;
		slots = {
			{affinity={'praxic'},confluence=3};
			{affinity={'syncretic'},confluence=2};
		};
		sinter = {
			'lithium'; 'aluminum'; 'iridium';
		};
		sinter_catalyst = { 'sorcery:oil_flame' };
	};
	tyrannium = {
		tone = {46,255,245}, alpha = 80;
		artificial=true;
		hardness = 20;







|







 







|







294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
...
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
		maxenergy = 1300;
		slots = {
			{affinity={'counterpraxic'}, confluence = 0.6};
			{affinity={'counterpraxic'}, confluence = 0.4};
		};
	};
	impervium = {
		tone = {255,90,164}, alpha = 90;
		cooktime = 260;
		meltpoint = 5;
		artificial = true;
		speed = 2.8;
		hardness = 15;
		sharpness = 5;
		level = 4;
................................................................................
		maxenergy = 2200;
		durability = 1500;
		slots = {
			{affinity={'praxic'},confluence=3};
			{affinity={'syncretic'},confluence=2};
		};
		sinter = {
			'lithium'; 'aluminum'; 'aluminum'; 'iridium';
		};
		sinter_catalyst = { 'sorcery:oil_flame' };
	};
	tyrannium = {
		tone = {46,255,245}, alpha = 80;
		artificial=true;
		hardness = 20;