Item: Cookies macaron

Wiki Project Zomboid

Cookies macaron

Variable SapphCooking.Macaron_Cookies_Yellow Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Macaron_Cookies_Yellow
TypeFood
CatégorieFood
Poids0.1
Icône
MacaronCookiesYellowIcon

Navigation

Nom variableMacaron_Cookies_Yellow
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3758
Lignes8266 → 8285
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.

17 propriétés
Key Value (raw) Num Bool JSON
BoredomChange -2 -2
Calories 80 80
Carbohydrates 0.1 0.1
DaysFresh 6 6
DaysTotallyRotten 10 10
DisplayCategory Food
DisplayName Macaron Cookies
FoodType NoExplicit
HungerChange -5 -5
Icon MacaronCookiesYellowIcon
Lipids 1.20 1.2
Proteins 0.4 0.4
StaticModel H_MacaronYellow
Type Food
UnhappyChange -2 -2
Weight 0.1 0.1
WorldStaticModel CookiesYellow_Ground
Raw block
	item Macaron_Cookies_Yellow
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		Type 		= Food,
		DisplayName 		= Macaron Cookies,
		HungerChange 		= -5,
		UnhappyChange = -2,
		BoredomChange = -2,
		Icon 		= MacaronCookiesYellowIcon,
		DaysFresh 		= 6,
		DaysTotallyRotten 		= 10,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.1,
		Proteins 		= 0.4,
		Lipids 		= 1.20,
		Calories 		= 80,
		WorldStaticModel 		= CookiesYellow_Ground,
		StaticModel 		= H_MacaronYellow,
	}