Water Bottle (Orange Soda): Difference between revisions

From PZwiki
m (→‎Recipe: fixed mistake on icon link after last edit)
m (clean up, replaced: wikitable → pztable)
Line 3: Line 3:
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The Game World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[Water Bottle (Pop)]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->


{{Items  
{{Items  
Line 9: Line 9:
|weight = 0.8
|weight = 0.8
}}
}}
Pop Water bottles will automatically satiate [[Thirst|thirst]], as the player lives in Project Zomboid.  
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 Collector Barrel|Rain Collectors]]) and click "Fill empty bottle".  
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 Collector Barrel|Rain Collectors]]) and click "Fill empty bottle".  
<br><br>
 
 
 
As of Build 31, water from rivers or Rain Collector barrels will be tainted, causing the player to be [[Moodles#Sick|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.  
As of Build 31, water from rivers or Rain Collector barrels will be tainted, causing the player to be [[Moodles#Sick|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.  


Line 19: Line 21:


==Recipe==
==Recipe==
{| class="wikitable sortable" style="text-align:center;"  
{| class="pztable sortable" style="text-align:center;"  
|-  
|-  
! Name  
! Name  
Line 28: Line 30:
|item1=[[Empty Pop Bottle]]|q1=x1 |picitem1=File:UTENSILEmptyPopBottle.png|tag1=
|item1=[[Empty Pop Bottle]]|q1=x1 |picitem1=File:UTENSILEmptyPopBottle.png|tag1=
|item2=[[Water]] |q2=x1 |picitem2=File:Water drop.png
|item2=[[Water]] |q2=x1 |picitem2=File:Water drop.png
|product=[[Water_Bottle_(Pop)|Water Bottle (Pop)]]|qproduct=x1 |picproduct=File:UTENSILPopBottleofWater.png
|product=Water Bottle (Pop)|qproduct=x1 |picproduct=File:UTENSILPopBottleofWater.png
|description=A Pop Bottle full of Water  
|description=A Pop Bottle full of Water  
|level= No crafting level required.}}
|level= No crafting level required.}}

Revision as of 16:13, 11 May 2019


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