64,558
editsAd placeholder
Footwear: Difference between revisions
Jump to navigation
Jump to search
Added icon/passives to requested fields
No edit summary |
HiddenDragon (talk | contribs) (Added icon/passives to requested fields) |
||
(14 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
{{PageSeo | |||
| description = 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. | |||
| image = Leather Boots Icon.png | |||
}} | |||
[[Category:Equipment]] | |||
'''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. | '''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 == | == 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 = _pageName=page, name, icon, rarity, weight_kg, weight_lb, price, passives, special | |||
| order by = rarity_order, name | |||
| where = type = "Boots" AND (proficiency is null or proficiency = "") AND legacy IS NULL | |||
| 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 = _pageName=page, name, icon, rarity, weight_kg, weight_lb, price, passives, special | |||
| order by = rarity_order, name | |||
| where = type = "Boots" AND proficiency = "Light Armour" AND legacy IS NULL | |||
| 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 = _pageName=page, name, icon, rarity, weight_kg, weight_lb, price, passives, special | |||
| order by = rarity_order, name | |||
| where = type = "Boots" AND proficiency = "Medium Armour" AND legacy IS NULL | |||
| default = {{OtherEquipmentTableEmpty}} | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
{{OtherEquipmentTableFooter}} | |||
=== Heavy === | |||
These pieces of footwear require Heavy [[Armour#Armour Proficiency|Armour Proficiency]]. | |||
{{OtherEquipmentTableHeader}} | |||
{{#cargo_query: tables = equipment | |||
| fields = _pageName=page, name, icon, rarity, weight_kg, weight_lb, price, passives, special | |||
| order by = rarity_order, name | |||
| where = type = "Boots" AND proficiency = "Heavy Armour" AND legacy IS NULL | |||
| default = {{OtherEquipmentTableEmpty}} | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
{{OtherEquipmentTableFooter}} | |||
=== Legacy content === | |||
{{#cargo_query: tables = equipment | |||
| fields = _pageName=page, name, legacy | |||
| order by = legacy | |||
| where = type = "Boots" AND (legacy = "unobtainable" OR legacy = "inaccessible") | |||
| format = template | |||
| template = Legacy item entry | |||
| intro = <ul> | |||
| outro = </ul> | |||
| named args = yes | |||
}} | |||
{{NavGameplay}} |