Item: Macaron

Wiki Project Zomboid

Macaron

Variable SapphCooking.Macaron_Yellow Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Macaron_Yellow
TypeFood
CatégorieFood
Poids0.1
Icône
MacaronYellowIcon

Navigation

Nom variableMacaron_Yellow
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3764
Lignes8392 → 8412
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.

18 propriétés
Key Value (raw) Num Bool JSON
BoredomChange -5 -5
Calories 120 120
Carbohydrates 0.3 0.3
DaysFresh 14 14
DaysTotallyRotten 20 20
DisplayCategory Food
DisplayName Macaron
FoodType NoExplicit
HungerChange -8 -8
Icon MacaronYellowIcon
Lipids 3.20 3.2
Proteins 1.4 1.4
StaticModel H_MacaronYellow
StressChange -2 -2
Type Food
UnhappyChange -5 -5
Weight 0.1 0.1
WorldStaticModel MacaronYellow_Ground
Raw block
	item Macaron_Yellow
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		Type 		= Food,
		DisplayName 		= Macaron,
		HungerChange 		= -8,
		UnhappyChange = -5,
		BoredomChange = -5,
		StressChange = -2,
		Icon 		= MacaronYellowIcon,
		DaysFresh 		= 14,
		DaysTotallyRotten 		= 20,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.3,
		Proteins 		= 1.4,
		Lipids 		= 3.20,
		Calories 		= 120,
		WorldStaticModel 		= MacaronYellow_Ground,
		StaticModel 		= H_MacaronYellow,
	}