Item: Cerise

Wiki Project Zomboid

Cerise

Variable Base.Cherry Mod Vanilla

Résumé

VariableBase.Cherry
TypeFood
CatégorieFood
Poids0.3
Icône
Cherry

Navigation

Nom variableCherry
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4827
Lignes1494 → 1514
File ID1361

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Sandbag Open Sack of Cherries
Open Sack of Cherries
Base
KAVALASH_Custom 15 Cherry=16
Sandbag Ouvrir le sac
Open Sack of Cherries
Base
Vanilla 15 Cherry=16

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

0 recette
Aucune recette n'utilise cet item.

Propriétés

Toutes les propriétés extraites pour cet item.

18 propriétés
Key Value (raw) Num Bool JSON
Calories 5 5
Carbohydrates 1.31 1.31
CustomEatSound EatingFruit
DaysFresh 4 4
DaysTotallyRotten 9 9
DisplayCategory Food
DisplayName Cherry
EvolvedRecipe Cake:3;FruitSalad:3;Pancakes:3;Waffles:3;Muffin:3;ConeIcecream:3;PieSweet:3;Oatmeal:5
FoodType Fruits
HungerChange -3 -3
Icon Cherry
Lipids 0 0
Proteins 0.09 0.09
StaticModel RoundFood_Red
ThirstChange -1 -1
Type Food
Weight 0.3 0.3
WorldStaticModel Cherry_Ground
Raw block
	item Cherry
	{
		DisplayName = Cherry,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Cherry,
		EvolvedRecipe = Cake:3;FruitSalad:3;Pancakes:3;Waffles:3;Muffin:3;ConeIcecream:3;PieSweet:3;Oatmeal:5,
		FoodType = Fruits,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -3,
		ThirstChange = -1,
		Calories = 5,
		Carbohydrates = 1.31,
		Lipids = 0,
		Proteins = 0.09,
		CustomEatSound = EatingFruit,
		StaticModel = RoundFood_Red,
		WorldStaticModel = Cherry_Ground,
	}