Item: Éclair au chocolat blanc

Wiki Project Zomboid

Éclair au chocolat blanc

Variable SapphCooking.Eclair_WhiteChocolate_Evolved Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Eclair_WhiteChocolate_Evolved
TypeFood
CatégorieFood
Poids0.1
Icône
EclairWhiteChocolateIcon

Navigation

Nom variableEclair_WhiteChocolate_Evolved
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3740
Lignes7889 → 7906
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.

15 propriétés
Key Value (raw) Num Bool JSON
Calories 325 325
Carbohydrates 45 45
DaysFresh 15 15
DaysTotallyRotten 30 30
DisplayCategory Food
DisplayName White Chocolate Eclair
HungerChange -10 -10
Icon EclairWhiteChocolateIcon
Lipids 22 22
Proteins 4 4
StaticModel H_EclairWhite
Type Food
UnhappyChange -5 -5
Weight 0.1 0.1
WorldStaticModel EclairWhite_Ground
Raw block
	item Eclair_WhiteChocolate_Evolved
	{
		DisplayName = White Chocolate Eclair,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = EclairWhiteChocolateIcon,
		HungerChange = -10,
		UnhappyChange = -5,
		Calories = 325,
		Carbohydrates = 45,
		Lipids = 22,
		Proteins = 4,
		DaysFresh = 15,
		DaysTotallyRotten = 30,
		WorldStaticModel = EclairWhite_Ground,
		StaticModel = H_EclairWhite,
	}