Template:Ability: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
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|}}} | ||
| | |label22 = Range | ||
| | |data22 = {{{range|}}} | ||
}} | }} | ||
Line 41: | Line 36: | ||
"added": { | "added": { | ||
"label": "added", | "label": "added", | ||
"description": "When was this | "description": "When was this ability added?", | ||
"example": "Update 11 - Shai-Hulud", | "example": "Update 11 - Shai-Hulud", | ||
"type": "string", | "type": "string", | ||
Line 49: | Line 44: | ||
"label": "type", | "label": "type", | ||
"description": "What type of ability is it?", | "description": "What type of ability is it?", | ||
"example": " | "example": "Damaging", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "Damaging", | ||
" | "DoT", | ||
" | "Utility/Support", | ||
" | "Healing" | ||
], | ], | ||
"required": true | "required": true | ||
}, | }, | ||
"Tier": { | "Tier": { | ||
"label": " | "label": "Tier", | ||
"description": "What | "description": "What tier is the ability(ascending)?", | ||
"example": "1", | "example": "1", | ||
"type": " | "type": "number", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"1", | "1", | ||
Line 83: | Line 64: | ||
"3", | "3", | ||
"4", | "4", | ||
"5" | "5", | ||
"6" | |||
], | ], | ||
"suggested": true | "suggested": true | ||
Line 90: | Line 72: | ||
"label": "Effect", | "label": "Effect", | ||
"description": "What does it do?", | "description": "What does it do?", | ||
"example": " | "example": "Scan range for enemies", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | |||
"(description of ability)" | |||
], | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "spicecon": { | ||
"label": " | "label": "SpiceConsumption", | ||
"description": "How much spice does it consume(if any)?", | |||
"example": "3lbs", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"upgradability": { | |||
"label": "Upgradability", | |||
"description": "Can the ability be upgraded?", | "description": "Can the ability be upgraded?", | ||
"example": "Yes", | "example": "Yes", | ||
"type": "string", | |||
"suggested": true | |||
}, | |||
"reload": { | |||
"label": "Cooldown Time", | |||
"description": "How long does it take to cooldown(if any)?", | |||
"example": "1m", | |||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "5s", | ||
" | "0s" | ||
], | ], | ||
"suggested": true | |||
}, | |||
"range": { | |||
"label": "Ability Range", | |||
"description": "How far can the ability reach?", | |||
"example": "30ft", | |||
"type": "string", | |||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
"description": "Infobox for displaying | "description": "Infobox for displaying ability data", | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 19:35, 22 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 ability 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 | Can the ability be upgraded?
| String | suggested |
Cooldown Time | reload | How long does it take to cooldown(if any)?
| String | suggested |
Ability Range | range | How far can the ability reach?
| String | suggested |