Amulets: Difference between revisions

Jump to navigation Jump to search
402 bytes added ,  28 November 2023
Added Compatibility with Legacy content tags
(Adding page name to the query)
(Added Compatibility with Legacy content tags)
Line 16: Line 16:
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| order by = name
| order by = name
| where = type = "Amulets" AND rarity = "common"
| where = type = "Amulets" AND rarity = "common" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| outro = </table>
| outro = </table>
Line 31: Line 31:
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| order by = name
| order by = name
| where = type = "Amulets" AND rarity = "uncommon"
| where = type = "Amulets" AND rarity = "uncommon" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 45: Line 45:
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| order by = name
| order by = name
| where = type = "Amulets" AND rarity = "rare"
| where = type = "Amulets" AND rarity = "rare" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 59: Line 59:
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, 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 = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 73: Line 73:
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special
| order by = name
| order by = name
| where = type = "Amulets" AND rarity = "story"
| where = type = "Amulets" AND rarity = "story" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 80: Line 80:
}}
}}
{{OtherEquipmentTableFooter}}
{{OtherEquipmentTableFooter}}
=== Legacy content ===
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, 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}}
{{NavGameplay}}
2,645
edits

Navigation menu