Adhesive Bandages: Difference between revisions

From PZwiki
mNo edit summary
Line 10: Line 10:
item Bandaid
item Bandaid
{
{
    Type       = Normal,
  Type = Normal,
    DisplayName = Bandaid,
  DisplayName = Adhesive Bandages,
    Icon       = Bandaid,
  Icon = Bandaid,
    Weight     = 0.1,
  Weight = 0.1,
    CanBandage = true,
  CanBandage = true,
  BandagePower = 1.5,
  Tooltip = Tooltip_UseOnHealthPanel,
}</nowiki>
}</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:items]]
[[Category:items]]

Revision as of 22:57, 11 January 2015

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