Log: Difference between revisions

From PZwiki
m (→‎Recipes: clean up, replaced: wikitable → pztable)
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{languages}}
{{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 = 9
|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 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.


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.


{| class="wikitable sortable" style="text-align:center;"
===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="pztable sortable" style="text-align:center;"
|-
|-
! Name
! Name
! class="unsortable" | Recipe
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|1007}}
{{RecipeLookup|1007}}
{{RecipeLookup|4021}}
{{RecipeLookup|4022}}
{{RecipeLookup|4023}}
{{RecipeLookup|1021}}
{{RecipeLookup|4009}}
{{RecipeLookup|2015}}
{{RecipeLookup|2015}}
{{RecipeLookup|1021}}
|}
|}
==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 14:59, 11 May 2019

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