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 32 33 34 35 36 37 38 |
color = {119,51,111};
infusion = 'sorcery:oil_bleak';
};
Isolating = {
color = {188,78,225};
infusion = 'sorcery:extract_fern';
};
}
|
> > > | > |
31 32 33 34 35 36 37 38 39 40 41 42 |
color = {119,51,111}; infusion = 'sorcery:oil_bleak'; }; Isolating = { color = {188,78,225}; infusion = 'sorcery:extract_fern'; }; Subtle = { color = {230,253,150}, glow = 6; infusion = 'sorcery:oil_luscious'; }; } |