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

megafauna

Vars

achievement_typeAchievement given to surrounding players when the megafauna is killed
anger_modifierModifies attacks when at lower health
attack_action_typesAttack actions, sets chosen_attack to the number in the action
chosen_attackThe chosen attack by the megafauna
crusher_achievement_typeCrusher achievement given to players when megafauna is killed
crusher_lootCrusher loot dropped when the megafauna is killed with a crusher
eliminationIf the megafauna was actually killed (not just dying, then transforming into another type)
gps_nameName for the GPS signal of the megafauna
recovery_timeNext time the megafauna can use a melee attack
score_achievement_typeScore given to players when megafauna is killed
summon_lineSummoning line, said when summoned via megafauna vents.
true_spawnIf this is a megafauna that is real (has achievements, gps signal)

Procs

devourDevours a target and restores health to the megafauna
grant_achievementGrants medals and achievements to surrounding players
make_virtual_megafaunaRemoves all the loot and achievements from megafauna for bitrunning related
spawn_crusher_lootWhether we killed the megafauna with primarily crusher damage or not Spawns crusher loot instead of normal loot
update_cooldownsSets/adds the next time the megafauna can use a melee or ranged attack, in deciseconds. It is a list to allow using named args. Use the ignore_staggered var if youre setting the cooldown to ranged_cooldown_time.

Var Details

achievement_type

Achievement given to surrounding players when the megafauna is killed

anger_modifier

Modifies attacks when at lower health

attack_action_types

Attack actions, sets chosen_attack to the number in the action

chosen_attack

The chosen attack by the megafauna

crusher_achievement_type

Crusher achievement given to players when megafauna is killed

crusher_loot

Crusher loot dropped when the megafauna is killed with a crusher

elimination

If the megafauna was actually killed (not just dying, then transforming into another type)

gps_name

Name for the GPS signal of the megafauna

recovery_time

Next time the megafauna can use a melee attack

score_achievement_type

Score given to players when megafauna is killed

summon_line

Summoning line, said when summoned via megafauna vents.

true_spawn

If this is a megafauna that is real (has achievements, gps signal)

Proc Details

devour

Devours a target and restores health to the megafauna

grant_achievement

Grants medals and achievements to surrounding players

make_virtual_megafauna

Removes all the loot and achievements from megafauna for bitrunning related

spawn_crusher_loot

Whether we killed the megafauna with primarily crusher damage or not Spawns crusher loot instead of normal loot

update_cooldowns

Sets/adds the next time the megafauna can use a melee or ranged attack, in deciseconds. It is a list to allow using named args. Use the ignore_staggered var if youre setting the cooldown to ranged_cooldown_time.