Bandaid: Difference between revisions

From PZwiki
Bandaid
(Fixed code section for Bandaid)
mNo edit summary
Line 2: Line 2:
{{Items
{{Items
|image = Bandaid.png  
|image = Bandaid.png  
|weight = 0.5
|weight = 0.1
}} <!--/infobox-->
}} <!--/infobox-->
A Bandaid is capable of stemming an open wound, like a [[bandage]] or [[bandages]]. The bandaid weighs more than the other 2. Currently, they all stem open wounds with the same efficiency.
A Bandaid is capable of stemming an open wound, like a [[bandage]] or [[bandages]]. The bandaid weighs more than the other 2. Currently, they all stem open wounds with the same efficiency.

Revision as of 21:18, 28 November 2013

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. The bandaid weighs more than the other 2. Currently, they all stem open wounds with the same efficiency.


Code

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

Template:Navbox/Consumables