Artifact

From Blooncyclopedia, the independent Bloons knowledge base
Revision as of 02:07, 5 February 2025 by Polavux (talk | contribs) (icon)
Jump to navigation Jump to search
This article is a stub. You can help out by expanding it.
The editor who added this notice did not specify a reason.
Artifacts icon

Artifacts are a game mechanic in the Rogue Legends campaign of Bloons TD 6.

List of Artifacts

Error 1054: Unknown column 'rarity' in 'field list'

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

Error 1054: Unknown column 'rarity' in 'field list'

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