Template:BATTD trinket info: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Manual revert |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{|class="info" | ||
{|class="info" | |||
!class="head"|{{{name}}} | !class="head"|{{{name}}} | ||
|- | |- | ||
| Line 54: | Line 34: | ||
|{{#if:{{{pierce|}}}|<nowiki>+</nowiki>{{{pierce}}}|—}} | |{{#if:{{{pierce|}}}|<nowiki>+</nowiki>{{{pierce}}}|—}} | ||
|} | |} | ||
|} | |}{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=battd_trinkets | ||
{| | |id={{{id|}}} | ||
|{{#cargo_declare:_table=battd_trinkets | |||
|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|}}} | |||
|keywords=BATTD {{{name|}}},Adventure Time {{{name|}}} | |||
}}</includeonly><noinclude>{{#cargo_declare:_table=battd_trinkets | |||
|id=String | |id=String | ||
| Line 72: | Line 69: | ||
|pierce_base=Float | |pierce_base=Float | ||
|special =String | |special =String | ||
}} | }}{{/doc}}</noinclude> | ||
Revision as of 12:42, 13 April 2025
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 |