Shield Wall: Difference between revisions

Jump to navigation Jump to search
291 bytes added ,  16:39, 21 December 2021
description tweaks
(fixed other query, added as of patch because of a possible bug for stopsvalinn being eligiible for shield wall)
(description tweaks)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{As Of Patch|2.0.193.0}}
{{As Of Patch|2.0.200.79}}
{{Skill
{{Skill
| class=Shield
| class=Shield
| req=25 Willpower
| req=25 Willpower
| cost=200
| cost=200
| cd=30
| desc=For the next three rounds, you automatically block all incoming melee attacks (may not be used with bucklers).
| desc=For the next three rounds, you automatically block all incoming melee attacks (may not be used with bucklers).
| id=Shield_ShieldWall
| id=Shield_ShieldWall
}}
}}
Despite it saying that bucklers cannot be used, the game only checks if a shield is ineligible by seeing if their name contains the word "buckler". Thus, {{favilink|stopsvalinn}} can be used for Shield Wall despite being worn on the arm as a buckler.
{{name}} is a skill that increases the chance of blocking melee attacks to 100% for three turns. It can be used only with hand-held shields, not arm-worn bucklers.
==Shields eligible for Shield Wall==
 
== Shields Eligible for Shield Wall ==
<ul><li>{{#invoke:CargoQuery|main
<ul><li>{{#invoke:CargoQuery|main
|q?tables=ItemsTable=IT,GeneralData=GD
|q?tables=ItemsTable=IT,GeneralData=GD
|q?join = IT._pageName=GD._pageName
|q?join = IT._pageName=GD._pageName
|q?fields=PlainName=Page
|q?fields=PlainName=Page
|q?where=PlainName NOT LIKE '%buckler%' AND Skill = 'Shield'
|q?where=WornOn = 'Hand' AND Skill = 'Shield'
|template=favilink
|template=favilink
|delimiter=<li>}}</ul>
|delimiter=<li>}}</ul>


==Shields ineligible for Shield Wall==
== Shields Ineligible for Shield Wall ==
Bucklers (arm-worn shields) cannot be used with this skill.
<ul><li>{{#invoke:CargoQuery|main
<ul><li>{{#invoke:CargoQuery|main
|q?tables=ItemsTable=IT,GeneralData=GD
|q?tables=ItemsTable=IT,GeneralData=GD
|q?join = IT._pageName=GD._pageName
|q?join = IT._pageName=GD._pageName
|q?fields=PlainName=Page
|q?fields=PlainName=Page
|q?where=PlainName LIKE '%buckler%' AND Skill = 'Shield'
|q?where=(NOT WornOn = 'Hand') AND Skill = 'Shield'
|template=favilink
|template=favilink
|delimiter=<li>}}</ul>
|delimiter=<li>}}</ul>
== Ability Cooldown ==
{{willpower cooldown table | 30 }}
== Trivia ==
* Prior to game patch 2.0.200.0, Shield Wall worked with any shield that did not have the string 'buckler' in its name, which meant that Stopsvalinn was also eligible for Shield Wall. However, this is no longer the case.
{{Skills and Powers Navbox}}

Navigation menu