Cooking Pot: Difference between revisions

From PZwiki
mNo edit summary
(Page completely out of date. Regenerated with new info/stats. -crafting (temp))
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[A_Pot_of_Water|A Pot of Water]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Tools
{{Tools
|image = pot.png  
|image = Pot_Water.png  
|primaryuse = Cooking soup
|primaryuse = Holding water
|otheruses = None
|otheruses = Cooking rice or pasta
|weight = 5
|weight = 3.0 when holding water
}}
}}
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 [[bowl]]s. Can be found in [[Containers#Kitchen_cupboard|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 right click on any device which supplies water (water fountains, taps etc.) and select "fill pot". This item holds almost 25 [[A Mug of Water|mugs of water]] which can by transferred to other water containers via the context menu.
A '''Pot of Water''' is a [[cooking pot]] that has been filled with water using a [[faucet]] or ingame water source. <br>
 
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.


== Crafting ==
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 [[A Mug of Water|mugs of water]] which can by transferred to other water containers via the context menu.
{| class="wikitable sortable" style="text-align:center;"  
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2005}}
{{RecipeLookup|2006}}
{{RecipeLookup|2007}}
|}


Tainted water which is stored in a pot from non-house sources can be cooked on a heat source to be purified.
<br><br><br><br><br><br><br>
== Code ==
== Code ==
  <nowiki>item WaterPot
  <nowiki>
{
item WaterPot
Type = Drainable,
IsWaterSource = TRUE,
DisplayName = A Pot of Water,
Weight = 3,
Icon = Pot,
CanStoreWater = TRUE,
Weight = 5,
Type = Drainable,
ReplaceOnDeplete = Pot,
UseWhileEquipped = FALSE,
UseWhileEquipped = false,
UseDelta = 0.04,
UseDelta = 0.04,
DisplayName = Cooking Pot with Water,
ReplaceOnUseOn = WaterSource-WaterPot,
ReplaceOnDeplete = Pot,
IsWaterSource = true,
ReplaceOnUseOn = WaterSource-WaterPot,
CanStoreWater = true
Icon = Pot_Water,
IsCookable = TRUE,
}</nowiki>
</nowiki>
== History ==
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9 || Added to the game.
|}
 
==See Also==
* [[cooking pot]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Version 0.2.0p]]
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Drinks]]
[[Category:Version 34.28]]

Revision as of 18:17, 9 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> 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.






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,
	

Template:Navbox/Consumables