byond - Modules - TypesVar Details

/datum/effects/neurotoxin

Vars

bloodcough_probChance of blood_cough per proc (damaging)
durationDuration of the effect. Also used for intensity aswell
hallucinateWhether or not we hallucinate. (small rng stun chance)
msgDefault per proc message
stam_damStamina damage per tick. Major balance number.
strengthMultiplier for effects. Inputted in directly.
stumbleShould we stumble on next tick? Changed automatically
stumble_probProbability of stumbling per proc. Changed by code.

Var Details

bloodcough_prob

Chance of blood_cough per proc (damaging)

duration

Duration of the effect. Also used for intensity aswell

hallucinate

Whether or not we hallucinate. (small rng stun chance)

msg

Default per proc message

stam_dam

Stamina damage per tick. Major balance number.

strength

Multiplier for effects. Inputted in directly.

stumble

Should we stumble on next tick? Changed automatically

stumble_prob

Probability of stumbling per proc. Changed by code.