Doorknob: Difference between revisions

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


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 22: Line 22:
DisplayName = Doorknob,
DisplayName = Doorknob,
Icon = DoorKnob,
Icon = DoorKnob,
Weight = 2
Weight = 1
}</nowiki>
}</nowiki>
[[Category:Construction]]
[[Category:Construction]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 15:20, 4 May 2013

{{Items |image = doorknob.png |weight = 1

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
{
	Type				=			Normal,
	DisplayName			=			Doorknob,
	Icon				=			DoorKnob,
	Weight				=			1
}