Paintbrush

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Paintbrush
PaintBrush Model.png
General
Category
Tool
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Technical
Item ID
Base.Paintbrush

A paintbrush is an item used in construction.

Usage

The paint brush is used to plaster a player-constructed wooden wall.

A plastered wall, whether player-constructed or not, can be painted using paint and the paintbrush. Symbols can also be painted on plastered walls, and other surface types, such as wooden signs.

Distribution

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

Containers
Building/Room Container Rolls Chance
bedroom crate 1 1
cabinetfactory crate 4 4
closet crate 4 1
crate 4 1
toolstore counter 4 4

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 Paintbrush
	{
	    DisplayCategory = Tool,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Paint Brush,
		Icon	=	Paintbrush,
		StaticModel = PaintBrush,
		WorldStaticModel = PaintBrush_Ground,
	}

See also