Template:BATTD trinket info: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly>{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=battd_trinkets |id={{{id|}}} |name ={{{name|}}} |image ={{{image|}}} |description={{{description|}}} |rarity ={{{rarity|}}} |equippable_to={{{equippable to|}}} |introduced ={{{introduced|}}} |speed_base ={{{speed|}}} |range_base ={{{range|}}} |damage_base={{{damage|}}} |pierce_base={{{pierce|}}} |special ={{{special|}}} }}[[Category:{{{rarity}}} trinkets]]}}{{#seo: |image={{{image|}..." |
mNo edit summary |
||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=battd_trinkets | <includeonly>{|class="info" | ||
!class="head"|{{{name}}} | |||
|- | |||
| | |||
{|class="subtable main centered-cells" | |||
|[[File:{{{image}}}|150px]] | |||
|- | |||
|{{{description}}} | |||
|} | |||
{|class="subtable" | |||
!Rarity | |||
|colspan="2"|{{{rarity}}} | |||
|- | |||
!Equippable to | |||
|colspan="2"|{{#invoke:BATTD equippable to|main|{{{equippable to|}}}|Trinkets|1}} | |||
|- | |||
!Special | |||
|colspan="2"|{{#if:{{{special|}}}|{{{special}}}|No special properties}} | |||
|- | |||
!Introduced | |||
|colspan="2"|{{#if:{{{introduced|}}}|[[Update history:Bloons Adventure Time TD#Version {{{introduced}}}|Version {{{introduced}}}]]|Launch}} | |||
|} | |||
{|class="subtable centered-cells" | |||
!colspan="6"|Stat modifiers | |||
|- | |||
!colspan="2"|[[Attack speed|Speed]] | |||
|{{#if:{{{speed|}}}|<nowiki>+</nowiki>{{{speed}}}%|—}} | |||
!colspan="2"|[[Range]] | |||
|{{#if:{{{range|}}}|<nowiki>+</nowiki>{{{range}}}|—}} | |||
|- | |||
!colspan="2"|[[Damage]] | |||
|{{#if:{{{damage|}}}|<nowiki>+</nowiki>{{{damage}}}|—}} | |||
!colspan="2"|[[Pierce]] | |||
|{{#if:{{{pierce|}}}|<nowiki>+</nowiki>{{{pierce}}}|—}} | |||
|} | |||
|}{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=battd_trinkets | |||
|id={{{id|}}} | |id={{{id|}}} | ||
| Line 15: | Line 50: | ||
|pierce_base={{{pierce|}}} | |pierce_base={{{pierce|}}} | ||
|special ={{{special|}}} | |special ={{{special|}}} | ||
}}[[Category:{{{rarity}}} | }}[[Category:{{{rarity}}} equipment]]}}{{#seo: | ||
|image={{{image|}}} | |image={{{image|}}} | ||
|keywords=BATTD {{{name|}}},Adventure Time {{{name|}}} | |keywords=BATTD {{{name|}}},Adventure Time {{{name|}}} | ||
} | }}</includeonly><noinclude>{{#cargo_declare:_table=battd_trinkets | ||
|id=String | |id=String | ||
| Line 73: | Line 69: | ||
|pierce_base=Float | |pierce_base=Float | ||
|special =String | |special =String | ||
}} | }}{{/doc}}</noinclude> | ||
Latest revision as of 02:50, 5 April 2026
This template defines the Cargo table "battd_trinkets". View table.
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| ID | id | The internal ID of the trinket. | String | required |
| Name | name | The name of the trinket. | String | optional |
| Image | image | An image of the trinket (preferably a model render or a high-quality screenshot of its in-game rendering). | File | optional |
| Description | description | The in-game description of the trinket. | Unknown | optional |
| rarity | rarity | no description | Unknown | optional |
| equippable to | equippable to | no description | Unknown | optional |
| special | special | no description | Unknown | optional |
| introduced | introduced | no description | Unknown | optional |
| speed | speed | no description | Unknown | optional |
| range | range | no description | Unknown | optional |
| damage | damage | no description | Unknown | optional |
| pierce | pierce | no description | Unknown | optional |