Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Loving the plugin so far! I was wondering if it is possible to make a recipe that requires an item but does not consume that item. Like using a whisk, pan, and eggs to make scrambled eggs, but the pan and whisk don't need to be destroyed to make the recipe. 

Best work around I can find is to give the items back as an event after the item is crafted, but this requires a custom event for every recipe.

Hopefully adding a new tag for items would not be too difficult. Or maybe changing the $mats tag to have a indicator for items that should be kept instead of consumed.

Thank you for your support! Maybe the workaround for your request could be to use $reward(id,id,etc) tag in the item, so you can obtain the items you need to keep automatically.