Cooking Pot: Difference between revisions

From PZwiki
(Adjusted items section and corrected Code section info to be brought up to Version 36.4)
(Added mention of sterilizing bandages via boiling water.)
Line 19: Line 19:


Tainted water which is stored in a pot from non-house sources can be cooked on a heat source to be purified.
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.
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
== Code ==
== Code ==

Revision as of 06:43, 25 March 2018


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

Template:Tools

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

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 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