Template:BCS bloon info/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly>Category:BCS templatesCategory:Infoboxes</includeonly><noinclude>Category:Incomplete documentation</noinclude>" |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>[[Category:BCS templates]][[Category:Infoboxes]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Name of the Bloon", | |||
"example": "Red Bloon", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "The Bloon's card art.", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"description": { | |||
"label": "Description", | |||
"description": "The in-game description, if it has one. (This is separate from flavor text.)", | |||
"type": "string" | |||
}, | |||
"flavor": { | |||
"label": "Flavor", | |||
"description": "The flavor text. All Bloon cards have this.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"class": { | |||
"label": "Class", | |||
"description": "The Bloon card's class.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Basic", | |||
"Advanced", | |||
"Large" | |||
], | |||
"required": true | |||
}, | |||
"rarity": { | |||
"label": "Rarity", | |||
"description": "The rarity of the card. Must be capitalized correctly.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Common", | |||
"Uncommon", | |||
"Rare", | |||
"Super Rare", | |||
"Ultra Rare" | |||
] | |||
}, | |||
"keywords": {}, | |||
"introduced": {}, | |||
"cost": {}, | |||
"charges": {}, | |||
"health": {}, | |||
"shield": {}, | |||
"delay": {}, | |||
"id": {}, | |||
"order": {}, | |||
"double attack": {} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata><includeonly>[[Category:BCS templates]][[Category:Infoboxes]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude> | |||
Revision as of 05:19, 2 November 2024
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the Bloon
| String | required |
| Image | image | The Bloon's card art. | File | required |
| Description | description | The in-game description, if it has one. (This is separate from flavor text.) | String | optional |
| Flavor | flavor | The flavor text. All Bloon cards have this. | String | required |
| Class | class | The Bloon card's class.
| String | required |
| Rarity | rarity | The rarity of the card. Must be capitalized correctly.
| String | optional |
| keywords | keywords | no description | Unknown | optional |
| introduced | introduced | no description | Unknown | optional |
| cost | cost | no description | Unknown | optional |
| charges | charges | no description | Unknown | optional |
| health | health | no description | Unknown | optional |
| shield | shield | no description | Unknown | optional |
| delay | delay | no description | Unknown | optional |
| id | id | no description | Unknown | optional |
| order | order | no description | Unknown | optional |
| double attack | double attack | no description | Unknown | optional |