sorcery  Diff

Differences From Artifact [7a41dba628]:

To Artifact [90d2603045]:

  • File data/gods.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: 5261) [annotate] [blame] [check-ins using]

   139    139   		idol = {
   140    140   			desc = "Blood Idol";
   141    141   			width = 0.7;
   142    142   			height = 1.3;
   143    143   			tex = {
   144    144   				"default_obsidian.png";
   145    145   				"default_gold_block.png";
   146         -				"default_bronze_block.png^[multiply:#C32F2F";
          146  +				"default_copper_block.png";
          147  +				-- "default_bronze_block.png^[multiply:#C32F2F";
   147    148   				"default_bronze_block.png";
   148    149   				"default_tin_block.png";
   149    150   			};
   150    151   		};
   151    152   		sacrifice = {
   152    153   			["sorcery:blood"] = 3;
   153    154   			["bonemeal:bone"] = 9;