Water Bottle (Whiskey): Difference between revisions

From PZwiki
Water Bottle (Whiskey)
(PZ Updater automated execution(task: deploy ReLookup, eid: dca3d8a31f84a08305974e7a8d4cb8dd))
(Redirect to a more accurately titled page for the same item)
Tag: New redirect
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__
#REDIRECT [[Water_Bottle_(Bourbon)]]
{{languages}}
{{header|Project Zomboid|Items|Food|Drinks|type=Food|version=Version 34|incver=28}}
 
{{Infobox drainable
|display_name=Water Bottle (Whiskey)
|name_colour=Tool
|name_text_colour=Tool
|image=Whisky bottle water.png
|image_width = 120px
|alternate_image=WhiskeyEmpty.png
|alternate_name=Empty Bottle (Alcohol)
|alternate_link=Empty Bottle (Alcohol)
|weight='''Empty:''' 0.3<br>'''Full:''' 1.4
|primary_use=Water storage
|max_units=12.5
|contents=[[Water]]
|can_boil_water=False
|class_name=Base.WhiskeyEmpty<br>Base.WhiskeyWaterFull
}}
 
Using an empty whiskey bottle on a faucet will give you one whiskey version of the Water Bottle. <br> This version of the water bottle acts the same way as a regular [[Water Bottle]], and the water is consumed automatically.<br>
<br>
The whiskey bottle weights 1.4 pounds, making it heavier than the traditional bottle of water. <br>
<br>
See the [[Water]] page for comparisons for water storage.<br>
 
== 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.
 
 
 
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 [[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 header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2021 -->
{{Crafting/core|ing=2
| product_image = [[File:UTENSILFullWhiskeyBottleofWater.png|link=Water Bottle (Whiskey)|Water Bottle (Whiskey)]] | product_name = [[Water Bottle (Whiskey)]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Water drop.png|link=Water|Water]] | i1 = [[Water]] | q1 = (12.5 units) | tag1 = (consumed)
| f2 = [[File:WhiskeyEmpty.png|link=Empty Bottle (Alcohol)|Empty Bottle (Alcohol)]] | i2 = [[Empty Bottle (Alcohol)]] | q2 = x1 | tag2 = (consumed)
}}
|}
 
 
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
<pre>
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,
</pre>
 
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]

Latest revision as of 08:21, 29 September 2022