Doorknob: Difference between revisions

From PZwiki
(adjustments to layout. Added new infobox and header)
mNo edit summary
Line 1: Line 1:
{{languages|Doorknob}}
{{languages|Doorknob}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 41|incver=39}}{{Infobox normal
|display_name = Doorknob
|display_name = Doorknob
|name_colour = Construction
|name_colour = Construction
Line 26: Line 26:
==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 Doorknob
  <nowiki> item Doorknob
Weight = 0.5,
Weight = 0.5,

Revision as of 16:30, 14 July 2020

Doorknob
Doorknob
General
Category Item
Encumbrance
Heavy Load
0.5
Function Crafting
Technical details
Base ID Base.Doorknob

A doorknob is an item used in carpentry.

Usage

The only purpose of the doorknob is to craft doors and drawers.

If the player uses the doorknob from a door they have the key to, crafting a new door can also be locked/unlocked with the same key.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

It is found mainly in the hardware store, but a destroyed door will always yield a doorknob, along with some planks and some door hinges.

Code

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

	item Doorknob
		Weight		= 0.5,
		Type		= Normal,
		DisplayName	= Doorknob,
		Icon		= DoorKnob,
		MetalValue 	= 10,

See also

Template:Navbox/Construction