Log: Difference between revisions

From PZwiki
m (grammar)
(applied new boilerplate)
Line 1: Line 1:
{{languages|Log}}
{{languages|Log}}
{{header|The Game World|Items|version=Version 39|incver=52}}
{{header|The Game World|Items|version=Version 39|incver=67.5}}{{Infobox normal
{{Items
|image=Logs_120px.png
|image = Logs_120px.png
|weight=9
|weight = 9
|weight_bkg=1
|primary_use=[[Carpentry]] material
|primary_use_bkg=
|secondary_use=[[Heat source|Fuel]]
|secondary_use_bkg=1
|class_name=Base.Log
|class_name_bkg=
}}
}}
A '''Log''' is an [[Items|item]] that is generated when a tree is chopped down, which is done most effectively with an [[axe]]. It can be found while [[foraging]] and inside [[Containers#Log Stack|log stack]]s.
A '''Log''' is a renewable material required in various [[Carpentry]] recipes.


==Usage==
===Transportation===
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.
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]], which are 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.


===Carpentry===
Using a saw, 1 log can be converted into 3 [[Wooden Plank|wooden planks]], which are 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.
===Fuel===
Logs are a valuable fuel source for [[Heat Source#Campfire|campfires]] and [[Heat Source#Antique Stove|antique stoves]], as they last 4 hours and are sustainable.  
Logs are a valuable fuel source for [[Heat Source#Campfire|campfires]] and [[Heat Source#Antique Stove|antique stoves]], as they last 4 hours and are sustainable.  


===Cooking===
A log has a secondary purpose of crushing [[watermelon]]s, though it is not as effective as slicing it with a saw.
A log has a secondary purpose of crushing [[watermelon]]s, though it is not as effective as slicing it with a saw.


 
===Recipes===
==Crafting==
 
{| class="wikitable sortable" style="text-align:center;"
{| class="wikitable sortable" style="text-align:center;"
|-
|-
Line 32: Line 42:
|}
|}


==Item distribution==
The log is the resulting product when a tree is chopped down, which is done most effectively with an [[axe]]. It can be found while [[foraging]] and inside [[Containers#Log Stack|log stack]]s.


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
  <nowiki>  
  <nowiki>  
item Log
item Log
Line 43: Line 56:
</nowiki>
</nowiki>


 
==See also==
==See Also==
*[[Axe]]
*[[Axe]]
*[[Occupation#Lumberjack|Lumberjack]]
*[[Occupation#Lumberjack|Lumberjack]]

Revision as of 08:05, 12 July 2018

Log
{{{display_name}}}
General
Category Item
Encumbrance
Heavy Load
9
Function Carpentry material
Fuel
Technical details
Base ID Base.Log

A Log is a renewable material required in various Carpentry recipes.

Usage

Transportation

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.

Carpentry

Using a saw, 1 log can be converted into 3 wooden planks, which are 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.

Fuel

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

Cooking

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

Recipes

Name Recipe Description Skill Level




















































































Item distribution

The log is the resulting product when a tree is chopped down, which is done most effectively with an axe. It can be found while foraging and inside log stacks.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

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

See also

Template:Navbox/Tools