Bucket of Plaster: Difference between revisions

From PZwiki
mNo edit summary
m (clean up, replaced: wikitable → pztable)
Line 9: Line 9:


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="pztable sortable" style="text-align:center;"  
|-  
|-  
! Name  
! Name  
Line 32: Line 32:
</nowiki>
</nowiki>


==See Also==
==See also==
* [[Bucket]]
* [[Bucket]]


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

Revision as of 14:44, 11 May 2019

Template:Items

WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

Template:VersionNotice The bucket of plaster is made with water and a bag of plaster powder, it can be used to plaster up to four walls at Carpentry Level 4 .
Plastered walls can then be painted using a paint brush and some paint.

Crafting

Name Recipe Description Skill Level












Code

	item BucketPlasterFull
		IsWaterSource		= TRUE,
		Weight			= 10,
		CanStoreWater		= TRUE,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.25,
		DisplayName		= Bucket with plaster,
		ReplaceOnDeplete	= BucketEmpty,
		ReplaceOnUseOn		= WaterSource-BucketWaterFull,
		Icon			= Plaster_Mixed,

See also