Rings: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
m (Added UID field)
Line 12: Line 12:
{{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 = name
| order by = name
| where = type = "Rings" AND rarity = "common" AND legacy IS NULL
| where = type = "Rings" AND rarity = "common" AND legacy IS NULL
Line 27: Line 27:
{{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 = name
| order by = name
| where = type = "Rings" AND rarity = "uncommon" AND legacy IS NULL
| where = type = "Rings" AND rarity = "uncommon" AND legacy IS NULL
Line 42: Line 42:
{{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 = name
| order by = name
| where = type = "Rings" AND rarity = "rare" AND legacy IS NULL
| where = type = "Rings" AND rarity = "rare" AND legacy IS NULL
Line 57: Line 57:
{{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 = name
| order by = name
| where = type = "Rings" AND rarity = "very rare" AND legacy IS NULL
| where = type = "Rings" AND rarity = "very rare" AND legacy IS NULL
Line 72: Line 72:
{{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 = name
| order by = name
| where = type = "Rings" AND rarity = "story" AND legacy IS NULL
| where = type = "Rings" AND rarity = "story" AND legacy IS NULL
Line 84: Line 84:
=== 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 = "Rings" AND (legacy = "unobtainable" OR legacy = "inaccessible")
| where = type = "Rings" AND (legacy = "unobtainable" OR legacy = "inaccessible")