High Capacity: Difference between revisions

255 bytes added ,  16:31, 9 October 2021
m
additional infobox properties
(add high capacity query)
m (additional infobox properties)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Mod
{{Mod
|title     ={{qud text|&chigh-capacity|notxml}}
| title             = {{qud text|&chigh-capacity|notxml}}
|type       =Energy Cell
| type               = Energy Cell, Charge Storage
|id         =ModHighCapacity
| id                 = ModHighCapacity
|rarity     =U
| rarity             = U
|tinkerable =yes
| tinkerable         = yes
|tinkertier =1
| tinkertier         = 1
|value     =1.2
| value             = 1.2
|desc       =&CHigh-capacity: This item has increased charge capacity.
| difficulty        = 1
|notxml=yes
| complexity        = 1
| empsensitive      = no
| powerloadsensitive = no
| realitydistortion  = no
| desc               = &CHigh-capacity: This item has increased charge capacity.
| gameversion        = 2.0.201.114
}}
}}
{{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:
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 ASC
|order by=AD.MaxCharge, GD.Tier ASC
}}
}}
{{Mod Navbox}}
{{Mod Navbox}}