Template:BTD6 power info/doc: Difference between revisions
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> | ||