Ripped Sheets: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 4: Line 4:
|weight = 0.25
|weight = 0.25
}}
}}
A '''bandage''' can be used to slow down bleeding caused by [[Health#Injuries|injuries]].  
A '''bandage''' can be used to stop bleeding caused by [[Health#Injuries|injuries]]. If a wound is left untreated, the player will slowly lose health, and will eventually die of blood loss.  


<br>'''In the Tutorial''' (version: 0.1.5d)<br>
<br>'''In the Tutorial''' (version: 0.1.5d)<br>

Revision as of 01:59, 6 June 2012

Template:Items A bandage can be used to stop bleeding caused by injuries. If a wound is left untreated, the player will slowly lose health, and will eventually die of blood loss.


In the Tutorial (version: 0.1.5d)
Bandages can be used to bandage and when combined with the Belt, will Stem Kate's blood-loss.

Crafting

Name Recipe Description
























Code

item RippedSheets
{
	Type				=			Normal,
	DisplayName			=			Bandages,
	Icon				=			Rag,
	Count				=			8,
	Weight				=			0.25,
	AlwaysWelcomeGift 	        = 			true,
	CanBandage			=			true,

}

Template:Navbox/Consumables