/tg/ Station 13 - Modules - TypesDefine Details

code/datums/diseases/advance/symptoms/heal.dm

HEALING_PER_MOLDetermines the rate at which Plasma Fixation heals based on the amount of plasma in the air
HEALING_PER_BREATH_PRESSUREDetermines the rate at which Plasma Fixation heals based on the amount of plasma being breathed through internals
MAX_HEAL_COEFFICIENT_INTERNALSDetermines the highest amount you can be healed for when breathing plasma from internals
MAX_HEAL_COEFFICIENT_ENVIRONMENTDetermines the highest amount you can be healed for from pulling plasma from the environment
MAX_HEAL_COEFFICIENT_BLOODSTREAMDetermines the highest amount you can be healed for when there is plasma in the bloodstream
BASE_HEAL_PLASMA_FIXATIONThis is the base heal amount before being multiplied by the healing coefficients
/datum/symptom/heal/radiationPlasma End

Define Details

BASE_HEAL_PLASMA_FIXATION

This is the base heal amount before being multiplied by the healing coefficients

HEALING_PER_BREATH_PRESSURE

Determines the rate at which Plasma Fixation heals based on the amount of plasma being breathed through internals

HEALING_PER_MOL

Determines the rate at which Plasma Fixation heals based on the amount of plasma in the air

MAX_HEAL_COEFFICIENT_BLOODSTREAM

Determines the highest amount you can be healed for when there is plasma in the bloodstream

MAX_HEAL_COEFFICIENT_ENVIRONMENT

Determines the highest amount you can be healed for from pulling plasma from the environment

MAX_HEAL_COEFFICIENT_INTERNALS

Determines the highest amount you can be healed for when breathing plasma from internals