Item: Bombe de chantilly

Wiki Project Zomboid

Bombe de chantilly

Variable SapphCooking.WhippedCream_Can Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.WhippedCream_Can
TypeFood
Catégorie
Poids0.5
Icône
WhippedCanIcon

Navigation

Nom variableWhippedCream_Can
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3746
Lignes8010 → 8031
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
Calories 296 296
Carbohydrates 0 0
CustomContextMenu Drink
CustomEatSound EatingWhippedCream
DisplayName Whipped Cream Can
EatType Bourbon
EvolvedRecipe Cake:2;Pancakes:2;Waffles:2;Muffin:2;ConeIcecream:2;PieSweet:2;Toast:2;Bread:2
EvolvedRecipeName Icing
HungerChange -10 -10
Icon WhippedCanIcon
Lipids 22 22
Proteins 3 3
StaticModel H_WhippedCan
Tags Icing
Type Food
UnhappyChange -10 -10
Weight 0.5 0.5
WorldStaticModel WhippedCan_Ground
Raw block
	item WhippedCream_Can
	{
		DisplayName = Whipped Cream Can,
		Type 		= Food,
		Icon 		= WhippedCanIcon,
		Weight 		= 0.5,
		EvolvedRecipe = Cake:2;Pancakes:2;Waffles:2;Muffin:2;ConeIcecream:2;PieSweet:2;Toast:2;Bread:2,
		HungerChange = -10,
		UnhappyChange = -10,
		Calories = 296,
		Carbohydrates = 0,
		Lipids = 22,
		Proteins = 3,
		CustomEatSound 		= EatingWhippedCream,
		EatType = bottle,
		EvolvedRecipeName = Icing,
		StaticModel = H_WhippedCan,
		WorldStaticModel 		=  WhippedCan_Ground,
		EatType 		= Bourbon,
		CustomContextMenu 		= Drink,
		Tags = Icing,
	}