User:Vergir/AbilityInteraction

From The Deadlock Wiki
Revision as of 15:58, 29 April 2026 by Vergir (talk | contribs) (Hardcode color per type, remove color param; update doc (with help from vergir-bot LLM))
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. Freeform wikitext; may span multiple lines, include links, templates, and bullet points. Yes

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

Valid type values

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

Vitality (green, #86c921)
Spirit (purple, #de80ff)

Example

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