Coffee: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 34: Line 34:


== Distribution ==
== Distribution ==
Coffee can be found in [[Containers#Kitchen Counter|kitchen counters]].
Coffee can often be found in [[Containers#Kitchen Counter|kitchen counters]].


==Gallery==
==Gallery==
<gallery>
<gallery>
File:Coffee Model.png|Can of oats model when placed in the world.
File:Coffee Model.png|Model for: [[File:Coffee.png]]
</gallery>
</gallery>



Revision as of 17:03, 7 October 2022

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

Crafting

Main article: Cooking

Evolved recipes

Product Nutrition
Beverage
Beverage
5

Distribution

Coffee can often 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