Hot Cuppa: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 6: Line 6:
}}
}}


A hot cuppa is a item that is crafted by using sugar, an empty mug, a full kettle, and a tea bag/jar of coffee. It doesn't have any purpose except for satiating thirst, but it is the only way to use tea bags and coffee.
A hot cuppa is a item that is crafted by using sugar, an empty mug, a full kettle, and a tea bag/jar of coffee. It doesn't have any purpose except for satiating thirst. However, it is the only way to use tea bags and coffee. As of the current build, it is temportarily


== Effects ==
== Effects ==
Line 21: Line 21:
{
{
Type = Food,
Type = Food,
DisplayName = Hot Cuppa,
DisplayName = Hot Cuppa,
Icon = MugFulll,
Icon = MugFulll,
Weight = 1.0,
Weight = 1.0,
ThirstChange = -50,
ThirstChange = -50,
ReplaceOnUse = Mugl
ReplaceOnUse = Mugl,
    FatigueChange = -7
}</nowiki>
}</nowiki>



Revision as of 08:08, 5 May 2013


A hot cuppa is a item that is crafted by using sugar, an empty mug, a full kettle, and a tea bag/jar of coffee. It doesn't have any purpose except for satiating thirst. However, it is the only way to use tea bags and coffee. As of the current build, it is temportarily

Effects

Moodles: -50


Crafting

Code

item Mugfulll
{
	Type				=			Food,
		DisplayName			=			Hot Cuppa,
		Icon				=			MugFulll,
		Weight				=			1.0,
		ThirstChange 		=			-50,
		ReplaceOnUse		=			Mugl,
    FatigueChange = -7
}

Template:Navbox/Consumables