Hot Teacup

From PZwiki
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.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model.
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Hot Teacup
Hot Teacup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Nutrition
HungerMoodle Icon Hungry.png
-0
ThirstMoodle Icon Thirsty.png
-20
CaloriesCalories
0
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Cooking
Time until cooked
10 minutes
Time until burned
50 minutes
Good hot
True
Technical
Tags
AlcoholicBeverage
LowAlcohol
HerbalTea
CoffeeMaker
Item ID
Base.HotDrinkTea
PlushSpiffo.pngThis article is about the drink made from a kettle. For the custom-made drink, see Recipe ingredients.

A Hot Teacup was a non-perishable food item that has since been removed from the game. While the code remains in the game files, it can no longer be crafted by the player. It has been replaced with the Evolved Recipe system, using beverage ingredients to create custom beverages.

Former Usage

A Hot Teacup could be consumed, providing the player with some positive effects.

Former Crafting

Cooking

Main article: Cooking

The previous method of crafting is unknown. Presumably, it would have been identical to that of the similarly defunct Hot Cuppa, but using a Teacup instead of a Mug, and less water. However, unlike the Hot Cuppa it does not appear to have had a cold variant like the Cold Cuppa

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item HotDrinkTea
	{
		DisplayName = Hot Teacup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = Teacup,
		GoodHot = true,
		IsCookable = true,
		ReplaceOnUse = Teacup,
		MinutesToCook = 10,
		MinutesToBurn = 50,
		ThirstChange = -20,
		UnhappyChange = -10,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
		StaticModel = Mug,
		Tags = AlcoholicBeverage;LowAlcohol;HerbalTea;CoffeeMaker,
		WorldStaticModel = Teacup_Ground,
	}

See also