Tea Bag: Difference between revisions

From PZwiki
(Updated Page, +nav bar, +description + Categories. Moved from non-perishable to Drinks)
m (Automated Formatting)
(32 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Tea Bag
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[Tea_Bag|Tea Bag]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=TeaBag_Model.png
{{Items
|icon=Teabag.png
|image = SmallTeaBag.png
|icon_name=Tea Bag
|weight = 0.1
<!--GENERAL-->
|category=Food
|weight=0.1
<!--NUTRITION-->
|hunger_change=-5
|thirst_change=+10
|calories=0
|lipids=0
|proteins=0
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=+10
|fatigue_change=-15
<!--TECHNICAL DETAILS-->
|item_id=Base.Teabag2
}}
}}
A Tea Bag is used to make a [[Hot_Cuppa|'Hot Cuppa']].
A '''tea bag''' is a non-perishable [[food]] [[Items|item]].
<br><br>
 
== Crafting ==
==Usage==
{| class="wikitable sortable" style="text-align:center;"  
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.
|-  
 
! Name
==Crafting==
! class="unsortable" | Recipe
{{Main|Cooking}}
! class="unsortable" | Description
 
{{RecipeLookup|2003}}
===Evolved recipes===
Tea bag is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|beverage=5}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|bakerykitchen
|[[counter]]
|4
|1
|-
|rowspan="2"|breakroom
|[[counter]]
|4
|8
|-
|[[overhead]]
|4
|8
|-
|rowspan="5"|dinerkitchen
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|5
|-
|generalstore
|[[shelves]]
|4
|1
|-
|grocerystorage
|[[crate]]
|4
|1
|-
|kitchen
|[[counter]]
|4
|6
|-
|prisoncells
|[[wardrobe]]
|4
|6
|}
|}
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,
}
}}
}}


== Code ==
==See also==
<nowiki>item Teabag
*[[Coffee]]
*[[Milk]]
*[[Honey]]


Type = Normal,
{{Navbox items|food}}
DisplayName = Tea Bag,
Icon = Teabag,
Weight = 0.1,
</nowiki>


{{Navbox/Consumables}}
[[Category:Non-perishable food]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Version 34.28]]

Revision as of 12:42, 14 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.

Containers
Building/Room Container Rolls Chance
bakerykitchen counter 4 1
breakroom counter 4 8
overhead 4 8
dinerkitchen crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
generalstore shelves 4 1
grocerystorage crate 4 1
kitchen counter 4 6
prisoncells wardrobe 4 6

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