Kettle

From PZwiki
Revision as of 04:26, 7 September 2013 by Zombieslayer123 (talk | contribs)

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