Shiptest 13 - Modules - TypesVar Details - Proc Details

bandage

Vars

bleed_reductionHow fast do we stop bleeding?
lifespanHow many healing ticks will this bandage apply? Reduced by incoming damage and current bleeding
mummyThe person this bandage is applied to

Procs

bandage_effectsHandles healing effects and passive lifespan usage
check_damageChecks if damage to the owner is applied to this limb and reduces lifespan (perforated bandages dont work as well)
drop_bandageHandles deleting the component when the bandage runs out of lifespan or finishes healing. Special = bandage didn't get torn off

Var Details

bleed_reduction

How fast do we stop bleeding?

lifespan

How many healing ticks will this bandage apply? Reduced by incoming damage and current bleeding

mummy

The person this bandage is applied to

Proc Details

bandage_effects

Handles healing effects and passive lifespan usage

check_damage

Checks if damage to the owner is applied to this limb and reduces lifespan (perforated bandages dont work as well)

drop_bandage

Handles deleting the component when the bandage runs out of lifespan or finishes healing. Special = bandage didn't get torn off