Door Hinge: Difference between revisions

From PZwiki
m (Fixed Coding)
mNo edit summary
Line 2: Line 2:
{{Items  
{{Items  
|image = door hinge.png  
|image = door hinge.png  
|weight = 1
|weight = 0.3
}}
}}
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.
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.
Line 19: Line 19:
  <nowiki>item Hinge
  <nowiki>item Hinge
{
{
Type = Normal,
Weight = 0.3,
DisplayName = Door Hinge,
Type = Normal,
Icon = Doorhinge,
DisplayName = Door Hinge,
Weight = 1
Icon = Doorhinge,
}</nowiki>
}</nowiki>
[[Category:Construction]]
[[Category:Construction]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 09:05, 12 May 2013

Template:Items 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.


Crafting

Output Ingredients Description












Code

item Hinge
{
	Weight	=	0.3,
		Type	=	Normal,
		DisplayName	=	Door Hinge,
		Icon	=	Doorhinge,
}