Differences From
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]
- File
data/gods.lua
— part of check-in
[3f6a913e4e]
at
2020-09-29 12:40:28
on branch trunk
— * remove former hacky registration system, replace with consistent and flexible API; rewrite metal/gem generation to take advantage of this new API; tweaks to init system to enable world-local tweaks to lore and sorcery behavior
* initial documentation commit
* initial steps towards calendar - add default date format, astrolabe; prepare infra for division/melding/transmutation spells, various tweaks and fixes
(user:
lexi,
size: 5325)
[annotate]
[blame]
[check-ins using]
123 123 };
124 124 };
125 125
126 126 blood = {
127 127 name = 'Faramesti Surax';
128 128 bless = {
129 129 potions = {
130 - Force = {50, 7};
131 - Longevity = {65, 3};
130 + Force = {favor=50, cost=5, chance=7};
131 + Longevity = {favor=65, cost=7, chance=3};
132 132 };
133 133 tools = {
134 - rend = {80, 15};
134 + rend = {favor=80, cost=15, chance=20};
135 135 };
136 136 };
137 137 generosity = 4;
138 138 stinginess = 9;
139 139 idol = {
140 140 desc = "Blood Idol";
141 141 width = 0.7;