Hot Teacup: Difference between revisions

From PZwiki
m (→‎top: Update link - avoid redirect)
(→‎top: New infobox upgrade - Food)
Line 3: Line 3:
{{page version|41.78.16}}
{{page version|41.78.16}}
{{Obsolete|item=true|2=recipe ingredients#Beverage_Ingredients}}
{{Obsolete|item=true|2=recipe ingredients#Beverage_Ingredients}}
{{Infobox food
{{Infobox item
|display_name=Hot Teacup
|name=Hot Teacup
|name_colour=Food
|model=Teacup.png
|name_text_colour=Food
|icon=
|image=Teacup.png
|alternate_image=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 22: Line 20:
|unhappy_change=-10
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.HotDrinkTea
|item_id=Base.HotDrinkTea
}}
}}
{{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}}

Revision as of 11:42, 29 January 2024

Template:Header/sandbox2

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.
It has been replaced by recipe ingredients.
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
Technical
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

From items_food.txt (Project Zomboid directory/media/scripts/) 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