Tea Bag: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Tea Bag}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{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_Model.png
|image=Teabag_120px.png
|image_width=150px
|alternate_image=Teabag.png
|alternate_name=Tea Bag
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 24: Line 20:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Teabag2
|class_name=Base.Teabag2
}}A '''tea bag''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].
}}'''Tea bag''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].


==Usage==
==Usage==
Tea bags can be eaten, providing the player with some positive and negative effects. As it is non-perishable, a tea bag will never go stale or rotten. Tea bags are more effective when used in making a [[Hot Cuppa|hot cuppa]] or [[Recipe Ingredients#Hot Drink Ingredients|hot drink]], as all negative effects are removed.
Tea bag can be eaten raw, providing the player with some positive and negative effects. As it is non-perishable, tea bag will never go stale or rotten. Tea bag is more effective when used in making [[Recipe Ingredients#Beverage Ingredients|beverage]], as all negative effects are removed.


== Crafting ==
== Crafting ==
A tea bag is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{Main|Cooking}}
{{Crafting header|ing=4}}
{{Crafting cooking|115|ing=4}}
{{Crafting cooking|116|ing=4}}
|}
=== Evolved recipes ===
=== Evolved recipes ===
{{EvolvedRecipesForItem|hotdrink=5|hotdrinktea=5}}
Tea bag is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|beverage=5}}


==Distribution==
==Distribution==
Tea bags can be found in [[Containers#Kitchen Counter|kitchen counters]].
Tea bag can be found in [[Containers#Kitchen Counter|kitchen counters]].
 
==Gallery==
<gallery>
File:TeaBag_Model.png|Tea bag model when placed in the world.
</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=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item Teabag2
<pre>    item Teabag2
    {
{
        DisplayCategory = Food,
DisplayName = Tea Bag,
        Weight = 0.1,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        HungerChange    =   -5,
Weight = 0.1,
        UnhappyChange  =  10,
Icon = Teabag,
        ThirstChange    =  10,
EvolvedRecipe = HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
        FatigueChange = -15,
EvolvedRecipeName = Tea,
        DisplayName = Tea Bag,
FoodType = Tea,
        Icon = Teabag,
FatigueChange = -15,
        EvolvedRecipe   =   HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
HungerChange = -5,
        FoodType   =   Tea,
ThirstChange = 10,
        EvolvedRecipeName = Tea,
UnhappyChange = 10,
        WorldStaticModel = TeaBag,
WorldStaticModel = TeaBag,
    }</pre>
}</pre>


==See also==
==See also==

Revision as of 19:51, 4 October 2022

Template:Infobox foodTea bag is a non-perishable food item.

Usage

Tea bag can be eaten raw, providing the player with some positive and negative effects. As it is non-perishable, tea bag will never go stale or rotten. Tea bag is 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