Pancake 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]
Pancake Mix
PancakeMix Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Capacity
4 units
Technical
Item ID
Base.PancakeMix

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

Usage

Pancake mix can be used to make pancakes.

Crafting

Main article: Cooking

What it can make

Product Ingredients Tools Requirements Workstation XP
Pancakes.png
Pancakes (Uncooked)
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
Each of:
Bowl.png Empty Bowl ×1
PancakeMix.png Pancake 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 8
cafeteriakitchen crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
kitchen counter 4 8
kitchen_crepe counter 4 1
counter 4 1
counter 4 2
counter 4 2

Pancake 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 PancakeMix
    {
        Type				= Drainable,
        DisplayCategory = Cooking,
        DisplayName			= Pancake Mix,
        Icon				= PancakeMix,
        Weight				= 0.1,
        UseWhileEquipped	=	FALSE,
        UseDelta	=	0.25,
        WorldStaticModel = PancakeMix_Ground,
    }

See also