Pancake Mix: Difference between revisions

From PZwiki
m (Automated header update.)
m (Removed {{clear}} line above ==Distribution==)
Line 25: Line 25:
|}
|}


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.

Revision as of 06:24, 5 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