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]
To Artifact [4ff6f034b6]:
- 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 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 |
}; }; blood = { name = 'Faramesti Surax'; bless = { potions = { Force = {50, 7}; Longevity = {65, 3}; }; tools = { rend = {80, 15}; }; }; generosity = 4; stinginess = 9; idol = { desc = "Blood Idol"; width = 0.7; |
| | | |
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 |
}; }; blood = { name = 'Faramesti Surax'; bless = { potions = { Force = {favor=50, cost=5, chance=7}; Longevity = {favor=65, cost=7, chance=3}; }; tools = { rend = {favor=80, cost=15, chance=20}; }; }; generosity = 4; stinginess = 9; idol = { desc = "Blood Idol"; width = 0.7; |