Bucket: Difference between revisions

From PZwiki
No edit summary
(applied new boilerplate, rewrote sections)
Line 1: Line 1:
{{languages}}
{{languages|Bucket}}
{{Tools
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
|image = Empty bucket.png  
|display_name=
|primaryuse = Making plaster
|image=Bucket_Empty_120px.png
|otheruses = Carrying water  
|alternate_image=Bucket_Water.png
|weight = 1}}
|alternate_name=Bucket of Water
|alternate_link=Bucket of Water
|weight=1
|weight_bkg=1
|primary_use=Make [[Bucket of Plaster|plaster]]
|primary_use_bkg=
|secondary_use=Store [[water]] <br><small>([[Water#Containers|32 units]])</small>
|secondary_use_bkg=1
|can_store_water=True
|can_store_water_bkg=
|rain_factor=1
|rain_factor_bkg=1
|class_name=BucketEmpty
|class_name_bkg=
}}
A '''bucket''' is a [[water]] container required in [[Carpentry Guide|carpentry]].


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]]. It can hold the equivalent of 32 [[A Mug of Water|mugs of water]].
==Usage==
===Water===
The bucket can be used to carry up to [[Water#Containers|32.3 units of water]]. To fill a bucket with water, simply right-click the [[:Category:Water Source|water source]] and select "fill bucket, consuming the bucket and producing a [[Bucket of Water|bucket of water]]. If the source is considered ''unclean'', the water in the bucket will be [[Water#Tainted|tainted]] and displayed with a green skull icon ([[File:SkullPoison.png]]). Leaving the bucket on the ground outside while it is [[rain|raining]], will gradually fill it with tainted water.


Buckets can be placed outside in the rain to collect rain water. The water will need to be boiled before drinking in.
===Plaster===
The bucket can be used with water and [[Bag of Plaster Powder|plaster powder]] to produce a [[Bucket of Plaster|bucket of plaster]], which can be applied to a built [[Wooden Wall|wall]], allowing it to be [[Paint Brush|painted]].


===Recipes===
{{Crafting table header}}
{{RecipeLookup|4013}}
{{RecipeLookup|4014}}
{{Crafting table footer}}


==Item distribution==
Buckets are relatively rare as they can only be found in garden and storage areas at low frequency.
=== Buildings ===
{| class="wikitable" style="text-align:center;"
|-
!Building/Room
!Container
!Rolls
!Chance
|-
|All
|[[Containers#Crates|Crate]]
|1
|2
|-
|Shed
|[[Containers#Counters|Counter]]
|1
|10
|-
|Storage Unit
|[[Containers|All]]
|3
|1
|-
|Garden store
|[[Containers#Crates|Crate]]
|3
|2
|-
|Farm Storage
|[[Containers|All]]
|3
|2
|-
|}


 
=== Vehicles ===
 
{| class="wikitable" style="text-align:center;"
== Crafting ==
|-
{| class="wikitable sortable" style="text-align:center;"  
!Profession
|-  
!Container
! Name
!Rolls
! class="unsortable" | Recipe
!Chance
! class="unsortable" | Description
|-
{{RecipeLookup|4013}}
|Construction Worker
{{RecipeLookup|4014}}
|[[Trunk]]
|5
|1
|-
|}
|}


== Code ==
==Code==
  <nowiki>item BucketEmpty
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{
{{Retrieved|version=39|incver=67.5}}
Weight = 1,
  <nowiki> item BucketEmpty
CanStoreWater = TRUE,
Weight = 1,
Type = Normal,
CanStoreWater = TRUE,
DisplayName = Bucket,
Type = Normal,
Icon = Bucket_Empty,
DisplayName = Bucket,
         ReplaceOnUseOn = WaterSource-BucketWaterFull,
Icon = Bucket_Empty,
}</nowiki>
         ReplaceOnUseOn = WaterSource-BucketWaterFull,
</nowiki>


==See Also==
==See also==
* [[Paint Brush]]
* [[Paint Brush]]
* [[Paint]]
* [[Paint]]


{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Tools]]
[[Category:Construction]]
[[Category:Construction]]
[[Category:items]]

Revision as of 16:08, 14 July 2018

File:Bucket Empty 120px.png
Bucket of Water
General
Category Item
Encumbrance
Heavy Load
1
Function Make plaster
Store water
(32 units)
Can store water True
Rain factor 1
Technical details
Base ID BucketEmpty

A bucket is a water container required in carpentry.

Usage

Water

The bucket can be used to carry up to 32.3 units of water. To fill a bucket with water, simply right-click the water source and select "fill bucket, consuming the bucket and producing a bucket of water. If the source is considered unclean, the water in the bucket will be tainted and displayed with a green skull icon (SkullPoison.png). Leaving the bucket on the ground outside while it is raining, will gradually fill it with tainted water.

Plaster

The bucket can be used with water and plaster powder to produce a bucket of plaster, which can be applied to a built wall, allowing it to be painted.

Recipes

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

Item distribution

Buckets are relatively rare as they can only be found in garden and storage areas at low frequency.

Buildings

Building/Room Container Rolls Chance
All Crate 1 2
Shed Counter 1 10
Storage Unit All 3 1
Garden store Crate 3 2
Farm Storage All 3 2

Vehicles

Profession Container Rolls Chance
Construction Worker Trunk 5 1

Code

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

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

See also

Template:Navbox/Tools