Handwear: Difference between revisions

Jump to navigation Jump to search
787 bytes added ,  21 March
Added icon/passives to requested fields
No edit summary
(Added icon/passives to requested fields)
 
(18 intermediate revisions by 7 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.


Line 11: Line 15:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = rarity_order, name
| order by = rarity_order, name
| where = type = "Gloves" AND proficiency = ""
| where = type = "Gloves" AND (proficiency is null or proficiency = "") AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 27: Line 31:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = rarity_order, name
| order by = rarity_order, name
| where = type = "Gloves" AND proficiency = "Light Armour"
| where = type = "Gloves" AND proficiency = "Light Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 43: Line 47:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = rarity_order, name
| order by = rarity_order, name
| where = type = "Gloves" AND proficiency = "Medium Armour"
| where = type = "Gloves" AND proficiency = "Medium Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 59: Line 63:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = rarity_order, name
| order by = rarity_order, name
| where = type = "Gloves" AND proficiency = "Heavy Armour"
| where = type = "Gloves" AND proficiency = "Heavy Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 68: Line 72:
}}
}}
{{OtherEquipmentTableFooter}}
{{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