Coffee: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Coffee}}
{{languages|Coffee}}
<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 -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Coffee
<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]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Items
|name_text_colour=Food
|image = SmallCoffeeJar.png
|image=Coffee_120px.png
|weight = 1
<!--GENERAL-->
}}
|category=Food
'''Coffee''' 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.
|weight=1
<br><br>
|packaged=True
<!--NUTRITION-->
|hunger_change=-30
|thirst_change=60
|calories=2
|lipids=0
|proteins=1
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=20
|fatigue_change=-50
<!--TECHNICAL DETAILS-->
|class_name=Base.Coffee2
}}'''Coffee''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
 
==Usage==
Coffee can be eaten, providing the player with some positive and negative effects. As it is non-perishable, coffee will never go stale or rotten. Coffee is 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;"
Coffee 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==
Coffee can be found in [[Containers#Kitchen Counter|kitchen counters]].


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item Coffee
{{Retrieved|version=40|incver=7}}
Weight = 1,
<pre> item Coffee2
Type = Normal,
        Weight = 1,
DisplayName = Coffee,
        Type = Food,
Icon = InstantCoffee,
        HungerChange    = -30,
</nowiki>
        UnhappyChange  = 20,
        ThirstChange    = 60,
FatigueChange = -50,
        DisplayName = Coffee,
        Icon = InstantCoffee,
        EvolvedRecipe  = HotDrink:5,
        FoodType    = Coffee,
        Carbohydrates = 0,
        Proteins = 1,
        Lipids = 0,
Calories = 2,
        Packaged = TRUE,</pre>
 
==See also==
* [[Tea Bag]]
* [[Milk]]
* [[Honey]]


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

Revision as of 06:25, 19 August 2018

Coffee
Coffee
General
Category Food
Encumbrance
Heavy Load
1
Packaged True
Nutrition
Hunger
Hunger
-30
Thirst
Thirst
60
Calories
Calories
2
Carbohydrates
Carbohydrates
0
Proteins
Proteins
1
Fat
Fat
0
Effect
Unhappiness
Unhappiness
20
Fatigue
Tired
-50
Technical details
Item ID Base.Coffee2

Coffee is a non-perishable food item.

Usage

Coffee can be eaten, providing the player with some positive and negative effects. As it is non-perishable, coffee will never go stale or rotten. Coffee is more effective when used in making a hot cuppa or beverage, as all negative effects are removed.

Crafting

Coffee is a cooking ingredient. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Evolved recipes

Product Nutrition
Beverage
Beverage
5

Distribution

Coffee can be found in kitchen counters.

Code

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

	item Coffee2
        	Weight		= 1,
        	Type		= Food,
        	HungerChange    = -30,
        	UnhappyChange   = 20,
        	ThirstChange    = 60,
		FatigueChange	= -50,
        	DisplayName	= Coffee,
        	Icon		= InstantCoffee,
        	EvolvedRecipe   = HotDrink:5,
        	FoodType    	= Coffee,
        	Carbohydrates 	= 0,
        	Proteins 	= 1,
        	Lipids 		= 0,
		Calories 	= 2,
        	Packaged 	= TRUE,

See also

Template:Navbox/Consumables