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

modular_computer

Vars

base_active_power_usagePower usage when the computer is open (screen is active) and can be interacted with.
base_idle_power_usagePower usage when the computer is idle and screen is off (currently only applies to laptops)
cpuCPU that handles most logic while this type only handles power and other specific things.
hardware_flagA flag that describes this device type
icon_state_poweredIcon state when the computer is turned on.
icon_state_unpoweredIcon state when the computer is turned off.
light_strengthLight luminosity when turned on
max_idle_programsAmount of programs that can be ran at once
screen_icon_screensaverIcon state overlay when the computer is powered, but not 'switched on'.
screen_icon_state_menuIcon state overlay when the computer is turned on, but no program is loaded that would override the screen.
steel_sheet_costAmount of steel sheets refunded when disassembling an empty frame of this computer.

Procs

processTry to recharge our internal cell if it isn't fully charged.
relay_icon_updateEats the "source" arg because update_icon actually expects args now.

Var Details

base_active_power_usage

Power usage when the computer is open (screen is active) and can be interacted with.

base_idle_power_usage

Power usage when the computer is idle and screen is off (currently only applies to laptops)

cpu

CPU that handles most logic while this type only handles power and other specific things.

hardware_flag

A flag that describes this device type

icon_state_powered

Icon state when the computer is turned on.

icon_state_unpowered

Icon state when the computer is turned off.

light_strength

Light luminosity when turned on

max_idle_programs

Amount of programs that can be ran at once

screen_icon_screensaver

Icon state overlay when the computer is powered, but not 'switched on'.

screen_icon_state_menu

Icon state overlay when the computer is turned on, but no program is loaded that would override the screen.

steel_sheet_cost

Amount of steel sheets refunded when disassembling an empty frame of this computer.

Proc Details

process

Try to recharge our internal cell if it isn't fully charged.

relay_icon_update

Eats the "source" arg because update_icon actually expects args now.