Pancake Mix: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Pancake Mix}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox drainable
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox drainable
|display_name=Pancake Mix
|display_name=Pancake Mix
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|category=Cooking
|category=Cooking
|image=PancakeMix_120px.png
|image=PancakeMix.png
|weight=0.1
|weight=0.1
|max_units=4
|max_units=4
Line 14: Line 13:
Pancake mix can be used to make [[pancakes]].
Pancake mix can be used to make [[pancakes]].


== Crafting ==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
===What it can make===
===What it can make===
{{Crafting header|type=food|ing=4}}
{{Crafting header|type=food|ing=4}}
Line 29: Line 29:
</gallery>
</gallery>


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item PancakeMix
<pre>
item PancakeMix
     {
     {
         Type = Drainable,
         Type = Drainable,
Line 42: Line 43:
         UseDelta         = 0.25,
         UseDelta         = 0.25,
         WorldStaticModel        = PancakeMix_Ground,
         WorldStaticModel        = PancakeMix_Ground,
     },</pre>
     },
</pre>


==See also==
==See also==
* [[Recipe Ingredients]]
*[[Recipe Ingredients]]
* [[Sugar]]
*[[Sugar]]
* [[Yeast]]
*[[Yeast]]


{{Navbox food}}
{{Navbox food}}

Revision as of 23:56, 25 February 2023

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