Sheet: Difference between revisions

From PZwiki
m (grammar)
(applied new boilerplate)
Line 1: Line 1:
{{languages}}
{{languages|Sheet}}
{{Items  
{{header|The Game World|Items|type=Default|version=Version 39|incver=67.5}}{{Infobox normal
|image = Sheet.png  
|image = Sheet_120px.png  
|alternate_image=SheetCurtain.gif
|alternate_name=Sheet Curtain
|alternate_link=Curtain
|weight = 0.8
|weight = 0.8
|weight_bkg = 1
|primary_use = Cover [[window]]s
|secondary_use = Crafting material
|class_name = Base.Sheet
|class_name_bkg = 1
}}
}}
The sheet is a fundamental item required to securely barricade a structure. The sheet is primarily used to conceal a player's presence from the infected. As of the 0.1.5 update, at least 3 window barricades are required to stop [[zombies]] from seeing through a window. Alternatively, a sheet can be used as a makeshift curtain that prevents unwanted zombies and survivors from seeing through a window. To do this, right click a window with the sheet in the main inventory. After it is attached to the window, it can be pulled down, similar to a curtain.
The sheet is a fundamental item required to secure a building or room.  


The sheet has a secondary purpose as a crafting material. Before the 0.2.0 update, the sheet was the only item that could be ripped into [[bandages]], which are essential first aid tools. However, many clothing items can now be turned into bandages. As of 0.2.0, sheets can also be turned into [[Sheet rope|sheet ropes]], which can be used to rappel down from (and also up to, as long as a character doesn't have the 'Weak' trait) a window.
==Usage==
===Curtains===
The sheet is primarily used to conceal a player's presence from the infected. At least 3 [[barricade]]d [[plank]]s are required to block vision through a window. Alternatively, a sheet can be used as a makeshift curtain that prevents unwanted zombies and survivors from seeing through a window. To do this, right-click a window with the sheet in the main inventory. After it is attached to the window, it can be pulled down, similar to a curtain.


== Crafting ==
In order to place a sheet on a player made [[Wooden Window Frame|window frame]], there must be a tile on above it (i.e. a ceiling/roof).


===Recipes===
The sheet can be torn into [[Ripped Sheets|ripped sheets]], which is a makeshift [[bandage]], an essential first aid tool. Sheets can also be turned into [[Sheet Rope|sheet ropes]], which can be used to rappel down from (and also up, as long as the player doesn't have the [[Traits#Negatives|weak]] trait) a window.
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 15: Line 27:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
! Level
{{RecipeLookup|4000}}
{{RecipeLookup|4000}}
{{RecipeLookup|4001}}
{{RecipeLookup|4001}}
|}
|}


[[Category:Version 0.2.0p]]
==Item distribution==
[[Category:Construction]]
Curtains can be removed from windows, yielding 1 sheet. Otherwise, it is common to find sheets inside [[Containers#Bedroom storage|wardrobes]] and bathrooms.


== Notes ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
<nowiki>
item RoastingPan
Weight = 0.8,
Type = Normal,
DisplayName = Sheet,
Icon = Sheet,
Tooltip = Tooltip_Sheet,
</nowiki>


- In order to place a sheet on a player made window frame, you have to make sure there's a tile on top of it (i.e. a ceiling/roof)
==See also==
*[[Carpentry Guide]]
*[[First Aid|First Aid Guide]]

Revision as of 04:20, 13 July 2018

Sheet
{{{display_name}}}
Sheet Curtain
General
Category Item
Encumbrance
Heavy Load
0.8
Function Cover windows
Crafting material
Technical details
Base ID Base.Sheet

The sheet is a fundamental item required to secure a building or room.

Usage

Curtains

The sheet is primarily used to conceal a player's presence from the infected. At least 3 barricaded planks are required to block vision through a window. Alternatively, a sheet can be used as a makeshift curtain that prevents unwanted zombies and survivors from seeing through a window. To do this, right-click a window with the sheet in the main inventory. After it is attached to the window, it can be pulled down, similar to a curtain.

In order to place a sheet on a player made window frame, there must be a tile on above it (i.e. a ceiling/roof).

Recipes

The sheet can be torn into ripped sheets, which is a makeshift bandage, an essential first aid tool. Sheets can also be turned into sheet ropes, which can be used to rappel down from (and also up, as long as the player doesn't have the weak trait) a window.

Name Recipe Description Level
























Item distribution

Curtains can be removed from windows, yielding 1 sheet. Otherwise, it is common to find sheets inside wardrobes and bathrooms.

Code

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

	item RoastingPan
		Weight		= 0.8,
		Type		= Normal,
		DisplayName	= Sheet,
		Icon		= Sheet,
		Tooltip		= Tooltip_Sheet,

See also