byond - Modules - TypesDefine Details

code/datums/components/cluster_stack.dm

CLUSTER_MAX_ALPHAMax alpha for the filter outline.
MAX_CLUSTER_STACKSOnce cluster_stacks reaches this number, it triggers apply_cluster_stacks() and resets to zero.
CLUSTER_STACK_LOSS_PER_SECONDLoss of stack every second once it's been more than 5 seconds since last_stack.

Define Details

CLUSTER_MAX_ALPHA

Max alpha for the filter outline.

CLUSTER_STACK_LOSS_PER_SECOND

Loss of stack every second once it's been more than 5 seconds since last_stack.

MAX_CLUSTER_STACKS

Once cluster_stacks reaches this number, it triggers apply_cluster_stacks() and resets to zero.