Drawer: Difference between revisions

From PZwiki
m (Automated Formatting for Infobox and Section Headers)
(Version bump, infobox changes, body changes, codebox update)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Materials|Carpentry materials}}
{{Header|Project Zomboid|Items|Materials|Carpentry materials}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name = Drawer
|display_name = Drawer
Line 10: Line 10:
|weight = 3
|weight = 3
|function = [[Crafting]]
|function = [[Crafting]]
<!--Properties-->
|material=Wood
<!--Crafting-->
|ingredients=[[Plank]]<br>[[Doorknob]]<br>[[Nails]]
<!--Technical-->
<!--Technical-->
|item_id = Base.Drawer
|item_id = Base.Drawer
}}
}}


A '''drawer''' is an item used in [[carpentry]].
A '''drawer''' is a craftable item used in [[carpentry]].


==Usage==
==Usage==
Only used in the [[crafting]] of a [[Table with Drawer|table with drawer]].
The drawer is only used in the [[crafting]] of a [[Table with Drawer|table with drawer]].


==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===
{{Main|Carpentry}}
{{Crafting header|ing=4}}
{{Crafting header|ing=4}}
{{Crafting carpentry|004|ing=4}}
{{Crafting carpentry|004|ing=4}}
Line 40: Line 38:
   | source = items.txt
   | source = items.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item Drawer
item Drawer
{
{
  DisplayCategory     = Material,
    DisplayCategory = Material,
  Weight             = 3,
Weight = 3,
  Type               = Normal,
Type = Normal,
  DisplayName         = Drawer,
DisplayName = Drawer,
  Icon               = Drawer,
Icon = Drawer,
  WorldStaticModel   = Drawer,
WorldStaticModel = Drawer,
}
}
   }}
   }}
}}
}}

Revision as of 02:00, 12 March 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 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

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