Jujubes: Difference between revisions

From PZwiki
m (→‎Evolved recipes: Update link - avoid redirect)
m (Category Project: Sweets)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=78.16}}
{{header/sandbox2|Project Zomboid|Items|Food|Sweets}}
{{page version|41.78.16}}
{{Infobox food
{{Infobox food
|display_name=Jujubes
|display_name=Jujubes
Line 38: Line 39:
==Code==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=78.16}}
{{Retrieved|version=41.78.16}}
<pre>
<pre>
item Jujubes
item Jujubes
Line 67: Line 68:


{{Navbox food}}
{{Navbox food}}
[[Category:Non-perishable food]]

Revision as of 07:40, 28 January 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Jujubes
Jujubes
Jujujubes.png
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-5
Calories
Calories
40
Carbohydrates
Carbohydrates
10
Proteins
Proteins
0
Fat
Fat
0
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.Jujubes

Jujubes are a non-perishable food item.

Usage

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

Crafting

Main article: Cooking

Evolved recipes

Jujubes are cooking ingredient.

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

Distribution

Jujubes can be found in grocery stores, candy stores, gas stations and theaters.

Code

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

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

See also