The wiki has moved!

Visit the new wiki at stationeers-wiki.com The old wiki here at legacy.stationeers-wiki.com will sunset eventually.

Edits made after the 7th of March 6PM EST were NOT carried over to the new server as previously announced right here in this box.

 Actions

Difference between revisions of "Battery Cell"

From Unofficial Stationeers Wiki

(shifting this to be more of a directory page)
(add cold self-discharge rate info, wireless battery charging efficiency info, link to wireless charger)
 
Line 4: Line 4:
 
= Description = <!--T:1-->
 
= Description = <!--T:1-->
 
<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.
 
<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.
 +
 +
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.
 +
<!-- Objects.Items.BatteryCell::OnPowerTick(), Objects.Items.BatteryCell::HandleColdLoss() -->
  
 
The types of non-wireless battery cells currently available in Stationeers are:
 
The types of non-wireless battery cells currently available in Stationeers are:
Line 13: Line 16:
 
* [[Battery Wireless Cell]]
 
* [[Battery Wireless Cell]]
 
* [[Battery Wireless Cell (Big)]]
 
* [[Battery Wireless Cell (Big)]]
 +
 +
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.
 +
<!-- Objects.Items.WirelessBattery::efficiencyOverDistanceMultiplier -->
  
 
== See Also ==
 
== See Also ==
 
* [[Battery Charger]]
 
* [[Battery Charger]]
 
* [[Battery Charger Small]]
 
* [[Battery Charger Small]]
 +
* [[Power Transmitter Omni]]

Latest revision as of 11:14, 12 November 2025

Other languages:
English

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