Bucket of Plaster: Difference between revisions

From PZwiki
m (Vaileasys moved page Bucket of Plaster to Bucket of Plaster: item name change)
m (fixes after move +links)
Line 1: Line 1:
{{languages|Bucket with Plaster}}
{{languages|Bucket of Plaster}}{{Items
{{Items
|image = Plaster_Mixed.png|120px
|image = Bucket with plaster.png|120px
|weight = 10
|weight = 10
}}
}}
 
{{Notice|Improve}}
Made with water and a bag of plaster powder, it can be used to plaster up to four walls at Carpentry Level 4 .<br>
{{VersionNotice|version=Version 30}}
Plastered walls can then be painted using a [[Paint Brush]] and some [[Paint]].
The '''bucket of plaster''' is made with [[water]] and a [[Bag of Plaster Powder|bag of plaster powder]], it can be used to plaster up to four walls at [[Carpentry]] Level 4 .<br>
Plastered walls can then be painted using a [[Paint Brush|paint brush]] and some [[paint]].


== Crafting ==
== Crafting ==
Line 14: Line 14:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|4014}}
{{RecipeLookup|4014}}
|}
|}


== Code ==
== Code ==
  <nowiki>item BucketPlasterFull
  <nowiki> item BucketPlasterFull
{
IsWaterSource = TRUE,
IsWaterSource = TRUE,
Weight = 10,
Weight = 10,
CanStoreWater = TRUE,
CanStoreWater = TRUE,
Type = Drainable,
Type = Drainable,
UseWhileEquipped = FALSE,
UseWhileEquipped = FALSE,
UseDelta = 0.25,
UseDelta = 0.25,
DisplayName = Bucket with plaster,
DisplayName = Bucket with plaster,
ReplaceOnDeplete = BucketEmpty,
ReplaceOnDeplete = BucketEmpty,
ReplaceOnUseOn = WaterSource-BucketWaterFull,
ReplaceOnUseOn = WaterSource-BucketWaterFull,
Icon = Plaster_Mixed,
Icon = Plaster_Mixed,
</nowiki>
}</nowiki>


==See Also==
==See Also==

Revision as of 04:07, 6 June 2018

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