Template:AbilityInteraction/doc: Difference between revisionsGive feedback
m another doc update. |
Document the "enhanced" state (with help from vergir-bot LLM) |
||
| Line 19: | Line 19: | ||
}, | }, | ||
"text": { | "text": { | ||
"description": "Wikitext shown in the box | "description": "Wikitext shown in the body of the box. May contain wikilinks, templates such as AbilityIcon, and lists.", | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
}, | }, | ||
"state": { | "state": { | ||
"description": "Omit when the interaction applies normally. Use partial when it applies only in part, | "description": "Omit when the interaction applies normally. Use partial when it applies only in part, disabled when it does not apply at all, or enhanced when it applies more strongly than usual.", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ "partial", "disabled" ] | "suggestedvalues": [ "partial", "disabled", "enhanced" ] | ||
} | } | ||
}, | }, | ||
| Line 49: | Line 49: | ||
| text = | | text = | ||
Affects the charge's duration and, consequently, distance the charge covers. | Affects the charge's duration and, consequently, distance the charge covers. | ||
}} | |||
=== Enhanced interaction === | |||
<pre> | |||
{{AbilityInteraction | |||
| interaction = cooldown | |||
| state = enhanced | |||
| text = Cooldown reduction applies to each charge separately, so it is far more effective here than on a single-charge ability. | |||
}} | |||
</pre> | |||
{{AbilityInteraction | |||
| interaction = cooldown | |||
| state = enhanced | |||
| text = Cooldown reduction applies to each charge separately, so it is far more effective here than on a single-charge ability. | |||
}} | }} | ||