Difference between revisions of "Battery Charger Small"
From Unofficial Stationeers Wiki
m (→Estimated Charging Times: Add Wireless Cells) |
Emilgardis (talk | contribs) |
||
Line 3: | Line 3: | ||
<translate> | <translate> | ||
{{Itembox | {{Itembox | ||
− | + | | name = Battery Charger Small | |
− | + | | image = [[File:ItemBatteryChargerSmall.png]] | |
− | + | | prefabhash = 1008295833 | |
− | + | | prefabname = ItemBatteryChargerSmall | |
− | + | | stacks = 10 | |
+ | | slot_class = SlotClass.None | ||
+ | | sorting_class = SortingClass.Default | ||
+ | | recipe_machine1 = Electronics Printer | ||
+ | | recipe_cost1 = 5g [[Iron]], 2g [[Gold]], 2g [[Copper]] | ||
+ | | constructs = [[Battery Charger Small]] | ||
}} | }} | ||
{{Structurebox | {{Structurebox | ||
− | + | | name = Battery Charger Small | |
− | + | | image = [[File:Battery_charger_small.jpg]] | |
− | + | | prefab_hash = -761772413 | |
− | + | | prefab_name = StructureBatteryChargerSmall | |
− | + | | power_usage = 5W standby power + 400W per battery | |
− | + | | placed_on_grid = Small Grid | |
− | + | | decon_with_tool1 = [[Hand Drill]] | |
+ | | placed_with_item = [[Battery Charger Small]] | ||
+ | | item_rec1 = [[Battery Charger Small]] | ||
}} | }} | ||
Revision as of 06:10, 20 May 2024
Constructing Options | Battery Charger Small |
---|---|
Properties | |
Stacks | Yes (10) |
Recipes | |
Electronics Printer | 5g Iron, 2g Gold, 2g Copper |
Logic | |
Item Hash | 1008295833 |
Item Name | ItemBatteryChargerSmall |
Logic Classes |
SlotClass.None SortingClass.Default |
File:Battery charger small.jpg | |
Operation | |
---|---|
Power Usage | 5W standby power + 400W per battery |
Prefab Hash | -761772413 |
Prefab Name | StructureBatteryChargerSmall |
Construction | |
Placed with | Battery Charger Small |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Battery Charger Small |
This small battery charger can charge 2 battery cells at once. Players start the game with one small 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 400 Watts. The maximum amount of power needed for two batteries is 800 Watts. Connecting the battery charger to heavy cables will not increase the charging rate. It consumes 5 Watt standby power when switched on regardless of the number of batteries connected.
Estimated Charging Times
Battery Type | Capacity (J) | Estimated Charging Time @ 400J/tick |
---|---|---|
Battery Cell (Small) | 36,000 | 45s |
Battery Cell (Large) | 288,000 | 6m |
Battery Cell (Nuclear) | 2,304,000 | 48m |
Battery Wireless Cell | 12,000 | 15s |
Battery Wireless Cell (Big) | 72,000 | 1m 30s |
Data Network Properties
These are all Data Network properties of this device.
Data Parameters
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
Parameter Name | Data Type | Description |
---|---|---|
On | Boolean | Turns the Small Battery Charger on, when set to 1. Turns it off, when set to 0. |
Data Outputs
These are all parameters, that can be read with a Logic Reader or a Slot 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 Small Battery Charger is receiving power and is turned on. (0 for no, 1 for yes) |
On | Boolean | Turns the Small Battery Charger on, when set to 1. Turns it off, when set to 0. |
Error | Boolean | Returns whether the Small Battery Charger is currently flashing an error. (0 for no, 1 for yes) |
RequiredPower | Integer | Returns the current amount of power needed for the Small Battery Charger. |