Jellybeans

From PZwiki
Hammer.png
This article is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 17/02/2023.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Jellybeans are a non-perishable candy that reduce unhappiness when eaten.


Distribution

Jellybeans can be found in homes, gas stations, and grocery stores. They can also be found on zombies and in glove boxes[verify].

Crafting

Main article: Cooking

Evolved recipes

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

Code

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

    item Jellybeans
	{
		DisplayName = Jellybeans,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Jellybeans,
		EvolvedRecipe = Cake:5;ConeIcecream:5,   
		FoodType = Candy,
		HungerChange = -5,
		UnhappyChange = -10,
		Calories = 40,
		Carbohydrates = 10,
		Lipids = 0.5,
		Proteins = 0,
		EvolvedRecipeName = Jellybeans,
	}

See also