Shield: Difference between revisions

Jump to navigation Jump to search
955 bytes added ,  14:31, 9 October 2021
add list of shields
mNo edit summary
(add list of shields)
Line 11: Line 11:
}}
}}
{{in skill tree}}
{{in skill tree}}
==Factions that teach Shield==
==Factions that teach Shield==
{{#cargo_query:table=Factions|fields=CONCAT('[[:',_pageName,'|',PlainName,']]')|where=WaterRitualSkill='Shield' AND (_pageNamespace='14' OR _pageNamespace='0')|format=ul}}
{{#cargo_query:table=Factions|fields=CONCAT('[[:',_pageName,'|',PlainName,']]')|where=WaterRitualSkill='Shield' AND (_pageNamespace='14' OR _pageNamespace='0')|format=ul}}
==Available Shields ==
<div style="display:flex;flex-wrap:wrap;">
<div style="margin-right: 2.5em;">
=== Handheld Shields ===
{{#cargo_query:
| tables = GeneralData=GD,ItemsTable=IT
| join on = GD.JoinKey=IT.JoinKey
| fields = CONCAT('{{(}}favilink id{{!}}',GD.ObjectID,'{{)}}')=Shield,
            CONCAT('{{(}}AV{{)}}',IT.AV)=AV,
            CONCAT('{{(}}DV{{)}}',IT.DV)=DV
| where = IT.WornOn = 'Hand' AND IT.Skill = 'Shield'
| order by = IT.AV DESC,IT.DV DESC,GD.PlainName
| format = table
}}
</div>
<div style="margin-right: 2.5em;">
=== Bucklers ===
{{#cargo_query:
| tables = GeneralData=GD,ItemsTable=IT
| join on = GD.JoinKey=IT.JoinKey
| fields = CONCAT('{{(}}favilink id{{!}}',GD.ObjectID,'{{)}}')=Shield,
            CONCAT('{{(}}AV{{)}}',IT.AV)=AV,
            CONCAT('{{(}}DV{{)}}',IT.DV)=DV
| where = IT.WornOn = 'Arm' AND IT.Skill = 'Shield'
| order by = IT.AV DESC,IT.DV DESC,GD.PlainName
| format = table
}}
</div>
</div>
{{Skills and Powers Navbox}}
{{Skills and Powers Navbox}}

Navigation menu