byond - Modules - TypesVar Details

/datum/component/damage_over_time

Vars

cause_pathThe kind of thing to try and locate in loc to persist the effect
dam_amountHow much to damage (negative is healing) will incorporate dmg_mult after Initialize
dam_typeThe kind of damage to perform
living_parentParent as a living mob
target_tempThe desired body temperature to approach (if temp_delta specified)
temp_deltaHow much to adjust temperature each tick (does nothing if 0 - changing sign makes no difference).

Var Details

cause_path

The kind of thing to try and locate in loc to persist the effect

dam_amount

How much to damage (negative is healing) will incorporate dmg_mult after Initialize

dam_type

The kind of damage to perform

living_parent

Parent as a living mob

target_temp

The desired body temperature to approach (if temp_delta specified)

temp_delta

How much to adjust temperature each tick (does nothing if 0 - changing sign makes no difference).