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

temperature_pack

Element to make an item into a "temperature pack". Temperature packs are hot or cold things that can be pressed against limbs experiencing pain to reduce it.

Vars

pain_heal_rateAmount of pain we restore every tick in the targeted limb.
pain_modifier_on_limbPain modifier put on the limb we're targeting.
temperature_changeBody temperature change per tick.

Procs

apply_to_limbActually apply [parent] temperature pack to [targeted_zone] limb on [target] mob from [user].
get_examine_textEdit the examine text to show the item can be used as a temperature pack.
try_apply_to_limbTry to apply [source] item onto [target] mob from [user].

Var Details

pain_heal_rate

Amount of pain we restore every tick in the targeted limb.

pain_modifier_on_limb

Pain modifier put on the limb we're targeting.

temperature_change

Body temperature change per tick.

Proc Details

apply_to_limb

Actually apply [parent] temperature pack to [targeted_zone] limb on [target] mob from [user].

get_examine_text

Edit the examine text to show the item can be used as a temperature pack.

try_apply_to_limb

Try to apply [source] item onto [target] mob from [user].