Artifact: Difference between revisions
yes, i know some of the images are broken, i will fix them later |
grouped artifacts of the same type |
||
| Line 3: | Line 3: | ||
==List of Artifacts== | ==List of Artifacts== | ||
{{ | {{#cargo_query:table=btd6_artifacts | ||
| | |fields=CONCAT("[[File:", image, "|50px|link=", _pageName, "]]") = Icon, | ||
GROUP_CONCAT(IF(rarity="Common", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Common, | |||
GROUP_CONCAT(IF(rarity="Rare", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Rare, | |||
GROUP_CONCAT(IF(rarity="Legendary", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Legendary | |||
|group by=Icon | |||
|where=type != "Boost" | |where=type != "Boost" | ||
}} | }} | ||
===Boosts=== | ===Boosts=== | ||
{{ | {{#cargo_query:table=btd6_artifacts | ||
| | |fields=CONCAT("[[File:", image, "|50px|link=", _pageName, "]]") = Icon, | ||
GROUP_CONCAT(IF(rarity="Common", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Common, | |||
GROUP_CONCAT(IF(rarity="Rare", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Rare, | |||
GROUP_CONCAT(IF(rarity="Legendary", CONCAT("'''", name, "'''<br>", description), "") SEPARATOR "") = Legendary | |||
|group by=Icon | |||
|where=type = "Boost" | |where=type = "Boost" | ||
}} | }} | ||