Cloaks: Difference between revisions

Jump to navigation Jump to search
m (Added UID field)
(Added icon/passives to requested fields)
Line 12: Line 12:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, uid, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = name
| order by = name
| where = type = "Cloaks" AND rarity = "common" AND legacy IS NULL
| where = type = "Cloaks" AND rarity = "common" AND legacy IS NULL
Line 26: Line 26:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, uid, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = name
| order by = name
| where = type = "Cloaks" AND rarity = "uncommon" AND legacy IS NULL
| where = type = "Cloaks" AND rarity = "uncommon" AND legacy IS NULL
Line 40: Line 40:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, uid, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = name
| order by = name
| where = type = "Cloaks" AND rarity = "rare" AND legacy IS NULL
| where = type = "Cloaks" AND rarity = "rare" AND legacy IS NULL
Line 54: Line 54:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, uid, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = name
| order by = name
| where = type = "Cloaks" AND rarity = "very rare" AND legacy IS NULL
| where = type = "Cloaks" AND rarity = "very rare" AND legacy IS NULL
Line 68: Line 68:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, uid, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, uid, icon, rarity, weight_kg, weight_lb, price, passives, special
| order by = name
| order by = name
| where = type = "Cloaks" AND rarity = "story" AND legacy IS NULL
| where = type = "Cloaks" AND rarity = "story" AND legacy IS NULL