Template:Ability: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Infobox |title = {{{name}}} |image = [[File:{{{image}}}|thumb]] |header10 = Vehicle Basics |label11 = Added |data11 = {{{added}}} |label12 = Type |data12 = {{{type}}} |label13 = Market price |data13 = {{{marketprice|}}} |label14 = Rarity |data14 = {{{rarity|}}} |label15 = Size |data15 = {{{size}}} |header20 = Satistics |label21 = Damage |data21 = {{{damage|}}} |label22 = Armour |data22 = {{{armour|}}} |label23 = Ammo |data23 = {{{ammo|}}}...") |
No edit summary |
||
Line 79: | Line 79: | ||
}, | }, | ||
"Spice consumption": { | "Spice consumption": { | ||
"label": " | "label": "spiceconsomption", | ||
"description": "Spice consumption(if any)", | "description": "Spice consumption(if any)", | ||
"example": "x", | "example": "x", | ||
Line 104: | Line 104: | ||
"example": "80 damage ", | "example": "80 damage ", | ||
"type": "string", | "type": "string", | ||
"suggested": true | |||
}, | |||
"Upgradability": { | |||
"label": "Upgradeable:", | |||
"description": "Can the ability be upgraded?", | |||
"example": "Yes", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
], | |||
"suggested": true | "suggested": true | ||
} | } | ||
Line 117: | Line 128: | ||
"Effect", | "Effect", | ||
"Spice consumption", | "Spice consumption", | ||
"Cooldown" | "Cooldown", | ||
"Upgradability" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 20:45, 20 March 2024
[[File:{{{image}}}|thumb]] | |
Vehicle Basics | |
---|---|
Added | {{{added}}} |
Type | {{{type}}} |
Size | {{{size}}} |
Satistics |
Infobox for displaying Item data
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Unknown | optional |
image | image | no description | File | suggested |
added | added | When was this item added?
| String | suggested |
type | type | What type of ability is it?
| String | required |
rarity | Tier | What Tier is this ability(in skill tree)(ascending)
| String | suggested |
Effect | Effect | What does it do?
| String | suggested |
spiceconsomption | Spice consumption | Spice consumption(if any)
| String | suggested |
Cooldown | Cooldown | How long does it take to be used again?
| String | suggested |
Upgradeable: | Upgradability | Can the ability be upgraded?
| String | suggested |