Space Station 13 - Modules - TypesVar Details

clonepod

Vars

biomassThe cloner's biomass count.
biomass_storage_capacityHow much biomass we can store. This is calculated at the same time as organ_storage_capacity.
cloneOur patient.
clone_progressThe progress on the current clone. Measured from 0-100, where 0-20 has no body, and 21-100 gradually builds on limbs every 10. (r_arm, r_hand, l_arm, l_hand, r_leg, r_foot, l_leg, l_foot)
consoleThe linked cloning console.
countdownThe countdown.
current_limbThe limb we're currently growing.
currently_cloningWhether or not we're cloning someone.
desc_flavorFlavor text to show on examine.
desired_dataThe cloning_data datum which shows the status we want the patient to be in.
limbs_to_growA list of limbs which have not yet been grown by the cloner.
lockedWhether or not the interface is locked.
organ_storage_capacityHow many organs we can store. This is calculated with the storage modifier in RefreshParts().
patient_dataThe cloning_data datum which shows the patient's current status.
price_modifierOur price modifier, multiplied with the base cost to get the true cost.
speed_modifierThe speed at which we clone. Each processing cycle will advance clone_progress by this amount.
storage_modifierOur storage modifier, which is used in calculating organ and biomass storage.

Var Details

biomass

The cloner's biomass count.

biomass_storage_capacity

How much biomass we can store. This is calculated at the same time as organ_storage_capacity.

clone

Our patient.

clone_progress

The progress on the current clone. Measured from 0-100, where 0-20 has no body, and 21-100 gradually builds on limbs every 10. (r_arm, r_hand, l_arm, l_hand, r_leg, r_foot, l_leg, l_foot)

console

The linked cloning console.

countdown

The countdown.

current_limb

The limb we're currently growing.

currently_cloning

Whether or not we're cloning someone.

desc_flavor

Flavor text to show on examine.

desired_data

The cloning_data datum which shows the status we want the patient to be in.

limbs_to_grow

A list of limbs which have not yet been grown by the cloner.

locked

Whether or not the interface is locked.

organ_storage_capacity

How many organs we can store. This is calculated with the storage modifier in RefreshParts().

patient_data

The cloning_data datum which shows the patient's current status.

price_modifier

Our price modifier, multiplied with the base cost to get the true cost.

speed_modifier

The speed at which we clone. Each processing cycle will advance clone_progress by this amount.

storage_modifier

Our storage modifier, which is used in calculating organ and biomass storage.