Item: Bouillon de boeuf

Wiki Project Zomboid

Bouillon de boeuf

Variable SapphCooking.BeefBroth Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.BeefBroth
TypeFood
CatégorieFood
Poids0.3
Icône
BeefBrothIcon

Navigation

Nom variableBeefBroth
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3494
Lignes2808 → 2832
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 800 800
CantBeFrozen TRUE 1 1
Carbohydrates 0 0
CustomContextMenu Drink
CustomEatSound DrinkingFromCarton
DisplayCategory Food
DisplayName Beef Broth
EatType bottle
EvolvedRecipe RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Soup:10;Stew:10
FluReduction 5 5
HungerChange -20 -20
Icon BeefBrothIcon
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 BeefBroth
	{
		DisplayName = Beef Broth,
		Icon = BeefBrothIcon,
		DisplayCategory = Food,
		FluReduction    =   5,
		Type = Food,
		Weight = 0.3,
		CantBeFrozen = TRUE,
		EvolvedRecipe = RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Soup:10;Stew:10,
		Packaged = TRUE,
		CustomEatSound 		= DrinkingFromCarton,
		HungerChange = -20,
		ThirstChange = -20,
		UnhappyChange = -10,
		Calories = 800,
		Carbohydrates = 0,
		Lipids = 80,
		Proteins = 0,
		WorldStaticModel = BrothCarton,
		StaticModel = H_BrothChicken,
		CustomContextMenu 		= Drink,
		EatType 		= bottle,
		Tags = Broth;SapphCookingBroth,
	}