Hot Cuppa: Difference between revisions

From PZwiki
m (→‎Cooking: Replace template)
m (Automated CodeBox update)
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{Header|Project Zomboid|Items|Obsolete items|type=Food}}
|display_name=Hot Cuppa
{{Page version|41.78.16}}
|name_colour=Food
{{Obsolete|Build 41|Recipe ingredients#Beverage_Ingredients|item=true}}
|name_text_colour=Food
{{Infobox item
|image=MugFulll.png
|name=Hot Cuppa / Cold Cuppa
|alternate_image=MugFulll.png
|model=MugBlue_Model.png
|alternate_name=Cold Cuppa
|icon=MugFulll.png
|alternate_link=
|icon_name=Hot Cuppa
|alternate_image2=Mugl.png
|model2=MugBlue_Model.png
|alternate_name2=Empty Mug
|icon2=MugFulll.png
|alternate_link2=Empty Mug
|icon_name2=Cold Cuppa
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 21:
|carbohydrates=0.75
|carbohydrates=0.75
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change='''Hot:''' -5<br>'''Cold:''' +5  
|unhappy_change=-5 <small>(hot)</small><br>+5 <small>(cold)</small>
|stress_change='''Hot:''' -10<br>'''Cold:''' 0  
|stress_change=-10 <small>(hot)</small><br>0 <small>(cold)</small>
|fatigue_change='''Hot:''' -5<br>'''Cold:''' 0  
|fatigue_change=-5 <small>(hot)</small><br>0 <small>(cold)</small>
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Mugfulll<br>Base.ColdCuppa
|tags=CoffeeMaker
}}{{About|the drink made from a [[kettle]]|the custom-made drink|Recipe Ingredients#Beverage Ingredients}}
|item_id=Base.Mugfulll<br>Base.ColdCuppa
A '''hot cuppa''' and '''cold cuppa''' are [[Food#Non-Perishable|non-perishable]] food [[item]]s.
}}


==Usage==
{{About|the drink made from a [[kettle]]|the custom-made drink|Recipe ingredients#Beverage Ingredients}}
A hot or cold cuppa can be consumed, providing the [[player]] with some positive effects, however differing between each item.
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.
 
==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===
===Hot vs Cold===
A hot cuppa will give the player more benefits than a cold cuppa. These include: [[Moodles#Fatigue|fatigue]], [[Moodles#Unhappy|unhappiness]], and [[Moodles#Stress|stress]]. The cold cuppa will also make the player more unhappy.
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.
 
==Crafting==


==Former crafting==
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
A hot cuppa is made with a [[kettle|kettle of hot water]], whereas a cold cuppa is made with a kettle of cold water. A cold cuppa ''cannot'' be made into a hot cuppa by heating it.
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.
{{Crafting header|ing=4}}
{{Crafting header|ing=4}}
{{Crafting cooking|115|ing=4}}
{{Crafting cooking|115|ing=4}}
Line 46: Line 48:


==Code==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|
 
''Hot Cuppa'' [[File:MugFulll.png|32px]]<br>
''Hot Cuppa'' [[File:MugFulll.png|32px]]
{{CodeSnip
{{Retrieved|version=40|incver=14}}
  | lang = java
<pre>
  | line = true
item Mugfulll
  | start = 3472
FatigueChange = -5,
  | source = items_food.txt
HungerChange = -5,
  | retrieved = true
Weight = 1,
  | version = 41.78.16
Type = Food,
  | code =
UnhappyChange = -5,
item Mugfull
ThirstChange = -50,
{
DisplayName = Hot Cuppa,
DisplayName = Hot Cuppa,
StressChange = -10,
DisplayCategory = Food,
ReplaceOnUse = Mugl,
Type = Food,
Icon = MugFulll,
Weight = 1,
CustomContextMenu = Drink,
Icon = MugFulll,
CustomEatSound = PZ_DrinkingFromBottle,
CantBeFrozen = TRUE,
        Carbohydrates = 0.75,
EatType = Mug,
        Proteins = 0.12,
ReplaceOnUse = Mugl,
        Lipids = 0,
FatigueChange = -5,
        Calories = 4,
HungerChange = -5,
        CantBeFrozen = TRUE,
StressChange = -10,
</pre>
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'' [[File:MugFulll.png|32px]]
''Cold Cuppa'' [[File:MugFulll.png|32px]]<br>
{{Retrieved|version=40|incver=14}}
{{CodeSnip
<pre>
  | lang = java
item ColdCuppa
  | line = true
FatigueChange = 0,
  | start = 3498
        HungerChange = -5,
  | source = items_food.txt
      Weight = 1,
  | retrieved = true
        Type = Food,
  | version = 41.78.16
        UnhappyChange = +5,
  | code =
        ThirstChange = -50,
item ColdCuppa
        DisplayName = Cold Cuppa,
{
        StressChange = 0,
DisplayName = Cold Cuppa,
        ReplaceOnUse = Mugl,
DisplayCategory = Food,
        Icon = MugFulll,
Type = Food,
        CustomContextMenu = Drink,
Weight = 1,
        CustomEatSound = DrinkingFromBottle,
Icon = MugFulll,
        Carbohydrates = 0.75,
CantBeFrozen = TRUE,
        Proteins = 0.12,
ReplaceOnUse = Mugl,
        Lipids = 0,
FatigueChange = 0,
        Calories = 4,
HungerChange = -5,
        CantBeFrozen = TRUE,
StressChange = 0,
</pre>
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==

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