Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/cult_defines.dm

MAX_BLOODCHARGEMaximum number of spells with an empowering rune
RUNELESS_MAX_BLOODCHARGEMaximum number of spells without an empowering rune
CULT_POPULATION_THRESHOLDAt what population does it switch to highpop values
CULT_RISEN_LOWPercent before rise (Lowpop)
CULT_ASCENDANT_LOWPercent before ascend (Lowpop)
CULT_RISEN_HIGHPercent before rise (Highpop)
CULT_ASCENDANT_HIGHPercent before ascend (Highpop)
GET_CULT_DATASafely accesses SSticker.cult_data, returns the default if cult data is not set up yet. Allows for both variable and proc call access.
IS_CULTISTChecks that the given element is living an has a cult antag datum

Define Details

CULT_ASCENDANT_HIGH

Percent before ascend (Highpop)

CULT_ASCENDANT_LOW

Percent before ascend (Lowpop)

CULT_POPULATION_THRESHOLD

At what population does it switch to highpop values

CULT_RISEN_HIGH

Percent before rise (Highpop)

CULT_RISEN_LOW

Percent before rise (Lowpop)

GET_CULT_DATA

Safely accesses SSticker.cult_data, returns the default if cult data is not set up yet. Allows for both variable and proc call access.

IS_CULTIST

Checks that the given element is living an has a cult antag datum

MAX_BLOODCHARGE

Maximum number of spells with an empowering rune

RUNELESS_MAX_BLOODCHARGE

Maximum number of spells without an empowering rune