/tg/ Station 13 - Modules - TypesVar Details - Proc Details

golem_food_buff

An effect you gain from eating minerals

Vars

added_infoExtra information to display when a valid food is examined
exclusiveIf we can apply this while you already have a different status effect
nutritionNutrition to grant per stack consumed
status_effectTypepath of status effect to apply

Procs

apply_effectsApply our desired effects to the eater
can_consumeReturns true if the passed mob can currently gain this buff
on_consumptionCalled 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