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

mechiver

Mechiver

Special abilities: Can grab someone and shove them inside, does DOT and flavour text, can convert dead corpses into living ones that work for the flesh.

Vars

alert_soundsA list of lines we will send to torment the passenger.
consume_ability_cooldown_timeThe comsume ability cooldown
conversion_timeHow long we keep our passenger before converting them.
hatch_openIs our hatch open? Used in icon processing.
internal_mob_damage_lowerDitto
internal_mob_damage_upperHow much damage our mob will take, upper end, when they are tormented

Procs

create_mobCreates and transfers a new mob.
release_mobThis is where we either release the user, if they're alive, or convert them, if they're dead.

Var Details

alert_sounds

A list of lines we will send to torment the passenger.

consume_ability_cooldown_time

The comsume ability cooldown

conversion_time

How long we keep our passenger before converting them.

hatch_open

Is our hatch open? Used in icon processing.

internal_mob_damage_lower

Ditto

internal_mob_damage_upper

How much damage our mob will take, upper end, when they are tormented

Proc Details

create_mob

Creates and transfers a new mob.

release_mob

This is where we either release the user, if they're alive, or convert them, if they're dead.