Cooking Pot

From PZwiki

Template:Tools A pot of water is a cooking pot that has been filled with water using a faucet or well. Can be used for making soup out of fresh grocery products using an oven. A cooking pot is usually returned once the food inside has been eaten or distributed into bowls. Can be found in kitchen cupboards. The pot of water is drunken automatically, just like the other containers of water. The pot of water is heavier than the traditional bottle of water, so it is somewhat less effective.

To refill a pot of water, one must drag and click the pot of water in a faucet. Doing this will refill the pot of water. After a random number of days, the water works will fail, and one will have to rely on the stockpiled containers, as refilling no longer works.

Crafting

Name Recipe Description




































Code

item WaterPot
{
	Type				=			Drainable,
		DisplayName			=			A Pot of Water,
		Icon				=			Pot,
		Weight				=			5,
		ReplaceOnDeplete	=			Pot,
		UseWhileEquipped	= 			false,
		UseDelta			=			0.04,
		ReplaceOnUseOn 		=			WaterSource-WaterPot,
		IsWaterSource		=			true,
		CanStoreWater		=			true
	
}