Bag of Plaster Powder: Difference between revisions

From PZwiki
m (Updated to version 40.43)
m (→‎Crafting: file fix (A-L), replaced: File:Empty_bucket.png → File:Bucket_Empty.png)
(One intermediate revision by one other user not shown)
Line 15: Line 15:


== Crafting ==
== Crafting ==
{{Crafting table header}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4014 -->
{{RecipeLookup|4014}}
{{Crafting/core|ing=3
{{Crafting table footer}}
| product_image = [[File:Bucket_with_plaster.png|link=Bucket with Plaster|Bucket with Plaster]] | product_name = [[Bucket with Plaster]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Bucket_Empty.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 15:46, 5 April 2022

The Game WorldItemsBag of Plaster Powder
Bag of Plaster Powder
Bag of Plaster Powder
General
Category Item
Encumbrance
Heavy Load
5.0
Function Crafting bucket of plaster
Technical details
Base ID Base.PlasterPowder
Used to plaster high-level wooden walls. Requires a bucket of water.
— In-game tooltip

A bag of plaster powder is an item used in carpentry.

Usage

A bag of plaster powder can be mixed with a bucket of water in order to create a bucket of plaster. Used to plaster wooden walls before painting. It is often wise to keep it stored until use, due to it being very heavy.

Crafting

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 40.43

	item PlasterPowder
		Weight		= 5,
		Type		= Normal,
		DisplayName	= Bag of Plaster Powder,
		Icon		= Plaster_Powder,
		Tooltip = Tooltip_PlasterPowder,

See also