Handwear: Difference between revisions

Jump to navigation Jump to search
2,225 bytes added ,  21 March
Added icon/passives to requested fields
No edit summary
(Added icon/passives to requested fields)
 
(27 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{PageSeo
| description = Handwear includes gloves, gauntlets, bracers, and so on. They can provide bonuses to saving throws, or grant item-specific actions such as the ability to cast a certain spell.
| image = Leather Gloves Icon.png
}}
'''Handwear''' includes gloves, gauntlets, bracers, and so on.  They can provide bonuses to saving throws, or grant item-specific actions such as the ability to cast a certain spell.
'''Handwear''' includes gloves, gauntlets, bracers, and so on.  They can provide bonuses to saving throws, or grant item-specific actions such as the ability to cast a certain spell.
[[Category:Equipment]]


== List of Handwear ==
== List of Handwear ==


=== Common ===
=== Non-Armour ===
 
These pieces of handwear don't require any kind of [[Armour#Armour Proficiency|Armour Proficiency]].
 
{{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 = "Gloves" AND (proficiency is null or proficiency = "") AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| format = template
| template = OtherEquipmentTableRow
| named args = yes
}}
{{OtherEquipmentTableFooter}}
 
=== Light ===
 
These pieces of handwear require Light [[Armour#Armour Proficiency|Armour Proficiency]].
 
{{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 = "Gloves" AND proficiency = "Light Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| format = template
| template = OtherEquipmentTableRow
| named args = yes
}}
{{OtherEquipmentTableFooter}}
 
=== Medium ===
 
These pieces of handwear require Medium [[Armour#Armour Proficiency|Armour Proficiency]].


* [[Drow Leather Gloves]]
{{OtherEquipmentTableHeader}}
* [[Leather Bracers]]
{{#cargo_query: tables = equipment
* [[File:Metallic Gloves Icon.png|frameless|x40px]] [[Metallic Gloves]]
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = rarity_order, name
| where = type = "Gloves" AND proficiency = "Medium Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| format = template
| template = OtherEquipmentTableRow
| named args = yes
}}
{{OtherEquipmentTableFooter}}


=== {{Uncommon}} ===
=== Heavy ===


* [[Gloves of Fire Resistance]]
These pieces of handwear require Heavy [[Armour#Armour Proficiency|Armour Proficiency]].
* [[Gloves of Flint And Steel]]
* [[File:Gloves Of Icon.png|frameless|x40px]] [[Gloves of Power]]
* [[Fleetfingers]]
* [[File:Gloves Of Icon.png|frameless|x40px]] [[Herbalist's Gloves]]
* [[File:Hellrider's Pride Icon.png|frameless|x40px]] [[Hellrider's Pride]]
* [[The Sparkle Hands]]


=== {{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 = "Gloves" AND proficiency = "Heavy Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| format = template
| template = OtherEquipmentTableRow
| named args = yes
}}
{{OtherEquipmentTableFooter}}


(None known yet)
=== Legacy content ===
{{#cargo_query: tables = equipment
| fields = _pageName=page, uid, name, legacy
| order by = legacy
| where = type = "Gloves" AND (legacy = "unobtainable" OR legacy = "inaccessible")
| format = template
| template = Legacy item entry
| intro = <ul>
| outro = </ul>
| named args = yes
}}
{{NavGameplay}}

Navigation menu