/tg/ Station 13 - Modules - TypesVar Details - Proc Details

damage_aura

Applies a status effect and deals damage to people in the area. Will deal more damage the more people are present.

Vars

blood_damageAmount of blood to damage over a second
brute_damageBrute damage to damage over a second
burn_damageBurn damage to damage over a second
current_ownerSets a special set of conditions for the owner
immune_factionsWhich factions are immune to the damage aura
last_damage_effect_timeDeclares the cooldown timer for the damage aura effect to take place
organ_damageMap of organ (such as ORGAN_SLOT_BRAIN) to damage damage over a second
rangeThe range of which to damage
requires_visibilityWhether or not you must be a visible object of the parent
simple_damageAmount of damage to damage on simple mobs over a second
stamina_damageStamina damage to damage over a second
suffocation_damageSuffocation damage to damage over a second
toxin_damageToxin damage to damage over a second

Procs

check_requirementsThe requirements for the mob to be effected by the damage aura.
owner_effectWhat effect the damage aura has if it has an owner.

Var Details

blood_damage

Amount of blood to damage over a second

brute_damage

Brute damage to damage over a second

burn_damage

Burn damage to damage over a second

current_owner

Sets a special set of conditions for the owner

immune_factions

Which factions are immune to the damage aura

last_damage_effect_time

Declares the cooldown timer for the damage aura effect to take place

organ_damage

Map of organ (such as ORGAN_SLOT_BRAIN) to damage damage over a second

range

The range of which to damage

requires_visibility

Whether or not you must be a visible object of the parent

simple_damage

Amount of damage to damage on simple mobs over a second

stamina_damage

Stamina damage to damage over a second

suffocation_damage

Suffocation damage to damage over a second

toxin_damage

Toxin damage to damage over a second

Proc Details

check_requirements

The requirements for the mob to be effected by the damage aura.

owner_effect

What effect the damage aura has if it has an owner.