Drawer: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
{{languages}}
{{languages|Drawer}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
|display_name = Drawer
|name_colour = Construction
|name_text_colour = Construction
|image = Drawer.png
|weight = 3
|primary_use = [[Crafting]]
|class_name = Base.Drawer
}}A '''drawer''' is an item used in [[Carpentry Guide|Carpentry]]


{{Items
==Usage==
|image = Drawer.png
Only used in the [[crafting]] of a [[Table with Drawer|table with drawer]].
|weight = 3
}}
Drawers are made from a plank, a set of nails, and a doorknob. They are used in [[carpentry]].


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;" 
Drawers are made from a [[plank]], a set of [[nails]], and a [[doorknob]].
|- 
{{Crafting table header}}
! Name 
! class="unsortable" | Recipe 
! class="unsortable" | Description
{{RecipeLookup|1007}}
{{RecipeLookup|1007}}
{{RecipeLookup|1010}}
{{RecipeLookup|1010}}
|}
{{Crafting table footer}}
 
==Distribution==
Drawers are only obtainable through crafting and therefore cannot be found throughout the [[Knox County|world]].


==See Also==
== Code ==
* [[Doorknob]]
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
<nowiki> item Drawer
Weight = 3,
Type = Normal,
DisplayName = Drawer,
Icon = Drawer,
</nowiki>


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


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

Revision as of 12:58, 22 July 2018

Drawer
Drawer
General
Category Item
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. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

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

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item Drawer
		Weight		= 3,
		Type		= Normal,
		DisplayName	= Drawer,
		Icon		= Drawer,

See also

Template:Navbox/Construction