Template:AbilitySection/doc: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
Docs: remove stale non-functional interactions param; document the auto-generated interaction-hint rail (with help from vergir-bot LLM)
Vergir (talk | contribs)
Document new interactions parameter and add it to the example (with help from vergir-bot LLM)
Line 40: Line 40:
"description": "Wikitext for the Tips tab.",
"description": "Wikitext for the Tips tab.",
"example": "* T3 talent allows stacking several bells for high damage traps.",
"example": "* T3 talent allows stacking several bells for high damage traps.",
"type": "string",
"required": false
},
"interactions": {
"description": "Wikitext for the Interactions tab. Use {{AbilityInteraction}} blocks.",
"example": "{{AbilityInteraction | title = ... | text = ... }}",
"type": "string",
"type": "string",
"required": false
"required": false
Line 48: Line 54:
"ability_num",
"ability_num",
"notes",
"notes",
"tips"
"tips",
"interactions"
],
],
"description": "Generates ability cards in hero pages. Uses Ability card v2/Card"
"description": "Generates ability cards in hero pages. Uses Ability card v2/Card"
Line 64: Line 71:
| tips        =
| tips        =
* T3 talent allows stacking several bells for high damage traps.
* T3 talent allows stacking several bells for high damage traps.
| interactions =
{{AbilityInteraction
| type  = positive
| file  = Debuff Reducer.png
| link  = Debuff Reducer
| title = Debuff Resist
| text  = Debuff Resist shortens duration of [[Movement Slow|move slow]] and accuracy debuff.
}}
}}
}}
</pre>
</pre>
Line 74: Line 89:
| tips        =
| tips        =
* T3 talent allows stacking several bells for high damage traps.
* T3 talent allows stacking several bells for high damage traps.
| interactions =
{{AbilityInteraction
| type  = positive
| file  = Debuff Reducer.png
| link  = Debuff Reducer
| title = Debuff Resist
| text  = Debuff Resist shortens duration of [[Movement Slow|move slow]] and accuracy debuff.
}}
}}
}}