Bucket of Plaster

From PZwiki
(Redirected from Bucket of Plaster)
Project ZomboidItemsMaterialsBucket of Plaster
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bucket of Plaster
BucketPlasterFull Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
10
Function
Decorative
Properties
Contents
Plaster
Capacity
10 units
Technical
Item ID
Base.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 paintbrush and some paint.

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

Plastering door frames is very finicky and will not always work. Some furniture can block the plastering of walls.

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
MetalBucket Plaster.png
Bucket of Plaster
0 XP none
(consumed)
WaterDrop.png
Water
(5 units)

(keep)
Plaster Powder.png
Bag of Plaster Powder
(consumed)

Trivia

  • In build 41.78 the bucket had its icon changed, to reflect that it's made of metal, previously it used to have a blue model and icon: Plaster Mixed.png.

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item BucketPlasterFull
{
    DisplayCategory       = Material,
    Weight                = 10,
    Type                  = Drainable,
    UseWhileEquipped      = FALSE,
    UseDelta              = 0.1,
    DisplayName           = Bucket of Plaster,
    ReplaceOnDeplete      = BucketEmpty,
    ReplaceOnUseOn        = WaterSource-BucketWaterFull,
    Icon                  = MetalBucket_Plaster,
    StaticModel           = Bucket,
    EatType               = Bucket,
    WorldStaticModel      = BucketFullPlaster_Ground,
}

See also