Bucket of Plaster: Difference between revisions

From PZwiki
m (item code update to 41.65)
m (updated version on item code to 41.65)
Line 35: Line 35:
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=65}}
<pre> item BucketPlasterFull
<pre> item BucketPlasterFull
{
{

Revision as of 01:42, 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.65

	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