Amulets: Difference between revisions

Jump to navigation Jump to search
80 bytes added ,  16 November 2023
Adding page name to the query
No edit summary
(Adding page name to the query)
Line 14: Line 14:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = 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"
Line 29: Line 29:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = 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"
Line 43: Line 43:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = 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"
Line 57: Line 57:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = 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"
Line 71: Line 71:
{{OtherEquipmentTableHeader}}
{{OtherEquipmentTableHeader}}
{{#cargo_query: tables = equipment
{{#cargo_query: tables = equipment
| fields = 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"

Navigation menu