![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Hot Teacup
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>The Game World>Items>Obsolete Items>Removed Food>Hot Teacup | Page updated: Version 41.78.16 |
---|
![]() |
This item or feature has been removed from the game and replaced by recipe ingredients.
|
Hot Teacup | |
---|---|
![]() | |
General | |
Category | Food |
Weight | 0.5 |
Nutrition | |
Hunger | -0 |
Thirst | -20 |
Calories | 0 |
Carbohydrates | 0 |
Proteins | 0 |
Fat | 0 |
Effect | |
Unhappiness | -10 |
Technical details | |
Item ID | Base.HotDrinkTea |
This 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