Differences From Artifact [eb3ff7cdbe]:
- File data/potions.lua — part of check-in [9ef6cbcf31] at 2020-08-28 14:08:57 on branch trunk — add recipes, cookbooks, disassembly (to create recipes from items), attunement, farcasters, and portals; various edits for bug fixes and improvements (user: lexi, size: 727) [annotate] [blame] [check-ins using]
To 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]
31 31 color = {119,51,111}; 32 32 infusion = 'sorcery:oil_bleak'; 33 33 }; 34 34 Isolating = { 35 35 color = {188,78,225}; 36 36 infusion = 'sorcery:extract_fern'; 37 37 }; 38 + Subtle = { 39 + color = {230,253,150}, glow = 6; 40 + infusion = 'sorcery:oil_luscious'; 41 + }; 38 42 }