Log: Difference between revisions

From PZwiki
m (oops)
mNo edit summary
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{languages}}
{{languages|Log}}
{{Items  
{{header|The Game World|Items|version=Version 39|incver=67.5}}{{Infobox normal
|image = Logs.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 a renewable material required in various [[Carpentry]] recipes.


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]].
==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.


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.
===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.


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.
===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.  


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


===Recipes===
{| class="wikitable sortable" style="text-align:center;"
{| class="wikitable sortable" style="text-align:center;"
|-
|-
Line 20: Line 32:
! class="unsortable" | Recipe
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|1007}}
{{RecipeLookup|1007}}
{{RecipeLookup|4021}}
{{RecipeLookup|4021}}
Line 25: Line 38:
{{RecipeLookup|4023}}
{{RecipeLookup|4023}}
{{RecipeLookup|1021}}
{{RecipeLookup|1021}}
{{RecipeLookup|4009}}
{{RecipeLookup|2015}}
{{RecipeLookup|2015}}
|}
|}
==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 ==
  <nowiki> item Log
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{
{{Retrieved|version=39|incver=67.5}}
Weight = 9,
  <nowiki>  
Type = Normal,
item Log
DisplayName = Log,
Weight = 9,
Icon = Logs,
Type = Normal,
} </nowiki>
DisplayName = Log,
Icon = Logs,
</nowiki>


[[Category:Tools]]
==See also==
[[Category:Version 0.2.0p]]
*[[Axe]]
*[[Occupation#Lumberjack|Lumberjack]]
*[[Wooden Plank]]
*[[Carpentry]]
[[Category:Spiffo's Construction Crew (Project)]]
{{Navbox/Tools}}

Revision as of 07:35, 18 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