sorcery  Diff

Differences From Artifact [0d89fbd301]:

To Artifact [c7b64d56d8]:

  • File data/spells.lua — part of check-in [72eebac4bc] at 2020-09-26 18:49:51 on branch trunk — add writing stand for editing codexes; add scissors, ink, erasure fluid, pens; touch up codex UI; add many recipe notes; add craft divination type for crafttools; defuckulate fucktarded crafttool impl; enhance table library with missing features like lua's table.unpack; many bug fixes and enhancements; blood for the blood god (user: lexi, size: 22070) [annotate] [blame] [check-ins using]

   475    475   							   restrict.group = 'sorcery_worship'
   476    476   						   elseif mod == sorcery.data.metals.gold.parts.powder then
   477    477   							   restrict.group = 'sorcery_grease'
   478    478   						   elseif mod == sorcery.data.metals.silver.parts.powder then
   479    479   							   restrict.group = 'sorcery_oil'
   480    480   						   elseif mod == sorcery.data.metals.electrum.parts.powder then
   481    481   							   restrict.group = 'sorcery_extract'
          482  +						   elseif mod == sorcery.data.metals.steel.parts.powder then
          483  +							   restrict.group = 'crafttool'
   482    484   						   elseif mod == 'farming:sugar' then
   483    485   							   restrict.mod = 'farming'
   484    486   						   else return false end
   485    487   					   end
   486    488   				   elseif ink1 == 'black' and ink2 == 'white' then kind = 'infuse'
   487    489   					   if mod then
   488    490   						   if mod == sorcery.data.metals.gold.parts.powder then