Door Hinge: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
(added to infobox changes)
Line 3: Line 3:
{{Infobox item
{{Infobox item
|display_name = Door Hinge
|display_name = Door Hinge
|name_colour = Construction
|name_text_colour = Construction
|model = DoorHinge_Model.png  
|model = DoorHinge_Model.png  
|icon=Doorhinge.png
|icon=Doorhinge.png
|icon_name=Door Hinge
|icon_name=Door Hinge
|category = Material
|weight = 0.3
|weight = 0.3
|primary_use = [[Crafting]]
|function = [[Crafting]]
|material=Metal
|material_value=10
|class_name = Base.Hinge
|class_name = Base.Hinge
}}
}}

Revision as of 06:42, 23 September 2023

The Game WorldItemsDoor Hinge
Door Hinge
DoorHinge Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Properties
Material
Metal
Metal quantity
10
Technical
Item 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.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5
WoodenDoor Carpentry.gif
Door
0.75 Carpentry Carpentry 3 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x4
(consumed)
Nails.png
Nails x4
(consumed)
Doorhinge.png
Door Hinge x2
(consumed)
DoorKnob.png
Doorknob x1
(consumed)
DoubleWoodenDoor Carpentry.png
Double Wooden Door
6 Carpentry Carpentry 6 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x12
(consumed)
Nails.png
Nails x12
(consumed)
Doorhinge.png
Door Hinge x4
(consumed)
DoorKnob.png
Doorknob x2
(consumed)

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