Log: Difference between revisions

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


The log is an item that is generated when the player chops down a tree using the [[axe]]. In can be converted into a [[plank]] with the [[saw]]. 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 is an item that is generated when the player chops down a tree using the [[axe]]. In can be converted into 3 [[plank|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.
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.
Line 22: Line 22:
  <nowiki>item Log
  <nowiki>item Log
{
{
Type = Normal,
Weight = 9,
DisplayName = Log,
Type = Normal,
Icon = Logs,
DisplayName = Log,
Weight = 5.0,
Icon = Logs,
}</nowiki>
}</nowiki>
[[Category:Tools]]
[[Category:Tools]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 10:55, 31 July 2013

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,
}