Sheet: Difference between revisions

From PZwiki
Line 42: Line 42:
===Gallery===
===Gallery===
<<gallery>>
<<gallery>>
/attachments/1007777489168384061/1134661535210418196/image.png1134661404675285042/image.png
image.png
1134661859425910784/image.png
<<gallery>>
<<gallery>>



Revision as of 02:48, 29 July 2023

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.

Product XP gained Skill(s) Recipe Ingredient 1
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Distribution

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

Trivia

in build 42 we can make improvised backpacks using Sheet.

this was shown on this TIS blog

https://projectzomboid.com/blog/news/2023/07/bagz-of-fun/

it is not known if the weight it decreases will be 15 or if it is just wip

Gallery

<<gallery>> image.png <<gallery>>

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