Tea Bag: Difference between revisions

From PZwiki
m (Automated {{Languages}} removal.)
m (Automated Formatting)
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Header/sandbox2|Project Zomboid|Items|Food|Miscellaneous food}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Tea Bag
|name=Tea Bag
Line 21: Line 21:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=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==
Line 33: Line 34:
{{EvolvedRecipesForItem|beverage=5}}
{{EvolvedRecipesForItem|beverage=5}}


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 40: Line 40:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| bakerykitchen
|bakerykitchen
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| rowspan="2"|breakroom
|rowspan="2"|breakroom
| [[counter]]
|[[counter]]
| 4
|4
| 8
|8
|-
|-
|[[overhead]]
|[[overhead]]
Line 59: Line 59:
|8
|8
|-
|-
| rowspan="5"|dinerkitchen
|rowspan="5"|dinerkitchen
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
|[[crate]]
|[[crate]]
Line 80: Line 80:
|5
|5
|-
|-
| generalstore
|generalstore
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
| grocerystorage
|grocerystorage
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
| kitchen
|kitchen
| [[counter]]
|[[counter]]
| 4
|4
| 6
|6
|-
|-
| prisoncells
|prisoncells
| [[wardrobe]]
|[[wardrobe]]
| 4
|4
| 6
|6
|}
|}
Tea bag can be found in [[Containers#Kitchen Counter|kitchen counters]].
Tea bag can be found in [[Containers#Kitchen Counter|kitchen counters]].
Line 106: Line 106:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 4898
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item Teabag2
item Teabag2
{
{
  DisplayName         = Tea Bag,
DisplayName = Tea Bag,
  DisplayCategory     = Food,
DisplayCategory = Food,
  Type               = Food,
Type = Food,
  Weight             = 0.1,
Weight = 0.1,
  Icon               = Teabag,
Icon = Teabag,
  EvolvedRecipe       = HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
EvolvedRecipe = HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
  EvolvedRecipeName   = Tea,
EvolvedRecipeName = Tea,
  FoodType           = Tea,
FoodType = Tea,
  FatigueChange       = -15,
FatigueChange = -15,
  HungerChange       = -5,
HungerChange = -5,
  ThirstChange       = 10,
ThirstChange = 10,
  UnhappyChange       = 10,
UnhappyChange = 10,
  WorldStaticModel   = TeaBag,
WorldStaticModel = TeaBag,
}
}
  }}
}}
}}
}}


Line 135: Line 136:
*[[Honey]]
*[[Honey]]


{{Navbox food}}
{{Navbox items|food}}
 
[[Category:Non-perishable food]]
[[Category:Non-perishable food]]

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