Bucket of Plaster

From PZwiki
Revision as of 04:49, 22 January 2014 by Susmab (talk | contribs) (solving improvement for bucket 2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Items

Made with water and a bag of plaster powder, it can be used to plaster up to four walls.
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