Serrated: Difference between revisions

114 bytes removed ,  14:55, 5 October 2021
m
no edit summary
(add list of eligible items)
mNo edit summary
Line 17: Line 17:
=== Axes ===
=== Axes ===
{{#cargo_query:
{{#cargo_query:
   | tables = Modability=M,GeneralData=GD,MissileWeaponData=MWD
   | tables = Modability=M,GeneralData=GD
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=MWD.JoinKey
   | join on = M.JoinKey=GD.JoinKey
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{)}}') = Item,
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{)}}') = Item,
   | where = M.SupportedMods HOLDS 'AxeMods'
   | where = M.SupportedMods HOLDS 'AxeMods'
   | order by = MWD.Accuracy,GD.PlainName
   | order by = GD.PlainName
   | format = ul
   | format = ul
}}
}}
Line 28: Line 28:
=== Long Blades ===
=== Long Blades ===
{{#cargo_query:
{{#cargo_query:
   | tables = Modability=M,GeneralData=GD,MissileWeaponData=MWD
   | tables = Modability=M,GeneralData=GD
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=MWD.JoinKey
   | join on = M.JoinKey=GD.JoinKey
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{)}}') = Item,
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{)}}') = Item,
   | where = M.SupportedMods HOLDS 'LongBladeMods'
   | where = M.SupportedMods HOLDS 'LongBladeMods'
   | order by = MWD.Accuracy,GD.PlainName
   | order by = GD.PlainName
   | format = ul
   | format = ul
}}
}}