Ripped Sheets

From PZwiki
Revision as of 02:18, 7 July 2018 by Simian (talk | contribs) (grammar)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Ripped Sheets   

Template:Medical

Ripped sheets, otherwise referred to as a 'rag' (Ripped Sheets, Ripped Sheets), serve two purposes: to stop bleeding caused by injuries that manage to break the skin, and as a component to craft several items.

When bandaging a wound, ripped sheets function the same as a bandage, with the ripped sheets weighing half the weight and only having half the bandage power compared to the medical bandage. See the medical page or health page for information on medical treatments.

Ripped sheets can be made of various items such as sheets, vests, skirts, trousers, blouses and sweaters.

If a ripped sheet is used as a bandage, it will eventually turn into a dirty rag, and the chance of infection increases until the bandage is changed.

Furthermore, ripped sheets can be used to fuel a fire.

Recipes

Name Recipe Description Skill Level








































































Code

Ripped Sheets / Rags Rag.png

	
	item RippedSheets
		CanBandage		= TRUE,
		Weight			= 0.05,
		AlwaysWelcomeGift	= TRUE,
		Type			= Normal,
		DisplayName		= Ripped Sheets,
		ReplaceOnUse    	= RippedSheetsDirty,
		Icon			= Rag,
		BandagePower    	= 2,

See Also

General First Aid

Template:Navbox/Consumables