Jellybeans: Difference between revisions

From PZwiki
(→‎Distribution: Spelling mistake)
m (Minor)
Line 21: Line 21:
|class_name=Base.JellyBeans
|class_name=Base.JellyBeans
}}
}}
'''Jellybeans''' are a non-perishable candy that reduce unhappiness when eaten.  
'''Jellybeans''' are a non-perishable candy that reduce unhappiness when eaten.


==Distribution==
==Distribution==
Jellybeans can be found in homes, theatres, candy stores, grocery stores, gas stations, [[GigaMart|gigamarts]].
Jellybeans can be found in homes, theaters, candy stores, grocery stores, gas stations, and [[GigaMart]]s.


==Crafting==
==Crafting==
Line 31: Line 31:
===Evolved recipes===
===Evolved recipes===
{{EvolvedRecipesForItem|Cake=5|ConeIcecream=5}}
{{EvolvedRecipesForItem|Cake=5|ConeIcecream=5}}
==Trivia==
*This item doesn't have a model currently. When the item is dropped in game, it shows the 2D icon on the ground.


==Code==
==Code==

Revision as of 20:48, 13 January 2024

Jellybeans
Jellybeans
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-5
Calories
Calories
40
Carbohydrates
Carbohydrates
10
Proteins
Proteins
0
Fat
Fat
0.5
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.JellyBeans

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

Distribution

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 model currently. When the item is dropped in game, it shows the 2D icon on the ground.

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