Differences From Artifact [7a41dba628]:
- File data/gods.lua — part of check-in [f165d9e39f] at 2020-09-24 23:07:33 on branch trunk — add blood god, add gravitator, add hand-drawn ore images, add mana hud display for enchanted items, various tweaks and enhancements (user: lexi, size: 5226) [annotate] [blame] [check-ins using]
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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 |
idol = {
desc = "Blood Idol";
width = 0.7;
height = 1.3;
tex = {
"default_obsidian.png";
"default_gold_block.png";
"default_bronze_block.png^[multiply:#C32F2F";
"default_bronze_block.png";
"default_tin_block.png";
};
};
sacrifice = {
["sorcery:blood"] = 3;
["bonemeal:bone"] = 9;
|
> | |
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
idol = {
desc = "Blood Idol";
width = 0.7;
height = 1.3;
tex = {
"default_obsidian.png";
"default_gold_block.png";
"default_copper_block.png";
-- "default_bronze_block.png^[multiply:#C32F2F";
"default_bronze_block.png";
"default_tin_block.png";
};
};
sacrifice = {
["sorcery:blood"] = 3;
["bonemeal:bone"] = 9;
|