Tree Branch

From PZwiki
Revision as of 17:27, 21 July 2018 by Vaileasys (talk | contribs)
The Game WorldItemsTree Branch
Tree Branch
Tree Branch
General
Category Item
Encumbrance
Heavy Load
0.2
Function Crafting material
Fuel
Technical details
Base ID Base.TreeBranch

A tree branch is an item used in various crafting recipes.

Usage

Fuel

It can be used as a fuel for fires, and lasts for 1 hour if done so.

Recipes

A tree branch can be used to craft a stone axe, stone hammer and wooden spear. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Item distribution

Tree branches can drop after a tree is chopped down.

Foraging

They can be obtained through foraging at any skill level, with a return of 1-3 tree branches.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

 	item TreeBranch
		Weight		= 0.2,
		Type		= Normal,
		DisplayName	= Tree Branch,
		Icon		= Branch,

See also