Differences From Artifact [c432830d8f]:
- File data/elixirs.lua — part of check-in [94064fe5c9] at 2021-07-04 20:27:42 on branch trunk — add cool and informative visuals for taps, add more capacity to rune forge, many bug fixes, fixed some bugs, and fixed some bugs (user: lexi, size: 1503) [annotate] [blame] [check-ins using]
To Artifact [c6ee9bea3b]:
- File data/elixirs.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: 1487) [annotate] [blame] [check-ins using]
26 26 color = {183,28,238}; qual = 'speed'; 27 27 apply = inc('speed'); 28 28 describe = function(potion) 29 29 return 'good', 'quickened', 'This potion will take effect more quickly and easily' 30 30 end; 31 - infusion = 'sorcery:liquid_sap_acacia_bottle'; 31 + infusion = 'sorcery:oil_wind'; 32 32 }; 33 33 Purity = { 34 34 color = {244,255,255}; qual = 'purity'; 35 35 apply = inc('purity'); 36 36 describe = function(potion)