308
editsAd placeholder
User:Korgat: Difference between revisions
Jump to navigation
Jump to search
no edit summary
mNo edit summary |
No edit summary |
||
Line 89: | Line 89: | ||
| order by = rarity_order | | order by = rarity_order | ||
| where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL | | where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL | ||
| format = table | |||
}} | |||
}} | |||
=== [[Armour]] === | |||
{{SpoilerBox| | |||
{{#cargo_query: tables = equipment | |||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | |||
| order by = rarity_order | |||
| where = type like "% Armour%" AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL | |||
| format = table | | format = table | ||
}} | }} | ||
Line 125: | Line 134: | ||
| order by = rarity_order | | order by = rarity_order | ||
| where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL | | where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL | ||
| format = table | |||
}} | |||
}} | |||
=== [[Armour]] === | |||
{{SpoilerBox| | |||
{{#cargo_query: tables = equipment | |||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | |||
| order by = rarity_order | |||
| where = type like "% Armour%" AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL | |||
| format = table | | format = table | ||
}} | }} | ||
Line 162: | Line 180: | ||
| order by = rarity_order | | order by = rarity_order | ||
| where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL | | where = type = "Cloaks" AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL | ||
| format = table | |||
}} | |||
}} | |||
=== [[Armour]] === | |||
{{SpoilerBox| | |||
{{#cargo_query: tables = equipment | |||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | |||
| order by = rarity_order | |||
| where = type like "% Armour%" AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL | |||
| format = table | | format = table | ||
}} | }} |