code/__DEFINES/wounds.dm ![code/__DEFINES/wounds.dm0](git.png)
WOUND_MINIMUM_DAMAGE | an attack must do this much damage after armor in order to roll for being a wound (incremental pressure damage need not apply) |
---|---|
DISMEMBER_MINIMUM_DAMAGE | an attack must do this much damage after armor in order to be eliigible to dismember a suitably mushed bodypart |
WOUND_MAX_CONSIDERED_DAMAGE | any damage dealt over this is ignored for damage rolls unless the target has the frail quirk (35^1.4=145) |
WOUND_BLUNT | any brute weapon/attack that doesn't have sharpness. rolls for blunt bone wounds |
WOUND_SLASH | any brute weapon/attack with sharpness = SHARP_EDGED. rolls for slash wounds |
WOUND_PIERCE | any brute weapon/attack with sharpness = SHARP_POINTY. rolls for piercing wounds |
WOUND_BURN | any concentrated burn attack (lasers really). rolls for burning wounds |
WOUND_DETERMINATION_MAX | the max amount of determination you can have |
CANT_WOUND | set wound_bonus on an item or attack to this to disable checking wounding for the attack |
WOUND_INFECTION_MODERATE | below this has no ill effects from infection |
WOUND_INFECTION_SEVERE | then below here, you ooze some pus and suffer minor tox damage, but nothing serious |
WOUND_INFECTION_CRITICAL | then below here, your limb occasionally locks up from damage and infection and briefly becomes disabled. Things are getting really bad |
WOUND_INFECTION_SEPTIC | below here, your skin is almost entirely falling off and your limb locks up more frequently. You are within a stone's throw of septic paralysis and losing the limb |
WOUND_BURN_SANITIZATION_RATE | how quickly sanitization removes infestation and decays per tick |
WOUND_SLASH_MAX_BLOODFLOW | how much blood you can lose per tick per slash max. 8 is a LOT of blood for one cut so don't worry about hitting it easily |
WOUND_SLASH_DEAD_CLOT_MIN | dead people don't bleed, but they can clot! this is the minimum amount of clotting per tick on dead people, so even critical cuts will slowly clot in dead people |
WOUND_BONE_HEAD_TIME_VARIANCE | if we suffer a bone wound to the head that creates brain traumas, the timer for the trauma cycle is +/- by this percent (0-100) |
SCAR_SAVE_VERS | The version number of the scar we're saving |
SCAR_SAVE_ZONE | The body_zone we're applying to on granting |
SCAR_SAVE_DESC | The description we're loading |
SCAR_SAVE_PRECISE_LOCATION | The precise location we're loading |
SCAR_SAVE_SEVERITY | The severity the scar had |
SCAR_SAVE_LENGTH | how many fields there are above (NOT INCLUDING THIS OBVIOUSLY) |
SCAR_CURRENT_VERSION | saved scars with a version lower than this will be discarded |
BIO_INORGANIC | golems and androids, cannot suffer any wounds |
BIO_JUST_BONE | skeletons and plasmemes, can only suffer bone wounds, only needs mangled bone to be able to dismember |
BIO_JUST_FLESH | nothing right now, maybe slimepeople in the future, can only suffer slashing, piercing, and burn wounds |
BIO_FLESH_BONE | standard humanoids, can suffer all wounds, needs mangled bone and flesh to dismember |
FLESH_WOUND | If this wound requires having the HAS_FLESH flag for humanoids |
BONE_WOUND | If this wound requires having the HAS_BONE flag for humanaoids |
MANGLES_FLESH | If having this wound counts as mangled flesh for dismemberment |
MANGLES_BONE | If having this wound counts as mangled bone for dismemberment |
ACCEPTS_GAUZE | If this wound marks the limb as being allowed to have gauze applied |
Define Details
ACCEPTS_GAUZE ![code/__DEFINES/wounds.dm 119](git.png)
If this wound marks the limb as being allowed to have gauze applied
BIO_FLESH_BONE ![code/__DEFINES/wounds.dm 108](git.png)
standard humanoids, can suffer all wounds, needs mangled bone and flesh to dismember
BIO_INORGANIC ![code/__DEFINES/wounds.dm 102](git.png)
golems and androids, cannot suffer any wounds
BIO_JUST_BONE ![code/__DEFINES/wounds.dm 104](git.png)
skeletons and plasmemes, can only suffer bone wounds, only needs mangled bone to be able to dismember
BIO_JUST_FLESH ![code/__DEFINES/wounds.dm 106](git.png)
nothing right now, maybe slimepeople in the future, can only suffer slashing, piercing, and burn wounds
BONE_WOUND ![code/__DEFINES/wounds.dm 113](git.png)
If this wound requires having the HAS_BONE flag for humanaoids
CANT_WOUND ![code/__DEFINES/wounds.dm 37](git.png)
set wound_bonus on an item or attack to this to disable checking wounding for the attack
DISMEMBER_MINIMUM_DAMAGE ![code/__DEFINES/wounds.dm 7](git.png)
an attack must do this much damage after armor in order to be eliigible to dismember a suitably mushed bodypart
FLESH_WOUND ![code/__DEFINES/wounds.dm 111](git.png)
If this wound requires having the HAS_FLESH flag for humanoids
MANGLES_BONE ![code/__DEFINES/wounds.dm 117](git.png)
If having this wound counts as mangled bone for dismemberment
MANGLES_FLESH ![code/__DEFINES/wounds.dm 115](git.png)
If having this wound counts as mangled flesh for dismemberment
SCAR_CURRENT_VERSION ![code/__DEFINES/wounds.dm 88](git.png)
saved scars with a version lower than this will be discarded
SCAR_SAVE_DESC ![code/__DEFINES/wounds.dm 78](git.png)
The description we're loading
SCAR_SAVE_LENGTH ![code/__DEFINES/wounds.dm 84](git.png)
how many fields there are above (NOT INCLUDING THIS OBVIOUSLY)
SCAR_SAVE_PRECISE_LOCATION ![code/__DEFINES/wounds.dm 80](git.png)
The precise location we're loading
SCAR_SAVE_SEVERITY ![code/__DEFINES/wounds.dm 82](git.png)
The severity the scar had
SCAR_SAVE_VERS ![code/__DEFINES/wounds.dm 74](git.png)
The version number of the scar we're saving
SCAR_SAVE_ZONE ![code/__DEFINES/wounds.dm 76](git.png)
The body_zone we're applying to on granting
WOUND_BLUNT ![code/__DEFINES/wounds.dm 19](git.png)
any brute weapon/attack that doesn't have sharpness. rolls for blunt bone wounds
WOUND_BONE_HEAD_TIME_VARIANCE ![code/__DEFINES/wounds.dm 70](git.png)
if we suffer a bone wound to the head that creates brain traumas, the timer for the trauma cycle is +/- by this percent (0-100)
WOUND_BURN ![code/__DEFINES/wounds.dm 25](git.png)
any concentrated burn attack (lasers really). rolls for burning wounds
WOUND_BURN_SANITIZATION_RATE ![code/__DEFINES/wounds.dm 64](git.png)
how quickly sanitization removes infestation and decays per tick
WOUND_DETERMINATION_MAX ![code/__DEFINES/wounds.dm 34](git.png)
the max amount of determination you can have
WOUND_INFECTION_CRITICAL ![code/__DEFINES/wounds.dm 57](git.png)
then below here, your limb occasionally locks up from damage and infection and briefly becomes disabled. Things are getting really bad
WOUND_INFECTION_MODERATE ![code/__DEFINES/wounds.dm 53](git.png)
below this has no ill effects from infection
WOUND_INFECTION_SEPTIC ![code/__DEFINES/wounds.dm 59](git.png)
below here, your skin is almost entirely falling off and your limb locks up more frequently. You are within a stone's throw of septic paralysis and losing the limb
WOUND_INFECTION_SEVERE ![code/__DEFINES/wounds.dm 55](git.png)
then below here, you ooze some pus and suffer minor tox damage, but nothing serious
WOUND_MAX_CONSIDERED_DAMAGE ![code/__DEFINES/wounds.dm 9](git.png)
any damage dealt over this is ignored for damage rolls unless the target has the frail quirk (35^1.4=145)
WOUND_MINIMUM_DAMAGE ![code/__DEFINES/wounds.dm 5](git.png)
an attack must do this much damage after armor in order to roll for being a wound (incremental pressure damage need not apply)
WOUND_PIERCE ![code/__DEFINES/wounds.dm 23](git.png)
any brute weapon/attack with sharpness = SHARP_POINTY. rolls for piercing wounds
WOUND_SLASH ![code/__DEFINES/wounds.dm 21](git.png)
any brute weapon/attack with sharpness = SHARP_EDGED. rolls for slash wounds
WOUND_SLASH_DEAD_CLOT_MIN ![code/__DEFINES/wounds.dm 68](git.png)
dead people don't bleed, but they can clot! this is the minimum amount of clotting per tick on dead people, so even critical cuts will slowly clot in dead people
WOUND_SLASH_MAX_BLOODFLOW ![code/__DEFINES/wounds.dm 66](git.png)
how much blood you can lose per tick per slash max. 8 is a LOT of blood for one cut so don't worry about hitting it easily