/tg/ Station 13 - Modules - TypesDefine Details

code/datums/status_effects/debuffs/confusion.dm

CONFUSION_FULL_THRESHOLDThe threshold in which all of our movements are fully randomized, in seconds.
CONFUSION_SIDEWAYS_MOVE_PROB_PER_SECONDA multiplier applied on how much time is left (in seconds) that determines the chance of moving sideways randomly
CONFUSION_DIAGONAL_MOVE_PROB_PER_SECONDA multiplier applied on how much time is left (in seconds) that determines the chance of moving diagonally randomly
/datum/status_effect/confusionA status effect used for adding confusion to a mob.

Define Details

CONFUSION_DIAGONAL_MOVE_PROB_PER_SECOND

A multiplier applied on how much time is left (in seconds) that determines the chance of moving diagonally randomly

CONFUSION_FULL_THRESHOLD

The threshold in which all of our movements are fully randomized, in seconds.

CONFUSION_SIDEWAYS_MOVE_PROB_PER_SECOND

A multiplier applied on how much time is left (in seconds) that determines the chance of moving sideways randomly