Jellybeans: Difference between revisions

From PZwiki
(Automated case update)
m (Automated Formatting)
Line 20: Line 20:
|item_id=Base.JellyBeans
|item_id=Base.JellyBeans
}}
}}
'''Jellybeans''' are a non-perishable candy that reduce unhappiness when eaten.
'''Jellybeans''' are a non-perishable candy that reduce unhappiness when eaten.


Line 34: Line 33:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|artstore  
|artstore
|[[shelves]]  
|[[shelves]]
|4  
|4
|1
|1
|-
|-
|bandkitchen  
|bandkitchen
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|candystorage  
|candystorage
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|1
|1
|-
|-
|candystore  
|candystore
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|gasstorage  
|gasstorage
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|grocerystorage  
|grocerystorage
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|}
|}
Line 101: Line 100:
Proteins = 0,
Proteins = 0,
EvolvedRecipeName = Jellybean,
EvolvedRecipeName = Jellybean,
}  
}
}}
}}
}}
}}

Revision as of 09:26, 14 April 2024

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.

Containers
Building/Room Container Rolls Chance
artstore shelves 4 1
bandkitchen counter 4 1
candystorage metal_shelves 4 1
candystore counter 4 1
gasstorage crate 4 1
grocerystorage crate 4 1

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