Energy cell: Difference between revisions

1,985 bytes added ,  00:20, 31 August 2022
Removed redirect to Category:Energy Cells
(Redirected page to Category:Energy Cells)
 
(Removed redirect to Category:Energy Cells)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[:Category:Energy Cells]]
For the category, see [[:Category:Energy Cells]] and [[:Category:Liquid Fueled Energy Cells]].
 
Energy cells are sources of [[power]], or charge. They have a maximum capacity based on the type of cell. The more maximum charge the cell can hold, the higher [[tier]] the item is. There are two types of energy cell.
 
== Energy Cells ==
Regular energy cells store power inside them. These can be sapped by {{favilink|juice sap|plural}}. They can also be modded to [[High Capacity|increase their maximum charge]] or [[Radio-powered|passively recharge themselves above certain strata]].
 
By default, these cells will only display a vague measure of their current charge level. The true percentage can be seen if modded with [[Metered]] or the player is using a [[Scanning#Techscanning|techscanning]] device such as a {{favilink|optical technoscanner}}.
 
{|class="wikitable"
!Percentage
!Electrical
|-
|{{qud text|&K0%}}
|Drained
|-
|{{qud text|&r1-10%}}
|Very Low
|-
|{{qud text|&R11-25%}}
|Low
|-
|{{qud text|&W26-50%}}
|Used
|-
|{{qud text|&g51-75%}}
|Fresh
|-
|{{qud text|&G76-100%}}
|Full
|}
{{#cargo_query:table=ArtifactData=AD,GeneralData=GD|join on=AD.JoinKey=GD.JoinKey|fields=CONCAT('{{((}}Favilink id{{!}}', GD.ObjectID, '{{))}}')=Energy Cell,AD.MaxCharge=Max Charge, (FLOOR(14)+GD.Tier)*AD.MaxCharge/10=Max Charge (High Capacity), FLOOR(GD.Tier*10)=Radio-powered Recharge Speed,FLOOR(GD.Tier + 1)=Max Radio Charge Depth|where=AD._pageNamespace='0' AND GD.ParentObject WITHIN 'Energy Cell'|order by=Max Charge ASC}}
 
== Liquid Fueled Energy Cells ==
The second are liquid fueled, which store 8 [[dram]]s of liquid instead, and consume the liquid inside as charge.
 
{{#cargo_query:tables=ArtifactData=AD,PhysicalProperties=PP,GeneralData=GD|join on=AD.JoinKey=GD.JoinKey,AD.JoinKey=PP.JoinKey
|fields=CONCAT('{{((}}Favilink id{{!}}', GD.ObjectID, '{{))}}')=Liquid Cell,AD.ChargePerDram,FLOOR(PP.Volume) * AD.ChargePerDram=Max Charge|where=GD.ParentObject WITHIN 'Liquid Fueled Energy Cell'|order by=AD.ChargePerDram}}