sorcery  Diff

Differences From Artifact [994388d832]:

To Artifact [0d2fb4d9eb]:

  • File infuser.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: 7731) [annotate] [blame] [check-ins using]

   208    208   		"default_bronze_block.png",
   209    209   		"default_tin_block.png",
   210    210   	};
   211    211   	paramtype2 = 'facedir';
   212    212   	groups = {
   213    213   		cracky = 2, oddly_breakable_by_hand = 1, heavy = 1;
   214    214   		sorcery_alchemy = 1, sorcery_magitech = 1;
          215  +	};
          216  +	_sorcery = {
          217  +		recipe = {
          218  +			note = 'Infuse special ingredients into liquids to create and alter powerful potions';
          219  +		};
   215    220   	};
   216    221   	selection_box = {
   217    222   		type = 'fixed';
   218    223   		fixed = {
   219    224   			-0.37, -0.5, -0.37,
   220    225   			 0.37,  0.5,  0.37
   221    226   		};