Log: Difference between revisions

From PZwiki
m (fixed container links)
m (grammar)
Line 5: Line 5:
|weight = 9
|weight = 9
}}
}}
'''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 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.


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


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.

Revision as of 01:19, 6 July 2018

Template:Items A Log is an 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 log stacks.

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

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

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


Crafting

Name Recipe Description Skill Level





















































































Code

From items.txt (Project Zomboid directory/media/scripts/)

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


See Also

Template:Navbox/Tools