Log: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 2: Line 2:
{{Items  
{{Items  
|image = Logs.png  
|image = Logs.png  
|weight = 10
|weight = 5
}}
}}


Line 25: Line 25:
DisplayName = Log,
DisplayName = Log,
Icon = Logs,
Icon = Logs,
Weight = 10.0,
Weight = 5.0,
}</nowiki>
}</nowiki>
[[Category:Tools]]
[[Category:Tools]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 07:36, 12 May 2013

Template:Items

The log is an item that is automatically yielded when the player chops down a tree using the fire axe. It has no purpose, but in can be converted into a useful plank by putting the saw and the log in the crafting area. The log weighs slightly more than the plank, so when the player is on large wood cutting operations, it is advised to convert the logs into planks as soon as possible.

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
{
	Type				=			Normal,
	DisplayName			=			Log,
	Icon				=			Logs,
	Weight				=			5.0,
}