Doorknob: Difference between revisions

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


The only purpose of the doorknob is to craft doors, along with wooden planks, door hinges, and some nails. It is found mainly in the hardware store, but a destroyed door will always yield a doorknob, along with some wooden planks and some door hinges. If a user uses a doorknob found off a door that they destroyed and they own the key to that door the new door will also be able to be locked/unlocked with the same key.
==Usage==
The only purpose of the doorknob is to craft [[door]]s and [[drawer]]s.  


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==
==Crafting==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
{{RecipeLookup|1001}}
{{RecipeLookup|1001}}
|}
{{RecipeLookup|1010}}
{{Crafting table footer}}
 
==Distribution==
It is found mainly in the hardware store, but a destroyed door will always yield a doorknob, along with some [[plank]]s and some [[Door Hinge|door hinges]].
 
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
<nowiki> item Doorknob
Weight = 0.5,
Type = Normal,
DisplayName = Doorknob,
Icon = DoorKnob,
MetalValue = 10,
</nowiki>
 
==See also==
* [[Carpentry Guide]]
 
{{Navbox/Construction}}


[[Category:Construction]]
[[Category:Construction]]
[[Category:Version 0.2.0p]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 12:50, 22 July 2018

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 39.67.5

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

See also

Template:Navbox/Construction