Cooking Pot

From PZwiki
Revision as of 20:13, 16 April 2012 by 99.162.88.183 (talk)

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.

Crafting

Name Recipe Description




































Code

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