Water Bottle (Whiskey): Difference between revisions

From PZwiki
Water Bottle (Whiskey)
mNo edit summary
mNo edit summary
Line 12: Line 12:
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.
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 ==
== Code ==

Revision as of 04:24, 7 September 2013

Template:Items

Using an empty whiskey bottle on a faucet will give you one whisky 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.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 Bottles 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

Name Recipe Description












Code

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
	
}

Template:Navbox/Consumables