Pancake Mix: Difference between revisions

From PZwiki
(-gallery + 3d image model infobox)
m (Category Project: Miscellaneous food)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}
{{header/sandbox2|Project Zomboid|Items|Food|Miscellaneous food}}
{{page version|41.73}}
{{Infobox drainable
{{Infobox drainable
|display_name=Pancake Mix
|display_name=Pancake Mix
Line 30: Line 31:
==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.73}}
<pre>
<pre>
item PancakeMix
item PancakeMix
Line 51: Line 52:


{{Navbox food}}
{{Navbox food}}
[[Category:Non-perishable food]]

Revision as of 02:58, 28 January 2024

Template:Header/sandbox2

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
Pancake Mix
PancakeMix.png
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)

Distribution

Pancake mix can be found in kitchen counters.

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