Log: Difference between revisions

From PZwiki
mNo edit summary
m (updated infobox variables)
(16 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{languages|wood logs}}
{{languages|Log}}
{{Items  
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
|image = Logs.png  
|display_name=Log
|weight = 5
|name_colour=Construction
|name_text_colour=Construction
|image=Logs_120px.png
|weight=9
|primary_use=[[Carpentry]] material
|secondary_use=[[Heat source|Fuel]]
|class_name=Base.Log
}}
}}
A '''Log''' is a renewable material required in various [[Carpentry]] recipes.


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


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.
===Carpentry===
==Crafting==
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.
===Cooking===
A log has a secondary purpose of crushing [[watermelon]]s, though it is not as effective as slicing it with a saw.
===Recipes===
{| class="wikitable sortable" style="text-align:center;"
{| class="wikitable sortable" style="text-align:center;"
|-
|-
Line 15: Line 31:
! class="unsortable" | Recipe
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|18}}
! Skill Level
{{RecipeLookup|34}}
{{RecipeLookup|1007}}
{{RecipeLookup|4021}}
{{RecipeLookup|4022}}
{{RecipeLookup|4023}}
{{RecipeLookup|1021}}
{{RecipeLookup|4009}}
{{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}}
Type = Normal,
  <nowiki>  
DisplayName = Log,
item Log
Icon = Logs,
Weight = 9,
Weight = 5.0,
Type = Normal,
}</nowiki>
DisplayName = Log,
[[Category:Tools]]
Icon = Logs,
[[Category:Version 0.2.0p]]
</nowiki>
 
==See also==
*[[Axe]]
*[[Occupation#Lumberjack|Lumberjack]]
*[[Wooden Plank]]
*[[Carpentry]]
[[Category:Spiffo's Construction Crew (Project)]]
{{Navbox/Tools}}

Revision as of 17:04, 21 July 2018

Log
Log
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