code/datums/status_effects/debuffs/confusion.dm
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 |
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 |
/datum/status_effect/confusion | A 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