Differences From Artifact [22f82424c6]:
- File potions.lua — part of check-in [ac4c799281] at 2021-07-06 21:15:54 on branch trunk — fixed recipes (user: lexi, size: 9803) [annotate] [blame] [check-ins using]
To Artifact [13f2ff2455]:
- File 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: 9854) [annotate] [blame] [check-ins using]
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;