Item: Pomme d'amour

Wiki Project Zomboid

Pomme d'amour

Variable SapphCooking.CandyApple Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.CandyApple
TypeFood
CatégorieFood
Poids0.2
Icône
CandyAppleIcon

Navigation

Nom variableCandyApple
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3703
Lignes7061 → 7084
File ID1107

Recettes qui fabriquent cet item

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

0 recette
Aucune recette ne fabrique cet item.

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.

21 propriétés
Key Value (raw) Num Bool JSON
BoredomChange -5 -5
Calories 163 163
Carbohydrates 25.13 25.13
CustomEatSound EatingFruit
DaysFresh 5 5
DaysTotallyRotten 8 8
DisplayCategory Food
DisplayName Candy Apple
EvolvedRecipe Cake:16;FruitSalad:8;Pancakes:8;Waffles:8;Muffin:8;PieSweet:16;Oatmeal:4;Salad:8
FoodType Fruits
HungerChange -25 -25
Icon CandyAppleIcon
Lipids 0.51 0.51
Proteins 0.77 0.77
StaticModel H_CandyApple
StressChange -5 -5
ThirstChange -12 -12
Type Food
UnhappyChange -10 -10
Weight 0.2 0.2
WorldStaticModel CandyApple_Ground
Raw block
	item CandyApple
	{
		DisplayName = Candy Apple,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CandyAppleIcon,
		EvolvedRecipe = Cake:16;FruitSalad:8;Pancakes:8;Waffles:8;Muffin:8;PieSweet:16;Oatmeal:4;Salad:8,
		FoodType = Fruits,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -25,
		ThirstChange = -12,
		UnhappyChange = -10,
		StressChange = -5,
		BoredomChange = -5,
		Calories = 163,
		Carbohydrates = 25.13,
		Lipids = 0.51,
		Proteins = 0.77,
		CustomEatSound = EatingFruit,
		StaticModel = H_CandyApple,
		WorldStaticModel = CandyApple_Ground,
	}