Drawer

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Drawer
Drawer Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
3
Function
Technical
Item ID
Base.Drawer

A drawer is a craftable item used in carpentry.

Usage

The drawer is only used in the crafting of a table with drawer.

Crafting

Drawers are made from a plank, a set of nails, and a doorknob.

Carpentry

Main article: Carpentry
Product Ingredients Tools Requirements Workstation XP
Drawer.png
Drawer
Plank.png Plank ×1
DoorKnob.png Doorknob ×1
Nails.png Nails ×1

Hammer.png
Hammer (tag)
none none 0.25 Carpentry
TablewithDrawer Carpentry.gif
Table with Drawer
Plank.png Plank ×5
Nails.png Nails ×4
Drawer.png Drawer ×1

Hammer.png
Hammer (tag)
Carpentry 5 none 1.25 Carpentry

Distribution

Drawers are only obtainable through crafting and cannot be found throughout the world.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item Drawer
	{
	    DisplayCategory = Material,
		Weight	=	3,
		Type	=	Normal,
		DisplayName	=	Drawer,
		Icon	=	Drawer,
		WorldStaticModel = Drawer,
	}

See also