Coffee: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 5: Line 5:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Coffee_Model.png
|image=Coffee_120px.png
|image_width=250px
|alternate_image=Coffee.png
|alternate_name=Coffee
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=1
|weight=1
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-30
|hunger_change=-30
Line 30: Line 26:


== Usage ==
== 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#Hot Drink Ingredients|hot drink]], as all negative effects are removed.
Coffee can be eaten raw, 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 [[Recipe Ingredients#Beverage Ingredients|baverage]], as all negative effects are removed.


== Crafting ==
== Crafting ==
Coffee is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{Main|Cooking}}
{{Crafting header|ing=4}}
{{Crafting cooking|115|ing=4}}
{{Crafting cooking|116|ing=4}}
|}
 
=== Evolved recipes ===
=== Evolved recipes ===
{{EvolvedRecipesForItem|hotdrink=5|hotdrinktea=5}}
{{EvolvedRecipesForItem|beverage=5}}


== Distribution ==
== Distribution ==
Coffee can be found in [[Containers#Kitchen Counter|kitchen counters]].
Coffee can be found in [[Containers#Kitchen Counter|kitchen counters]].
==Gallery==
<gallery>
File:Coffee Model.png|Can of oats model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item Coffee2
<pre>    item Coffee2
    {
{
        DisplayCategory = Food,
DisplayName = Coffee,
        Weight = 1,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        HungerChange    =   -30,
Weight = 1,
        UnhappyChange  =  20,
Icon = InstantCoffee,
        ThirstChange    =  60,
EvolvedRecipe = HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
        FatigueChange = -50,
FoodType = Coffee,
        DisplayName = Coffee,
Packaged = TRUE,
        Icon = InstantCoffee,
FatigueChange = -50,
        EvolvedRecipe   =   HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
HungerChange = -30,
        FoodType   =   Coffee,
ThirstChange = 60,
        Carbohydrates = 0,
UnhappyChange = 20,
        Proteins = 1,
Calories = 2,
        Lipids = 0,
Carbohydrates = 0,
        Calories = 2,
Lipids = 0,
        Packaged = TRUE,
Proteins = 1,
        WorldStaticModel = Coffee,
WorldStaticModel = Coffee,
    }</pre>
}</pre>


== See also ==
== See also ==

Revision as of 17:02, 4 October 2022

Coffee
Coffee
General
Category Food
Encumbrance
Heavy Load
1
Packaged Yes
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 raw, 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 baverage, as all negative effects are removed.

Crafting

Main article: Cooking

Evolved recipes

Product Nutrition
Beverage
Beverage
5

Distribution

Coffee can be found in kitchen counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    item Coffee2
	{
		DisplayName = Coffee,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = InstantCoffee,
		EvolvedRecipe = HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		FoodType = Coffee,
		Packaged = TRUE,
		FatigueChange = -50,
		HungerChange = -30,
		ThirstChange = 60,
		UnhappyChange = 20,
		Calories = 2,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 1,
		WorldStaticModel = Coffee,
	}

See also