Gravy Mix

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Gravy Mix
GravyMix Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Capacity
2 units
Technical
Item ID
Base.GravyMix

Gravy mix is a non-perishable food item used in cooking.

Usage

Gravy mix can be used in various cooking recipes.

Crafting

Main article: Cooking

What it can make

Gravy mix can be used to make a gravy.

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

Distribution

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

Containers
Building/Room Container Rolls Chance
bakerykitchen counter 4 2
burgerkitchen counter 4 1
counter 4 2
crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
cafeteriakitchen counter 4 1
jayschicken_kitchen counter 4 1
counter 4 1
counter 4 2
counter 4 2
westernkitchen counter 4 1
counter 4 2

Gravy mix can be found in kitchen counters.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item GravyMix
    {
        Type				= Drainable,
        DisplayCategory = Cooking,
        DisplayName			= Gravy Mix,
        Icon				= GravyMix,
        Weight				= 0.1,
        UseWhileEquipped	=	FALSE,
        UseDelta	=	0.5,
        WorldStaticModel = GravyMix_Ground,
    }

See also