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" | ||
}} | }} | ||
Revision as of 01:05, 5 February 2025
| This article is a stub. You can help out by expanding it. The editor who added this notice did not specify a reason. |
Artifacts are a game mechanic in the Rogue Legends campaign of Bloons TD 6.
List of Artifacts
Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "") AS `Icon`,GROUP_CONCAT(IF(rarity="Common", CONCAT("", name, "<br>", description), "") SEPARATOR "") AS `Common`,GROUP_CONCAT(IF(rarity="Rare", CONCAT("", name, "<br>", description), "") SEPARATOR "") AS `Rare`,GROUP_CONCAT(IF(rarity="Legendary", CONCAT("", name, "<br>", description), "") SEPARATOR "") AS `Legendary` FROM `cargo__btd6_artifacts` `btd6_artifacts` WHERE type != "Boost" GROUP BY `Icon` ORDER BY CONCAT("File:", image, ""),GROUP_CONCAT(IF(rarity="Common", CONCAT("", name, "<br>", description), "") SEPARATOR ""),GROUP_CONCAT(IF(rarity="Rare", CONCAT("", name, "<br>", description), "") SEPARATOR ""),GROUP_CONCAT(IF(rarity="Legendary", CONCAT("", name, "<br>", description), "") SEPARATOR "") LIMIT 100
Boosts
Function: CargoSQLQuery::run Query: SELECT CONCAT("File:", image, "") AS `Icon`,GROUP_CONCAT(IF(rarity="Common", CONCAT("", name, "<br>", description), "") SEPARATOR "") AS `Common`,GROUP_CONCAT(IF(rarity="Rare", CONCAT("", name, "<br>", description), "") SEPARATOR "") AS `Rare`,GROUP_CONCAT(IF(rarity="Legendary", CONCAT("", name, "<br>", description), "") SEPARATOR "") AS `Legendary` FROM `cargo__btd6_artifacts` `btd6_artifacts` WHERE type = "Boost" GROUP BY `Icon` ORDER BY CONCAT("File:", image, ""),GROUP_CONCAT(IF(rarity="Common", CONCAT("", name, "<br>", description), "") SEPARATOR ""),GROUP_CONCAT(IF(rarity="Rare", CONCAT("", name, "<br>", description), "") SEPARATOR ""),GROUP_CONCAT(IF(rarity="Legendary", CONCAT("", name, "<br>", description), "") SEPARATOR "") LIMIT 100
Navigation
| Bloons TD 6 | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
| Gallery • Strategies • Update history | ||||||||||||||||||||||||