Tree Branch: Difference between revisions

From PZwiki
m (crafting template (recipelookout --> crafting X))
Line 18: Line 18:
===Recipes===
===Recipes===
A tree branch can be used to craft a [[stone axe]], [[stone hammer]] and [[Wooden Spear|wooden spear]].
A tree branch can be used to craft a [[stone axe]], [[stone hammer]] and [[Wooden Spear|wooden spear]].
{{Crafting table header}}
 
{{RecipeLookup|3004}}
{{Crafting header|ing=3}}
{{RecipeLookup|3005}}
{{Crafting survivalist|005|ing=2}} {{Crafting survivalist|006|ing=3}} {{Crafting survivalist|007|ing=3}} {{Crafting survivalist|008|ing=3}} {{Crafting survivalist|101|ing=2}} {{Crafting health|007|ing=2}}
{{RecipeLookup|3006}}
|}
{{RecipeLookup|3008}}
{{RecipeLookup|8003}}
{{Crafting table footer}}


==Item distribution==
==Item distribution==

Revision as of 08:12, 3 January 2022

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.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Stake.png
Stake
1.25 Carpentry none Branch.png
Tree Branch

(keep)
|-
KnifeFlint.png
Stone Knife
0 XP none Branch.png
Tree Branch
(consumed)
RockSharpened.png
Chipped Stone
(consumed)

(consumed)
|-
AxeStone.png
Stone Axe
0 XP none Branch.png
Tree Branch
(consumed)
RockSharpened.png
Chipped Stone
(consumed)

(consumed)
|-
HammerStone.png
Stone Hammer
0 XP none Branch.png
Tree Branch
(consumed)
Rock.png
Stone
(consumed)

(consumed)
|-
SpearStick.png
Crafted Spear
1.25 Carpentry Starting condition scales with player's carpentry.
(consumed)

(keep)
|-
Splint.png
Splint
0 XP none
(consumed)

(consumed)

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