Cooking Pot

From PZwiki
Revision as of 09:22, 27 July 2018 by Simian (talk | contribs)


Page Updated @ Version: 36.4
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Drinks -> Cooking Pot   

Template:Tools

A cooking pot with water is a cooking pot that has been filled with water using a faucet or an ingame water source.

The pot of water is drank 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 right click on any device which supplies water (water fountains, taps etc.) and select "Fill pot". This item holds almost 25 mugs of water which can by transferred to other water containers via the context menu.

Tainted water which is stored in a pot from non-house sources can be cooked on a heat source to be purified. Water cooked on a heat source can be used to sterilize bandages.






Code

	item WaterPot
		IsWaterSource		= TRUE,
		Weight			= 3,
		CanStoreWater		= TRUE,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.04,
		DisplayName		= Cooking Pot with Water,
		ReplaceOnDeplete	= Pot,
		ReplaceOnUseOn		= WaterSource-WaterPot,
		Icon			= Pot_Water,
		IsCookable		= TRUE,
		RainFactor 		= 1,
		Tooltip 		= Tooltip_item_RainFromGround,
	

Template:Navbox/Consumables