Headwear: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Added Missing Headware to tables)
Line 15: Line 15:
| 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 = "Helmets" AND (proficiency is null or proficiency = "")
| where = (type = "Helmets" OR type = "Headwear") AND (proficiency is null or proficiency = "")
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 31: Line 31:
| 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 = "Helmets" AND proficiency = "Light Armour"
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Light Armour"
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 47: Line 47:
| 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 = "Helmets" AND proficiency = "Medium Armour"
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Medium Armour"
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 63: Line 63:
| 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 = "Helmets" AND proficiency = "Heavy Armour"
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Heavy Armour"
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template