Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Battery Cell: Difference between revisions

From Stationeers Community Wiki
Katree (talk | contribs)
m Adding power category
m Formatting typo fix
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Power]]
[[Category:Power]]
<languages />
 
__NOTOC__
__NOTOC__
== Description == <!--T:1-->
The battery cells are used in many items and tools. Aside from energy capacity, they are interchangeable in all uses.  Small cells will be depleted quite rapidly in certain items/tools, such as a suit, portable A/C, or [[Arc Welder]], however, due to their small energy capacity.  Other tools, such as the [[Labeller]] and [[Laptop]], consume very little power and can be run off of even small cells for extended periods.
[[Battery Wireless Cell|Wireless cells]] are also available.


=== Battery Cell (Small) === <!--T:2-->
== Description ==
{{Itembox
<b>Battery Cells</b> are a type of battery used in many tools and equipment. Aside from energy capacity needs, they are interchangeable in all uses.
| name = Battery Cell (Small)
 
| image = [[File:ItemBatteryCell.png]]
Battery cells below 0°C at or above 1 atmosphere lose charge at a rate of 1 W at 0 K, decreasing linearly to 0 W at 0°C. This loss decreases linearly proportional to the atmospheric pressure they are exposed to, up to none at 0 Pa.
| prefabhash = 700133157
<!-- Objects.Items.BatteryCell::OnPowerTick(), Objects.Items.BatteryCell::HandleColdLoss() -->
| prefabname = ItemBatteryCell
| stacks = 1
| slot_class = SlotClass.Battery
| sorting_class = SortingClass.Default
| recipe_machine1 = Electronics Printer
| recipe_cost1 = 2g [[Iron]], 2g [[Gold]], 5g [[Copper]]
}}


<!--T:3-->
The types of non-wireless battery cells currently available in Stationeers are:
* You can make small cells without Steel.
* [[Battery Cell (Small)]]
* They have a power capacity of 36,000J (10 Wh).
* [[Battery Cell (Large)]]
* [[Battery Cell (Nuclear)]]


=== Battery Cell (Large) === <!--T:4-->
There are also wireless battery cells:
{{Itembox
* [[Battery Wireless Cell]]
| name = Battery Cell (Large)
* [[Battery Wireless Cell (Big)]]
| image = [[File:ItemBatteryCellLarge.png]]
| prefabhash = -459827268
| prefabname = ItemBatteryCellLarge
| stacks = 1
| slot_class = SlotClass.Battery
| sorting_class = SortingClass.Default
| recipe_machine1 = Electronics Printer
| recipe_cost1 = 5g [[Gold]], 10g [[Copper]], 5g [[Steel]]
}}
<!--T:5-->
* Large cells require Steel.
* They have a capacity of 288,000J (80 Wh).


=== Battery Cell (Nuclear) === <!--T:6-->
Wireless Battery Cells have a wireless charging efficiency of 75% when positioned at their transmitter, decreasing in an S-curve down to 25% at their maximum charging distance.
{{Itembox
<!-- Objects.Items.WirelessBattery::efficiencyOverDistanceMultiplier -->
| name = Battery Cell (Nuclear)
| image = [[File:ItemBatteryCellNuclear.png]]
| prefabhash = 544617306
| prefabname = ItemBatteryCellNuclear
| stacks = 1
| slot_class = SlotClass.Battery
| sorting_class = SortingClass.Default
| recipe_machine1 = Electronics Printer (Tier Two)
| recipe_cost1 = 5g [[Steel]], 5g [[Inconel]], 10g [[Astroloy]]
}}
<!--T:7-->
* Nuclear cells require Steel, Inconel & Astroloy
* They have a capacity of 2,304,000J (640 Wh).


== See Also ==
== See Also ==
* [[Battery Wireless Cell]]
* [[Battery Charger]]
* [[Battery Charger]]
* [[Battery Charger Small]]
* [[Battery Charger Small]]
* [[Power Transmitter Omni]]

Latest revision as of 19:22, 2 June 2026



Description

Battery Cells are a type of battery used in many tools and equipment. Aside from energy capacity needs, they are interchangeable in all uses.

Battery cells below 0°C at or above 1 atmosphere lose charge at a rate of 1 W at 0 K, decreasing linearly to 0 W at 0°C. This loss decreases linearly proportional to the atmospheric pressure they are exposed to, up to none at 0 Pa.

The types of non-wireless battery cells currently available in Stationeers are:

There are also wireless battery cells:

Wireless Battery Cells have a wireless charging efficiency of 75% when positioned at their transmitter, decreasing in an S-curve down to 25% at their maximum charging distance.

See Also