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_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. |
Procs | |
| 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]. |
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].