Bucket of Plaster: Difference between revisions

From PZwiki
m (Carpentry Level)
m (lan)
Line 1: Line 1:
{{languages}}
{{languages|Bucket with Plaster}}
{{Items
{{Items
|image = Bucket with plaster.png|120px
|image = Bucket with plaster.png|120px

Revision as of 12:48, 13 April 2018

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