Category:Liquid Fueled Energy Cells: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(add query that returns max charge of cells)
(fix cargo query)
 
Line 3: Line 3:
Each liquid fueled energy cell acts as a container which can consume a liquid specific to the type of cell in order to supply energy to an artifact. The number of charges which can be extracted from a single dram of liquid varies between cell types.
Each liquid fueled energy cell acts as a container which can consume a liquid specific to the type of cell in order to supply energy to an artifact. The number of charges which can be extracted from a single dram of liquid varies between cell types.


{{#cargo_query:tables=ItemsTable=IT,GeneralData=GD|join on=IT.JoinKey=GD.JoinKey|fields=GD._pageName=Cell,ChargePerDram,FLOOR(MaxVolume) * ChargePerDram=Max Charge|where=GD.ParentObject WITHIN 'Liquid Fueled Energy Cell'|order by=ChargePerDram}}
{{#cargo_query:tables=ArtifactData=AD,PhysicalProperties=PP,GeneralData=GD|join on=AD.JoinKey=GD.JoinKey,AD.JoinKey=PP.JoinKey|fields=GD._pageName=Cell,AD.ChargePerDram,FLOOR(PP.Volume) * AD.ChargePerDram=Max Charge|where=GD.ParentObject WITHIN 'Liquid Fueled Energy Cell'|order by=AD.ChargePerDram}}


[[Category:Energy Cells]]
[[Category:Energy Cells]]

Latest revision as of 15:21, 14 December 2021

Liquid fueled energy cells are a subset of normal Energy Cells which, rather than simply containing a certain number of charges, extract energy from a certain Liquid.

Each liquid fueled energy cell acts as a container which can consume a liquid specific to the type of cell in order to supply energy to an artifact. The number of charges which can be extracted from a single dram of liquid varies between cell types.

Cell ChargePerDram Max Charge
Lead-acid cell 500 4,000
Combustion cell 750 6,000
Thermoelectric cell 5,000 40,000
Biodynamic cell 7,500 60,000

Pages in category "Liquid Fueled Energy Cells"

The following 4 pages are in this category, out of 4 total.