Hot Cuppa: Difference between revisions

From PZwiki
(Updating Navigational Bar with Complete Listing)
m (Automated CodeBox update)
(27 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Obsolete items|type=Food}}
{{languages}}
{{Page version|41.78.16}}
<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 -->
{{Obsolete|Build 41|Recipe ingredients#Beverage_Ingredients|item=true}}
<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 -->
{{Infobox item
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name=Hot Cuppa / Cold Cuppa
|model=MugBlue_Model.png
|icon=MugFulll.png
|icon_name=Hot Cuppa
|model2=MugBlue_Model.png
|icon2=MugFulll.png
|icon_name2=Cold Cuppa
<!--GENERAL-->
|category=Food
|weight=1
<!--NUTRITION-->
|hunger_change=-5
|thirst_change=-50
|calories=4
|lipids=0
|proteins=0.12
|carbohydrates=0.75
<!--EFFECT-->
|unhappy_change=-5 <small>(hot)</small><br>+5 <small>(cold)</small>
|stress_change=-10 <small>(hot)</small><br>0 <small>(cold)</small>
|fatigue_change=-5 <small>(hot)</small><br>0 <small>(cold)</small>
<!--TECHNICAL DETAILS-->
|tags=CoffeeMaker
|item_id=Base.Mugfulll<br>Base.ColdCuppa
}}


{{Consumables
{{About|the drink made from a [[kettle]]|the custom-made drink|Recipe ingredients#Beverage Ingredients}}
|image = SmallHotDrink.png
A '''hot cuppa''' and '''cold cuppa''' were non-perishable [[food]] [[Items|item]]s that have since been removed from the game. While the code remains in the game files, they can no longer be crafted by the player. They have been replaced with the Evolved Recipe system, using [[Recipe ingredients#Beverage Ingredients|beverage ingredients]] to create custom beverages.
|hunger = -5
|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/>
==Former usage==
It affects more moodles simultaneously than any other item.<br/><br/>
A hot or cold cuppa could be consumed, providing the [[player]] with some positive effects, however differing between each 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 ==
===Hot vs Cold===
{| class="wikitable"
A hot cuppa would have given the player more benefits than a cold cuppa. These included: [[Moodles#Fatigue|fatigue]], [[Moodles#Unhappy|unhappiness]], and [[Moodles#Stress|stress]]. The cold cuppa would also make the player more unhappy.
|[[Hunger]]:
| -5
|-
|[[Thirst]]:
| -50
|-
|[[Sleep|Fatigue]]:
| -5
|-
|[[Stress]]:
| -10
|-
|[[Unhappy|Unhappiness]]:
| -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==
==Former crafting==
{| class="wikitable sortable" style="text-align:center;"
===Cooking===
|-
{{Main|Cooking}}
! Name
A hot cuppa was made with a [[kettle|kettle of hot water]], whereas a cold cuppa was made with a kettle of cold water. A cold cuppa ''cannot'' be made into a hot cuppa by heating it.
! class="unsortable" | Recipe
{{Crafting header|ing=4}}
! class="unsortable" | Description
{{Crafting cooking|115|ing=4}}
{{RecipeLookup|2003}}
{{Crafting cooking|116|ing=4}}
|}
|}


== Code ==
==Code==
<nowiki>item Mugfulll
{{CodeBox|
FatigueChange = -5,
''Hot Cuppa'' [[File:MugFulll.png|32px]]<br>
HungerChange = -5,
{{CodeSnip
Weight = 1,
  | lang = java
Type = Food,
  | line = true
UnhappyChange = -5,
  | start = 3472
ThirstChange = -50,
  | source = items_food.txt
DisplayName = Hot Cuppa,
  | retrieved = true
StressChange = -10,
  | version = 41.78.16
ReplaceOnUse = Mugl,
  | code =
Icon = MugFulll,
item Mugfull
CustomContextMenu = Drink,
{
CustomEatSound = PZ_DrinkingFromBottle,
DisplayName = Hot Cuppa,
        Carbohydrates = 0.75,
DisplayCategory = Food,
        Proteins = 0.12,
Type = Food,
        Lipids = 0,
Weight = 1,
        Calories = 4,
Icon = MugFulll,
        CantBeFrozen = TRUE,
CantBeFrozen = TRUE,
</nowiki>
EatType = Mug,
ReplaceOnUse = Mugl,
FatigueChange = -5,
HungerChange = -5,
StressChange = -10,
ThirstChange = -50,
UnhappyChange = -5,
Calories = 4,
Carbohydrates = 0.75,
Lipids = 0,
Proteins = 0.12,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromMug,
StaticModel = Mug,
WorldStaticModel = Mug,
Tags = CoffeeMaker,
}
}}


== History ==
''Cold Cuppa'' [[File:MugFulll.png|32px]]<br>
 
{{CodeSnip
{| class="wikitable" width="550" style="text-align:center;"
  | lang = java
|-
  | line = true
! Alpha |
  | start = 3498
|-
  | source = items_food.txt
| RC 2 || Added to the game.  
  | retrieved = true
|-
  | version = 41.78.16
| RC 2.9 || Uncraftable.
  | code =
|-
item ColdCuppa
| RC 2.9.9.17 || Craftable with new properties.
{
|}
DisplayName = Cold Cuppa,
DisplayCategory = Food,
Type = Food,
Weight = 1,
Icon = MugFulll,
CantBeFrozen = TRUE,
ReplaceOnUse = Mugl,
FatigueChange = 0,
HungerChange = -5,
StressChange = 0,
ThirstChange = -50,
UnhappyChange = -5,
Calories = 4,
Carbohydrates = 0.75,
Lipids = 0,
Proteins = 0.12,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromMug,
StaticModel = Mug,
WorldStaticModel = Mug,
Tags = CoffeeMaker,
}
}}}}


==See Also==
==See also==
* [[Items#Completed Meals|Entry in Item List - Hot Cuppa]]
*[[Juice Box]]
*[[Pop]]
*[[Orange Soda]]


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

Revision as of 10:51, 26 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game in Build 41.
It has been replaced by Recipe ingredients.
Hot Cuppa / Cold Cuppa
MugBlue Model.png
MugBlue Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1
Nutrition
HungerMoodle Icon Hungry.png
-5
ThirstMoodle Icon Thirsty.png
-50
CaloriesCalories
4
CarbohydratesCarbohydrates
0.75
ProteinsProteins
0.12
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
-5 (hot)
+5 (cold)
StressMoodle Icon Stressed.png
-10 (hot)
0 (cold)
FatigueMoodle Icon Tired.png
-5 (hot)
0 (cold)
Technical
Tags
CoffeeMaker
Item ID
Base.Mugfulll
Base.ColdCuppa
PlushSpiffo.pngThis article is about the drink made from a kettle. For the custom-made drink, see Recipe ingredients.

A hot cuppa and cold cuppa were non-perishable food items that have since been removed from the game. While the code remains in the game files, they can no longer be crafted by the player. They have been replaced with the Evolved Recipe system, using beverage ingredients to create custom beverages.

Former usage

A hot or cold cuppa could be consumed, providing the player with some positive effects, however differing between each item.

Hot vs Cold

A hot cuppa would have given the player more benefits than a cold cuppa. These included: fatigue, unhappiness, and stress. The cold cuppa would also make the player more unhappy.

Former crafting

Cooking

Main article: Cooking

A hot cuppa was made with a kettle of hot water, whereas a cold cuppa was made with a kettle of cold water. A cold cuppa cannot be made into a hot cuppa by heating it.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
MugFulll.png
Hot CuppaRemoved
0 XP none Mugl.png
Mug
(consumed)
Kettle.png
Kettle
(2 units)

(Heat: -0.22)
One of:
Teabag.png Tea Bag
InstantCoffee.png Coffee

(consumed)
Sugar.png
Sugar
(1 unit)
Cold Cuppa
Cold CuppaRemoved
0 XP none Mugl.png
Mug
(consumed)
Kettle.png
Kettle
(2 units)

(Heat: 1.0)
One of:
Teabag.png Tea Bag
InstantCoffee.png Coffee

(consumed)
Sugar.png
Sugar
(1 unit)

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Hot Cuppa MugFulll.png
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Mugfull
	{
		DisplayName = Hot Cuppa,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = MugFulll,
		CantBeFrozen = TRUE,
		EatType = Mug,
		ReplaceOnUse = Mugl,
		FatigueChange = -5,
		HungerChange = -5,
		StressChange = -10,
		ThirstChange = -50,
		UnhappyChange = -5,
		Calories = 4,
		Carbohydrates = 0.75,
		Lipids = 0,
		Proteins = 0.12,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
		StaticModel = Mug,
		WorldStaticModel = Mug,
		Tags = CoffeeMaker,	
	}

Cold Cuppa MugFulll.png
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item ColdCuppa
	{
		DisplayName = Cold Cuppa,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = MugFulll,
		CantBeFrozen = TRUE,
		ReplaceOnUse = Mugl,
		FatigueChange = 0,
		HungerChange = -5,
		StressChange = 0,
		ThirstChange = -50,
		UnhappyChange = -5,
		Calories = 4,
		Carbohydrates = 0.75,
		Lipids = 0,
		Proteins = 0.12,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
		StaticModel = Mug,
		WorldStaticModel = Mug,
		Tags = CoffeeMaker,	
	}

See also