Item: Marmite de bouillon de légumes

Wiki Project Zomboid

Marmite de bouillon de légumes

Variable SapphCooking.PotofVegetableStock Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.PotofVegetableStock
TypeFood
CatégorieFood
Poids3
Icône
VegetableBrothPotIcon

Navigation

Nom variablePotofVegetableStock
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3819
Lignes839 → 865
File ID1108

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é.

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

Propriétés

Toutes les propriétés extraites pour cet item.

24 propriétés
Key Value (raw) Num Bool JSON
Calories 20 20
Carbohydrates 25 25
CookingSound BoilingFood
CustomContextMenu Drink
CustomEatSound EatingSoup
DaysFresh 3 3
DaysTotallyRotten 5 5
DisplayCategory Food
DisplayName Pot of Vegetable Stock
EatType Pot
FluReduction 5 5
HungerChange -2 -2
Icon VegetableBrothPotIcon
IsCookable TRUE 1 1
Lipids 4.5 4.5
MinutesToBurn 100 100
MinutesToCook 50 50
Proteins 14 14
ReplaceOnUse Pot
StaticModel CookingPot
ThirstChange -20 -20
Type Food
Weight 3 3
WorldStaticModel CookingPotSoup_Ground
Raw block
	item PotofVegetableStock
	{
		DisplayCategory 		= Food,
		DisplayName 		= Pot of Vegetable Stock,
		Icon 		= VegetableBrothPotIcon,
		FluReduction    =   5,
		Type = Food,
		Weight = 3,
		CookingSound = BoilingFood,
		EatType = Pot,
		IsCookable = TRUE,
		ReplaceOnUse = Pot,
		MinutesToCook = 50,
		MinutesToBurn = 100,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -2,
		ThirstChange = -20,
		Calories = 20,
		Carbohydrates = 25,
		Lipids = 4.5,
		Proteins = 14,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = CookingPotSoup_Ground,
	}