Shiptest 13 - Modules - TypesDefine Details

code/__DEFINES/cells.dm

POWER_CELL_USE_MINIMUMThe minimal amount of power an item can use.
POWER_CELL_USE_VERY_LOWFor items that barely use any power at all.
POWER_CELL_USE_LOWFor items that generally wouldn't use very much power.
POWER_CELL_USE_NORMALFor items that use a average amount of power.
POWER_CELL_USE_HIGHFor items that use a high amount of power.
POWER_CELL_USE_INSANEFor items that use A LOT OF POWER.

Define Details

POWER_CELL_USE_HIGH

For items that use a high amount of power.

POWER_CELL_USE_INSANE

For items that use A LOT OF POWER.

POWER_CELL_USE_LOW

For items that generally wouldn't use very much power.

POWER_CELL_USE_MINIMUM

The minimal amount of power an item can use.

POWER_CELL_USE_NORMAL

For items that use a average amount of power.

POWER_CELL_USE_VERY_LOW

For items that barely use any power at all.