Gravy

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Gravy
GravyBoat Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
4 days
Days until rotten
7 days
Nutrition
HungerMoodle Icon Hungry.png
-7
CaloriesCalories
79
CarbohydratesCarbohydrates
5
ProteinsProteins
2
FatFat
6
Technical
Item ID
Base.Gravy

Gravy is a perishable spice food item used in cooking.

Usage

Gravy can be eaten, providing the player with some positive effects, however, these will become negative the longer it's left to perish.

Fresh Stale Rotten

Gravy.png
Hunger: -8


Gravy.png
Hunger: -6
Boredom: +10
Unhappiness: +10

Gravy.png
Hunger: -3
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Obtaining

Gravy is made by using gravy mix.

Product Ingredients Tools Requirements Workstation XP
Gravy.png
Gravy
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
Each of:
Bowl.png Empty Bowl ×1
GravyMix.png Gravy Mix ×1 unit(s)
WaterDrop.png Water ×2 unit(s)
none none none 0.75 Cooking

Evolved recipes

Gravy is a condiment when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

Product Nutrition
Stew
Stew
4
Roasted Vegetables
Roasted Vegetables
4
Sandwich
Sandwich
1
Burger
Burger
1
Pie (savory)
Pie (savory)
4
Rice Pot/Saucepan
Rice Pot/Saucepan
4

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bandkitchen fridge 4 4
burgerkitchen restaurantdisplay 4 1
restaurantdisplay 4 1
restaurantdisplay 4 2
restaurantdisplay 4 2

Gravy is often found inside displays in restaurants.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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,
	}

Trivia

  • The gravy boat on the model is red outside, while on the icon it's shown all white.

See also