code/__DEFINES/blood.dm 
BLOODY_FOOTPRINT_BASE_ALPHA | Minimum alpha of footprints |
---|---|
BLOOD_AMOUNT_PER_DECAL | How much blood a regular blood splatter contains |
BLOOD_ITEM_MAX | How much blood an item can have stuck on it |
BLOOD_POOL_MAX | How much blood a blood decal can contain |
BLOOD_FOOTPRINTS_MIN | How much blood a footprint need to at least contain |
BLOOD_TO_UNITS_MULTIPLIER | Bloodiness -> reagent units multiplier |
DROP_BRAIN | Mobs will drop a brain |
DROP_ORGANS | Mobs will drop organs |
DROP_BODYPARTS | Mobs will drop bodyparts (arms, legs, etc.) |
DROP_ITEMS | Mobs will drop items |
DROP_ALL_REMAINS | Mobs will drop everything |
Define Details
BLOODY_FOOTPRINT_BASE_ALPHA 
Minimum alpha of footprints
BLOOD_AMOUNT_PER_DECAL 
How much blood a regular blood splatter contains
BLOOD_FOOTPRINTS_MIN 
How much blood a footprint need to at least contain
BLOOD_ITEM_MAX 
How much blood an item can have stuck on it
BLOOD_POOL_MAX 
How much blood a blood decal can contain
BLOOD_TO_UNITS_MULTIPLIER 
Bloodiness -> reagent units multiplier
DROP_ALL_REMAINS 
Mobs will drop everything
DROP_BODYPARTS 
Mobs will drop bodyparts (arms, legs, etc.)
DROP_BRAIN 
Mobs will drop a brain
DROP_ITEMS 
Mobs will drop items
DROP_ORGANS 
Mobs will drop organs