Sheet: Difference between revisions

From PZwiki
(Fixing grammatical errors)
Line 12: Line 12:
|secondary_use = Crafting material
|secondary_use = Crafting material
|class_name = Base.Sheet
|class_name = Base.Sheet
}}{{quote|text=Can be used as an improvised curtain.<br>Also a source of bandages when ripped.|author=In-game tooltip}}
}}
{{quote|text=Can be used as an improvised curtain.<br>Also a source of bandages when ripped.|author=In-game tooltip}}
The sheet is a fundamental item required to secure a building or room.  
The sheet is a fundamental item required to secure a building or room.  


==Usage==
== Usage ==
===Curtains===
=== 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.
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.


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


==Crafting==
== Crafting ==
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.
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.
{{Crafting table header}}
{{Crafting table header}}
Line 28: Line 29:
{{Crafting table footer}}
{{Crafting table footer}}


==Distribution==
== Distribution ==
Curtains can be removed from windows, yielding 1 sheet. Otherwise, it is common to find sheets inside [[Containers#Bedroom storage|wardrobes]] and bathrooms.
Curtains can be removed from windows, yielding 1 sheet. Otherwise, it is common to find sheets inside [[Containers#Bedroom storage|wardrobes]] and bathrooms.


==Code==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=40}}
{{Retrieved|version=40|incver=40}}
Line 41: Line 42:
Tooltip = Tooltip_Sheet,</pre>
Tooltip = Tooltip_Sheet,</pre>


==See also==
== See also ==
*[[Carpentry Guide]]
* [[Carpentry Guide]]
*[[First Aid|First Aid Guide]]
* [[First Aid|First Aid Guide]]


[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 23:33, 1 February 2020

Sheet
Sheet
Sheet Curtain
General
Category Item
Encumbrance
Heavy Load
0.8
Function Cover windows
Crafting material
Technical details
Base ID Base.Sheet
Can be used as an improvised curtain.
Also a source of bandages when ripped.
— In-game tooltip

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.

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

Crafting

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. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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 40.40

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

See also