Tea Bag: Difference between revisions

From PZwiki
mNo edit summary
(added model to infobox)
Line 3: Line 3:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Teabag.png
|image=TeaBag_Model.png
|image_width=200px
|alternate_image=Teabag.png
|alternate_name=Tea Bag
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 19: Line 23:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Teabag2
|class_name=Base.Teabag2
}}'''Tea bag''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].
}}A '''tea bag''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].


==Usage==
==Usage==

Revision as of 07:19, 24 June 2023

Tea Bag
Tea Bag
Tea Bag
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-5
Thirst
Thirst
+10
Calories
Calories
0
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0
Fat
Fat
0
Effect
Unhappiness
Unhappiness
+10
Fatigue
Tired
-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

Main article: Cooking

Evolved recipes

Tea bag is a cooking ingredient.

Product Nutrition
Beverage
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