Bucket: Difference between revisions

From PZwiki
mNo edit summary
(solving improvement for bucket 3)
Line 1: Line 1:
{{Notice|Improve}}
<!--/infobox-->
A bucket is very useful for carrying water and that water can be used to create plaster, which could be applied onto a wall so that it can be [[Paint Brush|painted]].
A bucket is very useful for carrying water and that water can be used to create plaster, which could be applied onto a wall so that it can be [[Paint Brush|painted]].


Line 8: Line 6:


== Crafting ==
== Crafting ==
<!--list of crafting recipes the item is used in-->
{| class="wikitable sortable" style="text-align:center;"  
Bucket can be used in the following recipes:
|-  
 
! Name
{| class="wikitable" width="550" style="text-align:center;"
! class="unsortable" | Recipe
|-
! class="unsortable" | Description
! Ingredients || Other Items || Output || Description
{{RecipeLookup|4013}}
|-
{{RecipeLookup|4014}}
| Bucket + [[Water]] || None || [[Bucket of water]] || A bucket full of water.
|-
| Bucket + [[Water]] + [[Bag of Plaster Powder]] || None || Plaster || Plaster for walls
|}
|}


== Code ==
<nowiki>item BucketEmpty
{
Weight = 1,
CanStoreWater = TRUE,
Type = Normal,
DisplayName = Bucket,
Icon = Bucket_Empty,
        ReplaceOnUseOn = WaterSource-BucketWaterFull,
}</nowiki>


 
==See Also==
==Bucket with Water==
* [[Paint Brush]]
{{Consumables
* [[Paint]]
|image = Bucket with water.png|120px
|weight = 4
}}
 
You cant drink from the bucket, but pour the water in other jars.
 
==Bucket with Plaster==
{{Consumables
|image = Bucket with plaster.png|120px
|weight = 10
}}
 
You can plaster four Walls with one bucket of plaster.
 
 
 
 
 


[[Category:items]]
[[Category:items]]

Revision as of 04:58, 22 January 2014

A bucket is very useful for carrying water and that water can be used to create plaster, which could be applied onto a wall so that it can be painted.

Template:Items

Crafting

Name Recipe Description
























Code

item BucketEmpty
{
		Weight				=	1,
		CanStoreWater			=	TRUE,
		Type				=	Normal,
		DisplayName			=	Bucket,
		Icon				=	Bucket_Empty,
        	ReplaceOnUseOn 			= 	WaterSource-BucketWaterFull,
}

See Also