Tent Peg: Difference between revisions

From PZwiki
m (added recipe)
m (fix code)
Line 20: Line 20:
{{RecipeLookup|4011}}
{{RecipeLookup|4011}}
|}
|}
==Code==
==Code==
<nowiki>item Tentpeg
<nowiki>item Tentpeg
{
{
Type = Normal,
{
DisplayName = Tent Peg,
Type = Normal,
DisplayName =         Tent Peg,
Icon = TZ_TentPeg,
Icon = TZ_TentPeg,
Weight = 0.2,
Weight = 0.2,
}
}</nowiki>
}</nowiki>

Revision as of 11:04, 19 November 2013

Template:Items

Usually found in storage crates.

They are used to create a Tent Kit.

Crafting

Tent pegs can be used in the following recipes:

Name Recipe Description












Code

item Tentpeg
{
	{
		Type				=		Normal,
		DisplayName			=	        Tent Peg,
		Icon				=		TZ_TentPeg,
		Weight				=		0.2,		
	}
}