Handwear: Difference between revisions

Jump to navigation Jump to search
76 bytes added ,  14 October 2023
Added legacy-only query at the end of the page.
(Added legacy-only query at the end of the page.)
Line 18: Line 18:
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| order by = rarity_order, name
| order by = rarity_order, name
| where = type = "Gloves" and (proficiency is null or proficiency = "")
| where = type = "Gloves" AND (proficiency is null or proficiency = "") AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 34: Line 34:
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = name, image, rarity, weight_kg, weight_lb, price, 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 50: Line 50:
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = name, image, rarity, weight_kg, weight_lb, price, 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 66: Line 66:
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = name, image, rarity, weight_kg, weight_lb, price, 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

Navigation menu