eatable 
If our item has material type and this type included in special_diet (species) it can be eaten.
Vars | |
current_bites | How many bites did |
---|---|
integrity_bite | integrity spend after bite |
is_always_eatable | If true - your item can be eaten without special diet check. |
is_only_grab_intent | Grab if help_intent was used |
material_type | our item material type |
max_bites | The maximum amount of bites before item is depleted |
nutritional_value | How much nutrition add |
stack_use | Amount of stack which will be spend on bite. |
Var Details
current_bites 
How many bites did
integrity_bite 
integrity spend after bite
is_always_eatable 
If true - your item can be eaten without special diet check.
is_only_grab_intent 
Grab if help_intent was used
material_type 
our item material type
max_bites 
The maximum amount of bites before item is depleted
nutritional_value 
How much nutrition add
stack_use 
Amount of stack which will be spend on bite.