Template:TotalDamage: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
No edit summary
No 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,  
| fields = name, projectiles, magazine, afflictions, explosionafflictions
bluntforcetrauma, bluntforcetraumachance, bluntforcetrauma2, bluntforcetrauma2chance, bitewounds, bitewoundschance, bitewounds2, bitewounds2chance, gunshotwound, gunshotwoundchance, gunshotwound2, gunshotwound2chance, acidburn, acidburnchance, acidburn2, acidburn2chance, deeptissueinjury, deeptissueinjurychance, deeptissueinjury2, deeptissueinjury2chance, explosiondeeptissueinjury, explosiondeeptissueinjurychance, explosiondeeptissueinjury2, explosiondeeptissueinjury2chance, burn, burnchance, burn2, burn2chance, explosionburn, explosionburnchance, explosionburn2, explosionburn2chance, lacerations, lacerationschance, lacerations2, lacerations2chance, explosionlacerations, explosionlacerationschance, explosionlacerations2, explosionlacerations2chance, bleeding, bleedingchance, bleeding2, bleeding2chance, explosionbleeding, explosionbleedingchance, explosionbleeding2, explosionbleeding2chance, radiationsickness, radiationsicknesschance, radiationsickness2, radiationsickness2chance, explosionradiationsickness, explosionradiationsicknesschance, explosionradiationsickness2, explosionradiationsickness2chance,
| where = Items.name LIKE "{{{1|{{PAGENAME}}}}}"
| where = Items.name LIKE "{{{1|{{PAGENAME}}}}}"
| format = template
| format = template

Revision as of 23:19, 2 May 2023

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