Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/power_defines.dm

PW_CHANNEL_EQUIPMENTPower Channel for equipment power users
PW_CHANNEL_LIGHTINGPower chanel for lighting power users
PW_CHANNEL_ENVIRONMENTPower channel for environmental power users
PW_ALWAYS_UNPOWEREDLocal powernet in this area will never be powered, even if its recieving power
PW_ALWAYS_POWEREDLocal powernet in this area will always have power even if its not recieving power
MACHINE_FLICKER_CHANCEroughly 1/2000 chance of a machine flickering on any given tick. That means in a two hour round each machine will flicker on average a little less than two times.
BROKENMachine is broken
NOPOWERMachine is not recieving any power from the local powernet
MAINTmachine is currently under maintenance
EMPEDMachine is currently affected by EMP pulse
NO_POWER_USEThis machine is not currently consuming any power passively
IDLE_POWER_USEThis machine is consuming its idle power amount passively
ACTIVE_POWER_USEThis machine is consuming its active power amount passively
APC_NOT_CHARGINGAPC is not recieving power
APC_IS_CHARGINGAPC is currently recieving power and storing it
APC_FULLY_CHARGEDAPC battery is at 100%

Define Details

ACTIVE_POWER_USE

This machine is consuming its active power amount passively

APC_FULLY_CHARGED

APC battery is at 100%

APC_IS_CHARGING

APC is currently recieving power and storing it

APC_NOT_CHARGING

APC is not recieving power

BROKEN

Machine is broken

EMPED

Machine is currently affected by EMP pulse

IDLE_POWER_USE

This machine is consuming its idle power amount passively

MACHINE_FLICKER_CHANCE

roughly 1/2000 chance of a machine flickering on any given tick. That means in a two hour round each machine will flicker on average a little less than two times.

MAINT

machine is currently under maintenance

NOPOWER

Machine is not recieving any power from the local powernet

NO_POWER_USE

This machine is not currently consuming any power passively

PW_ALWAYS_POWERED

Local powernet in this area will always have power even if its not recieving power

PW_ALWAYS_UNPOWERED

Local powernet in this area will never be powered, even if its recieving power

PW_CHANNEL_ENVIRONMENT

Power channel for environmental power users

PW_CHANNEL_EQUIPMENT

Power Channel for equipment power users

PW_CHANNEL_LIGHTING

Power chanel for lighting power users