code/__DEFINES/cult_defines.dm 
| MAX_BLOODCHARGE | Maximum number of spells with an empowering rune | 
|---|---|
| RUNELESS_MAX_BLOODCHARGE | Maximum number of spells without an empowering rune | 
| CULT_POPULATION_THRESHOLD | At what population does it switch to highpop values | 
| CULT_RISEN_LOW | Percent before rise (Lowpop) | 
| CULT_ASCENDANT_LOW | Percent before ascend (Lowpop) | 
| CULT_RISEN_HIGH | Percent before rise (Highpop) | 
| CULT_ASCENDANT_HIGH | Percent before ascend (Highpop) | 
| 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 | 
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