More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
For the build 41.78.16 article, please see the old revision.
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 |
Location
The loot distributions can be found in the table(s) below.
Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.
Building/Room | Container | Effective chance |
---|---|---|
breakroom | counter | 23.67% |
breakroom | overhead | 23.67% |
breakroom | shelves | 23.67% |
butcher | cardboardbox | 19.68% |
butcher | crate | 19.68% |
butcher | shelves | 19.68% |
butcher | smallbox | 19.68% |
cafe | cardboardbox | 76.71% |
cafe | cardboardbox | 41.46% |
cafe | cardboardbox | 23.67% |
cafe | counter | 41.46% |
cafe | counter | 23.67% |
cafe | crate | 41.46% |
cafe | crate | 23.67% |
cafe | metal_shelves | 41.46% |
cafe | metal_shelves | 23.67% |
cafe | smallbox | 41.46% |
cafe | smallbox | 23.67% |
cafekitchen | cardboardbox | 41.46% |
cafekitchen | cardboardbox | 23.67% |
cafekitchen | counter | 76.71% |
cafekitchen | counter | 41.46% |
cafekitchen | crate | 41.46% |
cafekitchen | crate | 23.67% |
cafekitchen | metal_shelves | 41.46% |
cafekitchen | metal_shelves | 23.67% |
cafekitchen | shelves | 41.46% |
cafekitchen | shelves | 23.67% |
cafekitchen | smallbox | 41.46% |
cafekitchen | smallbox | 23.67% |
detectiveoffice | counter | 23.67% |
dinerkitchen | counter | 19.68% |
donut_dining | counter | 19.68% |
donut_kitchen | counter | 19.68% |
gigamart | cardboardbox | 4.44% |
gigamart | crate | 4.44% |
grocery | cardboardbox | 4.44% |
grocery | crate | 4.44% |
grocery | smallcrate | 4.44% |
grocerystorage | cardboardbox | 4.44% |
grocerystorage | crate | 4.44% |
grocerystorage | metal_shelves | 4.44% |
grocerystorage | smallcrate | 4.44% |
kitchen | counter | 5.77% |
kitchen | overhead | 5.77% |
kitchen_crepe | counter | 19.68% |
livingroom | counter | 5.77% |
livingroom | overhead | 5.77% |
office | overhead | 23.67% |
restaurantkitchen | cardboardbox | 76.71% |
restaurantkitchen | cardboardbox | 41.46% |
restaurantkitchen | cardboardbox | 23.67% |
restaurantkitchen | counter | 19.68% |
restaurantkitchen | crate | 76.71% |
restaurantkitchen | crate | 41.46% |
restaurantkitchen | crate | 23.67% |
restaurantkitchen | metal_shelves | 76.71% |
restaurantkitchen | metal_shelves | 41.46% |
restaurantkitchen | metal_shelves | 23.67% |
restaurantkitchen | smallbox | 76.71% |
restaurantkitchen | smallbox | 41.46% |
restaurantkitchen | smallbox | 23.67% |
SafehouseLoot | counter | 11.21% |
westernkitchen | cardboardbox | 19.68% |
westernkitchen | crate | 19.68% |
westernkitchen | metal_shelves | 19.68% |
westernkitchen | smallbox | 19.68% |
Story ID | Link |
---|---|
RBTSBreakfast | Table stories |
RZSVanCamp | Zone stories |
Amount | Skill level | Biome: chance | Weather modifiers % | Month modifiers | |||||
---|---|---|---|---|---|---|---|---|---|
Snow | Rain | Day | Night | Months available | Bonus months | Malus months | |||
1 | - | ForagingNav: 1 TownZone: 1 TrailerPark: 1 |
- | - | - | - | - | - | - |
Coffee can often be found in kitchen counters.
History
Base.Coffee
Version | Description |
---|---|
Build 37.5 | Removed on this version. |
Build 35.25b | EvolvedRecipe added with value HotDrink . |
RC2.9 - Build 0007 | Weight changed from 0.5 to 1 . |
0.2.0a | Released on this version. |
Base.Coffee2
Version | Description |
---|---|
Build 42.0.0 | EatType added with value candrink .EvolvedRecipe changed from {'HotDrink': '5', 'HotDrinkRed': '5', 'HotDrinkWhite': '5', 'HotDrinkSpiffo': '5', 'HotDrinkTea': '5'} to {'HotDrink': '5'} .StaticModel added with value Coffee . |
Build 41.65 | DisplayCategory added with value Food .EvolvedRecipe changed from {'HotDrink': '5'} to {'HotDrink': '5', 'HotDrinkRed': '5', 'HotDrinkWhite': '5', 'HotDrinkSpiffo': '5', 'HotDrinkTea': '5'} . |
Build 41.51 | WorldStaticModel added with value Coffee . |
Build 41.47 | Type changed from Drainable to Food .UseDelta removed.UseWhileEquipped removed. |
Build 41.46 | Type changed from Food to Drainable .UseDelta added with value 0.04 .UseWhileEquipped added with value FALSE . |
Build 35.25b | Released on this version. |
Code
Source: ProjectZomboid\media\scripts\items_food_dry.txt
item Coffee2
{
DisplayName = Coffee,
DisplayCategory = Food,
EatType = candrink,
Type = Food,
Weight = 1,
Icon = InstantCoffee,
EvolvedRecipe = HotDrink:5,
FoodType = Coffee,
Packaged = TRUE,
FatigueChange = -50,
HungerChange = -30,
ThirstChange = 60,
UnhappyChange = 20,
Calories = 2,
Carbohydrates = 0,
Lipids = 0,
Proteins = 1,
StaticModel = Coffee,
WorldStaticModel = Coffee,
}