code/__DEFINES/stat.dm 
HEALTH_THRESHOLD_CRIT | Soft crit |
---|---|
HEALTH_THRESHOLD_FULLCRIT | Hard crit |
HEALTH_OVERKILL_DAMAGE_PER_TYPE | The amount of damage a mob can take past that which would kill it, per damage type. |
SATIETY_DECAY | The rate at which satiation decays per second. |
HUNGER_DECAY | The rate at which satiation decays per second. |
HUNGER_LOSS_WALK | How much hunger is lost on moving (walk) |
HUNGER_LOSS_RUN | How 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.