Bucket of Plaster: Difference between revisions

From PZwiki
m (updated version on item code to 41.65)
(PZ Updater automated execution(task: deploy ReLookup, eid: 45aab09c2a0e219540dc9c9ae1455eec))
Line 24: Line 24:
== Crafting ==
== Crafting ==
The '''bucket of plaster''' is made with [[water]] and a [[Bag of Plaster Powder|bag of plaster powder]].
The '''bucket of plaster''' is made with [[water]] and a [[Bag of Plaster Powder|bag of plaster powder]].
{| class="pztable sortable" style="text-align:center;"
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4014 -->
|-
{{Crafting/core|ing=3
! Name
| product_image = [[File:Bucket_with_plaster.png|link=Bucket with Plaster|Bucket with Plaster]] | product_name = [[Bucket with Plaster]] | product_quantity = x1
! class="unsortable" | Recipe
| xp = <!-- Not present in the old template. Please fill in manually. -->
! class="unsortable" | Description
| sl = ''none''
! class="unsortable" | Skill Level
| req =
{{RecipeLookup|4014}}
| f1 = [[File:Empty_bucket.png|link=Bucket|Bucket]] | i1 = [[Bucket]] | q1 = x1
| f2 = [[File:Water drop.png|link=Water|Water]] | i2 = [[Water]] | q2 = (5 units) | tag2 = (consumed)
| f3 = [[File:Bag_of_plaster_powder.png|link=Bag of Plaster Powder|Bag of Plaster Powder]] | i3 = [[Bag of Plaster Powder]] | q3 = x1 | tag3 = (consumed)
}}
|}
|}


== Code ==
== Code ==

Revision as of 04:35, 26 March 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.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Bucket with Plaster
Bucket of Plaster x1
none Bucket
Bucket x1
Water
Water (5 units)
(consumed)
Bag of Plaster Powder
Bag of Plaster Powder x1
(consumed)


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