Doorknob: Difference between revisions

From PZwiki
m (Fixed Coding)
mNo edit summary
Line 2: Line 2:
{{Items  
{{Items  
|image = doorknob.png  
|image = doorknob.png  
|weight = 1
|weight = 0.5
}}


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.
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.
Line 19: Line 20:
  <nowiki>item Doorknob
  <nowiki>item Doorknob
{
{
Type = Normal,
Weight = 0.5,
DisplayName = Doorknob,
Type = Normal,
Icon = DoorKnob,
DisplayName = Doorknob,
Weight = 1
Icon = DoorKnob,
}</nowiki>
}</nowiki>
[[Category:Construction]]
[[Category:Construction]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 09:04, 12 May 2013

Template:Items

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.


Crafting

Output Ingredients Description












Code

item Doorknob
{
	Weight	=	0.5,
		Type	=	Normal,
		DisplayName	=	Doorknob,
		Icon	=	DoorKnob,
}