Water Bottle/es

From PZwiki
< Water Bottle
Revision as of 04:36, 29 January 2017 by Dydimos (talk | contribs) (Created page with "__NOTOC__ {{languages|Water_Bottle}} <div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Water Bottle/es


Page Updated @ Version: 34.28

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 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=[[{{{product_name}}}/es]]]]
[[{{{product_name}}}/es]]
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