Tea Bag: Difference between revisions

From PZwiki
mNo edit summary
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Tea Bag}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{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_Model.png
|image_width=150px
|alternate_image=Teabag.png
|alternate_name=Tea Bag
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 10: Line 14:
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-5
|hunger_change=-5
|thirst_change=10
|thirst_change=+10
|calories=0
|calories=0
|lipids=0
|lipids=0
Line 16: Line 20:
|carbohydrates=0
|carbohydrates=0
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=10
|unhappy_change=+10
|fatigue_change=-15
|fatigue_change=-15
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
Line 23: Line 27:


==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#Beverage Ingredients|beverage]], as all negative effects are removed.
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.


== Crafting ==
== Crafting ==
A tea bag is a [[cooking]] [[Recipe Ingredients|ingredient]].
A tea bag is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{Cooking table header}}
{{Crafting header|ing=4}}
{{RecipeLookup|2003}}
{{Crafting cooking|115|ing=4}}
{{RecipeLookup|2091}}
{{Crafting cooking|116|ing=4}}
{{Crafting table footer}}
|}
=== Evolved recipes ===
=== Evolved recipes ===
{{EvolvedRecipesForItem|hotdrink=5}}
{{EvolvedRecipesForItem|hotdrink=5|hotdrinktea=5}}


==Distribution==
==Distribution==
Line 38: Line 42:


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=68}}
<pre> item Teabag2
<pre>   item Teabag2
Weight = 0.1,
    {
Type = Food,
        DisplayCategory = Food,
HungerChange   = -5,
        Weight = 0.1,
UnhappyChange   = 10,
        Type = Food,
ThirstChange   = 10,
        HungerChange   =   -5,
FatigueChange = -15,
        UnhappyChange   =   10,
DisplayName = Tea Bag,
        ThirstChange   =   10,
Icon = Teabag,
        FatigueChange = -15,
EvolvedRecipe   = HotDrink:5,
        DisplayName = Tea Bag,
FoodType   = Tea,
        Icon = Teabag,
EvolvedRecipeName = Tea,</pre>
        EvolvedRecipe   =   HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
        FoodType   =   Tea,
        EvolvedRecipeName = Tea,
        WorldStaticModel = TeaBag,
    }</pre>


==See also==
==See also==
Line 58: Line 66:
* [[Honey]]
* [[Honey]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 06:00, 14 March 2022

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, 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 or hot drink, as all negative effects are removed.

Crafting

A tea bag is a cooking ingredient.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
MugFulll.png
Hot CuppaRemoved
0 XP none Mugl.png
Mug
(consumed)
Kettle.png
Kettle
(2 units)

(Heat: -0.22)
One of:
Teabag.png Tea Bag
InstantCoffee.png Coffee

(consumed)
Sugar.png
Sugar
(1 unit)
Cold Cuppa
Cold CuppaRemoved
0 XP none Mugl.png
Mug
(consumed)
Kettle.png
Kettle
(2 units)

(Heat: 1.0)
One of:
Teabag.png Tea Bag
InstantCoffee.png Coffee

(consumed)
Sugar.png
Sugar
(1 unit)

Evolved recipes

Product Nutrition
Beverage
Beverage
5

Distribution

Tea bags can be found in kitchen counters.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

    item Teabag2
    {
        DisplayCategory = Food,
        Weight	=	0.1,
        Type	=	Food,
        HungerChange    =   -5,
        UnhappyChange   =   10,
        ThirstChange    =   10,
        FatigueChange	=	-15,
        DisplayName	=	Tea Bag,
        Icon	=	Teabag,
        EvolvedRecipe   =   HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
        FoodType    =   Tea,
        EvolvedRecipeName = Tea,
        WorldStaticModel = TeaBag,
    }

See also