Water Bottle (Orange Soda)

From PZwiki
Revision as of 18:16, 14 April 2018 by Vaileasys (talk | contribs) (→‎Recipe: fixed mistake on icon link after last edit)


Page Updated @ Version: 34.28

Template:Items Pop Water bottles will automatically satiate thirst, as the player lives in Project Zomboid. A Pop 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 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. Pop Water Bottles are found in trash cans and refrigerators.

The pop version of the water bottle can only be found by drinking a orange soda, and then you will get an empty water bottle. It acts the same way as the blue variant of the water bottle.


See the Water page for comparisons for water storage.

Recipe

Name Recipe Description Skill Level
[[File:{{{product_image}}}|64x64px|class=pixelart link=[[{{{product_name}}}]]]]
[[{{{product_name}}}]]
none none none none

Code

	item WaterPopBottle
		IsWaterSource		= TRUE,
		Weight			= 0.8,
		CanStoreWater		= TRUE,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.1,
		DisplayName		= Water Bottle,
		ReplaceOnDeplete	= PopBottleEmpty,
		ReplaceOnUseOn		= WaterSource-WaterPopBottle,
		Icon			= Pop_water,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	

Template:Navbox/Consumables