Hot Cuppa: Difference between revisions

From PZwiki
m (grammer)
(Added updated information from 2.9.9.17)
Line 2: Line 2:
{{Consumables
{{Consumables
|image = SmallHotDrink.png
|image = SmallHotDrink.png
|hunger = 0
|hunger = 1
|weight = 1
|weight = 1
}}
}}


A hot cuppa is an 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 temporarily unavailable.
A hot cuppa is an item that is crafted by using [[sugar]], an [[empty mug]], [[a full kettle]], and a [[tea bag]]/[[coffee]].<br/>
It affects more moodles simultaneously than any other item.


== Effects ==
== Effects ==
[[Thirst]]: -50
{| class="wikitable"
|[[Hunger]]:
| -5
|-
|[[Thirst]]:
| -50
|-
|[[Fatigue]]:
| -5
|-
|[[Stress]]:
| -1000
|-
|[[Unhappy|Unhappiness]]:
| -5
|}




Line 23: Line 39:


== Code ==
== Code ==
<nowiki>item Mugfulll
<pre>item Mugfulll
{
{
Type = Food,
FatigueChange = -5,
DisplayName = Hot Cuppa,
HungerChange = -5,
Icon = MugFulll,
Weight = 1,
Weight = 1.0,
Type = Food,
ThirstChange = -50,
UnhappyChange = -5,
ReplaceOnUse = Mugl,
ThirstChange = -50,
    FatigueChange = -7
DisplayName = Hot Cuppa,
}</nowiki>
StressChange = -10,
 
ReplaceOnUse = Mugl,
Icon = MugFulll,
}</pre>
== History ==
== History ==


Line 43: Line 61:
|-
|-
| RC 2.9 || Uncraftable.  
| RC 2.9 || Uncraftable.  
|-
| RC 2.9.9.17 || Craftable with new properties.
|}
|}



Revision as of 02:44, 9 October 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