Hot Cuppa: Difference between revisions

From PZwiki
m (Automatic formatting)
m (Automated Formatting)
(5 intermediate revisions by the same user not shown)
Line 7: Line 7:
|icon=MugFulll.png
|icon=MugFulll.png
|icon_name=Hot Cuppa
|icon_name=Hot Cuppa
|model2=MugBlue Model.png
|model2=MugBlue_Model.png
|icon2=MugFulll.png
|icon2=MugFulll.png
|icon_name2=Cold Cuppa
|icon_name2=Cold Cuppa
Line 28: Line 28:
|item_id=Base.Mugfulll<br>Base.ColdCuppa
|item_id=Base.Mugfulll<br>Base.ColdCuppa
}}
}}
{{About|the drink made from a [[kettle]]|the custom-made drink|Recipe ingredients#Beverage Ingredients}}
{{About|the drink made from a [[kettle]]|the custom-made drink|Recipe ingredients#Beverage Ingredients}}
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.
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.
Line 36: Line 35:


===Hot vs Cold===
===Hot vs Cold===
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.
A hot cuppa would have given the player more benefits than a cold cuppa. These included: [[Fatigue|fatigue]], [[Unhappy|unhappiness]], and [[Stress|stress]]. The cold cuppa would also make the player more unhappy.


==Former crafting==
==Former crafting==
Line 42: Line 41:
{{Main|Cooking}}
{{Main|Cooking}}
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.
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/sandbox2
{{Crafting cooking|115|ing=4}}
|hot_cuppa
{{Crafting cooking|116|ing=4}}
|cold_cuppa
|}
}}


==Code==
==Code==
Line 57: Line 56:
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
  | hidecat = true
   | code =
   | code =
item Mugfull
item Mugfull
{
{
DisplayName = Hot Cuppa,
DisplayName = Hot Cuppa,
Line 94: Line 92:
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
  | hidecat = true
   | code =
   | code =
item ColdCuppa
item ColdCuppa
{
{
DisplayName = Cold Cuppa,
DisplayName = Cold Cuppa,
Line 127: Line 124:
*[[Orange Soda]]
*[[Orange Soda]]


{{Navbox food}}
{{Navbox items|food}}

Revision as of 09:14, 14 April 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 Ingredients Tools Requirements Workstation XP
MugFulll.png
Hot Cuppa
One of:
Teabag.png Tea Bag ×1
InstantCoffee.png Coffee ×1
Each of:
Mugl.png Mug ×1
Kettle.png Kettle ×2 unit(s)
Sugar.png Sugar ×1 unit(s)
none none none none
MugFulll.png
Cold Cuppa
One of:
Teabag.png Tea Bag ×1
InstantCoffee.png Coffee ×1
Each of:
Mugl.png Mug ×1
Kettle.png Kettle ×2 unit(s)
Sugar.png Sugar ×1 unit(s)
none none none none

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