Drawer: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
(added model)
Line 3: Line 3:
{{Infobox item
{{Infobox item
|display_name = Drawer
|display_name = Drawer
|model = <!-- model image to go here: Drawer_Model.png -->
|model = Drawer_Model.png
|icon=Drawer.png
|icon=Drawer.png
|icon_name=Drawer
|icon_name=Drawer

Revision as of 02:17, 14 January 2024

Drawer
Drawer Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
3
Function
Properties
Material
Wood
Crafting
Ingredients
Technical
Item ID
Base.Drawer

A drawer is an item used in Carpentry

Usage

Only used in the crafting of a table with drawer.

Crafting

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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Drawer.png
Drawer
0.25 Carpentry none Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank
(consumed)
DoorKnob.png
Doorknob
(consumed)
Nails.png
Nails
(consumed)
TablewithDrawer Carpentry.gif
Table with Drawer
1.25 Carpentry Carpentry 5 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x5
(consumed)
Nails.png
Nails x4
(consumed)
Drawer.png
Drawer x1
(consumed)

Distribution

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

Code

From items.txt (Project Zomboid directory/media/scripts/) Drawer Drawer.png Retrieved: Build 41.73

	item Drawer
	{
	   	DisplayCategory 	= Material,
		Weight			= 3,
		Type			= Normal,
		DisplayName		= Drawer,
		Icon			= Drawer,
		WorldStaticModel 	= Drawer,
	}

See also