Bucket: Difference between revisions

From PZwiki
(applied new boilerplate, rewrote sections)
m (updated infobox variables)
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 39|incver=67.5}}{{Infobox normal
|display_name=
|display_name=Bucket
|name_colour=Tool
|name_text_colour=Tool
|image=Bucket_Empty_120px.png
|image=Bucket_Empty_120px.png
|alternate_image=Bucket_Water.png
|alternate_image=Bucket_Water.png
Line 7: Line 9:
|alternate_link=Bucket of Water
|alternate_link=Bucket of Water
|weight=1
|weight=1
|weight_bkg=1
|primary_use=Make [[Bucket of Plaster|plaster]]
|primary_use=Make [[Bucket of Plaster|plaster]]
|primary_use_bkg=
|secondary_use=Store [[water]] <br><small>([[Water#Containers|32 units]])</small>
|secondary_use=Store [[water]] <br><small>([[Water#Containers|32 units]])</small>
|secondary_use_bkg=1
|can_store_water=True
|can_store_water=True
|can_store_water_bkg=
|rain_factor=1
|rain_factor=1
|rain_factor_bkg=1
|class_name=BucketEmpty
|class_name=BucketEmpty
|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]].

Revision as of 17:21, 21 July 2018

Bucket
Bucket
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