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.

A bag of plaster powder encumbers half as much as a bucket of plaster. Consequently, it is generally preferable to store it as a powder prior to use.

Crafting

Product Ingredients Tools Requirements Workstation XP
MetalBucket Plaster.png
Bucket of Plaster
One of:
MetalBucket.png Bucket ×1
MetalBucket Water.png Bucket ×1
Each of:
WaterDrop.png Water ×5 unit(s)
Plaster Powder.png Bag of Plaster Powder ×1
none none none none

Distribution

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

PlasterPowder distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all crate 1 2.0
construction crate 4 10.0
construction crate 4 50.0
construction crate 4 20.0
Vehicles
Vehicle Type/Location Rolls Chance
ConstructionWorkerTruckBed 4 10

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