Rings: Difference between revisions

Jump to navigation Jump to search
42 bytes removed ,  21 March
Added icon/passives to requested fields
m (Added UID field)
(Added icon/passives to requested fields)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{ up to date | 2023-08-18 }} <!-- Date format is YEAR-MONTH-DAY, like 2023-08-07. -->
{{PageSeo
{{PageSeo
| description = Rings are equippable accessories. At uncommon or higher rarities, they may provide Passive Features, bonuses to Skills, or the ability to cast certain Spells.
| description = Rings are equippable accessories. At uncommon or higher rarities, they may provide Passive Features, bonuses to Skills, or the ability to cast certain Spells.
Line 12: Line 11:
{{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 = "Rings" AND rarity = "common" AND legacy IS NULL
| where = type = "Rings" AND rarity = "common" AND legacy IS NULL
Line 27: 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 = "Rings" AND rarity = "uncommon" AND legacy IS NULL
| where = type = "Rings" AND rarity = "uncommon" AND legacy IS NULL
Line 42: Line 41:
{{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 = "Rings" AND rarity = "rare" AND legacy IS NULL
| where = type = "Rings" AND rarity = "rare" AND legacy IS NULL
Line 57: Line 56:
{{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 = "Rings" AND rarity = "very rare" AND legacy IS NULL
| where = type = "Rings" AND rarity = "very rare" AND legacy IS NULL
Line 72: Line 71:
{{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 = "Rings" AND rarity = "story" AND legacy IS NULL
| where = type = "Rings" AND rarity = "story" AND legacy IS NULL

Navigation menu