Bucket of Concrete

From PZwiki
Revision as of 04:47, 8 March 2024 by Calvy (talk | contribs) (Create)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.BucketPlasterFull

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 ,

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