308
editsAd placeholder
User:Korgat: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
No edit summary |
mNo edit summary |
||
Line 83: | Line 83: | ||
}} | }} | ||
}} | }} | ||
=== [[Cloaks]] === | |||
{{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 = "Cloaks" AND rarity != "common" AND where_to_find like "%Act One%" AND legacy IS NULL | |||
| format = table | |||
}} | |||
}} | |||
=== [[Handwear]] === | === [[Handwear]] === | ||
{{SpoilerBox| | {{SpoilerBox| | ||
Line 111: | Line 119: | ||
}} | }} | ||
}} | }} | ||
=== [[Cloaks]] === | |||
{{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 = "Cloaks" AND rarity != "common" AND where_to_find like "%Act Two%" AND legacy IS NULL | |||
| format = table | |||
}} | |||
}} | |||
=== [[Handwear]] === | === [[Handwear]] === | ||
{{SpoilerBox| | {{SpoilerBox| | ||
Line 140: | Line 156: | ||
}} | }} | ||
}} | }} | ||
=== [[Cloaks]] === | |||
{{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 = "Cloaks" AND rarity != "common" AND where_to_find like "%Act Three%" AND legacy IS NULL | |||
| format = table | |||
}} | |||
}} | |||
=== [[Handwear]] === | === [[Handwear]] === | ||
{{SpoilerBox| | {{SpoilerBox| |