Tree Branch: Difference between revisions

From PZwiki
m (Xinn moved page Tree Branch to Tree Branch)
mNo edit summary
Line 1: Line 1:
{{languages|Tree Branch}}
{{Items
{{Items
|image = Treebranch.png  
|image = Treebranch.png  
|weight = 0,2
|weight = 0,2
}}
}}
Tree branches sometimes drop from a tree when chopped down.
Tree branches sometimes drop from a tree when chopped down.
They can be used to craft a [[Stone Axe]], [[Stone Hammer]] and [[Wooden Lance]].
They can be used to craft a [[Stone Axe]], [[Stone Hammer]] and [[Wooden Lance]].


 
==Crafting==
 
{{Crafting table header}}
 
{{RecipeLookup|3004}}
 
{{RecipeLookup|3005}}
 
{{RecipeLookup|3006}}
 
{{Crafting table footer}}
 
 
 
 
 


== Code ==
== Code ==
Line 27: Line 22:
Icon = Branch,
Icon = Branch,
} </nowiki>
} </nowiki>
[[Category:Items]]

Revision as of 09:30, 11 December 2014

Template:Items Tree branches sometimes drop from a tree when chopped down. They can be used to craft a Stone Axe, Stone Hammer and Crafted Spear.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

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