Item: Bouteille de bouillon de légumes

Wiki Project Zomboid

Bouteille de bouillon de légumes

Variable SapphCooking.VegetableBroth Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.VegetableBroth
TypeFood
CatégorieFood
Poids0.2
Icône
BottleWithGas

Navigation

Nom variableVegetableBroth
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3524
Lignes3417 → 3442
File ID1107

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

1 recette
Afficher la liste
Recipe Mod Category Time Result
WaterBottle_Empty Make Bottle of Broth
Make Vegetable Broth
SapphCooking
KAVALASH_sapphcooking Cooking 180 VegetableBroth=1

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.

23 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 Bottle of Vegetable Broth
EatType bottle
EvolvedRecipe RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Soup:10;Stew:10
FluReduction 5 5
HungerChange -20 -20
Icon BottleWithGas
Lipids 130 130
Packaged TRUE 1 1
Proteins 0 0
ReplaceOnUse PopBottleEmpty
StaticModel WaterBottle
Tags Broth;SapphCookingBroth
ThirstChange -20 -20
Type Food
UnhappyChange -10 -10
Weight 0.2 0.2
WorldStaticModel WaterBottleFull
Raw block
	item VegetableBroth
	{
		DisplayName 		= Bottle of Vegetable Broth,
		Icon 		= BottleWithGas,
		DisplayCategory = Food,
		FluReduction    =   5,
		Type = Food,
		Weight = 0.2,
		CantBeFrozen = TRUE,
		EvolvedRecipe = RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Soup:10;Stew:10,
		Packaged = TRUE,
		CustomEatSound 		= DrinkingFromCarton,
		ReplaceOnUse = PopBottleEmpty,
		HungerChange = -20,
		ThirstChange = -20,
		UnhappyChange = -10,
		Calories = 800,
		Carbohydrates = 0,
		Lipids = 130,
		Proteins = 0,
		CustomContextMenu 		= Drink,
		WorldStaticModel = WaterBottleFull,
		StaticModel = WaterBottle,
		EatType 		= bottle,
		Tags = Broth;SapphCookingBroth,
	}