User:Vergir/AbilityInteraction

Revision as of 16:10, 29 April 2026 by Vergir (talk | contribs) (Darker header colors; fix Unstoppable icon; link Charges; add bullet_armor type; optional text with defaults (with help from vergir-bot LLM))

Overview

Renders a single styled interaction row for use inside the interactions= parameter of User:Vergir/AbilitySection.

Parameters

Parameter Description Required
type Interaction type key. Must be one of the valid values below. Yes
text Description of the interaction. If omitted, a generic default text is used for the type. No

Color is determined automatically by type — editors do not set it.

Valid type values

Adding a new type requires updating the four #switch blocks in this template (color, icon, label, default text).

Vitality (dark green, #4a7a35)
Spirit (dark purple, #7a3fa8)

Example

{{User:Vergir/AbilityInteraction
| type = counterspell
| text = [[Counterspell]] blocks the slow and accuracy debuff, but not the damage.
}}

{{User:Vergir/AbilityInteraction
| type = debuff_resist
}}