Headwear: Difference between revisions

Jump to navigation Jump to search
(Added Missing Headware to tables)
(Added page name to cargo query)
Line 13: Line 13:
These pieces of headwear don't require any kind of [[Armour#Armour Proficiency|Armour Proficiency]].{{OtherEquipmentTableHeader}}
These pieces of headwear don't require any kind of [[Armour#Armour Proficiency|Armour Proficiency]].{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| order by = rarity_order, name
| order by = rarity_order, name
| where = (type = "Helmets" OR type = "Headwear") AND (proficiency is null or proficiency = "")
| where = (type = "Helmets" OR type = "Headwear") AND (proficiency is null or proficiency = "")
Line 29: Line 29:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| order by = rarity_order, name
| order by = rarity_order, name
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Light Armour"
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Light Armour"
Line 45: Line 45:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| order by = rarity_order, name
| order by = rarity_order, name
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Medium Armour"
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Medium Armour"
Line 61: Line 61:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| order by = rarity_order, name
| order by = rarity_order, name
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Heavy Armour"
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Heavy Armour"