Bandaid: Difference between revisions

From PZwiki
Bandaid
m (fixed weight in code section)
(added a precision regarding bandages and removed improvement need)
Line 1: Line 1:
{{Notice|Improve}}
{{Items
{{Items
|image = Bandaid.png  
|image = Bandaid.png  
|weight = 0.1
|weight = 0.1
}} <!--/infobox-->
}}  
A Bandaid is capable of stemming an open wound, like a [[bandage]] or [[bandages]]. Currently, they all stem open wounds with the same efficiency.
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).
 
<!--== Crafting ==
ITEM NAME can be used in the following recipes:
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Ingredients || Other Items || Output || Description
|-
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
|}-->


==Code==
==Code==
Line 26: Line 15:
     CanBandage  = true,
     CanBandage  = true,
}</nowiki>
}</nowiki>
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:items]]
[[Category:items]]

Revision as of 03:07, 22 January 2014

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