Item: Bouillon de poulet

Wiki Project Zomboid

Bouillon de poulet

Variable SapphCooking.ChickenBroth Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.ChickenBroth
TypeFood
CatégorieFood
Poids0.3
Icône
ChickenBrothIcon

Navigation

Nom variableChickenBroth
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3493
Lignes2783 → 2807
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.

22 propriétés
Key Value (raw) Num Bool JSON
Calories 760 760
CantBeFrozen TRUE 1 1
Carbohydrates 0 0
CustomContextMenu Drink
CustomEatSound DrinkingFromCarton
DisplayCategory Food
DisplayName Chicken Broth
EatType bottle
EvolvedRecipe RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Soup:10;Stew:10
FluReduction 5 5
HungerChange -20 -20
Icon ChickenBrothIcon
Lipids 80 80
Packaged TRUE 1 1
Proteins 0 0
StaticModel H_BrothChicken
Tags Broth;SapphCookingBroth
ThirstChange -20 -20
Type Food
UnhappyChange -10 -10
Weight 0.3 0.3
WorldStaticModel BrothCarton
Raw block
	item ChickenBroth
	{
		DisplayName 		= Chicken Broth,
		Icon 		= ChickenBrothIcon,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		CantBeFrozen = TRUE,
		EvolvedRecipe = RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Soup:10;Stew:10,
		Packaged = TRUE,
		CustomEatSound 		= DrinkingFromCarton,
		FluReduction    =   5,
		HungerChange = -20,
		ThirstChange = -20,
		UnhappyChange = -10,
		Calories = 760,
		Carbohydrates = 0,
		Lipids = 80,
		Proteins = 0,
		CustomContextMenu 		= Drink,
		WorldStaticModel = BrothCarton,
		StaticModel = H_BrothChicken,
		EatType 		= bottle,
		Tags = Broth;SapphCookingBroth,
	}