Template:Ability: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
|label12 = Type | |label12 = Type | ||
|data12 = {{{type}}} | |data12 = {{{type}}} | ||
|label14 = | |label14 = Tier | ||
|data14 = {{{ | |data14 = {{{tier|}}} | ||
|header20 = Statistics | |header20 = Statistics | ||
|label21 = | |label21 = Effect | ||
|data21 = {{{ | |data21 = {{{Effect|}}} | ||
| | |label26 = Spice consumption | ||
|data26 = {{{spicecon|}}} | |||
| | |label27 = Upgradability | ||
|data27 = {{{upgradability|}}} | |||
| | |||
| | |||
|label29 = Reload time | |label29 = Reload time | ||
|data29 = {{{reload|}}} | |data29 = {{{reload|}}} | ||
}} | }} | ||
Line 40: | Line 33: | ||
}, | }, | ||
"added": { | "added": { | ||
"label": "added", | |||
"description": "When was this item added?", | |||
"example": "Update 11 - Shai-Hulud", | |||
"type": "string", | |||
"suggested":true | |||
}, | |||
"type": { | "type": { | ||
"label": "type", | |||
"description": "What type of ability is it?", | |||
"example": "Damaging", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Damaging", | |||
"DoT", | |||
"Utility/Support", | |||
"Healing" ], | |||
"required":true | |||
}, | |||
"Tier": { | "Tier": { | ||
"label": "Tier", | |||
"description": "What tier is the ability(ascending)?", | |||
"example": "1", | |||
"type": "number", | |||
"suggestedvalues": [ | |||
"1", | |||
"2", | |||
"3", | |||
"4", | |||
"5", | |||
"6" ], | |||
"suggested":true | |||
}, | |||
"Effect": { | "Effect": { | ||
"label": "Effect", | |||
"description": "What does it do?", | |||
"example": "Scan range for enemies", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
}, | "(description of ability)" ], | ||
"Upgradability": { | "suggested":true | ||
}, | |||
"spicecon": { | |||
"label": "SpiceConsumption", | |||
"description": "How much spice does it consume(if any)?", | |||
"example": "3lbs", | |||
"type": "string", | |||
"suggested":true | |||
}, | |||
"upgradability": { | |||
"label": "Upgradability", | |||
"description": "Which modifications can be used with this vehicle?", | |||
"example": "Extra layer of armour", | |||
"type": "string", | |||
"suggested":true | |||
}, | |||
"reload": { | |||
"label": "Cooldown Time", | |||
"description": "How long does it take to cooldown(if any)?", | |||
"example": "1m", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"5s", | |||
"0s" ], | |||
"suggested":true | |||
} | |||
}, | }, | ||
"description": "Infobox for displaying | "description": "Infobox for displaying ability data", | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 21:15, 20 March 2024
[[File:{{{image}}}|thumb]] | |
Ability Basics | |
---|---|
Added | {{{added}}} |
Type | {{{type}}} |
Statistics |
Infobox for displaying ability 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 |
Tier | Tier | What tier is the ability(ascending)?
| Number | suggested |
Effect | Effect | What does it do?
| String | suggested |
SpiceConsumption | spicecon | How much spice does it consume(if any)?
| String | suggested |
Upgradability | upgradability | Which modifications can be used with this vehicle?
| String | suggested |
Cooldown Time | reload | How long does it take to cooldown(if any)?
| String | suggested |