Log: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 18: Line 18:
{{RecipeLookup|2015}}
{{RecipeLookup|2015}}
|}
|}
== Code ==
<nowiki> item Log
{
Weight = 9,
Type = Normal,
DisplayName = Log,
Icon = Logs,
} </nowiki>


[[Category:Tools]]
[[Category:Tools]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 13:02, 16 October 2014

Template:Items

The log is an item that is generated when the player chops down a tree using the axe. In can be converted into 3 planks with the saw.

The log has a secondary purpose of crushing watermelons, but it is not as effective as slicing the water melon, something that is done by bladed weapons and the saw.

Crafting

Name Recipe Description
























Code

 item Log
	{
		Weight	=	9,
		Type	=	Normal,
		DisplayName	=	Log,
		Icon	=	Logs,
	}