Bucket of Concrete

From PZwiki
Project ZomboidItemsMaterialsBucket of Concrete
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
Bucket of Concrete
BucketConcreteFull Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
10
Function
Unknown
Properties
Contents
Concrete
Capacity
4 units
Technical
Item ID
Base.BucketConcreteFull

A bucket of concrete is a drainable item that currently serves no purpose.

Usage

The bucket of concrete is a future item that will likely be used to hold concrete made with concrete powder ,

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: Concrete 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 BucketConcreteFull
	{
	    DisplayCategory = Material,
		Weight	=	10,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Bucket of Concrete,
		ReplaceOnDeplete	=	BucketEmpty,
		ReplaceOnUseOn	=	WaterSource-BucketWaterFull,
		Icon	=	MetalBucket_Concrete,
		StaticModel = Bucket,
		EatType = Bucket,
		WorldStaticModel = BucketFullConcrete_Ground,
	}

See also