Jujubes: Difference between revisions

From PZwiki
Tag: Manual revert
Line 1: Line 1:


== Usage ==
== Usage ==
Jujubes can be eaten, providing the player with some positive effects.                                                                                     Мармеладные мишки
Jujubes can be eaten, providing the player with some positive effects.
Мармеладные мишки
Общая информация
Категория Еда
ВесТяжелая нагрузка 0.1
Питание
ГолодГолод -5
КалорииКалории 40
УглеводыУглеводы 10
БелкиБелки 0
ЖирныеЖирные 0.5
Эффект
НесчастьеНесчастье -10
Технические детали
Базовый идентификатор База.Мармеладные медведи


== Crafting ==
== Crafting ==

Revision as of 11:48, 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,
	}