User:Vergir/AbilityInteractionGive feedback
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 |
color |
Color category: weapon, vitality, spirit, or default. Defaults to default (grey). |
No |
text |
Description of the interaction. Freeform wikitext; may span multiple lines, include links, templates, and bullet points. | Yes |
Color palette
Choose the color that matches the Deadlock stat category most relevant to the interaction:
weapon— orange (#e8922a) — for weapon/bullet interactionsvitality— green (#86c921) — for healing, health, regen interactionsspirit— purple (#de80ff) — for spirit/ability interactionsdefault— grey (#6b7280) — when no category fits clearly
Valid type values
Adding a new type requires updating the three #switch blocks in this template (color, icon, label).
unstoppable— Unstoppablecounterspell— Counterspelldebuff_resist— Debuff Resistdispel_magic— Dispel Magicmovement_restriction— Movement Restrictionability_range— Ability Rangeability_duration— Ability Durationcharges— Charges
Example
{{User:Vergir/AbilityInteraction
| type = counterspell
| color = spirit
| text = [[Counterspell]] blocks the slow and accuracy debuff, but not the damage.
}}