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

Power cell

Batteries.

Vars

chargeCurrent charge in cell units
chargeratehow much power is given every tick in a recharger
corruptedIf the power cell was damaged by an explosion, chance for it to become corrupted and function the same as rigged.
grown_batteryIf it's a grown that acts as a battery, add a wire overlay to it.
maxchargeMaximum charge in cell units
ratingdescIf true, the cell will state it's maximum charge in it's description
riggedIf the cell has been booby-trapped by injecting it with plasma. Chance on use() to explode.

Procs

on_reagents_delHandles properly detaching signal hooks.

Var Details

charge

Current charge in cell units

chargerate

how much power is given every tick in a recharger

corrupted

If the power cell was damaged by an explosion, chance for it to become corrupted and function the same as rigged.

grown_battery

If it's a grown that acts as a battery, add a wire overlay to it.

maxcharge

Maximum charge in cell units

ratingdesc

If true, the cell will state it's maximum charge in it's description

rigged

If the cell has been booby-trapped by injecting it with plasma. Chance on use() to explode.

Proc Details

on_reagents_del

Handles properly detaching signal hooks.