Differences From Artifact [0836376152]:
- File data/gems.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: 1705) [annotate] [blame] [check-ins using]
To Artifact [a046b8be6a]:
- File data/gems.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: 1706) [annotate] [blame] [check-ins using]
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
{affinity = {'praxic'}, confluence = 1}; {affinity = {'praxic'}, confluence = 0.5}; {affinity = {'cognic'}, confluence = 1}; {affinity = {'syncretic'}, confluence = 0.9}; }; }; luxite = { tone = {133,255,94}; rarity = 130; }; ruby = { tone = {255,94,161}; rarity = 150; }; amethyst = { |
| |
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
{affinity = {'praxic'}, confluence = 1}; {affinity = {'praxic'}, confluence = 0.5}; {affinity = {'cognic'}, confluence = 1}; {affinity = {'syncretic'}, confluence = 0.9}; }; }; luxite = { tone = {189,255,236}; rarity = 130; }; ruby = { tone = {255,94,161}; rarity = 150; }; amethyst = { |