User:Vergir/AbilityInteractionGive feedback
Jump to navigation
Jump to search
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)
unstoppable— Unstoppablecounterspell— Counterspelldebuff_resist— Debuff Resistdispel_magic— Dispel Magicbullet_armor— Bullet Armor
- Spirit (dark purple, #7a3fa8)
movement_restriction— Movement Restrictionability_range— Ability Rangeability_duration— Ability Durationcharges— Charges
Example
{{User:Vergir/AbilityInteraction
| type = counterspell
| text = [[Counterspell]] blocks the slow and accuracy debuff, but not the damage.
}}
{{User:Vergir/AbilityInteraction
| type = debuff_resist
}}