High Capacity: Difference between revisions

1 byte removed ,  15:59, 7 October 2021
m
Update to use new Cargo table
mNo edit summary
m (Update to use new Cargo table)
Line 13: Line 13:


All energy cells with their max charge and their max charge while high capacity are listed below:
All energy cells with their max charge and their max charge while high capacity are listed below:
{{#cargo_query:tables=ItemsTable=IT, GeneralData=GD
{{#cargo_query:tables=GeneralData=GD,ArtifactData=AD
|join on=IT.JoinKey = GD.JoinKey
|join on=GD.JoinKey=AD.JoinKey
|fields=CONCAT('{{((}}Favilink{{!}}', GD.PlainName, '{{))}}')=Energy Cell, IT.MaxCharge=Max Charge,(FLOOR(14)+GD.Tier)*IT.MaxCharge/10=Max Charge (High Capacity)
|fields=CONCAT('{{((}}Favilink{{!}}', GD.PlainName, '{{))}}')=Energy Cell, AD.MaxCharge=Max Charge,(FLOOR(14)+GD.Tier)*AD.MaxCharge/10=Max Charge (High Capacity)
|where=GD.ParentObject WITHIN 'Energy Cell'
|where=GD.ParentObject WITHIN 'Energy Cell'
|order by=IT.MaxCharge, GD.Tier ASC
|order by=AD.MaxCharge, GD.Tier ASC
}}
}}
{{Mod Navbox}}
{{Mod Navbox}}