Bucket

From PZwiki
Revision as of 04:58, 22 January 2014 by Susmab (talk | contribs) (solving improvement for bucket 3)

A bucket is very useful for carrying water and that water can be used to create plaster, which could be applied onto a wall so that it can be painted.

Template:Items

Crafting

Name Recipe Description
























Code

item BucketEmpty
{
		Weight				=	1,
		CanStoreWater			=	TRUE,
		Type				=	Normal,
		DisplayName			=	Bucket,
		Icon				=	Bucket_Empty,
        	ReplaceOnUseOn 			= 	WaterSource-BucketWaterFull,
}

See Also