/datum/component/damage_over_time 
Vars | |
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). |
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).