![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Paint
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>The Game World>Items>Paint | Page updated: Version 41.78.16 |
---|
Paint | |||||||||
---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||
| |||||||||
| |||||||||
General | |||||||||
Category | Item | ||||||||
Weight |
5.0 (Full) 1.0 (Empty) | ||||||||
Function | Paint plastered wooden wall, paint signs on walls. | ||||||||
Capacity | 10 units | ||||||||
Technical details | |||||||||
item ID | Base.Paint[Color] |
“ | “Used to paint plastered walls. Requires paintbrush.” |
— In-game tooltip |
Paint is a decorative item.
Usage
Paint is used with a paintbrush to paint plastered walls. A full can of paint can be used to paint up to ten walls or signs.
Once a can of paint has been used, or if the paint is poured out, it will be replaced with an empty paint bucket, which can be used to collect rain water.
Paint can come in 15 different colors including: black, blue, brown, cyan, green, gray, light blue, light brown, orange, pink, purple, red, turquoise, white, and yellow.
Distribution
Paint is usually found in crates.
Types
Icon | Name | ![]() |
Base ID |
---|---|---|---|
![]() |
Black Paint | 5.0 | Base.PaintBlack |
![]() |
Blue Paint | 5.0 | Base.PaintBlue |
![]() |
Brown Paint | 5.0 | Base.PaintBrown |
![]() |
Cyan Paint | 5.0 | Base.PaintCyan |
![]() |
Green Paint | 5.0 | Base.PaintGreen |
![]() |
Gray Paint | 5.0 | Base.PaintGrey |
![]() |
Light Blue Paint | 5.0 | Base.PaintLightBlue |
![]() |
Light Brown Paint | 5.0 | Base.PaintLightBrown |
![]() |
Orange Paint | 5.0 | Base.PaintOrange |
![]() |
Pink Paint | 5.0 | Base.PaintPink |
![]() |
Purple Paint | 5.0 | Base.PaintPurple |
![]() |
Red Paint | 5.0 | Base.PaintRed |
![]() |
Turquoise Paint | 5.0 | Base.PaintTurquoise |
![]() |
White Paint | 5.0 | Base.PaintWhite |
![]() |
Yellow Paint | 5.0 | Base.PaintYellow |
Code
Empty Paint Bucket
From newitems.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.51
item PaintbucketEmpty { Weight = 1.0, Type = Normal, DisplayName = Empty Paint Bucket, Icon = PaintbucketEmpty, MetalValue = 20, StaticModel = Bucket, CanStoreWater = TRUE, ReplaceOnUseOn = WaterSource-WaterPaintbucket, RainFactor = 1, Tooltip = Tooltip_item_RainFromGround, EatType = Bucket, }
[Color] Paint
From items.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.51
item Paint[Color] { Weight = 5, Type = Drainable, ReplaceOnDeplete = PaintbucketEmpty, UseWhileEquipped = FALSE, UseDelta = 0.1, DisplayName = [Color] Paint, Icon = Paint_[Color], Tooltip = Tooltip_Paint, StaticModel = Bucket, }