Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/status_effects.dm

STATUS_EFFECT_FAST_PROCESSProcessing flags - used to define the speed at which the status will work This is fast - 0.2s between ticks (I believe!)
STATUS_EFFECT_NORMAL_PROCESSThis is slower and better for more intensive status effects - 1s between ticks
STATUS_EFFECT_BANANA_POWERHealing effect upplied on gorillas from eating bananas.
STATUS_EFFECT_FLESHMENDRapid burn/brute/oxy/blood healing from the changeling ability
STATUS_EFFECT_SPEEDLEGSHandles changeling speed boost and chemical cost.
STATUS_EFFECT_PANACEAHandles changeling anatomic panacea ability effects.
STATUS_EFFECT_BLOOD_SWELLStun resistance and halved damage for gargantua vampires.
STATUS_EFFECT_BLOOD_RUSHSpeed boost for gargantua vampires.
STATUS_EFFECT_DRILL_PAYBACKSlight antistun and healing, along with visual effect. Works only in range of the vault, and for 30 seconds after it ends.
STATUS_EFFECT_BURNT_WINGSWhether a moth's wings are burnt
STATUS_EFFECT_OFFERING_ITEMStatus effect given when someone uses the Give Item command to offer an item to another player.
STATUS_EFFECT_LEANINGMakes you lean on something

Define Details

STATUS_EFFECT_BANANA_POWER

Healing effect upplied on gorillas from eating bananas.

STATUS_EFFECT_BLOOD_RUSH

Speed boost for gargantua vampires.

STATUS_EFFECT_BLOOD_SWELL

Stun resistance and halved damage for gargantua vampires.

STATUS_EFFECT_BURNT_WINGS

Whether a moth's wings are burnt

STATUS_EFFECT_DRILL_PAYBACK

Slight antistun and healing, along with visual effect. Works only in range of the vault, and for 30 seconds after it ends.

STATUS_EFFECT_FAST_PROCESS

Processing flags - used to define the speed at which the status will work This is fast - 0.2s between ticks (I believe!)

STATUS_EFFECT_FLESHMEND

Rapid burn/brute/oxy/blood healing from the changeling ability

STATUS_EFFECT_LEANING

Makes you lean on something

STATUS_EFFECT_NORMAL_PROCESS

This is slower and better for more intensive status effects - 1s between ticks

STATUS_EFFECT_OFFERING_ITEM

Status effect given when someone uses the Give Item command to offer an item to another player.

STATUS_EFFECT_PANACEA

Handles changeling anatomic panacea ability effects.

STATUS_EFFECT_SPEEDLEGS

Handles changeling speed boost and chemical cost.