Tea Bag: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Tea Bag}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Tea Bag
<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_colour=Food
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[: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 -->
|name_text_colour=Food
{{Items
|image=Teabag_120px.png
|image = SmallTeaBag.png
<!--GENERAL-->
|weight = 0.1
|category=Food
}}
|weight=0.1
A '''tea bag''' is an inedible [[Food#Non-Perishable|non-perishable]] food item often found in [[Containers#Kitchen_Counter|kitchen counters]]. It is used to make a [[Hot_Cuppa|hot cuppa]] and is totally consumed in this process.
<!--NUTRITION-->
<br><br>
|hunger_change=-5
|thirst_change=10
|calories=0
|lipids=0
|proteins=0
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=10
|fatigue_change=-15
<!--TECHNICAL DETAILS-->
|class_name=Base.Teabag2
}}A '''tea bag''' is a [[Food#Non-Perishable|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|hot cuppa]] or [[Recipe Ingredients#Beverage Ingredients|beverage]], as all negative effects are removed.
 
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
A tea bag is a [[cooking]] [[Recipe Ingredients|ingredient]].
|-
{{Crafting table header}}
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2003}}
{{RecipeLookup|2003}}
|}
{{Crafting table footer}}
=== Evolved recipes ===
{{EvolvedRecipesForItem|hotdrink=5}}
 
==Distribution==
Tea bags can be found in [[Containers#Kitchen Counter|kitchen counters]].


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


Type = Normal,
==See also==
DisplayName = Tea Bag,
* [[Coffee]]
Icon = Teabag,
* [[Milk]]
Weight = 0.1,
* [[Honey]]
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Version 34.28]]

Revision as of 11:16, 19 August 2018

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

Crafting

A tea bag is a cooking ingredient. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Evolved recipes

Product Nutrition
Beverage
Beverage
5

Distribution

Tea bags can be found in kitchen counters.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item Teabag2
		Weight			= 0.1,
		Type			= Food,
		HungerChange    	= -5,
		UnhappyChange   	= 10,
		ThirstChange    	= 10,
		FatigueChange		= -15,
		DisplayName		= Tea Bag,
		Icon			= Teabag,
		EvolvedRecipe   	= HotDrink:5,
		FoodType    		= Tea,
		EvolvedRecipeName 	= Tea,

See also

Template:Navbox/Consumables