High Capacity: Difference between revisions

420 bytes added ,  03:40, 1 April 2020
add high capacity query
imported>Teamtotobot
m (Bot: Adding {{Mod Navbox}})
(add high capacity query)
Line 11: Line 11:
}}
}}
{{name}} is a mod that increases the max charge capacity to <math>\frac{\text{MaxCharge}\times(14 + \text{Tier})}{10}</math>, where MaxCharge is the current maximum capacity of the [[:Category:Energy Cells|energy cell]].
{{name}} is a mod that increases the max charge capacity to <math>\frac{\text{MaxCharge}\times(14 + \text{Tier})}{10}</math>, where MaxCharge is the current maximum capacity of the [[:Category:Energy Cells|energy cell]].
All energy cells with their max charge and their max charge while high capacity are listed below:
{{#cargo_query:tables=ItemsTable=IT, GeneralData=GD
|join on=IT.JoinKey = GD.JoinKey
|fields=CONCAT('{{((}}Favilink{{!}}', GD.PlainName, '{{))}}')=Energy Cell, IT.MaxCharge=Max Charge,(FLOOR(14)+GD.Tier)*IT.MaxCharge/10=Max Charge (High Capacity)
|where=GD.ParentObject WITHIN 'Energy Cell'
|order by=IT.MaxCharge ASC
}}
{{Mod Navbox}}
{{Mod Navbox}}