Bucket: Difference between revisions

From PZwiki
(applied new boilerplate, rewrote sections)
(Corrected capacity (to 25 units) v41.68)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{languages|Bucket}}
{{languages|Bucket}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|Tools|type=Tool|version=Version 41|incver=68}}{{Infobox drainable
|display_name=
|display_name=Bucket
|image=Bucket_Empty_120px.png
|name_colour=Tool
|alternate_image=Bucket_Water.png
|name_text_colour=Tool
|alternate_name=Bucket of Water
|image=Bucket_Model.png
|alternate_link=Bucket of Water
|image_width=300px
|weight=1
|alternate_image=Bucket_Empty.png
|weight_bkg=1
|alternate_name=Bucket
|primary_use=Make [[Bucket of Plaster|plaster]]
|alternate_link=
|primary_use_bkg=
|alternate_image2=Bucket_Water.png
|secondary_use=Store [[water]] <br><small>([[Water#Containers|32 units]])</small>
|alternate_name2=Bucket of Water
|secondary_use_bkg=1
|alternate_link2=
|can_store_water=True
|weight='''Empty:''' 1<br>'''Full:''' 4
|can_store_water_bkg=
|function=[[Cooking]] utensil
|max_units=25
|contents=Water
|can_boil_water=False
|rain_factor=1
|rain_factor=1
|rain_factor_bkg=1
|class_name=Base.BucketEmpty<br>Base.BucketWaterFull
|class_name=BucketEmpty
}}{{quote|text=Can be used to collect rainwater when placed on the ground outside|author=In-game tooltip}}
|class_name_bkg=
 
}}
A '''bucket''' is a [[water]] container required in [[Carpentry Guide|carpentry]].
A '''bucket''' is a [[water]] container required in [[Carpentry Guide|carpentry]].


==Usage==
==Usage==
===Water===
===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.
The bucket can be used to carry up to [[Water#Containers|25 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'''. 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]]ing, will gradually fill it with [[Water#Tainted Water|tainted water]].


===Plaster===
===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]].
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]]. A bucket of plaster can be filled with water, which will remove the plaster.


===Recipes===
===Recipes===
{{Crafting table header}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4013 -->
{{RecipeLookup|4013}}
{{Crafting/core|ing=2
{{RecipeLookup|4014}}
| product_image = [[File:Bucket_Water.png|link=Bucket with Water|Bucket with Water]] | product_name = [[Bucket with Water]] | product_quantity = x1
{{Crafting table footer}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Bucket_Empty.png|link=Bucket|Bucket]] | i1 = [[Bucket]] | q1 = x1
| f2 = [[File:Water drop.png|link=Water|Water]] | i2 = [[Water]] | q2 =  | tag2 = (consumed)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4014 -->
{{Crafting/core|ing=3
| product_image = [[File:Bucket_with_plaster.png|link=Bucket with Plaster|Bucket with Plaster]] | product_name = [[Bucket with Plaster]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Bucket_Empty.png|link=Bucket|Bucket]] | i1 = [[Bucket]] | q1 = x1
| f2 = [[File:Water drop.png|link=Water|Water]] | i2 = [[Water]] | q2 = (5 units) | tag2 = (consumed)
| f3 = [[File:Bag_of_plaster_powder.png|link=Bag of Plaster Powder|Bag of Plaster Powder]] | i3 = [[Bag of Plaster Powder]] | q3 = x1 | tag3 = (consumed)
}}
|}
 


==Item distribution==
==Distribution==
Buckets are relatively rare as they can only be found in garden and storage areas at low frequency.
Buckets are relatively rare as they can only be found in garden and storage areas at low frequency.
=== Buildings ===
=== Buildings ===
{| class="wikitable" style="text-align:center;"
{| class="pztable" style="text-align:center;"
|-
|-
!Building/Room
!Building/Room
Line 72: Line 91:


=== Vehicles ===
=== Vehicles ===
{| class="wikitable" style="text-align:center;"
{| class="pztable" style="text-align:center;"
|-
|-
!Profession
!Profession
Line 88: Line 107:
==Code==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
 
<nowiki> item BucketEmpty
''Bucket'' [[File:Bucket_Empty.png]]
{{Retrieved|version=40|incver=11}}
<pre> item BucketEmpty
Weight = 1,
Weight = 1,
CanStoreWater = TRUE,
CanStoreWater = TRUE,
Line 95: Line 116:
DisplayName = Bucket,
DisplayName = Bucket,
Icon = Bucket_Empty,
Icon = Bucket_Empty,
         ReplaceOnUseOn = WaterSource-BucketWaterFull,
      ReplaceOnUseOn = WaterSource-BucketWaterFull,
</nowiki>
        MetalValue = 20,
        RainFactor = 1,
         Tooltip = Tooltip_item_RainFromGround,</pre>
 
''Bucket of Water'' [[File:Bucket_Water.png]]
{{Retrieved|version=40|incver=11}}
<pre> item BucketWaterFull
IsWaterSource = TRUE,
Weight = 4,
CanStoreWater = TRUE,
Type = Drainable,
DisplayName = Bucket of Water,
UseWhileEquipped = FALSE,
ReplaceOnDeplete = BucketEmpty,
ReplaceOnUseOn = WaterSource-BucketWaterFull,
Icon = Bucket_Water,
RainFactor = 1,
Tooltip = Tooltip_item_RainFromGround,</pre>


==See also==
==See also==

Revision as of 09:41, 18 April 2022

Bucket
Bucket
Bucket Bucket of Water
General
Category Item
Encumbrance
Heavy Load
Empty: 1
Full: 4
Function Cooking utensil
Capacity 25 units
Contents Water
Can boil water False
Rain factor 1
Technical details
item ID Base.BucketEmpty
Base.BucketWaterFull
Can be used to collect rainwater when placed on the ground outside
— In-game tooltip

A bucket is a water container required in carpentry.

Usage

Water

The bucket can be used to carry up to 25 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. A bucket of plaster can be filled with water, which will remove the plaster.

Recipes

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Bucket with Water
Bucket x1
none Bucket
Bucket x1
Water
Water
(consumed)
Bucket with Plaster
Bucket of Plaster x1
none Bucket
Bucket x1
Water
Water (5 units)
(consumed)
Bag of Plaster Powder
Bag of Plaster Powder x1
(consumed)


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/)

Bucket Bucket Empty.png Retrieved: Build 40.11

	item BucketEmpty
		Weight		= 1,
		CanStoreWater	= TRUE,
		Type		= Normal,
		DisplayName	= Bucket,
		Icon		= Bucket_Empty,
       		ReplaceOnUseOn 	= WaterSource-BucketWaterFull,
        	MetalValue 	= 20,
        	RainFactor 	= 1,
        	Tooltip 	= Tooltip_item_RainFromGround,

Bucket of Water Bucket Water.png Retrieved: Build 40.11

	item BucketWaterFull
		IsWaterSource		= TRUE,
		Weight			= 4,
		CanStoreWater		= TRUE,
		Type			= Drainable,
		DisplayName		= Bucket of Water,
		UseWhileEquipped	= FALSE,
		ReplaceOnDeplete	= BucketEmpty,
		ReplaceOnUseOn		= WaterSource-BucketWaterFull,
		Icon			= Bucket_Water,
		RainFactor 		= 1,
		Tooltip 		= Tooltip_item_RainFromGround,

See also

Template:Navbox/Tools