Headwear: Difference between revisions

Jump to navigation Jump to search
2,285 bytes added ,  21 March
Added icon/passives to requested fields
No edit summary
(Added icon/passives to requested fields)
 
(27 intermediate revisions by 13 users not shown)
Line 1: Line 1:
'''Headwear''' includes caps, helmets, circlets, and so on. They can provide bonuses to saving throws, or grant item-specific actions such as the ability to cast a certain spell.
{{PageSeo
| description = Headwear includes caps, helmets, circlets, and other items worn in the Helmet slot.
| 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 Headwear ==
== List of Headwear ==


=== Common ===
=== Non-Armour ===


* [[File:Circlet Icon.png|frameless|x40px]] [[Circlet]]
These pieces of headwear don't require any kind of [[Armour#Armour Proficiency|Armour Proficiency]].{{OtherEquipmentTableHeader}}
* [[File:Helmet Icon.png|frameless|x40px]] [[Helmet]]
{{#cargo_query: tables = equipment
* [[File:Leather Helmet Icon.png|frameless|x40px]] [[Leather Helmet]]
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
* [[File:Whispering Mask Icon.png|frameless|x40px]] [[Whispering Mask]]
| order by = rarity_order, name
* [[File:Frayed Drow Hood Icon.png|frameless|x40px]] [[Frayed Drow Hood]]
| where = (type = "Helmets" OR type = "Headwear") AND (proficiency is null or proficiency = "") AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| format = template
| template = OtherEquipmentTableRow
| named args = yes
}}
{{OtherEquipmentTableFooter}}


=== {{Uncommon}} ===
=== Light ===


* [[File:Arcane Circlet Icon.png|frameless|x40px]] [[Arcane Circlet]]
These pieces of headwear require Light [[Armour#Armour Proficiency|Armour Proficiency]] and generally offer a bonus to Dexterity {{SavingThrow}}s.
* [[File:Warped Headband Of Intellect Icon.png|frameless|x40px]] [[Warped Headband of Intellect]]
* [[File:Helmet Of Icon.png|frameless|x40px]] [[Helmet of Autonomy]]
* [[File:Wapira's Crown Icon.png|frameless|x40px]] [[Wapira’s Crown]]
* [[Circlet of Fire]]
* [[Helmet of Grit]]
* [[File:Frayed Drow Hood Icon.png|frameless|x40px]] [[Shadow of Menzoberranzan]]


=== {{Rare}} ===
{{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}}


* [[Haste Helm]]
=== 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