68,798
editsAdded items navbox
Llamageddon (talk | contribs) (Moved common to bottom of page. Presumaby least searched for, and still listed in contents at top.) |
HiddenDragon (talk | contribs) (Added items navbox) |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{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 [[:Category:Passive features|passive features]], bonuses to [[skills]], or the ability to cast certain [[spells]]. | |||
== List of rings == | |||
== | === Common === | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = name, | | 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 = " | | where = type = "Rings" AND rarity = "common" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 23: | Line 20: | ||
}} | }} | ||
{{OtherEquipmentTableFooter}} | {{OtherEquipmentTableFooter}} | ||
{{back to top}} | |||
=== {{ | === {{Uncommon}} === | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = name, | | 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 = " | | where = type = "Rings" AND rarity = "uncommon" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 37: | Line 35: | ||
}} | }} | ||
{{OtherEquipmentTableFooter}} | {{OtherEquipmentTableFooter}} | ||
{{back to top}} | |||
=== {{ | === {{Rare}} === | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = name, | | 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 = " | | where = type = "Rings" AND rarity = "rare" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 51: | Line 50: | ||
}} | }} | ||
{{OtherEquipmentTableFooter}} | {{OtherEquipmentTableFooter}} | ||
{{back to top}} | |||
=== {{ | === {{Very rare}} === | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = name, | | 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 = " | | where = type = "Rings" AND rarity = "very rare" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 65: | Line 65: | ||
}} | }} | ||
{{OtherEquipmentTableFooter}} | {{OtherEquipmentTableFooter}} | ||
{{back to top}} | |||
=== | === {{Story}} === | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = name, | | 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 = " | | where = type = "Rings" AND rarity = "story" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 80: | Line 81: | ||
{{OtherEquipmentTableFooter}} | {{OtherEquipmentTableFooter}} | ||
{{ | === Legacy content === | ||
{{#cargo_query: tables = equipment | |||
| fields = _pageName=page, name, uid, legacy | |||
| order by = legacy | |||
| where = type = "Rings" AND (legacy = "unobtainable" OR legacy = "inaccessible") | |||
| format = template | |||
| template = Legacy item entry | |||
| intro = <ul> | |||
| outro = </ul> | |||
| named args = yes | |||
}} | |||
{{back to top}} | |||
{{NavEquipment}} | |||
{{NavGameplay|state=collapsed}} | |||
[[Category:Equipment]] |