Drawer: Difference between revisions

From PZwiki
(Brought up to date)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Drawer}}
{{Languages}}{{Header|The Game World|Items|type=Construction|version=Version 41|incver=73}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 41|incver=73}}{{Infobox normal
|display_name = Drawer
|display_name = Drawer
|category = Material
|category = Material
|name_colour = Construction
|name_colour = Construction
|name_text_colour = Construction
|name_text_colour = Construction
|image = Drawer_120px.png  
|image = Drawer.png  
|weight = 3
|weight = 3
|primary_use = [[Crafting]]
|primary_use = [[Crafting]]
Line 14: Line 13:
Only used in the [[crafting]] of a [[Table with Drawer|table with drawer]].
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 header|ing=4}}
Line 20: Line 19:
{{Crafting carpentry|306|ing=4}}
{{Crafting carpentry|306|ing=4}}
|}
|}
==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 [[Knox Country|world]].


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
''Drawer'' [[File:Drawer.png]]
''Drawer'' [[File:Drawer.png]]
Line 39: Line 39:


==See also==
==See also==
* [[Carpentry Guide]]
*[[Carpentry]]


{{Navbox/Construction}}
{{Navbox/Construction}}

Revision as of 00:14, 19 February 2023

Drawer
Drawer
General
Category Material
Encumbrance
Heavy Load
3
Function Crafting
Technical details
Base 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

Template:Navbox/Construction