_std/defines/mob.dm
MOB_HEARS_ALL | For mobs who can hear everything (mainly observer ghossts) |
---|---|
MIN_EFFECTIVE_RAD | How many rads after resistances before it actually does anything. |
FIRE_DAMAGE_MODIFIER | Higher values result in more external fire damage to the skin |
AIR_DAMAGE_MODIFIER | More means less damage from hot air scalding lungs, less = more damage. |
BURNING_LV1 | Burning Lv1 starts at this duration. |
BURNING_LV2 | Burning Lv2 starts at this duration. |
BURNING_LV3 | Burning Lv3 starts at this duration. |
HEARING_ANTIDEAF | cures deafness when worn |
BUTCHER_YOU_MONSTER | Extra "WHAT A MONSTER" message on butchering |
Define Details
AIR_DAMAGE_MODIFIER
More means less damage from hot air scalding lungs, less = more damage.
BURNING_LV1
Burning Lv1 starts at this duration.
BURNING_LV2
Burning Lv2 starts at this duration.
BURNING_LV3
Burning Lv3 starts at this duration.
BUTCHER_YOU_MONSTER
Extra "WHAT A MONSTER" message on butchering
FIRE_DAMAGE_MODIFIER
Higher values result in more external fire damage to the skin
HEARING_ANTIDEAF
cures deafness when worn
MIN_EFFECTIVE_RAD
How many rads after resistances before it actually does anything.
Example: This is set to 3, someone takes rad damage that is reduced to 2 by resistances. Nothing happens as its below the min. of 3.
MOB_HEARS_ALL
For mobs who can hear everything (mainly observer ghossts)