Water Bottle

From PZwiki
Revision as of 02:07, 29 February 2016 by SpazzMan502 (talk | contribs)

Template:Items

Water bottles will automatically satiate thirst, as the player lives in Project Zomboid. A bottle of water will gradually lose its content, and it will have to be refilled. To refill an empty bottle, you need to have it in your main inventory, then you right click on any water source (Sinks, wells, Rain Collectors) and click "Fill empty bottle. As of build 31, water from rivers or Rain Collector barrels will be tainted, causing the player to be Sick. After a random number of days in the game, the water works will be gone, and the character will have to survive on scavenged water. Water Bottles are found in trash cans and refrigerators. It can hold the equivalent of 10 mugs of water.


Code

item WaterBottleFull
{
	
		Type			=			Drainable,
		DisplayName		=			Water bottle,
		Icon			=			WaterBottle_Full,
		Weight			=			0.8,
		ReplaceOnDeplete	=			WaterBottleEmpty,
		UseWhileEquipped	= 			false,
		UseDelta		=			0.1,
		ReplaceOnUseOn 		=			WaterSource-WaterBottleFull,
		IsWaterSource		=			true,
		CanStoreWater		=			true
	
}