Adhesive Bandages: Difference between revisions

From PZwiki
mNo edit summary
m (AlgorithmInFlux moved page Adhesive Bandages to Adhesive Bandages: Rename page)
(No difference)

Revision as of 23:01, 11 January 2015

Template:Items Adhesive Bandages are 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