Item components

Food

item component · builder

Turns an item into an edible food object

You can use the following options with this component:
name <name> - sets the name of the component
desc <desc> - sets the description of the component
hunger <hours> - the hours of food satiation from eating the whole thing
thirst <hours> - the hours of thirst satiation from eating the whole thing
alcohol <amount> - the liquid volume of alcohol from eating the whole thing
bites <#> - the number of bites before the food is consumed
water <amount> - the liquid volume of water from eating the whole thing
taste <string> - a taste string to display to the character eating it
prog <which> - sets a prog to be executed when the food is eaten
prog clear - clears the on-eat prog

← Back to Item components