Template:AbilityInteraction/doc: Difference between revisions

Vergir (talk | contribs)
mNo edit summary
Update docs for the file to iconfile parameter rename (with help from vergir-bot LLM)
Line 22: Line 22:
"suggestedvalues": [ "positive", "negative", "info" ]
"suggestedvalues": [ "positive", "negative", "info" ]
},
},
"file": {
"iconfile": {
"description": "File name of the icon image, without the File: prefix.",
"description": "File name of the icon image, without the File: prefix.",
"type": "string",
"type": "string",
Line 44: Line 44:
}
}
},
},
"paramOrder": [ "title", "text", "type", "file", "link", "state" ],
"paramOrder": [ "title", "text", "type", "iconfile", "link", "state" ],
"format": "block"
"format": "block"
}
}
Line 55: Line 55:
<pre>
<pre>
{{AbilityInteraction
{{AbilityInteraction
| type = positive
| type     = positive
| file  = Melee Charge.png
| iconfile = Melee Charge.png
| link = Melee Charge
| link     = Melee Charge
| title = Melee
| title   = Melee
| text =
| text     =
* This ability benefits from Melee damage bonuses and triggers relevant item effects.
* This ability benefits from Melee damage bonuses and triggers relevant item effects.
* Once a T3 upgrade is acquired it's considered a Heavy Melee attack.
* Once a T3 upgrade is acquired it's considered a Heavy Melee attack.
Line 65: Line 65:
</pre>
</pre>
{{AbilityInteraction
{{AbilityInteraction
| type = positive
| type     = positive
| file  = Melee Charge.png
| iconfile = Melee Charge.png
| link = Melee Charge
| link     = Melee Charge
| title = Melee
| title   = Melee
| text =
| text     =
* This ability benefits from Melee damage bonuses and triggers relevant item effects.
* This ability benefits from Melee damage bonuses and triggers relevant item effects.
* Once a T3 upgrade is acquired it's considered a Heavy Melee attack.
* Once a T3 upgrade is acquired it's considered a Heavy Melee attack.
Line 77: Line 77:
<pre>
<pre>
{{AbilityInteraction
{{AbilityInteraction
| type = negative
| type     = negative
| file  = Debuff Reducer.png
| iconfile = Debuff Reducer.png
| link = Debuff Reducer
| link     = Debuff Reducer
| title = Debuff Resist
| title   = Debuff Resist
| text =
| text     =
[[Debuff Resist]] shortens the duration of movement slow and accuraccy debuff.
[[Debuff Resist]] shortens the duration of movement slow and accuraccy debuff.


Line 88: Line 88:
</pre>
</pre>
{{AbilityInteraction
{{AbilityInteraction
| type = negative
| type     = negative
| file  = Debuff Reducer.png
| iconfile = Debuff Reducer.png
| link = Debuff Reducer
| link     = Debuff Reducer
| title = Debuff Resist
| title   = Debuff Resist
| text =
| text     =
[[Debuff Resist]] shortens the duration of movement slow and accuraccy debuff.
[[Debuff Resist]] shortens the duration of movement slow and accuraccy debuff.


Line 102: Line 102:
<pre>
<pre>
{{AbilityInteraction
{{AbilityInteraction
| type = info
| type     = info
| file  = Slowing Hex.png
| iconfile = Slowing Hex.png
| link = Slowing Hex
| link     = Slowing Hex
| title = Slowing Hex
| title   = Slowing Hex
| state = disabled
| state   = disabled
| text = This ability is '''not''' interrupted by [[Slowing Hex]].
| text     = This ability is '''not''' interrupted by [[Slowing Hex]].
}}
}}
</pre>
</pre>
{{AbilityInteraction
{{AbilityInteraction
| type = info
| type     = info
| file  = Slowing Hex.png
| iconfile = Slowing Hex.png
| link = Slowing Hex
| link     = Slowing Hex
| title = Slowing Hex
| title   = Slowing Hex
| state = disabled
| state   = disabled
| text = This ability is '''not''' interrupted by [[Slowing Hex]].
| text     = This ability is '''not''' interrupted by [[Slowing Hex]].
}}
}}


<noinclude>[[Category:Template documentation]]</noinclude>
<noinclude>[[Category:Template documentation]]</noinclude>