Tent: Difference between revisions

From PZwiki
Tent
mNo edit summary
mNo edit summary
Line 18: Line 18:


==Code==
==Code==
<nowiki>item Camping Tent
<nowiki>item Book
{
{
{
Type = Normal,
Type = Normal,
DisplayName = Tent kit,
DisplayName = Tent kit,
Icon = TZ_TentKit,
Icon = TZ_TentKit,
Weight = 3.0,
Weight = 3.0,
}
}
</nowiki>
}</nowiki>

Revision as of 14:54, 11 May 2013



A tent can be crafted with:

  • 4 tent pegs
  • 4 sheets
  • 2 Sturdy stick

Using

A tent can be placed anywhere and once it is placed, the player will start to set up the tent. Once the tent is complete, you will see a 1 by 1 by 1 structure that can be slept in.

Risks

By no means is a tent safe. A zombie can wake a survivor up from your blissful slumber and he will have a big problem on his hands. A tent should be used in a secure place or at least in a place that seems like there is no zombies.

Code

item Book
{
	{
		Type				=		Normal,
		DisplayName			=	 Tent kit,
		Icon				=		TZ_TentKit,
		Weight				=		3.0,		
	}
}