![]() |
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. |
Tea Bag
Jump to navigation
Jump to search
![]() |
English • 日本語 |
Navigation: | Main>Project Zomboid>Items>Food>Non-Perishable Food>Tea Bag | Page updated: Version 41.73 |
---|
Tea Bag | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Food | |
Weight | 0.1 | |
Nutrition | ||
Hunger | -5 | |
Thirst | +10 | |
Calories | 0 | |
Carbohydrates | 0 | |
Proteins | 0 | |
Fat | 0 | |
Effect | ||
Unhappiness | +10 | |
Fatigue | -15 | |
Technical details | ||
Item ID | Base.Teabag2 |
A tea bag is a non-perishable food item.
Usage
Tea bags can be eaten raw, providing the player with some positive and negative effects. As they are non-perishable, tea bags will never go stale or rotten. Tea bags are more effective when used in making beverages, as all of the negative effects are removed.
Crafting
Evolved recipes
Tea bag is a cooking ingredient.
Product | Nutrition |
---|---|
![]() Beverage |
5 |
Distribution
Tea bag can be found in kitchen counters.
Gallery
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.73
item Teabag2 { DisplayName = Tea Bag, DisplayCategory = Food, Type = Food, Weight = 0.1, Icon = Teabag, EvolvedRecipe = HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5, EvolvedRecipeName = Tea, FoodType = Tea, FatigueChange = -15, HungerChange = -5, ThirstChange = 10, UnhappyChange = 10, WorldStaticModel = TeaBag, }
See also