Template:Affliction/doc: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
(Created page with "{{doc/start}} ==Syntax== <pre> {{Affliction| Affliction name | Affliction strength change per second | idem but onFailure | strength instantly gained | idem but onFailure | To...")
 
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 = 35) | anchor override on the afflictions page (default = affliction name) }}
{{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 = 35) | anchor override on the afflictions page (default = affliction name) | Seconds it takes for full effect | idem but onFailure }}
</pre>
</pre>
==Examples==
==Examples==
<pre>{{Affliction|Internal Damage|2|4|||||60}}</pre> gives: {{Affliction|Internal Damage|2|4|||||60}}
<pre>{{Affliction|Internal Damage|2|4|||||60}}</pre> gives: {{Affliction|Internal Damage|2|4|||||60}}

Revision as of 20:33, 12 February 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 = 35) | anchor override on the afflictions page (default = affliction name) | Seconds it takes for full effect | idem but onFailure }}

Examples

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


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


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


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

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