Pancake Mix: Difference between revisions

From PZwiki
m (Automated linking update.)
m (Automated linking update (or fix).)
Line 12: Line 12:
|max_units=4
|max_units=4
|item_id=Base.PancakeMix
|item_id=Base.PancakeMix
}}'''Pancake mix''' is a [[Food#Non-Perishable|non-perishable]] [[items|item]]]] used in [[cooking]].
}}'''Pancake mix''' is a [[Food#Non-Perishable|non-perishable]] [[items|item]] used in [[cooking]].


==Usage==
==Usage==

Revision as of 02:26, 7 March 2024

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Pancake Mix
PancakeMix Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Capacity
4 units
Technical
Item ID
Base.PancakeMix

Pancake mix is a non-perishable item used in cooking.

Usage

Pancake mix can be used to make pancakes.

Crafting

Main article: Cooking

What it can make

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Pancakes
Pancakes (Uncooked)
0.75 Cooking none Bowl.png
Empty Bowl
(keep)

(keep)
PancakeMix.png
Pancake Mix
(1 unit)

(consumed)
WaterDrop.png
Water
(2 units)

(consumed)

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

See also