Item: Chocolat en forme de coeur

Wiki Project Zomboid

Chocolat en forme de coeur

Variable SapphCooking.Heart_Chocolate Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Heart_Chocolate
TypeFood
CatégorieFood
Poids0.1
Icône
HeartChocolateIcon

Navigation

Nom variableHeart_Chocolate
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3649
Lignes5927 → 5945
File ID1107

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
BakingMoldsIcon Make Heart Shaped Chocolate
Make Heart Shaped Chocolate
SapphCooking
KAVALASH_sapphcooking Cooking 150 Heart_Chocolate=5
BoxHeartChocolateIcon Take Chocolate from Box
Take Chocolate from Box
SapphCooking
KAVALASH_sapphcooking 30 Heart_Chocolate=1

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.

16 propriétés
Key Value (raw) Num Bool JSON
Calories 280 280
Carbohydrates 17 17
CustomEatSound EatingCrispy
DisplayCategory Food
DisplayName Heart Shaped Chocolate
EvolvedRecipe Muffin:2;ConeIcecream:2;Cake:2;Pancakes:2;Waffles:2;PieSweet:2;Bread:2;ConeIcecream:2
FoodType Chocolate
HungerChange -4 -4
Icon HeartChocolateIcon
Lipids 8 8
Proteins 1 1
StaticModel H_HeartChocolate
Type Food
UnhappyChange -2 -2
Weight 0.1 0.1
WorldStaticModel Heart_Chocolate_Ground
Raw block
	item Heart_Chocolate
	{
		DisplayName = Heart Shaped Chocolate,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = HeartChocolateIcon,
		EvolvedRecipe = Muffin:2;ConeIcecream:2;Cake:2;Pancakes:2;Waffles:2;PieSweet:2;Bread:2;ConeIcecream:2,
		FoodType = Chocolate,
		HungerChange = -4,
		UnhappyChange	= -2,
		Calories = 280,
		Carbohydrates = 17,
		Lipids = 8,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		StaticModel = H_HeartChocolate,
		WorldStaticModel = Heart_Chocolate_Ground,
	}