/tg/ Station 13 - Modules - TypesDefine Details

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_TCMax amount of TC advanced traitors can get.
ADV_TRAITOR_TC_PER_INTENSITYAmount of TC gained per intensity level
ADV_TRAITOR_INITIAL_MALF_POINTSInitial / base processing points for malf AI advanced traitors.
ADV_TRAITOR_MAX_MALF_POINTSMax amount of processing points for malf AI advanced traitors.
ADV_TRAITOR_MALF_POINTS_PER_INTENSITYAmount of rocessing points gained per intensity level
ADV_HERETIC_INITIAL_INFLUENCEInitial / base charges a heretic gets.
ADV_HERETIC_MAX_INFLUENCEMax amount of influence charges for heretic advanced traitors.
ADV_HERETIC_NO_ASCENSION_INFLUENCEThe number of changes given for disabling ascension
ADV_HERETIC_NO_ASCENSION_MAXThis number is added onto the max influences if ascencion is given up.
ADV_HERETIC_INFLUENCE_PER_INTENSITYNumber of influences gained per intensity level
ADV_CULTIST_MAX_SPELLS_NORUNEThe max number of spells a cultist can invoke with and without a rune.
CULT_STYLE_NARSIEStyles of cult.
TRAIT_I_WAS_FUNNY_HANDEDTrait for people who were recently funnyhanded and can't be for a few seconds. (See TRAIT_IWASBATONNED)
TRAIT_NO_FUNNY_HAND_SIDE_EFFECTSTrait for people who were recently funnyhanded and won't recieve any side effects (but will recieve stamina damage)
TRAIT_WAS_ON_CONVERSION_RUNETrait for people who were ""sacrificed"" by a cultist and shouldn't get more side effects
ADV_CHANGELING_INITIAL_POINTSThe initial number of points for changelings
ADV_CHANGELING_MAX_POINTSThe max number of points for changelings
ADV_CHANGELING_POINTS_PER_INTENSITYHow many points a changeling gets per intensity level
ADV_CHANGELING_CHEM_PER_POINTSHow much chem storage a changeling gets per genetic point
is_any_changelingSome is_helpers for changelings. Bear in mind these return the changeling antag datum that is found.
CHANGELING_ABILITYSource for the mob trait.
ADV_TRAITOR_MAX_GOALSMax amount of goals an advanced traitor can add.
ADV_TRAITOR_MAX_SIMILAR_OBJECTIVESMax amount of similar objectives an advanced traitor can add.
ADV_TRAITOR_MAX_GOAL_LENGTHMax char length of goals.
ADV_TRAITOR_MAX_NOTE_LENGTHMax char length of notes.
ADV_TRAITOR_INTENSITIESIntensity levels for advanced antags.
UPLINK_INFILTRATORInfiltrator uplink
ROLE_INFILTRATORInfiltrator antag type
TUTORIAL_OFFDefines for tutorial state.
TUTORIAL_BACKGROUND_STARTDefines for state of the background tutorial.
TUTORIAL_OBJECTIVE_STARTDefines 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.

Infiltrator uplink

is_any_changeling

Some is_helpers for changelings. Bear in mind these return the changeling antag datum that is found.