308
editsAd placeholder
User:Korgat: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 239: | Line 239: | ||
AND legacy IS NULL | AND legacy IS NULL | ||
AND ( | AND ( | ||
where_to_find like "%Ruined Battlefield%" OR | |||
where_to_find like "%Last Light Inn%" OR | |||
where_to_find like "%Reithwin Town%" OR | |||
where_to_find like "%Moonrise%" OR | where_to_find like "%Moonrise%" OR | ||
where_to_find like "%Grand Mausoleum%" OR | |||
where_to_find like "%Gauntlet of Shar%" OR | where_to_find like "%Gauntlet of Shar%" OR | ||
where_to_find like "%Shadowfell%" | where_to_find like "%Shadowfell%" | ||
Line 247: | Line 251: | ||
}} | }} | ||
=== [[Shields]] === | |||
{{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 = "Shields" | |||
AND rarity != "common" | |||
AND legacy IS NULL | |||
AND ( | |||
where_to_find like "%Ruined Battlefield%" OR | |||
where_to_find like "%Last Light Inn%" OR | |||
where_to_find like "%Reithwin Town%" OR | |||
where_to_find like "%Moonrise%" OR | |||
where_to_find like "%Grand Mausoleum%" OR | |||
where_to_find like "%Gauntlet of Shar%" OR | |||
where_to_find like "%Shadowfell%" | |||
) | |||
| format = table | |||
}} | |||
}} | |||
}} | }} | ||