Drawer: Difference between revisions

From PZwiki
mNo edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: bf346f5f49a6be44d29bc91ba5b866fe))
Line 15: Line 15:
== 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 table header}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1007 -->
{{RecipeLookup|1007}}
{{Crafting/core|ing=2
{{RecipeLookup|1010}}
| product_image = [[File:Plank.png      |tag2=(consumed)|link=Wooden Plank|Wooden Plank]] | product_name = [[Wooden Plank]] | product_quantity = x3
{{Crafting table footer}}
| 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:SmallLog.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==

Revision as of 04:21, 26 March 2022

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.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Wooden Plank
Plank x3
none Saw
Saw x1
Wood logs
Log x1
Drawer
Drawer x1
Carpentry 1 Wooden Plank
Plank x1
Nails
Nails x1
Doorknob
Doorknob x1


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 41.39

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

See also

Template:Navbox/Construction