Water Bottle (Whiskey): Difference between revisions

From PZwiki
Water Bottle (Whiskey)
m (clean up, replaced: wikitable → pztable)
(Standardized header and color scheme. Standardized Code section.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Water_Bottle_(Whiskey)}}
{{languages}}
<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 -->
{{header|Project Zomboid|Items|Food|Drinks|type=Food|version=Version 34|incver=28}}
<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]] -> [[Water Bottle (Whiskey)]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Infobox drainable
{{Items
|display_name=Water Bottle (Whiskey)
|image = Whisky bottle water.png
|name_colour=Tool
|weight = 1.4
|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.WaterBottleEmpty<br>Base.WaterBottleFull
}}
}}
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>
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>
<br>
Line 35: Line 47:


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=34|incver=28}}
<pre>
item WhiskeyWaterFull
item WhiskeyWaterFull
IsWaterSource = TRUE,
IsWaterSource = TRUE,
Line 48: Line 62:
Icon = Whiskey_Water_Full,
Icon = Whiskey_Water_Full,
</nowiki>
</pre>
 
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Drinks]]
[[Category:Version 34.28]]

Revision as of 00:11, 9 April 2021


Project ZomboidItemsFoodDrinksWater Bottle (Whiskey)
Water Bottle (Whiskey)
Water Bottle (Whiskey)
Empty Bottle (Alcohol)
General
Category Item
Encumbrance
Heavy Load
Empty: 0.3
Full: 1.4
Function Water storage
Capacity 12.5 units
Contents Water
Can boil water False
Technical details
item ID Base.WaterBottleEmpty
Base.WaterBottleFull


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

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 34.28

	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