Kettle: Difference between revisions

From PZwiki
mNo edit summary
Line 16: Line 16:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|12}}
{{RecipeLookup|2003}}
{{RecipeLookup|45}}
{{RecipeLookup|2021}}
|}
|}



Revision as of 22:27, 16 November 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