Template:BTD6 power info/doc: Difference between revisions

From Blooncyclopedia, the independent Bloons knowledge base
Jump to navigation Jump to search
Created page with "<templatedata> { "params": { "name": {}, "image": {}, "description": {}, "cost": {}, "introduced": {}, "id": {}, "order": {} } } </templatedata><includeonly>Category:BTD6 templatesCategory:Infoboxes</includeonly><noinclude>Category:Incomplete documentation</noinclude>"
 
documenting missing params
Line 2: Line 2:
{
{
"params": {
"params": {
"name": {},
"name": {
"image": {},
"label": "Name",
"description": {},
"type": "string",
"cost": {},
"required": true
"introduced": {},
},
"image": {
"label": "Image",
"type": "string",
"required": true
},
"description": {
"label": "Description",
"type": "string",
"required": true
},
"cost": {
"label": "Monkey Money cost",
"type": "number",
"suggested": true
},
"introduced": {
"label": "Introduced",
"description": "The version number of the update this Power was introduced in. (Leave blank if it was in the game since launch.)",
"type": "number"
},
"id": {},
"id": {},
"order": {}
"order": {},
}
"pro": {
"label": "Pro",
"description": "A link to the Power Pro version of this Power. (Only use this parameter for regular Powers that have a Power Pro version.)",
"example": "[[Banana Farmer Pro]]",
"type": "string"
},
"pro of": {
"label": "Pro of",
"description": "A link to the Power that this Power Pro is the Pro of. (Only use this parameter for Powers Pro.)",
"example": "[[Banana Farmer (BTD6)|Banana Farmer]]",
"type": "string"
},
"pro xp": {
"label": "Pro XP",
"description": "The amount of XP required to unlock this Power Pro. (Only use this for Powers Pro, not regular Powers.)",
"type": "number"
},
"pro xp tier 2": {
"label": "Pro tier 2 XP",
"description": "The amount of XP required to unlock this Power Pro's tier 2 upgrades. (Only use this for Powers Pro, not regular Powers.)",
"type": "number"
},
"pro xp tier 3": {
"label": "Pro tier 3 XP",
"description": "The amount of XP required to unlock this Power Pro's tier 3 upgrades. (Only use this for Powers Pro, not regular Powers.)"
}
},
"description": "Infobox for Powers and Powers Pro in Bloons TD 6. Parameters are stored in the Cargo table \"btd6_powers\".",
"paramOrder": [
"id",
"order",
"name",
"image",
"description",
"cost",
"pro",
"pro of",
"pro xp",
"pro xp tier 2",
"pro xp tier 3",
"introduced"
],
"format": "block"
}
}
</templatedata><includeonly>[[Category:BTD6 templates]][[Category:Infoboxes]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude>
</templatedata><includeonly>[[Category:BTD6 templates]][[Category:Infoboxes]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude>

Revision as of 21:43, 30 August 2025

Infobox for Powers and Powers Pro in Bloons TD 6. Parameters are stored in the Cargo table "btd6_powers".

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
idid

no description

Unknownoptional
orderorder

no description

Unknownoptional
Namename

no description

Stringrequired
Imageimage

no description

Stringrequired
Descriptiondescription

no description

Stringrequired
Monkey Money costcost

no description

Numbersuggested
Propro

A link to the Power Pro version of this Power. (Only use this parameter for regular Powers that have a Power Pro version.)

Example
[[Banana Farmer Pro]]
Stringoptional
Pro ofpro of

A link to the Power that this Power Pro is the Pro of. (Only use this parameter for Powers Pro.)

Example
[[Banana Farmer (BTD6)|Banana Farmer]]
Stringoptional
Pro XPpro xp

The amount of XP required to unlock this Power Pro. (Only use this for Powers Pro, not regular Powers.)

Numberoptional
Pro tier 2 XPpro xp tier 2

The amount of XP required to unlock this Power Pro's tier 2 upgrades. (Only use this for Powers Pro, not regular Powers.)

Numberoptional
Pro tier 3 XPpro xp tier 3

The amount of XP required to unlock this Power Pro's tier 3 upgrades. (Only use this for Powers Pro, not regular Powers.)

Unknownoptional
Introducedintroduced

The version number of the update this Power was introduced in. (Leave blank if it was in the game since launch.)

Numberoptional