Rings: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, 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 29: Line 29:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, 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 44: Line 44:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, 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 59: Line 59:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, 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 74: Line 74:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, 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 86: Line 86:
=== Legacy content ===
=== Legacy content ===
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, legacy
| fields = _pageName=page, name, 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")