Pancake Mix: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
m (Remove obsolete template)
Line 19: Line 19:
{{Crafting header|type=food|ing=4}}
{{Crafting header|type=food|ing=4}}
{{Crafting cooking|129|ing=4}}
{{Crafting cooking|129|ing=4}}
{{Crafting table footer}}
|}


==Distribution==
==Distribution==

Revision as of 02:42, 28 February 2023

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