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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
infusion = 'sorcery:oil_mystic';
basis = 'sorcery:holy_water';
substitutes = 'Serene';
glow = 8;
};
Misty = {
color = {186,241,233};
infusion = 'sorcery:grease_fog';
};
Luminous = {
color = {255,237,160};
style = 'dull';
glow = 12;
infusion = 'sorcery:gem_luxite';
};
|
| |
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
infusion = 'sorcery:oil_mystic';
basis = 'sorcery:holy_water';
substitutes = 'Serene';
glow = 8;
};
Misty = {
color = {186,241,233};
infusion = 'sorcery:liquid_sap_aspen_bottle';
};
Luminous = {
color = {255,237,160};
style = 'dull';
glow = 12;
infusion = 'sorcery:gem_luxite';
};
|