Rings: Difference between revisions

Jump to navigation Jump to search
190 bytes added ,  21 March
Added icon/passives to requested fields
mNo edit summary
(Added icon/passives to requested fields)
 
(6 intermediate revisions by 6 users 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.
| image = Fetish_of_Callarduran_Smoothhands_Icon.png
| image = Fetish_of_Callarduran_Smoothhands_Icon.png
}}
}}
'''Rings''' are equippable accessories. At uncommon or higher rarities, they may provide [[Passive Features]], bonuses to [[Skills]], or the ability to cast certain [[Spells]].
'''Rings''' are equippable accessories. At uncommon or higher rarities, they may provide [[:Category:Passive features|passive features]], bonuses to [[skills]], or the ability to cast certain [[spells]].


[[Category:Equipment]]
== List of rings ==
 
== List of Rings ==


=== Common ===
=== Common ===
Line 14: Line 11:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, 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 23: Line 20:
}}
}}
{{OtherEquipmentTableFooter}}
{{OtherEquipmentTableFooter}}
{{back to top}}


=== {{Uncommon}} ===
=== {{Uncommon}} ===
Line 28: Line 26:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, 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 37: Line 35:
}}
}}
{{OtherEquipmentTableFooter}}
{{OtherEquipmentTableFooter}}
{{back to top}}


=== {{Rare}} ===
=== {{Rare}} ===
Line 42: Line 41:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, 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 51: Line 50:
}}
}}
{{OtherEquipmentTableFooter}}
{{OtherEquipmentTableFooter}}
{{back to top}}


=== {{Very rare}} ===
=== {{Very rare}} ===
Line 56: Line 56:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, 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 65: Line 65:
}}
}}
{{OtherEquipmentTableFooter}}
{{OtherEquipmentTableFooter}}
{{back to top}}


=== {{Story}} ===
=== {{Story}} ===
Line 70: Line 71:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = name, 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
Line 82: Line 83:
=== Legacy content ===
=== Legacy content ===
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = 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")
Line 91: Line 92:
| named args = yes
| named args = yes
}}
}}
{{back to top}}
{{NavGameplay}}
{{NavGameplay}}
[[Category:Equipment]]

Navigation menu