Pancake Mix: Difference between revisions

From PZwiki
m (Automated editing: update crafting tables)
m (Automated Formatting)
Line 12: Line 12:
|item_id=Base.PancakeMix
|item_id=Base.PancakeMix
}}
}}
A '''pancake mix''' is a non-perishable [[food]] [[Items|item]] used in [[cooking]].
A '''pancake mix''' is a non-perishable [[food]] [[Items|item]] used in [[cooking]].


Line 37: Line 36:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|bakerykitchen  
|bakerykitchen
|[[counter]]  
|[[counter]]
|4  
|4
|8
|8
|-
|-
|rowspan="5"|cafeteriakitchen  
|rowspan="5"|cafeteriakitchen
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|2
|2
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|2
|2
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|5
|5
|-
|-
|kitchen  
|kitchen
|[[counter]]  
|[[counter]]
|4  
|4
|8
|8
|-
|-
|rowspan="4"|kitchen_crepe  
|rowspan="4"|kitchen_crepe
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|[[counter]]  
|[[counter]]
|4  
|4
|2
|2
|-
|-
|[[counter]]  
|[[counter]]
|4  
|4
|2
|2
|}
|}
Line 107: Line 106:
         UseDelta = 0.25,
         UseDelta = 0.25,
         WorldStaticModel = PancakeMix_Ground,
         WorldStaticModel = PancakeMix_Ground,
     }  
     }
}}
}}
}}
}}

Revision as of 10:44, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pancake Mix
PancakeMix Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Capacity
4 units
Technical
Item ID
Base.PancakeMix

A pancake mix is a non-perishable food item used in cooking.

Usage

Pancake mix can be used to make pancakes.

Crafting

Main article: Cooking

What it can make

Product Ingredients Tools Requirements Workstation XP
Pancakes.png
Pancakes (Uncooked)
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
Each of:
Bowl.png Empty Bowl ×1
PancakeMix.png Pancake Mix ×1 unit(s)
WaterDrop.png Water ×2 unit(s)
none none none 0.75 Cooking

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bakerykitchen counter 4 8
cafeteriakitchen crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
kitchen counter 4 8
kitchen_crepe counter 4 1
counter 4 1
counter 4 2
counter 4 2

Pancake mix can be found in kitchen counters.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item PancakeMix
    {
        Type				= Drainable,
        DisplayCategory = Cooking,
        DisplayName			= Pancake Mix,
        Icon				= PancakeMix,
        Weight				= 0.1,
        UseWhileEquipped	=	FALSE,
        UseDelta	=	0.25,
        WorldStaticModel = PancakeMix_Ground,
    }

See also