Water Bottle

From PZwiki
Revision as of 11:22, 13 January 2020 by Vaileasys (talk | contribs) (updated infobox)
Project ZomboidItemsFoodDrinksWater Bottle
Water Bottle
Water Bottle
Water Bottle Empty Bottle
General
Category Item
Encumbrance
Heavy Load
Empty: 0.1
Full: 0.8
Function Water storage
Capacity 10 units
Contents Water
Can boil water False
Technical details
item ID Base.WaterBottleEmpty
Base.WaterBottleFull

A water bottle will automatically satiate thirst, as the player lives in Project Zomboid. A bottle of water will gradually lose its content, and will have to be refilled. To refill an empty bottle, it needs to be in the main inventory, followed by right-clicking on any water source (Sinks, Wells, Rain Collectors) and clicking "Fill empty bottle".


As of Build 31, water from rivers or Rain Collector barrels will be tainted, causing the player to become Sick. After a random amount of days at the start of a new game, the water works will be gone, and the character will have to survive on scavenged water or what is left in cisterns and house systems. Water Bottles are found in trash cans and refrigerators.


See the Water page for comparisons for water storage.

Recipe

Name Recipe Description Skill Level


[[File:{{{product_image}}}|64x64px|class=pixelart link={{ll|[[{{{product_name}}}]]]]
[[{{{product_name}}}]]
none none none none

Code

	item WaterBottleFull
		IsWaterSource		= TRUE,
		Weight			= 0.8,
		CanStoreWater		= TRUE,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.1,
		DisplayName		= Water Bottle,
		ReplaceOnDeplete	= WaterBottleEmpty,
		ReplaceOnUseOn		= WaterSource-WaterBottleFull,
		Icon			= WaterBottle_Full,
	

Template:Navbox/Consumables