/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/power.dm

WATTThe watt is the standard unit of power for this codebase. Do not change this.
JOULEThe joule is the standard unit of energy for this codebase. Do not change this.
WATTSThe watt is the standard unit of power for this codebase. You can use this with other defines to clarify that it will be multiplied by time.
JOULESThe joule is the standard unit of energy for this codebase. You can use this with other defines to clarify that it will not be multiplied by time.
STANDARD_CELL_VALUEThe capacity of a standard power cell
STANDARD_CELL_CHARGEThe amount of energy, in joules, a standard powercell has.
STANDARD_CELL_RATEThe amount of power, in watts, a standard powercell can give.

Define Details

JOULE

The joule is the standard unit of energy for this codebase. Do not change this.

JOULES

The joule is the standard unit of energy for this codebase. You can use this with other defines to clarify that it will not be multiplied by time.

STANDARD_CELL_CHARGE

The amount of energy, in joules, a standard powercell has.

STANDARD_CELL_RATE

The amount of power, in watts, a standard powercell can give.

STANDARD_CELL_VALUE

The capacity of a standard power cell

WATT

The watt is the standard unit of power for this codebase. Do not change this.

WATTS

The watt is the standard unit of power for this codebase. You can use this with other defines to clarify that it will be multiplied by time.