Bucket of Plaster

From PZwiki
Revision as of 09:59, 8 January 2015 by Dymarob (talk | contribs) (Carpentry Level)

Template:Items

Made with water and a bag of plaster powder, it can be used to plaster up to four walls at Carpentry Level 4 .
Plastered walls can then be painted using a Paintbrush and some Paint.

Crafting

Name Recipe Description












Code

item BucketPlasterFull
{
		IsWaterSource			=	TRUE,
		Weight				=	10,
		CanStoreWater			=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped		=	FALSE,
		UseDelta			=	0.25,
		DisplayName			=	Bucket with plaster,
		ReplaceOnDeplete		=	BucketEmpty,
		ReplaceOnUseOn			=	WaterSource-BucketWaterFull,
		Icon				=	Plaster_Mixed,
}

See Also