golem_food_buff 
An effect you gain from eating minerals
Vars | |
| added_info | Extra information to display when a valid food is examined |
|---|---|
| exclusive | If we can apply this while you already have a different status effect |
| nutrition | Nutrition to grant per stack consumed |
| status_effect | Typepath of status effect to apply |
Procs | |
| apply_effects | Apply our desired effects to the eater |
| can_consume | Returns true if the passed mob can currently gain this buff |
| on_consumption | Called when someone actually eats this |
Var Details
added_info 
Extra information to display when a valid food is examined
exclusive 
If we can apply this while you already have a different status effect
nutrition 
Nutrition to grant per stack consumed
status_effect 
Typepath of status effect to apply
Proc Details
apply_effects
Apply our desired effects to the eater
can_consume
Returns true if the passed mob can currently gain this buff
on_consumption
Called when someone actually eats this