Jujubes: Difference between revisions

From PZwiki
No edit summary
Tag: Manual revert
Line 1: Line 1:
== Usage ==
Gummy bears can be eaten, providing the player with some positive effects.
== Crafting ==
{{Main|Cooking}}
=== Evolved recipes ===
{{EvolvedRecipesForItem|Cake=5|ConeIcecream=5}}
== Distribution ==
Jujubes  can often be found in candy stores, and kitchen [[Containers#Counters|counters]].
== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''

Revision as of 11:45, 17 February 2023

Usage

Gummy bears 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,
	}