Template:TotalDamage: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
No edit summary
mNo edit summary
 
Line 1: Line 1:
<noinclude>{{doc}}[[Category:Templates]][[Category:Cargo Querying Templates]]</noinclude><includeonly>{{#cargo_query:tables = Items
<noinclude>{{doc}}[[Category:Templates]][[Category:Cargo Querying Templates]]</noinclude><includeonly>{{#cargo_query:tables = Items
| fields = name, projectiles, magazine, afflictions, explosionafflictions
| fields = _pageName, name, projectiles, magazine, afflictions, explosionafflictions
| where = Items.name LIKE "{{{1|{{PAGENAME}}}}}"
| where = Items._pageName LIKE "{{{1|{{PAGENAME}}}}}"
| format = template
| format = template
| template = TotalDamage/sub{{!}}weapondamagemodifier = {{{weapondamagemodifier|}}}{{!}}type = {{{type|damage}}}{{!}}round = {{#ifeq:{{{2|}}}|round|1}}
| template = TotalDamage/sub{{!}}weapondamagemodifier = {{{weapondamagemodifier|}}}{{!}}type = {{{type|damage}}}{{!}}round = {{#ifeq:{{{2|}}}|round|1}}
| named args = yes
| named args = yes
}}</includeonly>
}}</includeonly>

Latest revision as of 17:55, 6 March 2024

Documentation
Main article: Boilerplate:Gear


Template calculating total value of choosen afflictions in a magazine or a single round.

By default it calculates total damage afflictions in a mag.

Instructions

Field Note Example Default
1 Name of the item Exploding Ammunition box
2 Calculates damage per round if defined as "round" round
type Used to choose the type of afflictions:
  • damage = blunttrauma, gunshotwound, acidburn, explosiondamage, burn, lacerations.
  • stun = stun
  • bleeding = bleeding
  • all = All of them in the listed order separated by ,
stun damage

Sub Templates


Template in use

Total damage

{{TotalDamage|Exploding Ammunition Box}}

4000



Damage per round

{{TotalDamage|Exploding Ammunition Box|round}}

40



Bleeding per round

{{TotalDamage|Exploding Ammunition Box|round|type=bleeding}}

1



Stun per round

{{TotalDamage|Exploding Ammunition Box|round|type=stun}}

0.025



All affliction types per round

{{TotalDamage|Exploding Ammunition Box|round|type=all}}

40,0.025,1