Adhesive Bandages

From PZwiki

Template:Items 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).

Code

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

Template:Navbox/Consumables