Differences From
Artifact [22f82424c6]:
286 286 local desc = u.str.capitalize(n) .. ' Extract'
287 287 sorcery.register_potion(name, desc, nil, color, 'sparkle', false, {
288 288 groups = {
289 289 sorcery_extract = 1;
290 290 sorcery_container = 2;
291 291 };
292 292 _sorcery = {
293 + extract = {
294 + of = item;
295 + proto = v;
296 + };
293 297 container = {
294 298 type = 'vessel';
295 299 hold = 'liquid';
296 300 charge = 3;
297 301 has = liqid;
298 302 empty = 'vessels:glass_bottle';
299 303 };