Shield: Difference between revisions

1,254 bytes added ,  13:21, 2 July 2022
m
no edit summary
(Created page with "{{hatnote|This is the skill. For the category of items, check Category:Shields.}} {{Skill | class=Shield | req=0 Strength | cost=100 | prereq= | cd...")
 
mNo edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{hatnote|This is the [[skills and Powers|skill]]. For the category of items, check [[:Category:Shields]].}}
{{disambig hatnote|This is the [[skill]]. For the category of items, check [[:Category:Shields]].
 
}}
{{Skill
{{Skill
| class=Shield
| class=Shield
Line 10: Line 10:
| id=Shield
| id=Shield
}}
}}
{{in skill tree}}
{{No Description}}
==Factions that teach Shield==
 
{{#cargo_query:table=Factions|where=WaterRitualSkill='Shield' AND _pageNamespace='0'|format=ul}}
{{In skill tree}}
 
== Available Shields ==
<!-- This section is excerpted in other places using Template:Excerpt. Please do not change the section title without updating the other pages that excerpt it. -->
<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;">
=== Arm-Worn 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>
<noinclude><!-- noinclude tag prevents the following sections from being transcluded when the section prior to this is Excerpted. -->
{{Factions that teach the skill}}
 
{{Creatures with the skill}}
 
{{Skills and Powers Navbox}}
</noinclude>