Artifact

Revision as of 02:37, 5 February 2025 by Drgoku282 (talk | contribs) (Added the list of artifacts unlocked by default, before it gets lost.)
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.

When starting a campaign,in addition to their Hero's artifact, players can select up to 3 artifacts to add to their party as long their combined costs are 9 Artifact Power or less. Common Artifacts cost 3 Power, Rare needs 6, and Legendary Artifacts 9. Some Some starting Artifacts are unlocked by default:

The rest of the Artifacts need to be unlocked by "extracting" them from an campaign after beating a stage. The extracted Artifact will be lost during the active campaign but it will be able to be used as an starting Artifact in future campaigns.

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