64,558
editsMore actions
Added icon/passives to requested fields
mNo edit summary |
HiddenDragon (talk | contribs) (Added icon/passives to requested fields) |
||
(9 intermediate revisions by 6 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]] | [[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. | ||
Line 10: | Line 14: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = name, | | fields = _pageName=page, name, icon, rarity, weight_kg, weight_lb, price, passives, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Boots" AND proficiency = "" | | where = type = "Boots" AND (proficiency is null or proficiency = "") AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 26: | Line 30: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = name, | | fields = _pageName=page, name, icon, rarity, weight_kg, weight_lb, price, passives, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Boots" AND proficiency = "Light Armour" | | where = type = "Boots" AND proficiency = "Light Armour" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 42: | Line 46: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = name, | | fields = _pageName=page, name, icon, rarity, weight_kg, weight_lb, price, passives, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Boots" AND proficiency = "Medium Armour" | | where = type = "Boots" AND proficiency = "Medium Armour" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 58: | Line 62: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = name, | | fields = _pageName=page, name, icon, rarity, weight_kg, weight_lb, price, passives, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Boots" AND proficiency = "Heavy Armour" | | where = type = "Boots" AND proficiency = "Heavy Armour" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 68: | Line 72: | ||
{{OtherEquipmentTableFooter}} | {{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}} |