Item: Sauce

Wiki Project Zomboid

Sauce

Variable Base.Gravy Mod Vanilla

Résumé

VariableBase.Gravy
TypeFood
CatégorieFood
Poids0.2
Icône
Gravy

Navigation

Nom variableGravy
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5095
Lignes7300 → 7321
File ID1361

Recettes qui fabriquent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Spatula Make Gravy
Make Gravy
Base
KAVALASH_Custom Cooking 20 Gravy=1
Spatula Préparer de la sauce
Make Gravy
Base
Vanilla Cooking 20 Gravy=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.

19 propriétés
Key Value (raw) Num Bool JSON
Calories 79 79
Carbohydrates 5 5
CustomContextMenu Drink
CustomEatSound DrinkingFromCan
DaysFresh 4 4
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Gravy
EatType 2hand
EvolvedRecipe Sandwich:1;Sandwich Baguette:1;Burger:1;RicePot:4;RicePan:4;Roasted Vegetables:4;Stew:4;Pie:4
FoodType NoExplicit
HungerChange -8 -8
Icon Gravy
Lipids 6 6
Proteins 2 2
Spice true 1 1
Type Food
Weight 0.2 0.2
WorldStaticModel GravyBoat_Full
Raw block
	item Gravy
	{
		DisplayName = Gravy,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Gravy,
		EatType = 2hand,
		EvolvedRecipe = Sandwich:1;Sandwich Baguette:1;Burger:1;RicePot:4;RicePan:4;Roasted Vegetables:4;Stew:4;Pie:4,
		CustomEatSound = DrinkingFromCan,
		CustomContextMenu = Drink,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		Spice = true,
		HungerChange = -8,
		Calories = 79,
		Carbohydrates = 5,
		Lipids = 6,
		Proteins = 2,
		WorldStaticModel = GravyBoat_Full,
		FoodType = NoExplicit,
	}