Drawer: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
m (Automated Formatting)
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|type=Construction|version=Version 41|incver=73}}{{Infobox normal
{{Header|Project Zomboid|Items|Materials|Carpentry materials}}
|display_name = Drawer
{{Page version|41.78.16}}
|category = Material
{{Infobox item
|name_colour = Construction
|name=Drawer
|name_text_colour = Construction
|model=Drawer_Model.png
|image = Drawer.png
|icon=Drawer.png
|weight = 3
|icon_name=Drawer
|primary_use = [[Crafting]]
<!--General-->
|class_name = Base.Drawer
|category=Material
}}A '''drawer''' is an item used in [[Carpentry Guide|Carpentry]]
|weight=3
|function=[[Crafting]]
<!--Technical-->
|item_id=Base.Drawer
}}
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]].
{{Crafting header|ing=4}}
 
{{Crafting carpentry|004|ing=4}}
===Carpentry===
{{Crafting carpentry|306|ing=4}}
{{Main|Carpentry}}
|}
{{Crafting/sandbox2
|drawer
|table_with_drawer
}}


==Distribution==
==Distribution==
Drawers are only obtainable through crafting and cannot be found throughout the [[Knox Country|world]].
Drawers are only obtainable through crafting and cannot be found throughout the world.


==Code==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
''Drawer'' [[File:Drawer.png]]
| {{CodeSnip
{{Retrieved|version=41|incver=73}}
  | lang = java
<pre>
  | line = true
item Drawer
  | start = 130
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
}</pre>
}
}}
}}


==See also==
==See also==
*[[Carpentry]]
*[[Carpentry]]
 
*[[Table with Drawer]]
{{Navbox/Construction}}


[[Category:Carpentry]]
[[Category:Carpentry]]
[[Category:Construction]]
[[Category:Construction]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]
{{Navbox items|carpentry_materials}}

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