Differences From Artifact [fb12becfb1]:
- File data/oils.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: 2378) [annotate] [blame] [check-ins using]
To Artifact [6619d22587]:
- File data/oils.lua — part of check-in [90e64c483c] at 2020-10-23 00:08:30 on branch trunk — fix some showstopping bugs, more amulet spells, add sound effects, improve teleportation visuals (user: lexi, size: 2382) [annotate] [blame] [check-ins using]
99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
'farming:peas';
'farming:peas';
};
};
luscious = {
color = {10,255,10};
mix = {
'sorcery:extract_marram';
'sorcery:extract_grape';
'farming:cocoa_beans';
'farming:sugar';
'farming:sugar';
};
};
}
|
| |
99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
'farming:peas';
'farming:peas';
};
};
luscious = {
color = {10,255,10};
mix = {
'sorcery:extract_greengrass';
'sorcery:extract_grape';
'farming:cocoa_beans';
'farming:sugar';
'farming:sugar';
};
};
}
|