Drawer: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 25: Line 25:
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=41|incver=39}}
  <nowiki> item Drawer
  <nowiki> item Drawer
Weight = 3,
Weight = 3,

Revision as of 17:30, 14 July 2020

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 41.39

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

See also

Template:Navbox/Construction