Sturdy stick: Difference between revisions

From PZwiki
Sturdy stick
No edit summary
No edit summary
Line 22: Line 22:
{{RecipeLookup|4008}}
{{RecipeLookup|4008}}
|}
|}
== Code ==
<nowiki> item WoodenStick
    {
        Type = Normal,
        DisplayName = Sturdy Stick,
        Icon = TZ_WoodenStick,
        Weight = 0.1,
    } </nowiki>


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

Revision as of 13:13, 16 October 2014

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,
    }