Tree Branch: Difference between revisions

From PZwiki
m (grammar)
(applied new boilerplate)
Line 1: Line 1:
{{languages|Tree Branch}}
{{languages|Tree Branch}}
{{Items
{{header|The Game World|Items|version=Version 39|incver=67.5}}{{Infobox normal
|image = Treebranch.png  
|image=Branch_120px.png  
|weight = 0.2
|weight=0.2
|weight_bkg=1
|primary_use=Crafting material
|primary_use_bkg=
|secondary_use=[[Heat source|Fuel]]
|secondary_use_bkg=1
|class_name=Base.TreeBranch
|class_name_bkg=
}}
}}
'''Tree branches''' can drop after a tree is chopped down.
A '''tree branch''' is an item used in various crafting recipes.
They can be used to craft a [[stone axe]], [[stone hammer]] and [[Wooden Spear|wooden spear]].


==Crafting==
==Usage==
===Fuel===
It can be used as a fuel for [[Heat source|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|wooden spear]].
{{Crafting table header}}
{{Crafting table header}}
{{RecipeLookup|3004}}
{{RecipeLookup|3004}}
Line 15: Line 26:
{{Crafting table footer}}
{{Crafting table footer}}


== Code ==
==Item distribution==
  <nowiki> item TreeBranch
Tree branches can drop after a tree is chopped down.
{
 
Weight = 0.2,
===Foraging===
Type = Normal,
They can be obtained through [[foraging]] at any skill level, with a return of 1-3 tree branches.
DisplayName = Tree Branch,
 
Icon = Branch,
==Code==
} </nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
  <nowiki> item TreeBranch
Weight = 0.2,
Type = Normal,
DisplayName = Tree Branch,
Icon = Branch,
</nowiki>


[[Category:Items]]
==See also==
*[[Foraging|Foraging Guide]]
*[[First Aid|First Aid Guide]]

Revision as of 07:03, 13 July 2018

The Game WorldItemsTree Branch
Tree Branch
{{{display_name}}}
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