Ripped Sheets: Difference between revisions

From PZwiki
(applied new boilerplate)
m (updated infobox variables)
Line 1: Line 1:
{{languages|Ripped_Sheets}}
{{languages|Ripped_Sheets}}
{{header|The Game World|Items|Consumables|Medical Items|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox normal
|display_name=Ripped Sheets
|display_name=Ripped Sheets
|name_colour=Medical
|name_text_colour=Medical
|image=Rag_120px.png
|image=Rag_120px.png
|alternate_image=Dirty_Rag.png
|alternate_image=Dirty_Rag.png
Line 7: Line 9:
|alternate_link=Dirty Rag
|alternate_link=Dirty Rag
|weight=0.05
|weight=0.05
|weight_bkg=1
|primary_use=[[Health#Bandaging|Bandage]] [[Moodles#Bleeding|bleeding]] wounds
|primary_use=[[Health#Bandaging|Bandage]] [[Moodles#Bleeding|bleeding]] wounds
|primary_use_bkg=
|secondary_use=[[Heat source|Fire starting]]
|secondary_use=[[Heat source|Fire starting]]
|secondary_use_bkg=1
|bandage_power=2
|bandage_power=2
|bandage_power_bkg=
|class_name=Base.RippedSheets
|class_name=Base.RippedSheets
|class_name_bkg=1
}}
}}
'''Ripped sheets''', otherwise referred to as a '''rag''' ([[Sterilized Rag]], [[Dirty Rag]]), is a [[health|medical]] item.
'''Ripped sheets''', otherwise referred to as a '''rag''' ([[Sterilized Rag]], [[Dirty Rag]]), is a [[health|medical]] item.
Line 66: Line 63:
</nowiki>
</nowiki>


== See Also ==
== See also ==
*[[First_Aid|First Aid skill]]
*[[First_Aid|First Aid skill]]
*[[Health|Player Health]]
*[[Health|Player Health]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 18:19, 21 July 2018

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