Space Station 13 - Modules - TypesVar Details

ai_program

The base program type, which holds info about each ability.

Vars

bandwidth_usedHow many upgrades have been bought of this program?
cooldownThe cooldown when the ability is used
costHow much memory does the program cost?
installedIs this program installed?
max_levelMax level for passive upgrades
nanite_costHow much does this program cost to use?
power_typeIf the module gives an active ability, use this. Mutually exclusive with upgrade.
program_idInternal ID of the program
unlock_soundSound played when an ability is unlocked
unlock_textText shown when an ability is unlocked
upgradeIf the module gives a passive upgrade, use this. Mutually exclusive with power_type.
upgrade_levelThe level of the upgrade for passives

Var Details

bandwidth_used

How many upgrades have been bought of this program?

cooldown

The cooldown when the ability is used

cost

How much memory does the program cost?

installed

Is this program installed?

max_level

Max level for passive upgrades

nanite_cost

How much does this program cost to use?

power_type

If the module gives an active ability, use this. Mutually exclusive with upgrade.

program_id

Internal ID of the program

unlock_sound

Sound played when an ability is unlocked

unlock_text

Text shown when an ability is unlocked

upgrade

If the module gives a passive upgrade, use this. Mutually exclusive with power_type.

upgrade_level

The level of the upgrade for passives