Adhesive Bandages: Difference between revisions

From PZwiki
(Redirected page to Adhesive Bandages)
 
No edit summary
Line 1: Line 1:
#REDIRECT [[Bandaid]]
{{languages}}
{{Items
|image = Bandaid.png
|weight = 0.1
}}
A Bandaid 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==
<nowiki>
item Bandaid
{
    Type        = Normal,
    DisplayName = Bandaid,
    Icon        = Bandaid,
    Weight      = 0.1,
    CanBandage  = true,
}</nowiki>
 
{{Navbox/Consumables}}
[[Category:items]]

Revision as of 22:55, 11 January 2015

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 (but bandages weigh 0.05 each).

Code

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

Template:Navbox/Consumables