Bandaid: Difference between revisions

From PZwiki
Bandaid
mNo edit summary
m (fixed weight in code section)
Line 23: Line 23:
     DisplayName = Bandaid,
     DisplayName = Bandaid,
     Icon        = Bandaid,
     Icon        = Bandaid,
     Weight      = 0.5,
     Weight      = 0.1,
     CanBandage  = true,
     CanBandage  = true,
}</nowiki>
}</nowiki>
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:items]]
[[Category:items]]

Revision as of 02:59, 22 January 2014

WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

Template:Items A Bandaid is capable of stemming an open wound, like a bandage or bandages. Currently, they all stem open wounds with the same efficiency.


Code

item Bandaid
{
    Type        = Normal,
    DisplayName = Bandaid,
    Icon        = Bandaid,
    Weight      = 0.1,
    CanBandage  = true,
}

Template:Navbox/Consumables