Handwear: Difference between revisions

Jump to navigation Jump to search
1,861 bytes added ,  21 March
Added icon/passives to requested fields
m (changed sparkle hands' color)
(Added icon/passives to requested fields)
 
(30 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[Main Page]] > [[Equipment]] > [[Equipment#Accessories|Accessories]] > [[Gloves]]
{{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.
'''Gloves''' are type of accessories that provide beneficial passives or offer bonuses to [[Saving Throws]].
| 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.


== List Of Gloves ==
[[Category:Equipment]]
* [[Drow Leather Gloves]]
 
* [[Leather Bracers]]
== List of Handwear ==
* [[File:Metallic Gloves Icon.png|frameless|upright=0.1]] [[Metallic Gloves]]
 
* [[Gloves of Fire Resistance| <span style="color:limegreen">Gloves of Fire Resistance</span>]]
=== Non-Armour ===
* [[Gloves of Flint And Steel| <span style="color:limegreen">Gloves of Flint And Steel</span>]]
 
* [[File:Gloves Of Icon.png|frameless|upright=0.1]] [[Gloves of Power| <span style="color:limegreen">Gloves of Power</span>]]
These pieces of handwear don't require any kind of [[Armour#Armour Proficiency|Armour Proficiency]].
* [[Fleetfingers| <span style="color:limegreen">Fleetfingers</span>]]
 
* [[File:Gloves Of Icon.png|frameless|upright=0.1]] [[Herbalist's Gloves| <span style="color:limegreen">Herbalist's Gloves</span>]]
{{OtherEquipmentTableHeader}}
* [[File:Hellrider's Pride Icon.png|frameless|upright=0.1]] [[Hellrider's Pride| <span style="color:limegreen"> Hellrider's Pride </span>]]
{{#cargo_query: tables = equipment
* [[The Sparkle Hands| <span style="color:limegreen">The Sparkle Hands</span>]]
| 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]].
 
{{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 = "Medium Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| format = template
| template = OtherEquipmentTableRow
| named args = yes
}}
{{OtherEquipmentTableFooter}}
 
=== Heavy ===
 
These pieces of handwear require Heavy [[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 = "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, 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