Template:Affliction: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
(added total duration in tooltip)
(6+7 display (medical items cargo))
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 failed">{{Space}}'''({{{5|}}})*'''</span>|}}}}<!--
-->{{#if:{{{5|}}}|<span style="color:#bde300;cursor:help;" title="Affliction strength instantly gained if failed">{{Space}}'''({{{5|}}})*'''</span>|}}}}<!--
/// Total
// If there's both a normal and onFailure total value // (normal | onFailure) ie. ({{{6}}} | {{{7}}})
-->{{#ifeq:{{#if:{{{6|}}}|y|nn}}|{{#if:{{{7|}}}|y|n}}|{{Space}}<span style="cursor:help;color:#00ba76;" title="Total affliction strength">'''({{{6}}} '''</span><span style="color:#bde300;cursor:help;" title="Total affliction strength if failed">'''{{!}} {{{7}}})*'''</span>|<!--


/// Show per second change and total duration
/// Show per second change and total duration
-->{{#ifeq:{{lc:{{{showpersec|}}}}}|yes|<small>({{#if:{{{7|}}}|{{{3}}}|{{{2}}}}}/s for {{#if:{{{7|}}}|{{#expr:{{{7}}}/{{{3}}}}}|{{#expr:{{{6}}}/{{{2}}}}}}}s)</small>|}}<!--
-->{{#ifeq:{{lc:{{{showpersec|}}}}}|yes|<small>({{#if:{{{7|}}}|{{{3}}}|{{{2}}}}}/s for {{#if:{{{7|}}}|{{#expr:{{{7}}}/{{{3}}}}}|{{#expr:{{{6}}}/{{{2}}}}}}}s)</small>|}}<!--
--></includeonly><noinclude>{{clr}}{{doc}}</noinclude>
--></includeonly><noinclude>{{clr}}{{doc}}</noinclude>

Revision as of 08:30, 29 December 2021

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: Internal Damage (2 | 4)*{{#ifeq:nn|n| ( | )*|


{{Affliction|Psychosis Resistance|||600|300}}
gives: Psychosis Resistance (600 | 300)*{{#ifeq:nn|n| ({{{6}}} | {{{7}}})*|


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


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


{{Affliction|Internal Damage|-5||||-50|showpersec=yes}}
gives: Internal Damage (-50)*{{#ifeq:y|n| (-50 | {{{7}}})*|(-5/s for 10s)


{{Affliction|Internal Damage|-5||||-50|showpersec=yes|linktext=Any Internal Damage}}
gives: Any Internal Damage (-50)*{{#ifeq:y|n| (-50 | {{{7}}})*|(-5/s for 10s)
{{Affliction|talent=yes|Evasive Maneuvers}}
gives: File:Affliction Evasive Maneuvers.png Evasive Maneuvers {{#ifeq:nn|n| ({{{6}}} | {{{7}}})*| (for use with talent afflictions)