Log: Difference between revisions

From PZwiki
m (4 hour -> 4 Hours)
(+navigation template +navbox +120px icon +See Also. fixed code. Rewrote description)
Tag: categories removed
Line 1: Line 1:
{{languages}}
{{languages|Log}}
{{Items  
{{header|The Game World|Items|version=Version 39|incver=52}}
|image = Logs.png  
{{Items
|image = Logs_120px.png
|weight = 9
|weight = 9
}}
}}
'''Logs''' are an [[Items|item]] that are generated when a tree is chopped down, which is done most effectively with an [[axe]]. They can be found while [[foraging]] and inside [[Containers#Log Pile|log piles]].


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]].
Logs are incredibly heavy, with a weight of 9. The player can combine logs using [[rope]] to reduce the weight to just a third. Up to 4 logs can be combined in this way.
Using a saw, 1 log can be converted into 3 [[Wooden Plank|wooden planks]], being incredibly important in [[carpentry]]. Logs can also be used to create [[Log Wall|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.


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 are a valuable fuel source fo [[Heat Source#Campfire|campfires]] and [[Heat Source#Antique Stove|antique stoves]], as they last 4 hours and are sustainable.  


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.
A log has a secondary purpose of crushing [[watermelon]]s, though it is not as effective as slicing it with a saw.


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.


==Crafting==
==Crafting==
Line 22: Line 22:
! class="unsortable" | Recipe
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|1007}}
{{RecipeLookup|1007}}
{{RecipeLookup|4021}}
{{RecipeLookup|4021}}
Line 27: Line 28:
{{RecipeLookup|4023}}
{{RecipeLookup|4023}}
{{RecipeLookup|1021}}
{{RecipeLookup|1021}}
{{RecipeLookup|4009}}
{{RecipeLookup|2015}}
{{RecipeLookup|2015}}
|}
|}


== Code ==
== Code ==
  <nowiki> item Log
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{
  <nowiki>  
Weight = 9,
item Log
Type = Normal,
Weight = 9,
DisplayName = Log,
Type = Normal,
Icon = Logs,
DisplayName = Log,
} </nowiki>
Icon = Logs,
</nowiki>
 
 
==See Also==
*[[Axe]]
*[[Occupation#Lumberjack|Lumberjack]]
*[[Wooden Plank]]
*[[Carpentry]]


[[Category:Tools]]
{{Navbox/Tools}}
[[Category:Version 0.2.0p]]

Revision as of 04:15, 3 May 2018

Template:Items Logs are an item that are generated when a tree is chopped down, which is done most effectively with an axe. They can be found while foraging and inside log piles.

Logs are incredibly heavy, with a weight of 9. The player can combine logs using rope to reduce the weight to just a third. Up to 4 logs can be combined in this way. Using a saw, 1 log can be converted into 3 wooden planks, being incredibly important in carpentry. 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.

Logs are a valuable fuel source fo campfires and antique stoves, as they last 4 hours and are sustainable.

A log has a secondary purpose of crushing watermelons, though it is not as effective as slicing it with a saw.


Crafting

Name Recipe Description Skill Level





















































































Code

From items.txt (Project Zomboid directory/media/scripts/)

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


See Also

Template:Navbox/Tools