Pancake Mix

From PZwiki
Revision as of 02:42, 28 February 2023 by Faalagorn (talk | contribs) (Remove obsolete template)

Template:Infobox drainablePancake 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

Pancake mix can be found in kitchen counters.

Gallery

Code

From newitems.txt (Project Zomboid directory/media/scripts/) 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