Energy-loaded missile weapons: Difference between revisions

m
Update to use new Cargo table
(made into table)
m (Update to use new Cargo table)
Line 3: Line 3:
Energy-loaded missile weapons are most commonly powered by [[energy cell]]s, but can also be powered from other sources, such as onboard power systems or [[Electrical Generation]].
Energy-loaded missile weapons are most commonly powered by [[energy cell]]s, but can also be powered from other sources, such as onboard power systems or [[Electrical Generation]].


{{#cargo_query:tables=MissileWeaponData=MWD,GeneralData=GD,ItemsTable=IT
{{#cargo_query:tables=MissileWeaponData=MWD,GeneralData=GD,ArtifactData=AD
|join on=MWD.JoinKey=GD.JoinKey,MWD.JoinKey=IT.JoinKey
|join on=MWD.JoinKey=GD.JoinKey,MWD.JoinKey=AD.JoinKey
|fields=CONCAT('{{(}}favilink id{{!}}',GD.ObjectID,'{{)}}')=Name,IT.ChargeUsed=Energy use,CONCAT('{{(}}#replace:',MWD.AmmoDamageTypes,'{{!}}</br>{{!}},&nbsp;{{)}}')=Damage types
|fields=CONCAT('{{(}}favilink id{{!}}',GD.ObjectID,'{{)}}')=Name,AD.ChargeUsed=Energy use,CONCAT('{{(}}#replace:',MWD.AmmoDamageTypes,'{{!}}</br>{{!}},&nbsp;{{)}}')=Damage types
|where=IT.ChargeUsed IS NOT NULL
|where=AD.ChargeUsed IS NOT NULL
|format=table
|format=table
}}
}}