10,916
editsMore actions
no edit summary
m (cat) |
No edit summary |
||
Line 4: | Line 4: | ||
== List of Footwear == | == List of Footwear == | ||
=== | === Non-Armour === | ||
These pieces of footwear don't require any kind of [[Armour#Armour Proficiency|Armour Proficiency]]. | |||
=== {{ | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = rarity_order, name | |||
| where = type = "Boots" AND proficiency = "" | |||
| default = {{OtherEquipmentTableEmpty}} | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
{{OtherEquipmentTableFooter}} | |||
=== Light === | |||
These pieces of footwear require Light [[Armour#Armour Proficiency|Armour Proficiency]]. | |||
{{OtherEquipmentTableHeader}} | |||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = rarity_order, name | |||
| where = type = "Boots" AND proficiency = "Light Armour" | |||
| default = {{OtherEquipmentTableEmpty}} | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
{{OtherEquipmentTableFooter}} | |||
=== | === Medium === | ||
These pieces of footwear require Medium [[Armour#Armour Proficiency|Armour Proficiency]]. | |||
{{OtherEquipmentTableHeader}} | |||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = rarity_order, name | |||
| where = type = "Boots" AND proficiency = "Medium Armour" | |||
| default = {{OtherEquipmentTableEmpty}} | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
{{OtherEquipmentTableFooter}} | |||
=== Heavy === | |||
These pieces of footwear require Medium [[Armour#Armour Proficiency|Armour Proficiency]]. | |||
{{OtherEquipmentTableHeader}} | |||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = rarity_order, name | |||
| where = type = "Boots" AND proficiency = "Heavy Armour" | |||
| default = {{OtherEquipmentTableEmpty}} | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
{{OtherEquipmentTableFooter}} |