sorcery  Diff

Differences From Artifact [127702c66e]:

  • File data/metals.lua — part of check-in [96c5289a2a] at 2020-10-21 03:35:35 on branch trunk — add rune forges, runes, amulet frames, write sacrifice spell, touch up amulet graphics, enable enchantment of amulets (though spells cannot yet be cast), defuckulate syncresis core icon, unfuckitize sneaky leycalc bug that's probably been the cause of some long-standing wackiness, add item classes, add some more textures, disbungle various other asstastrophes, remove sneaky old debug code, improve library code, add utility for uploading merge requests (user: lexi, size: 8665) [annotate] [blame] [check-ins using]

To Artifact [3560b06dd9]:


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