Jujubes: Difference between revisions

From PZwiki
Line 1: Line 1:


== Usage ==
== Usage ==
Gummy bears can be eaten, providing the player with some positive effects.
Jujubes can be eaten, providing the player with some positive effects.


== Crafting ==
== Crafting ==

Revision as of 11:45, 17 February 2023

Usage

Jujubes can be eaten, providing the player with some positive effects.

Crafting

Main article: Cooking

Evolved recipes

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

Distribution

Jujubes can often be found in candy stores, and kitchen counters.


Code

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

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