2,675
edits
m
Added UID field
(→List of Headwear: Edited table preambles - clarified that Medium usually grants a bonus to saving throws and added that Light usually grants a bonus to Dex saves.) |
m (Added UID field) |
||
Line 13: | Line 13: | ||
These pieces of headwear don't require any kind of [[Armour#Armour Proficiency|Armour Proficiency]].{{OtherEquipmentTableHeader}} | These pieces of headwear don't require any kind of [[Armour#Armour Proficiency|Armour Proficiency]].{{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, uid, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = (type = "Helmets" OR type = "Headwear") AND (proficiency is null or proficiency = "") AND legacy IS NULL | | where = (type = "Helmets" OR type = "Headwear") AND (proficiency is null or proficiency = "") AND legacy IS NULL | ||
Line 29: | Line 29: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, uid, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Light Armour" AND legacy IS NULL | | where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Light Armour" AND legacy IS NULL | ||
Line 45: | Line 45: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, uid, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Medium Armour" AND legacy IS NULL | | where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Medium Armour" AND legacy IS NULL | ||
Line 61: | Line 61: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, uid, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Heavy Armour" AND legacy IS NULL | | where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Heavy Armour" AND legacy IS NULL | ||
Line 73: | Line 73: | ||
=== Legacy content === | === Legacy content === | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = _pageName=page, name, legacy | | fields = _pageName=page, name, uid, legacy | ||
| order by = legacy | | order by = legacy | ||
| where = (type = "Helmets" OR type = "Headwear") AND (legacy = "unobtainable" OR legacy = "inaccessible") | | where = (type = "Helmets" OR type = "Headwear") AND (legacy = "unobtainable" OR legacy = "inaccessible") |