Door Hinge: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
{{languages}}
{{languages|Door Hinge}}
{{Items  
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
|image = door hinge.png  
|display_name = Door Hinge
|weight = 0.3
|name_colour = Construction
}}
|name_text_colour = Construction
Door hinges are required to craft a door. ''Door hinges'' are obtained by destroying a [[door]] or by looting the dropped items in the hardware store. To craft a door, see crafting recipe found below.
|image = Doorhinge.png  
|weight = 0.5
|primary_use = [[Crafting]]
|class_name = Base.Doorknob
}}A '''door hinge''' is an item used in [[Carpentry Guide|carpentry]].


==Usage==
Door hinges are required to craft a [[door]].


==Crafting==
==Crafting==
{| class="wikitable sortable" style="text-align:center;"
To craft a door, see crafting recipe found below.
|-
{{Crafting table header}}
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
{{RecipeLookup|1001}}
{{RecipeLookup|1001}}
|}
{{RecipeLookup|1010}}
{{Crafting table footer}}
 
==Distribution==
Door hinges are obtained by destroying a door or by looting the dropped items in the hardware store.
 
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
<nowiki> item Hinge
Weight = 0.3,
Type = Normal,
DisplayName = Door Hinge,
Icon = Doorhinge,
MetalValue = 10,
</nowiki>


==See Also==
==See Also==
* [[Door]]
* [[Carpentry Guide]]


{{Navbox/Construction}}
{{Navbox/Construction}}


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

Revision as of 12:34, 22 July 2018

The Game WorldItemsDoor Hinge
Door Hinge
Door Hinge
General
Category Item
Encumbrance
Heavy Load
0.5
Function Crafting
Technical details
Base ID Base.Doorknob

A door hinge is an item used in carpentry.

Usage

Door hinges are required to craft a door.

Crafting

To craft a door, see crafting recipe found below. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Door hinges are obtained by destroying a door or by looting the dropped items in the hardware store.

Code

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

	item Hinge
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Door Hinge,
		Icon		= Doorhinge,
		MetalValue 	= 10,

See Also

Template:Navbox/Construction