Chocolate-Covered Coffee Beans

From PZwiki
Project ZomboidItemsFoodSweetsChocolate-Covered Coffee Beans
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Chocolate-Covered Coffee Beans
ChocolateCoveredCoffeeBeans Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
40
CarbohydratesCarbohydrates
10
ProteinsProteins
0
FatFat
0.5
Effect
UnhappinessMoodle Icon Unhappy.png
-10
FatigueMoodle Icon Tired.png
-5
Technical
Item ID
Base.ChocolateCoveredCoffeeBeans

Chocolate-covered coffee beans are a non-perishable food item.

Usage

Chocolate-covered coffee beans can be eaten, providing the player with some positive effects - with fatigue reduction being the most notable.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
candystorage metal_shelves 4 1
candystore counter 4 1
grocerystorage crate 4 1

Chocolate-covered coffee beans can often be found in candy stores, and kitchen counters.

Crafting

Main article: Cooking

Evolved recipes

Product Nutrition
Cake
Cake
5
Ice Cream Cone
Ice Cream Cone
5

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item ChocolateCoveredCoffeeBeans
	{
		DisplayName = Chocolate-Covered Coffee Beans,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = ChocolateCoveredCoffeeBeans,
		EvolvedRecipe = Cake:5;ConeIcecream:5,
		FoodType = NoExplicit,
		FatigueChange = -5,
		HungerChange = -5,
		UnhappyChange = -10,
		Calories = 40,
		Carbohydrates = 10,
		Lipids = 0.5,
		Proteins = 0,
		WorldStaticModel = ChocolateCoveredCoffeeBeans_Ground,
		EvolvedRecipeName = Chocolate-Covered Coffee Bean,
	}

See also