Log: Difference between revisions

From PZwiki
m (fixed container links)
m (→‎Recipes: clean up, replaced: wikitable → pztable)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{languages|Log}}
{{languages|Log}}
{{header|The Game World|Items|version=Version 39|incver=52}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{Items
|display_name=Log
|image = Logs_120px.png
|name_colour=Construction
|weight = 9
|name_text_colour=Construction
|image=Logs_120px.png
|weight=9
|primary_use=[[Carpentry]] material
|secondary_use=[[Heat source|Fuel]]
|class_name=Base.Log
}}
}}
'''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 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]], 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.


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.  
===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.
===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="pztable sortable" style="text-align:center;"
 
{| class="wikitable sortable" style="text-align:center;"
|-
|-
! Name
! Name
Line 32: Line 41:
|}
|}


==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 55:
</nowiki>
</nowiki>


 
==See also==
==See Also==
*[[Axe]]
*[[Axe]]
*[[Occupation#Lumberjack|Lumberjack]]
*[[Occupation#Lumberjack|Lumberjack]]
*[[Wooden Plank]]
*[[Wooden Plank]]
*[[Carpentry]]
*[[Carpentry]]
 
[[Category:Spiffo's Construction Crew (Project)]]
{{Navbox/Tools}}
{{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