Bag of Plaster Powder: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
{{languages|Bag of plaster powder}}
{{languages|Bag of plaster powder}}
{{Items
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
|image = Bag of plaster powder.png  
|display_name = Bag of Plaster Powder
|name_colour = Construction
|name_text_colour = Construction
|image = Plaster_Powder.png  
|weight = 5.0
|weight = 5.0
}}
|primary_use = ?
|class_name = Base.PlasterPowder
}}{{quote|text=Used to plaster high-level wooden walls. Requires a bucket of water.|author=In-game tooltip}}
A '''bag of plaster powder''' is an item used in [[Carpentry Guide|carpentry]].


A bag of plaster powder that can be mixed with a bucket of water in order to create a bucket of plaster. Used to plaster walls before [[Paint Brush|painting]]. It is often wise to keep it stored until use, due to it being very heavy.
==Usage==
A bag of plaster powder can be mixed with a [[Bucket of Water|bucket of water]] in order to create a [[Bucket of Plaster|bucket of plaster]]. Used to plaster [[Wooden Wall|wooden walls]] before [[Paint Brush|painting]]. It is often wise to keep it stored until use, due to it being very heavy.


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|4014}}
{{RecipeLookup|4014}}
|}
{{Crafting table footer}}


== Code ==
== Code ==
  <nowiki>item PlasterPowder
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{
{{Retrieved|version=39|incver=67.5}}
Weight = 5,
  <nowiki> item PlasterPowder
Type = Normal,
Weight = 5,
DisplayName = Bag of Plaster Powder,
Type = Normal,
Icon = Plaster_Powder,
DisplayName = Bag of Plaster Powder,
}</nowiki>
Icon = Plaster_Powder,
</nowiki>


==See Also==
==See also==
* [[Bucket with Plaster]]
* [[Bucket with Plaster]]
* [[Paint Brush]]
* [[Paint Brush]]


[[Category:items]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 12:13, 22 July 2018

The Game WorldItemsBag of Plaster Powder
Bag of Plaster Powder
Bag of Plaster Powder
General
Category Item
Encumbrance
Heavy Load
5.0
Function ?
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

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

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

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

See also