Adhesive Bandages: Difference between revisions

From PZwiki
mNo edit summary
Line 4: Line 4:
|weight = 0.1
|weight = 0.1
}}  
}}  
An Adhesive Bandage is capable of stemming an open wound, like a [[bandage]] or [[bandages]]. Currently, they all stem open wounds with the same efficiency (but [[bandages]] weigh 0.05 each).
An Adhesive Bandage is capable of stemming an open wound, like a [[Bandage]]. Currently, they all stem open wounds with the same efficiency (but bandages weigh 0.05 each).


==Code==
==Code==

Revision as of 22:59, 11 January 2015

Template:Items An Adhesive Bandage is capable of stemming an open wound, like a Bandage. Currently, they all stem open wounds with the same efficiency (but bandages weigh 0.05 each).

Code

item Bandaid
{
  Type = Normal,
  DisplayName = Adhesive Bandages,
  Icon = Bandaid,
  Weight = 0.1,
  CanBandage = true,
  BandagePower = 1.5,
  Tooltip = Tooltip_UseOnHealthPanel,
}

Template:Navbox/Consumables