Hot Cuppa: Difference between revisions

From PZwiki
m (Added info about water not needing to be heated)
(Updated Page, +nav bar, +relevant info, +corrected categories, +corrected nutritional info, +consumables)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[Hot_Cuppa|Hot Cuppa]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = SmallHotDrink.png
|image = SmallHotDrink.png
|hunger = 1
|hunger = -5
|weight = 1
|thirst = -50
|fatigue = -5
|stress = -10
|unhappiness = -5
|weight = 1.0
}}
}}


A hot cuppa is an item that is crafted by using [[sugar]], an [[empty mug]], [[a full kettle]], and a [[tea bag]]/[[coffee]].<br/>
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.<br/><br/>
It affects more moodles simultaneously than any other item.<br/><br/>
Currently (Build 27), the water does not need to be heated in order to make a 'hot cuppa', so freshly filled rain water will work.
Currently the water does not need to be heated in order to make a 'hot cuppa', so freshly filled rain water will work.
== Effects ==
 
== Nutritional Information ==
{| class="wikitable"
{| class="wikitable"
|[[Hunger]]:
|[[Hunger]]:
Line 17: Line 27:
| -50
| -50
|-
|-
|[[Fatigue]]:
|[[Sleep|Fatigue]]:
| -5
| -5
|-
|-
|[[Stress]]:
|[[Stress]]:
| -1000
| -10
|-
|-
|[[Unhappy|Unhappiness]]:
|[[Unhappy|Unhappiness]]:
| -5
| -5
|}
|}
 
<br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0.75 <br>
Proteins = 0.12 <br>
Lipids = 0 <br>
Calories = 4 <br><br>


==Crafting==
==Crafting==
Line 38: Line 53:


== Code ==
== Code ==
<pre>item Mugfulll
<nowiki>item Mugfulll
{
FatigueChange = -5,
FatigueChange = -5,
HungerChange = -5,
HungerChange = -5,
Weight = 1,
Weight = 1,
Type = Food,
Type = Food,
UnhappyChange = -5,
UnhappyChange = -5,
ThirstChange = -50,
ThirstChange = -50,
DisplayName = Hot Cuppa,
DisplayName = Hot Cuppa,
StressChange = -10,
StressChange = -10,
ReplaceOnUse = Mugl,
ReplaceOnUse = Mugl,
Icon = MugFulll,
Icon = MugFulll,
CustomContextMenu = Drink,
}</pre>
CustomEatSound = PZ_DrinkingFromBottle,
        Carbohydrates = 0.75,
        Proteins = 0.12,
        Lipids = 0,
        Calories = 4,
        CantBeFrozen = TRUE,
</nowiki>
 
== History ==
== History ==


Line 65: Line 87:


==See Also==
==See Also==
* [[bowl]]
* [[Items#Completed Meals|Entry in Item List - Hot Cuppa]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Drinks]]
[[Category:Items]]
[[Category:Version 34.28]]
[[Category:Version 0.2.0p]]

Revision as of 19:56, 9 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Drinks -> Hot Cuppa   


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.

Currently the water does not need to be heated in order to make a 'hot cuppa', so freshly filled rain water will work.

Nutritional Information

Hungry: -5
Moodles: -50
Fatigue: -5
Stressed: -10
Unhappiness: -5


It's Nutritional Values are as follows:
Carbohydrates = 0.75
Proteins = 0.12
Lipids = 0
Calories = 4

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,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
        	Carbohydrates 		= 0.75,
        	Proteins 		= 0.12,
        	Lipids 			= 0,
        	Calories 		= 4,
        	CantBeFrozen 		= TRUE,

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