Water Bottle (Whiskey): Difference between revisions

From PZwiki
Water Bottle (Whiskey)
mNo edit summary
(Redirect to a more accurately titled page for the same item)
Tag: New redirect
 
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages}}
#REDIRECT [[Water_Bottle_(Bourbon)]]
{{Items
|image = Whisky bottle water.png
|weight = 1.7
}}
 
Using an empty whiskey bottle on a faucet will give you one whisky 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.
 
The whiskey bottle weights 1.7 pounds, making it heavier than the traditional bottle of water.
It gives the same amount of water, so the player should instead use regular [[Water Bottle]]s or it's soda variant if possible.
 
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. After a random number of days, the water works will fail, and you will have to rely on the stockpiled containers, as refilling no longer works.
 
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|45}}
|}
 
== Code ==
<nowiki>item WhiskeyWaterFull
{
Type = Drainable,
DisplayName = Water bottle,
Icon = Whiskey_Water_Full,
Weight = 1.7,
ReplaceOnDeplete = WhiskeyEmpty,
UseWhileEquipped = false,
UseDelta = 0.08,
ReplaceOnUseOn  = WaterSource-WhiskeyWaterFull,
IsWaterSource = true,
CanStoreWater = true
}</nowiki>
 
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Drinks]]
[[Category:Version 0.2.0p]]

Latest revision as of 08:21, 29 September 2022