Template:BCS bloon info: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{|class="info" | ||
!class="head"|{{{name}}} | !class="head"|{{{name}}} | ||
|- | |- | ||
| Line 36: | Line 16: | ||
!colspan="5"|Rarity | !colspan="5"|Rarity | ||
|- | |- | ||
|colspan="5"|[[File:BCS ClassIcon{{{class|}}}Bloon.png|x20px|link={{{class|}}}]] {{{class|}}} | |colspan="5"|[[File:BCS ClassIcon{{{class|}}}Bloon.png|x20px|link=|{{{class|}}}]] {{{class|}}} | ||
|colspan="5"|{{{rarity|}}} | |colspan="5"|{{{rarity|}}} | ||
|- | |- | ||
| Line 47: | Line 27: | ||
|- | |- | ||
!colspan="3"|Health | !colspan="3"|Health | ||
|colspan="2"|{{{health|—}}}{{#if:{{{shield|}}}|<br>[[File:BCS ShieldIcon.png|x20px|link=|Shield]] {{{shield|}}}}} | |colspan="2"|{{{health|—}}}{{#if:{{{shield|}}}|<br>[[File:BCS ShieldIcon.png|x20px|link=Shield (BCS)|Shield]] {{{shield|}}}}} | ||
!colspan="3"|Delay | !colspan="3"|Delay | ||
|colspan="2"|{{{delay|—}}} | |colspan="2"|{{{delay|—}}} | ||
|} | |} | ||
|}[[Category:{{{class|}}} Bloons in BCS]]{{#if:{{{rarity|}}}|[[Category:{{{rarity|}}} cards]]}}{{#seo: | |}{{#cargo_store:_table=bcs_bloons | ||
|id={{{id|}}} | |||
|category_order={{{order|}}} | |||
|name ={{{name|}}} | |||
|image ={{{image|}}} | |||
|description={{{description|}}} | |||
|flavor ={{{flavor|}}} | |||
|class ={{{class|}}} | |||
|rarity ={{{rarity|}}} | |||
|keywords ={{{keywords|}}} | |||
|introduced={{{introduced|}}} | |||
|cost ={{{cost|}}} | |||
|charges={{{charges|}}} | |||
|health ={{{health|}}} | |||
|delay ={{{delay|}}} | |||
|double_attack={{{double attack|}}} | |||
}}{{#ifeq:{{NAMESPACENUMBER}}|0|[[Category:{{{class|}}} Bloons in BCS]]{{#if:{{{rarity|}}}|[[Category:{{{rarity|}}} cards]]}}}}{{#seo: | |||
|image={{{image|}}} | |image={{{image|}}} | ||
|keywords=BCS {{{name|}}}, Bloons Card Storm {{{name|}}} | |keywords=BCS {{{name|}}}, Bloons Card Storm {{{name|}}} | ||
}}</includeonly><noinclude>{{#cargo_declare:_table=bcs_bloons | }}</includeonly><noinclude>{{/doc}} | ||
{{#cargo_declare:_table=bcs_bloons | |||
|id=String | |id=String | ||
|category_order=Integer | |category_order=Integer | ||
| Line 74: | Line 76: | ||
|double_attack=Boolean | |double_attack=Boolean | ||
}} | }}</noinclude> | ||
Revision as of 15:26, 1 November 2024
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| id | id | no description | Unknown | optional |
| numeric id | numeric id | no description | Unknown | optional |
| 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 |
| exclusive | exclusive | 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 |
| double attack | double attack | no description | Unknown | optional |
This template defines the Cargo table "bcs_bloons". View table.