Daedalus Dock - Modules - TypesDefine Details

code/__DEFINES/stat.dm

HEALTH_THRESHOLD_CRITSoft crit
HEALTH_THRESHOLD_FULLCRITHard crit
HEALTH_OVERKILL_DAMAGE_PER_TYPEThe amount of damage a mob can take past that which would kill it, per damage type.
SATIETY_DECAYThe rate at which satiation decays per second.
HUNGER_DECAYThe rate at which satiation decays per second.
HUNGER_LOSS_WALKHow much hunger is lost on moving (walk)
HUNGER_LOSS_RUNHow much hunger is lost on moving (run)

Define Details

HEALTH_OVERKILL_DAMAGE_PER_TYPE

The amount of damage a mob can take past that which would kill it, per damage type.

HEALTH_THRESHOLD_CRIT

Soft crit

HEALTH_THRESHOLD_FULLCRIT

Hard crit

HUNGER_DECAY

The rate at which satiation decays per second.

HUNGER_LOSS_RUN

How much hunger is lost on moving (run)

HUNGER_LOSS_WALK

How much hunger is lost on moving (walk)

SATIETY_DECAY

The rate at which satiation decays per second.