Tea Bag: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Tea Bag}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Tea Bag
|display_name=Tea Bag
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Teabag_120px.png
|image=Teabag.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 25: Line 24:
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 [[Recipe Ingredients#Beverage Ingredients|beverage]], as all negative effects are removed.
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 [[Recipe Ingredients#Beverage Ingredients|beverage]], as all negative effects are removed.


== Crafting ==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
=== Evolved recipes ===
 
===Evolved recipes===
Tea bag is a [[cooking]] [[Recipe Ingredients|ingredient]].
Tea bag is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|beverage=5}}
{{EvolvedRecipesForItem|beverage=5}}
Line 36: Line 36:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:TeaBag_Model.png|Tea bag model when placed in the world.
File:TeaBag Model.png|Tea bag model when placed in the world.
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre>   item Teabag2
<pre>
    item Teabag2
{
{
DisplayName = Tea Bag,
DisplayName = Tea Bag,
Line 57: Line 58:
UnhappyChange = 10,
UnhappyChange = 10,
WorldStaticModel = TeaBag,
WorldStaticModel = TeaBag,
}</pre>
}
</pre>


==See also==
==See also==
* [[Coffee]]
*[[Coffee]]
* [[Milk]]
*[[Milk]]
* [[Honey]]
*[[Honey]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 20:33, 26 February 2023

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

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 beverage, as all 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