code/__DEFINES/status_effects.dm 
| 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_NORMAL_PROCESS | This is slower and better for more intensive status effects - 1s between ticks |
| CURSE_BLINDING | makes the edges of the target's screen obscured |
| CURSE_WASTING | causes gradual damage |
| CURSE_GRASPING | hands reach out from the sides of the screen, doing damage and stunning if they hit the target |
| STATUS_EFFECT_BANANA_POWER | Healing effect upplied on gorillas from eating bananas. |
| STATUS_EFFECT_FLESHMEND | Rapid burn/brute/oxy/blood healing from the changeling ability |
| STATUS_EFFECT_SPEEDLEGS | Handles changeling speed boost and chemical cost. |
| STATUS_EFFECT_PANACEA | Handles changeling anatomic panacea ability effects. |
| STATUS_EFFECT_BLOOD_SWELL | Stun resistance and halved damage for gargantua vampires. |
| STATUS_EFFECT_BLOOD_RUSH | Speed boost for gargantua vampires. |
| 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_UNBALANCED | Prevents you from automatically grabbing walls to stop moving in space. |
| STATUS_EFFECT_BURNT_WINGS | Whether a moth's wings are burnt |
| STATUS_EFFECT_OFFERING_ITEM | Status effect given when someone uses the Give Item command to offer an item to another player. |
| STATUS_EFFECT_LEANING | Makes you lean on something |
Define Details
CURSE_BLINDING 
makes the edges of the target's screen obscured
CURSE_GRASPING 
hands reach out from the sides of the screen, doing damage and stunning if they hit the target
CURSE_WASTING 
causes gradual damage
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.
STATUS_EFFECT_UNBALANCED 
Prevents you from automatically grabbing walls to stop moving in space.