Door Hinge: Difference between revisions

From PZwiki
mNo edit summary
m (item code update to 41.65)
Line 24: Line 24:
==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=65}}
  <nowiki> item Hinge
  <nowiki> item Hinge
Weight = 0.3,
{
Type = Normal,
        DisplayCategory  =      Material,
DisplayName = Door Hinge,
Weight         = 0.3,
Icon = Doorhinge,
Type         = Normal,
MetalValue = 10,
DisplayName = Door Hinge,
Icon         = Doorhinge,
MetalValue       =     10,
WorldStaticModel =      DoorHinge,
}
</nowiki>
</nowiki>



Revision as of 01:37, 11 January 2022

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

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 41.65

	item Hinge
	{
	        DisplayCategory  =      Material,
		Weight	         =	0.3,
		Type	         =	Normal,
		DisplayName	 =	Door Hinge,
		Icon	         =	Doorhinge,
		MetalValue       =      10,
		WorldStaticModel =      DoorHinge,
	}

See also

Template:Navbox/Construction