Kettle: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 6: Line 6:
|weight = 5
|weight = 5
}}
}}
A Full Kettle turns back into a [[Kettle]] when used.
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 14: Line 16:
{{RecipeLookup|12}}
{{RecipeLookup|12}}
|}
|}
A Full Kettle turns back into a [[Kettle]] when used.


== Code ==
== Code ==

Revision as of 18:15, 29 March 2012

Template:Tools A Full Kettle turns back into a Kettle when used.

Crafting

Name Recipe Description












Code

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