Headwear: Difference between revisions

Jump to navigation Jump to search
1,755 bytes added ,  21 March
Added icon/passives to requested fields
(→‎List Of Helmets: added helmets)
(Added icon/passives to requested fields)
 
(32 intermediate revisions by 14 users not shown)
Line 1: Line 1:
[[Main Page]] > [[Equipment]] > [[Equipment#Accessories|Accessories]] > [[Helmets]]
{{PageSeo
----
| description = Headwear includes caps, helmets, circlets, and other items worn in the Helmet slot.
'''Helmets''' are type of accessories that provide beneficial passives, allow characters to cast certain [[Spell|Spells]] or offer bonuses to [[Saving Throws]].
| image = Circlet_of_Fire_Icon.png
}}
[[Category:Equipment]]
'''Headwear''' includes caps, helmets, circlets, and other items worn in the Helmet slot. They can protect the wearer from [[Die_Rolls#Critical_Miss_/_Critical_Hit|Critical Hit]]s, provide bonuses to [[Saving Throw]]s, or grant item-specific actions such as the ability to cast a certain spell.


== List Of Helmets ==
== List of Headwear ==
* [[File:Circlet Icon.png|frameless|upright=0.1]] [[Circlet]]
 
* [[File:Helmet Icon.png|frameless|upright=0.1]] [[Helmet]]
=== Non-Armour ===
* [[File:Leather Helmet Icon.png|frameless|upright=0.1]] [[Leather Helmet]]
 
* [[File:Whispering Mask Icon.png|frameless|upright=0.1]] [[Whispering Mask]]
These pieces of headwear don't require any kind of [[Armour#Armour Proficiency|Armour Proficiency]].{{OtherEquipmentTableHeader}}
* [[File:Frayed Drow Hood Icon.png|frameless|upright=0.1]] [[Frayed Drow Hood]]
{{#cargo_query: tables = equipment
* [[File:Arcane Circlet Icon.png|frameless|upright=0.1]] [[Arcane Circlet| <span style="color:limegreen"> Arcane Circlet</span>]]
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
* [[File:Warped Headband Of Intellect Icon.png|frameless|upright=0.1]] [[Warped Headband of Intellect| <span style="color:limegreen">Warped Headband of Intellect</span>]]
| order by = rarity_order, name
* [[File:Helmet Of Icon.png|frameless|upright=0.1]] [[Helmet of Autonomy| <span style="color:limegreen">Helmet of Autonomy</span>]]
| where = (type = "Helmets" OR type = "Headwear") AND (proficiency is null or proficiency = "") AND legacy IS NULL
* [[File:Wapira's Crown Icon.png|frameless|upright=0.1]] [[Wapira’s Crown| <span style="color:limegreen">Wapira’s Crown</span>]]
| default = {{OtherEquipmentTableEmpty}}
* [[Circlet of Fire| <span style="color:limegreen">Circlet of Fire</span>]]
| format = template
* [[Helmet of Grit| <span style="color:limegreen">Helmet of Grit</span>]]
| template = OtherEquipmentTableRow
* [[Haste Helm| <span style="color:deepskyblue">Haste Helm</span>]]
| named args = yes
* [[File:Frayed Drow Hood Icon.png|frameless|upright=0.1]] [[Shadow of Menzoberranzan| <span style="color:mediumvioletred">Shadow of Menzoberranzan</span>]]
}}
{{OtherEquipmentTableFooter}}
 
=== Light ===
 
These pieces of headwear require Light [[Armour#Armour Proficiency|Armour Proficiency]] and generally offer a bonus to Dexterity {{SavingThrow}}s.
 
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = rarity_order, name
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Light Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| format = template
| template = OtherEquipmentTableRow
| named args = yes
}}
{{OtherEquipmentTableFooter}}
 
=== Medium ===
 
These pieces of headwear require Medium [[Armour#Armour Proficiency|Armour Proficiency]] and generally offer a bonus to Constitution {{SavingThrow}}s. In Early Access, they more often protected against critical hits.
 
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = rarity_order, name
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Medium Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| format = template
| template = OtherEquipmentTableRow
| named args = yes
}}
{{OtherEquipmentTableFooter}}
 
=== Heavy ===
 
These pieces of headwear require Heavy [[Armour#Armour Proficiency|Armour Proficiency]] and generally offer protection against critical hits.
 
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = rarity_order, name
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Heavy Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| format = template
| template = OtherEquipmentTableRow
| named args = yes
}}
{{OtherEquipmentTableFooter}}
 
=== Legacy content ===
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, uid, legacy
| order by = legacy
| where = (type = "Helmets" OR type = "Headwear")  AND (legacy = "unobtainable" OR legacy = "inaccessible")
| format = template
| template = Legacy item entry
| intro = <ul>
| outro = </ul>
| named args = yes
}}
 
{{NavGameplay}}

Navigation menu