Bucket of Plaster

From PZwiki
Revision as of 14:46, 5 April 2022 by VaileasysBot (talk | contribs) (→‎Crafting: file fix (A-L), replaced: File:Empty_bucket.png → File:Bucket_Empty.png)
The Game WorldItemsBucket of Plaster
Bucket of Plaster
Bucket of Plaster
General
Category Item
Encumbrance
Heavy Load
10
Function Decorative
Capacity 4.0 units
Contents Plaster
Technical details
item ID BucketPlasterFull

A bucket of plaster is a drainable item that can be used for decorative purposes.

Usage

A bucket of plaster can be used to plaster up to four Level 3 walls at Carpentry Level 4.

Plastered walls can then be painted using a paint brush and some paint.

Plastering and painting is for decoration only and will not make walls indestructible by zombies.

Crafting

The bucket of plaster is made with water and a bag of plaster powder.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Bucket with Plaster
Bucket of Plaster x1
none Bucket
Bucket x1
Water
Water (5 units)
(consumed)
Bag of Plaster Powder
Bag of Plaster Powder x1
(consumed)


Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.65

	item BucketPlasterFull
	{
	        DisplayCategory      =  Material,
		Weight	             =	10,
		Type	             =	Drainable,
		UseWhileEquipped     =	FALSE,
		UseDelta	     =	0.25,
		DisplayName	     =	Bucket of Plaster,
		ReplaceOnDeplete     =	BucketEmpty,
		ReplaceOnUseOn	     =	WaterSource-BucketWaterFull,
		Icon	             =	Plaster_Mixed,
		StaticModel          =  Bucket,
		EatType              =  Bucket,
		WorldStaticModel     =  BucketFullPlaster_Ground,
	}

See also