BandaStation - 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
attack_delayany delay before we start attacking something near us
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
gps_nameName for the GPS signal of the megafauna
recovery_timeNext time the megafauna can use a melee attack
replace_crusher_dropShould the crusher drop replace our main loot entirely?
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
make_virtual_megafaunaRemoves all the loot and achievements from megafauna for bitrunning related
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

attack_delay

any delay before we start attacking something near us

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

gps_name

Name for the GPS signal of the megafauna

recovery_time

Next time the megafauna can use a melee attack

replace_crusher_drop

Should the crusher drop replace our main loot entirely?

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

make_virtual_megafauna

Removes all the loot and achievements from megafauna for bitrunning related

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.