Template:AbilityInteraction/doc: Difference between revisions

Vergir (talk | contribs)
m another doc update.
Vergir (talk | contribs)
Restore original wording of the text param description (with help from vergir-bot LLM)
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
},
},
"state": {
"state": {
"description": "Omit when the interaction applies normally. Use partial when it applies only in part, or disabled when it does not apply at all.",
"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.
}}
}}