Amulets: Difference between revisions

Jump to navigation Jump to search
845 bytes added ,  21 March
Added icon/passives to requested fields
No edit summary
(Added icon/passives to requested fields)
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{PageSeo
| description = Amulets are equippable accessories that provide beneficial passives or allow characters to cast certain Spells.
| image = Cherished Locket Icon.png
}}
[[Category:Equipment]]
[[Category:Equipment]]
[[File:Keepsake Locket A Faded.png|right|frameless|200px]]
'''Amulets''' are equippable accessories that provide beneficial passives or allow characters to cast certain [[Spells]].
'''Amulets''' are equippable accessories that provide beneficial passives or allow characters to cast certain [[Spells]].


Line 6: Line 11:
=== Common ===
=== Common ===


{{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 = "Amulets" AND rarity = "common"
| where = type = "Amulets" AND rarity = "common" AND legacy IS NULL
| default = ''None known so far.''
| default = {{OtherEquipmentTableEmpty}}
| intro = {{OtherEquipmentTableHeader}}
| outro = </table>
| format = template
| format = template
| template = OtherEquipmentTableRow
| template = OtherEquipmentTableRow
| named args = yes
| named args = yes
}}
}}
{{OtherEquipmentTableFooter}}


=== {{Uncommon}} ===
=== {{Uncommon}} ===


{{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 = "Amulets" AND rarity = "uncommon"
| where = type = "Amulets" AND rarity = "uncommon" AND legacy IS NULL
| default = ''None known so far.''
| default = {{OtherEquipmentTableEmpty}}
| intro = {{OtherEquipmentTableHeader}}
| outro = </table>
| format = template
| format = template
| template = OtherEquipmentTableRow
| template = OtherEquipmentTableRow
| named args = yes
| named args = yes
}}
}}
{{OtherEquipmentTableFooter}}


=== {{Rare}} ===
=== {{Rare}} ===


{{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 = "Amulets" AND rarity = "rare"
| where = type = "Amulets" AND rarity = "rare" AND legacy IS NULL
| default = ''None known so far.''
| default = {{OtherEquipmentTableEmpty}}
| intro = {{OtherEquipmentTableHeader}}
| outro = </table>
| format = template
| format = template
| template = OtherEquipmentTableRow
| template = OtherEquipmentTableRow
| named args = yes
| named args = yes
}}
}}
{{OtherEquipmentTableFooter}}


=== {{Very rare}} ===
=== {{Very rare}} ===


{{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 = "Amulets" AND rarity = "very rare"
| where = type = "Amulets" AND rarity = "very rare" AND legacy IS NULL
| default = ''None known so far.''
| default = {{OtherEquipmentTableEmpty}}
| intro = {{OtherEquipmentTableHeader}}
| outro = </table>
| format = template
| format = template
| template = OtherEquipmentTableRow
| template = OtherEquipmentTableRow
| named args = yes
| named args = yes
}}
}}
{{OtherEquipmentTableFooter}}


=== {{Story}} ===
=== {{Story}} ===


{{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 = "Amulets" AND rarity = "story"
| where = type = "Amulets" AND rarity = "story" AND legacy IS NULL
| default = ''None known so far.''
| default = {{OtherEquipmentTableEmpty}}
| intro = {{OtherEquipmentTableHeader}}
| outro = </table>
| format = template
| format = template
| template = OtherEquipmentTableRow
| template = OtherEquipmentTableRow
| named args = yes
| named args = yes
}}
}}
{{OtherEquipmentTableFooter}}
=== Legacy content ===
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, uid, legacy
| order by = legacy
| where = type = "Amulets" AND (legacy = "unobtainable" OR legacy = "inaccessible")
| format = template
| template = Legacy item entry
| intro = <ul>
| outro = </ul>
| named args = yes
}}
{{NavGameplay}}

Navigation menu