Template:Ability: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 20: | Line 20: | ||
|label29 = Reload time | |label29 = Reload time | ||
|data29 = {{{reload|}}} | |data29 = {{{reload|}}} | ||
|label22 = Range | |||
|data22 = {{{range|}}} | |||
}} | }} | ||
Line 33: | Line 35: | ||
}, | }, | ||
"added": { | "added": { | ||
"label": "added", | |||
"description": "When was this ability 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)" | |||
], | |||
}, | "suggested": true | ||
}, | |||
"spicecon": { | "spicecon": { | ||
"label": "SpiceConsumption", | |||
"description": "How much spice does it consume(if any)?", | |||
"example": "3lbs", | |||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"upgradability": { | "upgradability": { | ||
"label": "Upgradability", | |||
"description": "Can the ability be upgraded?", | |||
"example": "Yes", | |||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"reload": { | "reload": { | ||
"label": "Cooldown Time", | |||
"description": "How long does it take to cooldown(if any)?", | |||
"example": "1m", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"5s", | |||
"0s" | |||
], | |||
} | "suggested": true | ||
}, | |||
"range": { | |||
"label": "Ability Range", | |||
"description": "How far can the ability reach?", | |||
"example": "30ft", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | }, | ||
"description": "Infobox for displaying ability data", | "description": "Infobox for displaying ability data", |
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 |