![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Coffee
Jump to navigation
Jump to search
![]() |
English • français • 日本語 • русский |
Navigation:Main Index>Project Zomboid>Items>Food>Non-Perishable Food>CoffeePage Updated: Version 41.73
Coffee | |
---|---|
![]() | |
General | |
Category | Food |
Weight | 1 |
Packaged | Yes |
Nutrition | |
Hunger | -30 |
Thirst | +60 |
Calories | 2 |
Carbohydrates | 0 |
Proteins | 1 |
Fat | 0 |
Effect | |
Unhappiness | +20 |
Fatigue | -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 beverage, as all negative effects are removed.
Crafting
- Main article: Cooking
Evolved recipes
Product | Nutrition |
---|---|
![]() Beverage |
5 |
Distribution
Coffee can often be found in kitchen counters.
Gallery
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 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