Log: Difference between revisions

From PZwiki
(Corrected grammar.)
m (4 hour -> 4 Hours)
(12 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{languages|wood logs}}
{{languages}}
{{Items  
{{Items  
|image = Logs.png  
|image = Logs.png  
|weight = 10
|weight = 9
}}
}}


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 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]].
 
Incredibly heavy with a weight of 9, the player can combine logs using [[rope]] to reduce their weight to just a third. Up to 4 logs can be combined in this way.
 
Logs can also be used to create [[Log Wall]]s, which are slightly stronger than the variety crafted using planks, and with the added benefit of requiring neither nails nor a saw to craft.
 
The log has a secondary purpose of crushing watermelons, though it is not as effective as slicing it with a bladed weapon.
 
It can also be used as a fuel for [[heat_source|fires]], and lasts for 4 hours if done so.


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


Line 15: Line 22:
! class="unsortable" | Recipe
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|18}}
{{RecipeLookup|1007}}
{{RecipeLookup|34}}
{{RecipeLookup|4021}}
{{RecipeLookup|4022}}
{{RecipeLookup|4023}}
{{RecipeLookup|1021}}
{{RecipeLookup|2015}}
|}
|}


== Code ==
== Code ==
  <nowiki>item Log
  <nowiki> item Log
{
{
Type = Normal,
Weight = 9,
DisplayName = Log,
Type = Normal,
Icon = Logs,
DisplayName = Log,
Weight = 10.0,
Icon = Logs,
}</nowiki>
} </nowiki>
 
[[Category:Tools]]
[[Category:Tools]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 19:35, 6 February 2016

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.

Incredibly heavy with a weight of 9, the player can combine logs using rope to reduce their weight to just a third. Up to 4 logs can be combined in this way.

Logs can also be used to create Log Walls, which are slightly stronger than the variety crafted using planks, and with the added benefit of requiring neither nails nor a saw to craft.

The log has a secondary purpose of crushing watermelons, though it is not as effective as slicing it with a bladed weapon.

It can also be used as a fuel for fires, and lasts for 4 hours if done so.

Crafting

Name Recipe Description








































































Code

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