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

suit_storage_unit

Vars

access_lockedshould we prevent further access change
base_charge_ratePower contributed by this machine to charge the mod suits cell without any capacitors
breakout_timeHow long it takes to break out of the SSU.
card_reader_installedis the card reader installed in this machine
final_charge_rateFinal charge rate which is base_charge_rate + contribution by capacitors
helmet_typeWhat type of space helmet the unit starts with when spawned.
id_cardphysical reference of the players id card to check for PERSONAL access level
lockedIf the SSU's doors are locked closed. Can be toggled manually via the UI, but is also locked automatically when the UV decontamination sequence is running.
mask_typeWhat type of breathmask the unit starts with when spawned.
message_cooldownCooldown for occupant breakout messages via relaymove()
mod_typeWhat type of MOD the unit starts with when spawned.
safetiesIf the safety wire is cut/pulsed, the SSU can run the decontamination sequence while occupied by a mob. The mob will be burned during every cycle of cook().
storage_typeWhat type of additional item the unit starts with when spawned.
suit_typeWhat type of spacesuit the unit starts with when spawned.
uvIf UV decontamination sequence is running. See cook()
uv_cyclesHow many cycles remain for the decontamination sequence.
uv_superIf the hack wire is cut/pulsed. Modifies effects of cook()

Procs

cookUV decontamination sequence. Duration is determined by the uv_cycles var. Effects determined by the uv_super var.
disable_modlinkIf the SSU needs to have any communications wires cut.
set_accesscopy over access of electronics

Var Details

access_locked

should we prevent further access change

base_charge_rate

Power contributed by this machine to charge the mod suits cell without any capacitors

breakout_time

How long it takes to break out of the SSU.

card_reader_installed

is the card reader installed in this machine

final_charge_rate

Final charge rate which is base_charge_rate + contribution by capacitors

helmet_type

What type of space helmet the unit starts with when spawned.

id_card

physical reference of the players id card to check for PERSONAL access level

locked

If the SSU's doors are locked closed. Can be toggled manually via the UI, but is also locked automatically when the UV decontamination sequence is running.

mask_type

What type of breathmask the unit starts with when spawned.

message_cooldown

Cooldown for occupant breakout messages via relaymove()

mod_type

What type of MOD the unit starts with when spawned.

safeties

If the safety wire is cut/pulsed, the SSU can run the decontamination sequence while occupied by a mob. The mob will be burned during every cycle of cook().

storage_type

What type of additional item the unit starts with when spawned.

suit_type

What type of spacesuit the unit starts with when spawned.

uv

If UV decontamination sequence is running. See cook()

uv_cycles

How many cycles remain for the decontamination sequence.

uv_super

If the hack wire is cut/pulsed. Modifies effects of cook()

Proc Details

cook

UV decontamination sequence. Duration is determined by the uv_cycles var. Effects determined by the uv_super var.

If the SSU needs to have any communications wires cut.

set_access

copy over access of electronics