10,977
editsAd placeholder
Headwear: Difference between revisions
Jump to navigation
Jump to search
no edit summary
m (cat) |
No edit summary |
||
Line 4: | Line 4: | ||
== List of Headwear == | == List of Headwear == | ||
=== | === Non-Armour === | ||
These pieces of headwear don't require any kind of [[Armour Proficiency]]. | |||
=== {{ | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = rarity_order, name | |||
| where = type = "Helmets" AND proficiency = "" | |||
| default = {{OtherEquipmentTableEmpty}} | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
{{OtherEquipmentTableFooter}} | |||
=== Light === | |||
These pieces of headwear require Light [[Armour Proficiency]]. | |||
{{OtherEquipmentTableHeader}} | |||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = rarity_order, name | |||
| where = type = "Helmets" AND proficiency = "Light Armour" | |||
| default = {{OtherEquipmentTableEmpty}} | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
{{OtherEquipmentTableFooter}} | |||
=== Medium === | |||
These pieces of headwear require Medium [[Armour Proficiency]] and generally offer protection against critical hits. | |||
{{OtherEquipmentTableHeader}} | |||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = rarity_order, name | |||
| where = type = "Helmets" AND proficiency = "Medium Armour" | |||
| default = {{OtherEquipmentTableEmpty}} | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
{{OtherEquipmentTableFooter}} | |||
=== Heavy === | |||
These pieces of headwear require Medium [[Armour Proficiency]] and generally offer protection against critical hits. | |||
{{OtherEquipmentTableHeader}} | |||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = rarity_order, name | |||
| where = type = "Helmets" AND proficiency = "Heavy Armour" | |||
| default = {{OtherEquipmentTableEmpty}} | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
{{OtherEquipmentTableFooter}} |