Bucket of Plaster: Difference between revisions

From PZwiki
m (Carpentry level was wrong.)
m (item code update to 41.65)
Line 1: Line 1:
{{languages|Bucket of Plaster}}
{{languages|Bucket of Plaster}}
{{header|The Game World|Items|type=Construction|version=Version 41|incver=50}}
{{header|The Game World|Items|type=Construction|version=Version 41|incver=65}}
{{Infobox drainable
{{Infobox drainable
|display_name=Bucket of Plaster
|display_name=Bucket of Plaster
Line 37: Line 37:
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=50}}
<pre> item BucketPlasterFull
<pre> item BucketPlasterFull
Weight = 10,
{
Type = Drainable,
        DisplayCategory      =  Material,
UseWhileEquipped = FALSE,
Weight             = 10,
UseDelta = 0.25,
Type             = Drainable,
DisplayName = Bucket of Plaster,
UseWhileEquipped     = FALSE,
ReplaceOnDeplete = BucketEmpty,
UseDelta     = 0.25,
ReplaceOnUseOn = WaterSource-BucketWaterFull,
DisplayName     = Bucket of Plaster,
Icon = Plaster_Mixed,
ReplaceOnDeplete     = BucketEmpty,
StaticModel = Bucket,
ReplaceOnUseOn     = WaterSource-BucketWaterFull,
EatType = Bucket,
Icon             = Plaster_Mixed,
StaticModel         = Bucket,
EatType             =  Bucket,
WorldStaticModel    = BucketFullPlaster_Ground,
}
</pre>
</pre>



Revision as of 01:41, 12 January 2022

The Game WorldItemsBucket of Plaster
Bucket of Plaster
Bucket of Plaster
General
Category Item
Encumbrance
Heavy Load
10
Function Decorative
Capacity 4.0 units
Contents Plaster
Technical details
item ID BucketPlasterFull

A bucket of plaster is a drainable item that can be used for decorative purposes.

Usage

A bucket of plaster can be used to plaster up to four Level 3 walls at Carpentry Level 4.

Plastered walls can then be painted using a paint brush and some paint.

Plastering and painting is for decoration only and will not make walls indestructible by zombies.

Crafting

The bucket of plaster is made with water and a bag of plaster powder.

Name Recipe Description Skill Level












Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

	item BucketPlasterFull
	{
	        DisplayCategory      =  Material,
		Weight	             =	10,
		Type	             =	Drainable,
		UseWhileEquipped     =	FALSE,
		UseDelta	     =	0.25,
		DisplayName	     =	Bucket of Plaster,
		ReplaceOnDeplete     =	BucketEmpty,
		ReplaceOnUseOn	     =	WaterSource-BucketWaterFull,
		Icon	             =	Plaster_Mixed,
		StaticModel          =  Bucket,
		EatType              =  Bucket,
		WorldStaticModel     =  BucketFullPlaster_Ground,
	}

See also