Hot Cuppa: Difference between revisions

From PZwiki
(Added updated information from 2.9.9.17)
Line 34: Line 34:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|12}}
{{RecipeLookup|2003}}
|}
|}


== Code ==
== Code ==

Revision as of 22:28, 16 November 2013


A hot cuppa is an item that is crafted by using sugar, an empty mug, a full kettle, and a tea bag/coffee.
It affects more moodles simultaneously than any other item.

Effects

Hungry: -5
Moodles: -50
Moodles: -5
Stressed: -1000
Unhappiness: -5


Crafting

Name Recipe Description












Code

item Mugfulll
{
	FatigueChange	=	-5,
	HungerChange	=	-5,
	Weight	=	1,
	Type	=	Food,
	UnhappyChange	=	-5,
	ThirstChange	=	-50,
	DisplayName	=	Hot Cuppa,
	StressChange	=	-10,
	ReplaceOnUse	=	Mugl,
	Icon	=	MugFulll,
}

History

Alpha
RC 2 Added to the game.
RC 2.9 Uncraftable.
RC 2.9.9.17 Craftable with new properties.

See Also

Template:Navbox/Consumables