Bag of Plaster Powder

From PZwiki
Project ZomboidItemsMaterialsBag of Plaster Powder
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bag of Plaster Powder
BagofPlasterPowder Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
5
Function
Technical
Item ID
Base.PlasterPowder
Used to plaster high-level wooden walls. Requires a bucket of water.
— In-game tooltip

A bag of plaster powder is an item used in carpentry.

Usage

A bag of plaster powder can be mixed with a bucket of water in order to create a bucket of plaster. Used to plaster wooden walls before painting. It is often wise to keep it stored until use, due to it being very heavy.

Crafting

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)

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
construction crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5

Trivia

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 PlasterPowder
	{
	    DisplayCategory = Material,
		Weight	=	5,
		Type	=	Normal,
		DisplayName	=	Bag of Plaster Powder,
		Icon	=	Plaster_Powder,
		Tooltip = Tooltip_PlasterPowder,
		SurvivalGear = TRUE,
		WorldStaticModel = BagOfPlasterPowder,
	}

See also