Cooking Pot: Difference between revisions

From PZwiki
(Updating Navigational Bar with Complete Listing)
(Adjusted items section and corrected Code section info to be brought up to Version 36.4)
Line 2: Line 2:
{{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 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: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 36.4'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->


Line 8: Line 8:
|image = Pot_Water.png  
|image = Pot_Water.png  
|primaryuse = Holding water
|primaryuse = Holding water
|otheruses = Cooking rice or pasta
|otheruses = Cooking [[Rice]] or [[Pasta]]
|weight = 3.0 when holding water
|weight = 3.0 when holding water
}}
}}
Line 34: Line 34:
Icon = Pot_Water,
Icon = Pot_Water,
IsCookable = TRUE,
IsCookable = TRUE,
RainFactor = 1,
Tooltip = Tooltip_item_RainFromGround,
</nowiki>
</nowiki>
Line 41: Line 43:
[[Category:Items]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Drinks]]
[[Category:Version 34.28]]
[[Category:Version 36]]

Revision as of 06:11, 22 January 2017


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.






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