Jellybeans

From PZwiki
(Redirected from Jellybeans)
Project ZomboidItemsFoodSweetsJellybeans
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Jellybeans
Jellybeans
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
Technical
Item ID
Base.JellyBeans

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

Distribution

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

JellyBeans distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median 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.
Containers
Building/Room Container Effective chance
Bag_FoodSnacks Bag_FoodSnacks 12.41%
GroceryBag1 GroceryBag1 1.01%
GroceryBag3 GroceryBag3 6.41%
artstore shelves 23.28%
bandkitchen counter 23.28%
bandkitchen overhead 23.28%
bookstore shelves 23.28%
butcher shelves 23.28%
cafeteria shelves 23.28%
camerastore shelves 23.28%
candystorage crate 23.28%
candystorage metal_shelves 23.28%
candystore counter 23.28%
candystore displaycase 23.28%
candystore shelves 23.28%
clothingstore shelves 23.28%
conveniencestore shelves 23.28%
cornerstore shelves 23.28%
departmentstore shelves 23.28%
electronicsstore shelves 23.28%
fossoil shelves 23.28%
gasstorage crate 23.28%
gasstorage metal_shelves 23.28%
gasstore shelves 23.28%
generalstore crate 23.28%
generalstore shelves 23.28%
generalstorestorage shelves 23.28%
giftstore shelves 23.28%
gigamart crate 23.28%
gigamart shelves 23.28%
grocery crate 23.28%
grocery shelves 23.28%
grocery smallcrate 23.28%
grocerystorage crate 3.98%
grocerystorage metal_shelves 3.98%
grocerystorage smallcrate 3.98%
liquorstore shelves 23.28%
movierental shelves 23.28%
musicstore shelves 23.28%
pawnshop shelves 23.28%
pharmacy shelves 23.28%
toolstore shelves 23.28%
toystore shelves 23.28%
zippeestorage crate 23.28%
zippeestorage metal_shelves 23.28%
zippeestore shelves 23.28%

Jellybeans can be found in homes, theaters, candy stores, grocery stores, gas stations, and GigaMarts.

Crafting

Main article: Cooking

Evolved recipes

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

Trivia

  • This item doesn't have a 3D model currently. When the item is dropped in game, it shows the 2D icon on the ground.

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 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 = Jellybean,
	}


See also