Template:TotalDamage

From Official Barotrauma Wiki
Revision as of 18:21, 11 May 2023 by G3jzer (talk | contribs) (G3jzer moved page Template:AmmoBoxDamage to Template:TotalDamage)
Jump to: navigation, search
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}}

Template:AmmoBoxDamage/total



Damage per round

{{TotalDamage|Exploding Ammunition Box|round}}

Template:AmmoBoxDamage/round



Bleeding per round

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

Template:AmmoBoxDamage/round



Stun per round

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

Template:AmmoBoxDamage/round



All affliction types per round

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

Template:AmmoBoxDamage/round