Chocolate-Covered Coffee Beans: Difference between revisions

From PZwiki
(Created page with "{{Languages|Chocolate-Covered Coffee Beans}} {{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food |display_name=Chocolate-Covered Coffee Beans |name_colour=Food |name_text_colour=Food |image=ChocolateCoveredCoffeeBeans_120px.png <!--GENERAL--> |category=Food |weight=0.1 <!--NUTRITION--> |hunger_change=-5 |calories=40 |lipids=0.5 |proteins=0 |carbohydrates=10 <!--EFFECT--> |unhappy_change=-10 |fatigue_change=-5 <!-...")
 
mNo edit summary
Line 26: Line 26:
==Distribution==
==Distribution==
Chocolate-covered coffee beans can often be found in candy stores, and kitchen [[Containers#Counters|counters]].
Chocolate-covered coffee beans can often be found in candy stores, and kitchen [[Containers#Counters|counters]].
== Crafting ==
{{Main|Cooking}}
=== Evolved recipes ===
{{EvolvedRecipesForItem|Cake=5|ConeIcecream=5}}


==Gallery==
==Gallery==

Revision as of 17:09, 7 October 2022

Project ZomboidItemsFoodNon-Perishable FoodChocolate-Covered Coffee Beans

Template:Infobox foodChocolate-covered coffee beans are a non-perishable food item.

Usage

Chocolate-covered coffee beans can be eaten, providing the player with some positive effects.

Distribution

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

Gallery

Code

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

    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