Difference between revisions of "Template:Affliction/doc"
From Official Barotrauma Wiki
(→Syntax) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
<pre> | <pre> | ||
− | {{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 = | + | {{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 }} |
</pre> | </pre> | ||
Line 16: | Line 16: | ||
<pre>{{Affliction|Internal Damage||2.5||||25}}</pre> gives: {{Affliction|Internal Damage||2.5||||25}} (per second change is in the tooltip on hover) | <pre>{{Affliction|Internal Damage||2.5||||25}}</pre> gives: {{Affliction|Internal Damage||2.5||||25}} (per second change is in the tooltip on hover) | ||
+ | |||
+ | |||
+ | <pre>{{Affliction|Internal Damage|-5||||-50|showpersec=yes}}</pre> gives: {{Affliction|Internal Damage|-5||||-50|showpersec=yes}} | ||
+ | |||
+ | |||
+ | <pre>{{Affliction|Internal Damage|-5||||-50|showpersec=yes|linktext=Any Internal Damage}}</pre> gives: {{Affliction|Internal Damage|-5||||-50|showpersec=yes|linktext=Any Internal Damage}} | ||
+ | |||
+ | <pre>{{Affliction|talent=yes|Evasive Maneuvers}}</pre> gives: {{Affliction|talent=yes|Evasive Maneuvers}} (for use with talent afflictions) | ||
+ | |||
{{doc/end}} | {{doc/end}} |
Latest revision as of 20:25, 7 June 2022
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:

{{Affliction|Psychosis Resistance|||600|300}}gives:

{{Affliction|Internal Damage|5||||50}}gives:

{{Affliction|Internal Damage||2.5||||25}}gives:

{{Affliction|Internal Damage|-5||||-50|showpersec=yes}}gives:

{{Affliction|Internal Damage|-5||||-50|showpersec=yes|linktext=Any Internal Damage}}gives:

{{Affliction|talent=yes|Evasive Maneuvers}}gives:

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.