maplestation_modules/code/__DEFINES/antag_defines.dm 
| ADV_TRAITOR_INITIAL_TC | -- Defines for antag datums and advanced antag datums. -- Initial / base TC for advanced traitors. |
|---|---|
| ADV_TRAITOR_MAX_TC | Max amount of TC advanced traitors can get. |
| ADV_TRAITOR_TC_PER_INTENSITY | Amount of TC gained per intensity level |
| ADV_TRAITOR_INITIAL_MALF_POINTS | Initial / base processing points for malf AI advanced traitors. |
| ADV_TRAITOR_MAX_MALF_POINTS | Max amount of processing points for malf AI advanced traitors. |
| ADV_TRAITOR_MALF_POINTS_PER_INTENSITY | Amount of rocessing points gained per intensity level |
| ADV_HERETIC_INITIAL_INFLUENCE | Initial / base charges a heretic gets. |
| ADV_HERETIC_MAX_INFLUENCE | Max amount of influence charges for heretic advanced traitors. |
| ADV_HERETIC_NO_ASCENSION_INFLUENCE | The number of changes given for disabling ascension |
| ADV_HERETIC_NO_ASCENSION_MAX | This number is added onto the max influences if ascencion is given up. |
| ADV_HERETIC_INFLUENCE_PER_INTENSITY | Number of influences gained per intensity level |
| ADV_CULTIST_MAX_SPELLS_NORUNE | The max number of spells a cultist can invoke with and without a rune. |
| CULT_STYLE_NARSIE | Styles of cult. |
| TRAIT_I_WAS_FUNNY_HANDED | Trait for people who were recently funnyhanded and can't be for a few seconds. (See TRAIT_IWASBATONNED) |
| TRAIT_NO_FUNNY_HAND_SIDE_EFFECTS | Trait for people who were recently funnyhanded and won't recieve any side effects (but will recieve stamina damage) |
| TRAIT_WAS_ON_CONVERSION_RUNE | Trait for people who were ""sacrificed"" by a cultist and shouldn't get more side effects |
| ADV_CHANGELING_INITIAL_POINTS | The initial number of points for changelings |
| ADV_CHANGELING_MAX_POINTS | The max number of points for changelings |
| ADV_CHANGELING_POINTS_PER_INTENSITY | How many points a changeling gets per intensity level |
| ADV_CHANGELING_CHEM_PER_POINTS | How much chem storage a changeling gets per genetic point |
| is_any_changeling | Some is_helpers for changelings. Bear in mind these return the changeling antag datum that is found. |
| CHANGELING_ABILITY | Source for the mob trait. |
| ADV_TRAITOR_MAX_GOALS | Max amount of goals an advanced traitor can add. |
| ADV_TRAITOR_MAX_SIMILAR_OBJECTIVES | Max amount of similar objectives an advanced traitor can add. |
| ADV_TRAITOR_MAX_GOAL_LENGTH | Max char length of goals. |
| ADV_TRAITOR_MAX_NOTE_LENGTH | Max char length of notes. |
| ADV_TRAITOR_INTENSITIES | Intensity levels for advanced antags. |
| UPLINK_INFILTRATOR | Infiltrator uplink |
| ROLE_INFILTRATOR | Infiltrator antag type |
| TUTORIAL_OFF | Defines for tutorial state. |
| TUTORIAL_BACKGROUND_START | Defines for state of the background tutorial. |
| TUTORIAL_OBJECTIVE_START | Defines for state of the objective tutorial. |
Define Details
ADV_CHANGELING_CHEM_PER_POINTS 
How much chem storage a changeling gets per genetic point
ADV_CHANGELING_INITIAL_POINTS 
The initial number of points for changelings
ADV_CHANGELING_MAX_POINTS 
The max number of points for changelings
ADV_CHANGELING_POINTS_PER_INTENSITY 
How many points a changeling gets per intensity level
ADV_CULTIST_MAX_SPELLS_NORUNE 
The max number of spells a cultist can invoke with and without a rune.
ADV_HERETIC_INFLUENCE_PER_INTENSITY 
Number of influences gained per intensity level
ADV_HERETIC_INITIAL_INFLUENCE 
Initial / base charges a heretic gets.
ADV_HERETIC_MAX_INFLUENCE 
Max amount of influence charges for heretic advanced traitors.
ADV_HERETIC_NO_ASCENSION_INFLUENCE 
The number of changes given for disabling ascension
ADV_HERETIC_NO_ASCENSION_MAX 
This number is added onto the max influences if ascencion is given up.
ADV_TRAITOR_INITIAL_MALF_POINTS 
Initial / base processing points for malf AI advanced traitors.
ADV_TRAITOR_INITIAL_TC 
-- Defines for antag datums and advanced antag datums. -- Initial / base TC for advanced traitors.
ADV_TRAITOR_INTENSITIES 
Intensity levels for advanced antags.
ADV_TRAITOR_MALF_POINTS_PER_INTENSITY 
Amount of rocessing points gained per intensity level
ADV_TRAITOR_MAX_GOALS 
Max amount of goals an advanced traitor can add.
ADV_TRAITOR_MAX_GOAL_LENGTH 
Max char length of goals.
ADV_TRAITOR_MAX_MALF_POINTS 
Max amount of processing points for malf AI advanced traitors.
ADV_TRAITOR_MAX_NOTE_LENGTH 
Max char length of notes.
ADV_TRAITOR_MAX_SIMILAR_OBJECTIVES 
Max amount of similar objectives an advanced traitor can add.
ADV_TRAITOR_MAX_TC 
Max amount of TC advanced traitors can get.
ADV_TRAITOR_TC_PER_INTENSITY 
Amount of TC gained per intensity level
CHANGELING_ABILITY 
Source for the mob trait.
CULT_STYLE_NARSIE 
Styles of cult.
ROLE_INFILTRATOR 
Infiltrator antag type
TRAIT_I_WAS_FUNNY_HANDED 
Trait for people who were recently funnyhanded and can't be for a few seconds. (See TRAIT_IWASBATONNED)
TRAIT_NO_FUNNY_HAND_SIDE_EFFECTS 
Trait for people who were recently funnyhanded and won't recieve any side effects (but will recieve stamina damage)
TRAIT_WAS_ON_CONVERSION_RUNE 
Trait for people who were ""sacrificed"" by a cultist and shouldn't get more side effects
TUTORIAL_BACKGROUND_START 
Defines for state of the background tutorial.
TUTORIAL_OBJECTIVE_START 
Defines for state of the objective tutorial.
TUTORIAL_OFF 
Defines for tutorial state.
UPLINK_INFILTRATOR 
Infiltrator uplink
is_any_changeling 
Some is_helpers for changelings. Bear in mind these return the changeling antag datum that is found.