code/__DEFINES/power.dm 
WATT | The watt is the standard unit of power for this codebase. Do not change this. |
---|---|
JOULE | The joule is the standard unit of energy 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. |
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_VALUE | The capacity of a standard power cell |
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_BATTERY_VALUE | Capacity of a standard battery |
STANDARD_BATTERY_CHARGE | The amount of energy, in joules, a standard battery has. |
STANDARD_BATTERY_RATE | The amount of energy, in watts, a standard battery 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_BATTERY_CHARGE 
The amount of energy, in joules, a standard battery has.
STANDARD_BATTERY_RATE 
The amount of energy, in watts, a standard battery can give.
STANDARD_BATTERY_VALUE 
Capacity of a standard battery
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.