Drawer: Difference between revisions

From PZwiki
m (→‎Crafting: file fix (A-L), replaced: File:SmallLog.png → File:Logs.png)
(Brought up to date)
Line 1: Line 1:
{{languages|Drawer}}
{{languages|Drawer}}
{{header|The Game World|Items|type=Construction|version=Version 41|incver=39}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 41|incver=73}}{{Infobox normal
|display_name = Drawer
|display_name = Drawer
|category = Material
|name_colour = Construction
|name_colour = Construction
|name_text_colour = Construction
|name_text_colour = Construction
|image = Drawer.png  
|image = Drawer_120px.png  
|weight = 3
|weight = 3
|primary_use = [[Crafting]]
|primary_use = [[Crafting]]
Line 15: Line 16:
== 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=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1007 -->
{{Crafting header|ing=4}}
{{Crafting/core|ing=2
{{Crafting carpentry|004|ing=4}}
| product_image = [[File:Plank.png      |tag2=(consumed)|link=Wooden Plank|Wooden Plank]] | product_name = [[Wooden Plank]] | product_quantity = x3
{{Crafting carpentry|306|ing=4}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Saw.png|link=Saw|Saw]] | i1 = [[Saw]] | q1 = x1
| f2 = [[File:Logs.png|link=Wood logs|Wood logs]] | i2 = [[Wood logs]] | q2 = x1
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1010 -->
{{Crafting/core|ing=3
| product_image = [[File:Drawer.png|link=Drawer|Drawer]] | product_name = [[Drawer]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = [[Carpentry]] 1
| req =
| f1 = [[File:Plank.png|link=Wooden Plank|Wooden Plank]] | i1 = [[Wooden Plank]] | q1 = x1
| f2 = [[File:Nails.png|link=Nails|Nails]] | i2 = [[Nails]] | q2 = x1
| f3 = [[File:DoorKnob.png|link=Doorknob|Doorknob]] | i3 = [[Doorknob]] | q3 = x1
}}
|}
|}
==Distribution==
==Distribution==
Drawers are only obtainable through crafting and therefore 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/)'''''
{{Retrieved|version=41|incver=39}}
''Drawer'' [[File:Drawer.png]]
<nowiki> item Drawer
{{Retrieved|version=41|incver=73}}
Weight = 3,
<pre>
Type = Normal,
item Drawer
DisplayName = Drawer,
{
Icon = Drawer,
  DisplayCategory = Material,
</nowiki>
Weight = 3,
Type = Normal,
DisplayName = Drawer,
Icon = Drawer,
WorldStaticModel = Drawer,
}</pre>


==See also==
==See also==

Revision as of 23:14, 29 September 2022

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