Ripped Sheets

From PZwiki
Revision as of 10:18, 12 July 2018 by Vaileasys (talk | contribs) (applied new boilerplate)
Ripped Sheets
Ripped Sheets
Dirty Rag
General
Category Item
Encumbrance
Heavy Load
0.05
Function Bandage bleeding wounds
Fire starting
Bandage power
Bleeding
2
Technical details
Base ID Base.RippedSheets

Ripped sheets, otherwise referred to as a rag (Ripped Sheets, Ripped Sheets), is a medical item.

Usage

Medical

Ripped sheets can be used to stop bleeding caused by injuries that manage to break the skin.

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.

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 removed.

Fire starting

Ripped sheets can be used to start a fire or as a fuel.


Recipes

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

Name Recipe Description Skill Level








































































Item distribution

Ripped sheets cannot be found in the world and only obtained from tearing sheets and clothing.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

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

See Also

Template:Navbox/Consumables