Tea Bag: Difference between revisions

From PZwiki
mNo edit summary
m (Distribution table update)
 
(28 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{languages|Tea Bag}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Tea Bag
{{Infobox item
|name_colour=Food
|name=Tea Bag
|name_text_colour=Food
|model=TeaBag_Model.png
|image=Teabag_120px.png
|icon=Teabag.png
|icon_name=Tea Bag
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 10: Line 11:
<!--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 17:
|carbohydrates=0
|carbohydrates=0
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=10
|unhappy_change=+10
|fatigue_change=-15
|fatigue_change=-15
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Teabag2
|item_id=Base.Teabag2
}}A '''tea bag''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].
}}
A '''tea bag''' is a non-perishable [[food]] [[Items|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#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|beverages]], as all of the negative effects are removed.


== Crafting ==
==Crafting==
A tea bag is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{Main|Cooking}}
{{Cooking table header}}
 
{{RecipeLookup|2003}}
===Evolved recipes===
{{RecipeLookup|2091}}
Tea bag is a [[cooking]] [[Recipe ingredients|ingredient]].
{{Crafting table footer}}
{{EvolvedRecipesForItem|beverage=5}}
=== Evolved recipes ===
{{EvolvedRecipesForItem|hotdrink=5}}


==Distribution==
==Distribution==
Tea bags can be found in [[Containers#Kitchen Counter|kitchen counters]].
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|Teabag2|41.78.16-->
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{clear}}
{{Retrieved|version=40|incver=7}}
<div class="togglebox theme-red">
<pre> item Teabag2
    <div>Teabag2 distribution
Weight = 0.1,
        <span class="mw-customtoggle-togglebox-Teabag2" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
Type = Food,
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Teabag2">
HungerChange    = -5,
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
UnhappyChange  = 10,
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
ThirstChange    = 10,
    |+ {{ll|Containers}}
FatigueChange = -15,
    ! Building / Room
DisplayName = Tea Bag,
    ! Container
Icon = Teabag,
    ! Rolls
EvolvedRecipe  = HotDrink:5,
    ! Chance
FoodType    = Tea,
    |-
EvolvedRecipeName = Tea,</pre>
    | all
    | {{ll|GroceryBag1}}
    | 1
    | 1.0
    |-
    | bakerykitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | breakroom
    | {{ll|counter}}
    | 4
    | 8.0
    |-
    | breakroom
    | {{ll|overhead}}
    | 4
    | 8.0
    |-
    | dinerkitchen
    | {{ll|crate}}
    | 4
    | 20.0
    |-
    | dinerkitchen
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | dinerkitchen
    | {{ll|crate}}
    | 4
    | 50.0
    |-
    | generalstore
    | {{ll|shelves}}
    | 4
    | 10.0
    |-
    | grocerystorage
    | {{ll|crate}}
    | 4
    | 1.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 6.0
    |-
    | prisoncells
    | {{ll|wardrobe}}
    | 4
    | 6.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Teabag2" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Teabag2|41.78.16-->
Tea bag can be found in [[Containers#Kitchen Counter|kitchen counters]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 4898
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==See also==
* [[Coffee]]
*[[Coffee]]
* [[Milk]]
*[[Milk]]
* [[Honey]]
*[[Honey]]
 
{{Navbox items|food}}


{{Navbox/Consumables}}
[[Category:Non-perishable food]]

Latest revision as of 16:50, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Tea Bag
TeaBag Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-5
ThirstMoodle Icon Thirsty.png
+10
CaloriesCalories
0
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
+10
FatigueMoodle Icon Tired.png
-15
Technical
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

The loot distributions can be found in the table(s) below.

Teabag2 distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all GroceryBag1 1 1.0
bakerykitchen counter 4 10.0
breakroom counter 4 8.0
breakroom overhead 4 8.0
dinerkitchen crate 4 20.0
dinerkitchen crate 4 10.0
dinerkitchen crate 4 50.0
generalstore shelves 4 10.0
grocerystorage crate 4 1.0
kitchen counter 4 6.0
prisoncells wardrobe 4 6.0

Tea bag can be found in kitchen counters.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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