Wooden Crate

From PZwiki
Revision as of 04:34, 7 September 2013 by Zombieslayer123 (talk | contribs)

Template:Items

The crate is the only man-made container in the game. Like other containers, it can carry an infinite amount of weight and an infinite amount of items. Because the crate can be drag and dropped from the inventory, it is the only container that is placable by players. It is crafted by a hammer, 2 planks, and 2 nails, and it weighs 10 pounds per crate.

A crate, like any other container, can be destroyed by a sledgehammer. If it is destroyed, all of its contents will spill onto the floor. Furthermore, any crates stacked on top of that crate will fall down.

Crafting

Name Recipe Description












Code

item Crate
{
	Type				=			Normal,
	DisplayName			=			Crate,
	Icon				=			Crate,
	Weight				=			10,

}