Water Bottle (Whiskey): Difference between revisions

From PZwiki
Water Bottle (Whiskey)
(Redesigned page, +Navbar, +categories, reworked description, +code,)
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 (Whiskey)]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Items  
{{Items  
|image = Whisky bottle water.png
|image = Whisky bottle water.png
Line 15: Line 15:


== Further Info ==
== Further Info ==
The whiskey bottle provides a little more water than a [[Water Bottle]], but the additional weight over the [[Water Bottle]] makes the [[Water Bottle]]/[[Water Bottle (Pop)]] the better choice to carry around.<br><br>
The whiskey bottle provides a little more water than a [[Water Bottle]], but the additional weight over the [[Water Bottle]] makes the [[Water Bottle]]/[[Water Bottle (Pop)]] the better choice to carry around.
 
 


To refill a bottle of whiskey, one must drag and click the bottle of whiskey in a faucet. Doing this will refill the bottle of whiskey.  
To refill a bottle of whiskey, one must drag and click the bottle of whiskey in a faucet. Doing this will refill the bottle of whiskey.  
<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. 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. Water Bottles are found in trash cans and refrigerators.  


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="pztable sortable" style="text-align:center;"  
|-  
|-  
! Name  
! Name  

Revision as of 16:13, 11 May 2019


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Drinks -> Water Bottle (Whiskey)   

Template:Items Using an empty whiskey bottle on a faucet will give you one whiskey version of the Water Bottle.
This version of the water bottle acts the same way as a regular Water Bottle, and the water is consumed automatically.

The whiskey bottle weights 1.4 pounds, making it heavier than the traditional bottle of water.

See the Water page for comparisons for water storage.

Further Info

The whiskey bottle provides a little more water than a Water Bottle, but the additional weight over the Water Bottle makes the Water Bottle/Water Bottle (Orange Soda) the better choice to carry around.


To refill a bottle of whiskey, one must drag and click the bottle of whiskey in a faucet. Doing this will refill the bottle of whiskey.


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.

Crafting

Name Recipe Description












Code

	item WhiskeyWaterFull
		IsWaterSource		= TRUE,
		Weight			= 1.4,
		CanStoreWater		= TRUE,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.08,
		DisplayName		= Water Bottle,
		ReplaceOnDeplete	= WhiskeyEmpty,
		ReplaceOnUseOn		= WaterSource-WhiskeyWaterFull,
		Icon			= Whiskey_Water_Full,
	

Template:Navbox/Consumables