Footwear
Footwear includes boots of various types. They can provide bonuses to saving throws, or grant item-specific actions such as the ability to cast a certain spell.
List of Footwear
Non-Armour
These pieces of footwear don't require any kind of Armour Proficiency.
Item | Weight | Price | Effects
{{#cargo_query: tables = equipment |
fields = name, image, rarity, weight_kg, weight_lb, price, special | order by = rarity_order, name | where = type = "Boots" AND (proficiency is null or proficiency = "") | default = |
---|---|---|---|---|---|---|---|
None known so far | |||||||
format = template | template = OtherEquipmentTableRow | named args = yes
}} |
Light
These pieces of footwear require Light Armour Proficiency.
Item | Weight | Price | Effects
{{#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 = |
---|---|---|---|---|---|---|---|
None known so far | |||||||
format = template | template = OtherEquipmentTableRow | named args = yes
}} |
Medium
These pieces of footwear require Medium Armour Proficiency.
Item | Weight | Price | Effects
{{#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 = |
---|---|---|---|---|---|---|---|
None known so far | |||||||
format = template | template = OtherEquipmentTableRow | named args = yes
}} |
Heavy
These pieces of footwear require Heavy Armour Proficiency.
Item | Weight | Price | Effects
{{#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 = |
---|---|---|---|---|---|---|---|
None known so far | |||||||
format = template | template = OtherEquipmentTableRow | named args = yes
}} |
|