Sturdy stick: Difference between revisions

From PZwiki
Sturdy stick
m (→‎Crafting: added recipe)
m (→‎Code: fix)
Line 22: Line 22:


==Code==
==Code==
<nowiki>item WoodenStick
<nowiki>item WoodenStick
{
{
  Type = Normal,
{
    DisplayName = Sturdy Stick,
Type = Normal,
    Icon = TZ_WoodenStick,
DisplayName =         Sturdy Stick,
    Weight = 0.1,  
Icon = TZ_WoodenStick,
Weight = 0.1,
}
}</nowiki>
}</nowiki>


[[Category:items]]
[[Category:items]]

Revision as of 11:05, 19 November 2013

Template:Items A sturdy looking stick.

Crafted from Wooden Planks using the Saw. Used to make Tent Kits and kindling.

Crafting

Sturdy Sticks can be used in the following recipes:

Name Recipe Description
























Code

item WoodenStick
{
	{
		Type				=		Normal,
		DisplayName			=	        Sturdy Stick,
		Icon				=		TZ_WoodenStick,
		Weight				=		0.1,		
	}
}