Ripped Sheets

From PZwiki
Revision as of 22:54, 4 June 2013 by Kkdaman (talk | contribs)

Template:Items A bandage can be used to stop bleeding caused by injuries that manage to cut through the skin. If a wound is left untreated, the wounded person will slowly lose his or her health, and will eventually die of blood loss. Currently, the bandaging a wound is enough to stop the bleeding completely and will start the healing process. Bandages can be improvised by ripping them from sheets or from items of clothing. Bandages also have a secondary purpose of use in a molotov cocktail, although this use is far less important than the primary one.

In the Tutorial

(version: 0.1.5d)
At the very start of the tutorial, the player will have to create a bandage from a sheet. The bandage will be used to bandage to stem Kate's blood-loss.

Strategy

At all times, even when you think you are safe, keep a few bandages on your character. Unexpected injuries can be dangerous if left untreated. Keep a few more backup bandages in your stronghold so that you can treat injuries if you run out of bandages you brought with you.

Crafting

Name Recipe Description
























Code

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

}

History

Pre Alpha
Initial Added to the game.
Alpha
RC 2.9 Bugged in this version so that a sheet only provides one bandage instead of 8.

See Also

Template:Navbox/Consumables