4,214
editsRearranged
mNo edit summary |
(Rearranged) |
||
Line 10: | Line 10: | ||
== List of Rings == | == List of Rings == | ||
=== | === Common === | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
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 = " | | where = type = "Rings" AND rarity = "common" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 24: | Line 24: | ||
{{OtherEquipmentTableFooter}} | {{OtherEquipmentTableFooter}} | ||
=== {{ | === {{Uncommon}} === | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
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 = " | | where = type = "Rings" AND rarity = "uncommon" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 38: | Line 38: | ||
{{OtherEquipmentTableFooter}} | {{OtherEquipmentTableFooter}} | ||
=== {{ | === {{Rare}} === | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
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 = " | | where = type = "Rings" AND rarity = "rare" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 52: | Line 52: | ||
{{OtherEquipmentTableFooter}} | {{OtherEquipmentTableFooter}} | ||
=== {{ | === {{Very rare}} === | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
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 = " | | where = type = "Rings" AND rarity = "very rare" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 66: | Line 66: | ||
{{OtherEquipmentTableFooter}} | {{OtherEquipmentTableFooter}} | ||
=== | === {{Story}} === | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
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 = " | | where = type = "Rings" AND rarity = "story" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template |