Template:Affliction: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
BTGamepedia>Dafinmark
(Ive added total increase but when i implemet that on internal damage on opium the icon picture changes sides. testing if changing parameters here helps. I will put the parameters back if it doesent work. I hope whoever made this addition and the chemicals doesnt get angry. Delete all of this if its a nuisance)
mNo edit summary
Line 1: Line 1:
<includeonly>[[File:affliction_{{{1}}}.png|{{{9|35}}}px|link=Afflictions#{{{7|{{{1}}}}}}]]{{Space}}[[Afflictions#{{{7|{{{1}}}}}}|{{{1}}}]]{{Space}}<!--
<includeonly>[[File:affliction_{{{1}}}.png|{{{6|35}}}px|link=Afflictions#{{{7|{{{1}}}}}}]]{{Space}}[[Afflictions#{{{7|{{{1}}}}}}|{{{1}}}]]{{Space}}<!--


/// Over-time increase
/// Over-time increase
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:{{{7|}}}|<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 11:34, 15 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)* (per second change is in the tooltip on hover)


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


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


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