Kettle: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 4: Line 4:
|primaryuse = Making drinks
|primaryuse = Making drinks
|otheruses = Holding water  
|otheruses = Holding water  
|weight = 5
|weight = 1
}}
}}
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.
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 you will have to rely on the stockpiled containers, as refilling no longer works.
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, as refilling no longer works.


== Crafting ==
== Crafting ==
Line 23: Line 23:
{
{
Type = Drainable,
Type = Drainable,
DisplayName = A Full Kettle,
DisplayName = A Full Kettle,
Icon = Kettle,
Icon = Kettle,
Weight = 5,
Weight = 1,
ReplaceOnDeplete = Kettle,
ReplaceOnDeplete = Kettle,
UseWhileEquipped = false,
UseWhileEquipped = false,
UseDelta = 0.07,
UseDelta = 0.07,
ReplaceOnUseOn = WaterSource-FullKettle,
ReplaceOnUseOn = WaterSource-FullKettle,
IsWaterSource = true,
IsWaterSource = true,
CanStoreWater = true,
CanStoreWater = true,
}</nowiki>
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Drinks]]
[[Category:Drinks]]

Revision as of 08:06, 5 May 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, 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,
}