Pancake Mix: Difference between revisions

From PZwiki
m (Added to to describe the materials needed to craft pancakes and edited the units of water required in the recipe)
mNo edit summary
Line 1: Line 1:
Pancake Mix is an item used to create [[Pancakes]] The player must have an empty bowl and either a spoon, fork, or spatula in their inventory in order to create pancakes.  
{{languages|Pancake Mix}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox drainable
|display_name=Pancake Mix
|name_colour=Food
|name_text_colour=Food
|category=Cooking
|image=PancakeMix_120px.png
|weight=0.1
|max_units=4
|class_name=Base.PancakeMix
}}'''Pancake mix''' is a [[Food#Non-Perishable|non-perishable]] [[item]] used in [[cooking]].


{| class="wikitable"
==Usage==
|-
Pancake mix can be used to make [[pancakes]].
! Product !! Recipe !! Description !! Skill Level
 
|-
== Crafting ==
| [[Pancakes]] || [[Water]] 2 units + Pancake Mix (consumed) || Make pancakes || Cooking level 0
{{Main|Cooking}}
|}
===What it can make===
{{Crafting header|type=food|ing=4}}
{{Crafting cooking|129|ing=4}}
{{Crafting table footer}}
 
==Distribution==
Pancake mix can be found in [[Containers#Kitchen_Counter|kitchen counters]].
 
==Gallery==
<gallery>
File:PancakeMix Model.png|Pancake mix model when placed in the world.
</gallery>
 
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
<pre> item PancakeMix
    {
        Type = Drainable,
        DisplayCategory        = Cooking,
        DisplayName = Pancake Mix,
        Icon = PancakeMix,
        Weight = 0.1,
        UseWhileEquipped = FALSE,
        UseDelta         = 0.25,
        WorldStaticModel        = PancakeMix_Ground,
    },</pre>
 
==See also==
* [[Recipe Ingredients]]
* [[Sugar]]
* [[Yeast]]
 
{{Navbox food}}

Revision as of 08:29, 5 October 2022

Pancake Mix
Pancake Mix
General
Category Cooking
Encumbrance
Heavy Load
0.1
Capacity 4 units
Technical details
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)

Template:Crafting table footer

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