Drawer: Difference between revisions

From PZwiki
m (Added navbox to the end of the page)
m (Automated Formatting)
Line 13: Line 13:
|item_id=Base.Drawer
|item_id=Base.Drawer
}}
}}
A '''drawer''' is a craftable item used in [[carpentry]].
A '''drawer''' is a craftable item used in [[carpentry]].


Line 21: Line 20:
==Crafting==
==Crafting==
Drawers are made from a [[plank]], a set of [[nails]], and a [[doorknob]].
Drawers are made from a [[plank]], a set of [[nails]], and a [[doorknob]].
===Carpentry===
===Carpentry===
{{Main|Carpentry}}
{{Main|Carpentry}}
Line 49: Line 49:
Icon = Drawer,
Icon = Drawer,
WorldStaticModel = Drawer,
WorldStaticModel = Drawer,
}  
}
}}
}}
}}
}}

Revision as of 08:09, 14 April 2024

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