6,366
editsUpdate to be aware of legacy
(Added the Legacy tab) |
(Update to be aware of legacy) |
||
Line 16: | Line 16: | ||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | | fields = name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = name | | order by = name | ||
| where = type = "Rings" AND rarity = "uncommon" | | where = type = "Rings" AND rarity = "uncommon" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 30: | Line 30: | ||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | | fields = name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = name | | order by = name | ||
| where = type = "Rings" AND rarity = "rare" | | where = type = "Rings" AND rarity = "rare" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 44: | Line 44: | ||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | | fields = name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = name | | order by = name | ||
| where = type = "Rings" AND rarity = "very rare" | | where = type = "Rings" AND rarity = "very rare" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 58: | Line 58: | ||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | | fields = name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = name | | order by = name | ||
| where = type = "Rings" AND rarity = "story" | | where = type = "Rings" AND rarity = "story" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 72: | Line 72: | ||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | | fields = name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = name | | order by = name | ||
| where = type = "Rings" AND rarity = "common" | | where = type = "Rings" AND rarity = "common" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 81: | Line 81: | ||
=== Legacy content === | === Legacy content === | ||
{{#cargo_query: tables = equipment | |||
| fields = name, 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 | |||
}} | |||
{{NavGameplay}} | {{NavGameplay}} |