Battery Charger
From Unofficial Stationeers Wiki
Properties | |
---|---|
Stacks | Yes (5) |
Recipe | |
Created With | Fabricator |
Cost | 10g Iron, 5g Gold, 5g Copper |
Construction | |
---|---|
Placed with | {{{placed_with_item}}} |
Placed on | {{{placed_on_grid}}} |
The battery charger can charge 5 batteries at once. Players start the game with one battery charger in their Construction Supplies 2 Box.
Contents
Tips
It's wise to set this up with the starting Battery Cell (Large) in order to prevent running out of suit power by the second day.
Power Consumption
Each charging battery will draw 500 Watts. The maximum amount of power needed for five batteries is 2500 Watts. Connecting the battery charger to heavy cables will not increase the charging rate. It consumes 10 Watt standby power when switched on regardless of the number of batteries connected.
Estimated Charging Times
Battery Type | Capacity (J) | Estimated Charging Time @ 500W/tick |
---|---|---|
Small Cell | 36,000 | 36s |
Large Cell | 288,000 | 4m 48s |
Nuclear Cell | 2,304,000 | 38m 24s |
Logic Properties
These are all logic properties of this device.
Logic Parameters
These are all parameters, that can be written to with a Logic Writer or a Batch Writer. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.
Parameter Name | Data Type | Description |
---|---|---|
On | Boolean | Turns the Battery Cell Charger on, when set to 1. Turns it off, when set to 0. |
Logic Outputs
These are all parameters, that can be read with a Logic Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
Output Name | Data Type | Description |
---|---|---|
Power | Boolean | Returns whether the Battery Cell Charger is receiving power and is turned on. (0 for no, 1 for yes) |
Error | Boolean | Returns whether the Battery Cell Charger is flashing an error. (0 for no, 1 for yes) |
On | Boolean | Returns whether the Battery Cell Charger is turned on. (0 for no, 1 for yes) |
RequiredPower | Integer | Returns the current amount of power, drawn by the Battery Cell Charger. |
Note
- Current bug: Having a filled battery in your charger will double charging time for the other ones. The time will double with each full battery present inside the charger when charging. (fixed in v0.1.1113.5609)