Ripped Sheets: Difference between revisions

From PZwiki
m (grammar)
(applied new boilerplate)
Line 1: Line 1:
__NOTOC__
{{languages|Ripped_Sheets}}
{{languages|Ripped_Sheets}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Medical Items|version=Version 39|incver=67.5}}{{Infobox normal
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Ripped Sheets
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|image=Rag_120px.png
{{Medical
|alternate_image=Dirty_Rag.png
|image = Rag.png
|alternate_name=Dirty Rag
|primaryuse= Bandage Open Wounds
|alternate_link=Dirty Rag
|bandagepower = 2.0
|weight=0.05
|alcoholpower = 0.0
|weight_bkg=1
|weight = 0.05
|primary_use=[[Health#Bandaging|Bandage]] [[Moodles#Bleeding|bleeding]] wounds
|primary_use_bkg=
|secondary_use=[[Heat source|Fire starting]]
|secondary_use_bkg=1
|bandage_power=2
|bandage_power_bkg=
|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]]), serve two purposes: to stop bleeding caused by [[Health#Types_of_Injuries|injuries]] that manage to break the skin, and as a component to craft several items.
==Usage==
===Medical===
Ripped sheets can be used to stop [[Moodles#Bleeding|bleeding]] caused by [[Health#Types_of_Injuries|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 [[Bandage|medical bandage]]. See [[First_Aid|the medical page]] or [[Health|health page]] for information on medical treatments.
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 [[Bandage|medical bandage]]. See [[First_Aid|the medical page]] or [[Health|health page]] for information on medical treatments.


Ripped sheets can be made of various items such as [[Sheet|sheets]], [[Vest|vests]], [[Skirt|skirts]], [[Trousers|trousers]], [[Blouse|blouses]] and [[Sweater|sweaters]].  
If a ripped sheet is used as a bandage, it will eventually turn into a [[Dirty Rag|dirty rag]], and the chance of infection increases until the bandage is removed.


If a ripped sheet is used as a bandage, it will eventually turn into a [[Dirty Rag|dirty rag]], and the chance of infection increases until the bandage is changed.
===Fire starting===
Ripped sheets can be used to start a [[Heat source|fire]] or as a fuel.


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


===Recipes===
Ripped sheets can be made of various items such as [[Sheet|sheets]], [[Vest|vests]], [[Skirt|skirts]], [[Trousers|trousers]], [[Blouse|blouses]] and [[Sweater|sweaters]].
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 37: Line 46:
{{RecipeLookup|1021}}
{{RecipeLookup|1021}}
|}
|}
==Item distribution==
Ripped sheets cannot be found in the [[Kentucky|world]] and only obtained from tearing sheets and clothing.


== Code ==
== Code ==
''Ripped Sheets / Rags'' [[File:Rag.png]]
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
  <nowiki>
  <nowiki>
item RippedSheets
item RippedSheets
Line 50: Line 63:
Icon = Rag,
Icon = Rag,
BandagePower    = 2,
BandagePower    = 2,
Tooltip = Tooltip_RippedSheets,
</nowiki>
</nowiki>


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


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 10:18, 12 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