Differences From Artifact [018fbedf8a]:
- File data/potions.lua — part of check-in [83426a2748] at 2020-10-22 15:51:39 on branch trunk — balance amulets better, add sound effects, add debugging privilege for runes, swat various glitches and bugs (user: lexi, size: 815) [annotate] [blame] [check-ins using]
To Artifact [d785900359]:
- File data/potions.lua — part of check-in [1ee0f58037] at 2021-07-07 11:35:54 on branch trunk — fix many bugs, rebalance & update alchemy recipes, more helpful display of extracts in recipes (user: lexi, size: 828) [annotate] [blame] [check-ins using]
10 10 infusion = 'sorcery:oil_mystic'; 11 11 basis = 'sorcery:holy_water'; 12 12 substitutes = 'Serene'; 13 13 glow = 8; 14 14 }; 15 15 Misty = { 16 16 color = {186,241,233}; 17 - infusion = 'sorcery:grease_fog'; 17 + infusion = 'sorcery:liquid_sap_aspen_bottle'; 18 18 }; 19 19 Luminous = { 20 20 color = {255,237,160}; 21 21 style = 'dull'; 22 22 glow = 12; 23 23 infusion = 'sorcery:gem_luxite'; 24 24 };