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

goldeneye

Vars

goldeneye_activatedHave we been activated?
goldeneye_extracted_mindsA list of minds that have been extracted and thus cannot be extracted again.
goldeneye_keysA tracked list of all our keys.
ignition_timeHow long until ICARUS fires?
required_keysHow many keys do we need to activate GoldenEye? Can be overriden by Dynamic if there aren't enough heads of staff.
uploaded_keysHow many keys have been uploaded to GoldenEye.

Procs

activateActivates goldeneye.
check_conditionChecks our activation condition after an upload has occured.
check_goldeneye_targetChecks if a mind(target_mind) is a head and if they aren't in the goldeneye_extracted_minds list.
extract_mindA safe proc for adding a targets mind to the tracked extracted minds.
upload_keyA safe proc for registering a new key to the goldeneye system.

Var Details

goldeneye_activated

Have we been activated?

goldeneye_extracted_minds

A list of minds that have been extracted and thus cannot be extracted again.

goldeneye_keys

A tracked list of all our keys.

ignition_time

How long until ICARUS fires?

required_keys

How many keys do we need to activate GoldenEye? Can be overriden by Dynamic if there aren't enough heads of staff.

uploaded_keys

How many keys have been uploaded to GoldenEye.

Proc Details

activate

Activates goldeneye.

check_condition

Checks our activation condition after an upload has occured.

check_goldeneye_target

Checks if a mind(target_mind) is a head and if they aren't in the goldeneye_extracted_minds list.

extract_mind

A safe proc for adding a targets mind to the tracked extracted minds.

upload_key

A safe proc for registering a new key to the goldeneye system.