Template:Affliction: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
No edit summary
BTGamepedia>Dafinmark
No edit summary
Line 22: Line 22:
// If there's only a onFailure value
// If there's only a onFailure value
-->{{#if:{{{5|}}}|<span style="color:#bde300;cursor:help;" title="Affliction strength instantly gained if skill requirement isn't met">{{Space}}'''({{{5|}}})*'''</span>|}}}}<!--
-->{{#if:{{{5|}}}|<span style="color:#bde300;cursor:help;" title="Affliction strength instantly gained if skill requirement isn't met">{{Space}}'''({{{5|}}})*'''</span>|}}}}<!--
/// Total increase
// If there's both a normal and onFailure value // (normal | onFailure) ie. ({{{6}}} | {{{7}}})
-->{{#ifeq:{{#if:{{{6|}}}|y|nn}}|{{#if:{{{7|}}}|y|n}}|<span style="cursor:help;" title="Affliction strength change total">'''({{{6}}} '''</span><span style="color:#c90c0c;cursor:help;" title="Affliction strength change total if skill requirement isn't met">'''{{!}} {{{7}}})*'''</span>|<!--
// If there's only a normal value
-->{{#if:{{{6|}}}|<span style="cursor:help;" title="Affliction strength change total">'''({{{6}}})*'''</span>|}}<!--
// If there's only a onFailure value
-->{{#if:{{{3|}}}|<span style="color:#c90c0c;cursor:help;" title="Affliction strength change total if skill requirement isn't met">'''({{{7|}}})*'''</span>|}}}}<!--


--></includeonly><noinclude>{{clr}}{{doc}}</noinclude>
--></includeonly><noinclude>{{clr}}{{doc}}</noinclude>

Revision as of 09:00, 12 May 2020

Documentation

Syntax

{{Affliction| Affliction name | Affliction strength change per second | idem but onFailure | strength instantly gained | idem but onFailure | Total affliction strength change | idem but onFailure | icon size override (default = 30) | linktext = <custom text> | showpersec = yes | icon = <custom icon> | talent = yes }}

Examples

{{Affliction|Internal Damage|2|4|||||60}}
gives: px Internal Damage (2 | 4)*()*


{{Affliction|Psychosis Resistance|||600|300}}
gives: Psychosis Resistance (600 | 300)*


{{Affliction|Internal Damage|5||||50}}
gives: Internal Damage (5)*(50)* (per second change is in the tooltip on hover)


{{Affliction|Internal Damage||2.5||||25}}
gives: px Internal Damage (2.5)*(25)* (per second change is in the tooltip on hover)


{{Affliction|Internal Damage|-5||||-50|showpersec=yes}}
gives: -50px Internal Damage (-5)*(-50)*


{{Affliction|Internal Damage|-5||||-50|showpersec=yes|linktext=Any Internal Damage}}
gives: -50px Internal Damage (-5)*(-50)*
{{Affliction|talent=yes|Evasive Maneuvers}}
gives: File:Affliction Evasive Maneuvers.png Evasive Maneuvers (for use with talent afflictions)