Template:BTD6 artifact info: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><templatestyles src="Info/style.css"/><div class="info"><!-- | ||
--><div class="head">{{{name}}}</div> | |||
{|class="subtable main centered" | |||
|[[File:{{{image}}}|100px|Icon of {{{name}}}]] | |||
{|class=" | |||
|[[File:{{{image}}}|100px]] | |||
|} | |} | ||
{|class="subtable" | |||
{|class=" | |||
{{#if:{{{description common|}}}|!Common | {{#if:{{{description common|}}}|!Common | ||
{{!}}colspan="2"{{!}}{{{description common|}}}}} | {{!}}colspan="2"{{!}}{{{description common|}}}}} | ||
| Line 17: | Line 13: | ||
{{#if:{{{description legendary|}}}|!Legendary | {{#if:{{{description legendary|}}}|!Legendary | ||
{{!}}colspan="2"{{!}}{{{description legendary|}}}}} | {{!}}colspan="2"{{!}}{{{description legendary|}}}}} | ||
|- | |||
![[Hero]] parties | |||
|colspan="2"|{{#cargo_query:tables=btd6_hero_skins | |||
|fields=CONCAT("[[", _pageName, "|", name, "]] (", rl_artifact_rarity, ")<br>") = text | |||
|where=rl_artifact = "{{{name}}}" AND NOT xd_only | |||
|order by=numeric_id | |||
|default=— | |||
|format=list | |||
|delimiter= | |||
}} | |||
|- | |- | ||
!Introduced | !Introduced | ||
|colspan="2"|[[Bloons TD 6 | |colspan="2"|{{#if:{{{introduced|}}}|[[Update history:Bloons TD 6/Version {{{introduced}}}|Version {{{introduced}}}]]|???}} | ||
|} | |}</div>{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=btd6_artifacts | ||
|}{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=btd6_artifacts | |id ={{{id|}}} | ||
|id={{{id|}}} | |||
|type={{{type|}}} | |type={{{type|}}} | ||
| Line 38: | Line 43: | ||
|insta_tiers_rare ={{{insta tiers rare|}}} | |insta_tiers_rare ={{{insta tiers rare|}}} | ||
|insta_tiers_legendary={{{insta tiers legendary|}}} | |insta_tiers_legendary={{{insta tiers legendary|}}} | ||
|introduced={{{introduced|}}} | |introduced ={{{introduced|}}} | ||
}}[[Category:{{#ifeq:{{{type|}}}|Boost|Boosts|Artifacts}}]] | }}[[Category:{{#ifeq:{{{type|}}}|Boost|Boosts|Artifacts}}]]{{#seo: | ||
|image={{{image|}}} | |image={{{image|}}} | ||
|name=BTD6 {{{name|}}}, Rogue Legends {{{name|}}}, Artifact {{{name|}}} | |name=BTD6 {{{name|}}}, Rogue Legends {{{name|}}}, Artifact {{{name|}}} | ||
}}</includeonly><noinclude> | }}}}</includeonly><noinclude>{{#cargo_declare:_table=btd6_artifacts | ||
|id=String | |id =String | ||
|type=String | |type=String | ||
| Line 53: | Line 58: | ||
|description_legendary=String | |description_legendary=String | ||
|insta_type_common | |insta_type_common =String | ||
|insta_type_rare | |insta_type_rare =String | ||
|insta_type_legendary =String | |insta_type_legendary=String | ||
|insta_tiers_common =String | |insta_tiers_common =String | ||
|insta_tiers_rare =String | |insta_tiers_rare =String | ||
|insta_tiers_legendary=String | |insta_tiers_legendary=String | ||
|introduced=String | |introduced =String | ||
}}</noinclude> | }}{{/doc}}</noinclude> | ||
Latest revision as of 21:43, 3 June 2026
This template defines the Cargo table "btd6_artifacts". View table.
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| ID | id | The internal ID of this Artifact. (Currently unused, though it may be relevant for Cargo functionality in the future.)
| String | optional |
| Name | name | The name of the Artifact, sans "Common", "Rare", or "Legendary" at the end.
| String | required |
| image | image | no description | Unknown | optional |
| Type | type | The type of Artifact (to use in Cargo queries).
| String | required |
| description common | description common | no description | Unknown | optional |
| description rare | description rare | no description | Unknown | optional |
| description legendary | description legendary | no description | Unknown | optional |
| insta type common | insta type common | no description | Unknown | optional |
| insta type rare | insta type rare | no description | Unknown | optional |
| insta type legendary | insta type legendary | no description | Unknown | optional |
| insta tiers common | insta tiers common | no description | Unknown | optional |
| insta tiers rare | insta tiers rare | no description | Unknown | optional |
| insta tiers legendary | insta tiers legendary | no description | Unknown | optional |
| introduced | introduced | no description | Unknown | optional |
Example usage
Cornered Beasts
| Common | Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 15%). Adds a 0-1-1 Beast Handler to your Party | |
|---|---|---|
| Rare | Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 25%). Adds a 0-2-1 Beast Handler to your Party | |
| Legendary | Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 35%). Adds a 0-2-0 Beast Handler to your Party | |
| Hero parties | Wolfpack Quincy (Common) | |
| Introduced | Version 47.0 | |
{{BTD6 artifact info
|id=CorneredBeasts
|type=Artifact
|name =Cornered Beasts
|image=BTD6 ArtifactCorneredBeasts.png
|description common =Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 15%). Adds a 0-1-1 Beast Handler to your Party
|description rare =Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 25%). Adds a 0-2-1 Beast Handler to your Party
|description legendary=Beast Handlers tier 3 and higher have 20% more range, and attack faster the more Bloons in radius (up to 35%). Adds a 0-2-0 Beast Handler to your Party
|insta type common =BeastHandler
|insta type rare =BeastHandler
|insta type legendary=BeastHandler
|insta tiers common =011
|insta tiers rare =021
|insta tiers legendary=020
|introduced=47.0
}}