Differences From Artifact [be6e1c803c]:
- File tree.lua — part of check-in [ac4c799281] at 2021-07-06 21:15:54 on branch trunk — fixed recipes (user: lexi, size: 1960) [annotate] [blame] [check-ins using]
To Artifact [9824222a51]:
- File tree.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: 1981) [annotate] [blame] [check-ins using]
39 39 name = sapdesc; 40 40 kind = 'sorcery:sap'; 41 41 color = t.sapcolor or t.color or {119,24,30}; 42 42 autogen = true; 43 43 imgvariant = 'sparkle'; 44 44 measure = sorcery.liquid.units.pint; 45 45 usetrough = t.sap ~= false; 46 + glow = t.sapglow; 46 47 } 47 48 end 48 49 49 50 end) 50 51 51 52 sorcery.tree.get = function(what) 52 53 local name, pos