Kettle: Difference between revisions

From PZwiki
No edit summary
Line 17: Line 17:
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|2003}}
{{RecipeLookup|2003}}
{{RecipeLookup|2021}}
|}
|}


Line 41: Line 40:
! Alpha ||   
! Alpha ||   
|-
|-
| RC 2.9.8a || Add history here.  
| RC 2.9.8a || Add History here.
|}
|}



Revision as of 17:01, 16 December 2013

Template:Tools A Full Kettle is a water container that is slowly and automatically drunk by the player to satiate thirst. Unlike the other containers of water, one can use a full kettle to craft a hot cuppa. A full kettle weighs more than the traditional bottle of water, so it is not as ineffective.

To refill a kettle, one must drag and click the kettle in a faucet. Doing this will refill the full kettle. After a random number of days, the water works will fail, and one will have to rely on the stockpiled containers or wells, as refilling no longer works.

Crafting

Name Recipe Description












Code

item FullKettle
{
	Type				=			Drainable,
		DisplayName			=			A Full Kettle,
		Icon				=			Kettle,
		Weight				=			1,
		ReplaceOnDeplete	=			Kettle,
		UseWhileEquipped	= 			false,
		UseDelta			=			0.07,
		ReplaceOnUseOn 		=			WaterSource-FullKettle,
		IsWaterSource		=			true,
		CanStoreWater		=			true,
}

History

Alpha
RC 2.9.8a Add History here.

See Also

Template:Navbox/Consumables