Pancake Mix: Difference between revisions

From PZwiki
m (Navbox replacement)
m (Distribution table update)
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{Infobox item
{{Infobox item
|name=Pancake Mix
|name=Pancake Mix
|name_colour=Food
|name_text_colour=Food
|category=Cooking
|category=Cooking
|model=PancakeMix_Model.png
|model=PancakeMix_Model.png
Line 12: Line 10:
|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 22: Line 19:


===What it can make===
===What it can make===
{{Crafting header|type=food|ing=4}}
{{Crafting/sandbox2
{{Crafting cooking|129|ing=4}}
|pancakes_uncooked
|}
}}


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


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|PancakeMix|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>PancakeMix distribution
! Container
        <span class="mw-customtoggle-togglebox-PancakeMix" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-PancakeMix">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|bakerykitchen
    |+ {{ll|Containers}}
|[[counter]]
    ! Building / Room
|4
    ! Container
|8
    ! Rolls
|-
    ! Chance
|rowspan="5"|cafeteriakitchen  
    |-
|[[crate]]
    | cafeteriakitchen
|4  
    | {{ll|crate}}
|1
    | 4
|-
    | 20.0
|[[crate]]
    |-
|4
    | cafeteriakitchen
|1
    | {{ll|crate}}
|-
    | 4
|[[crate]]
    | 10.0
|4  
    |-
|2
    | cafeteriakitchen
|-
    | {{ll|crate}}
|[[crate]]
    | 4
|4
    | 50.0
|2
    |-
|-
    | kitchen
|[[crate]]
    | {{ll|counter}}
|4  
    | 4
|5
    | 8.0
|-
    |-
|kitchen  
    | kitchen_crepe
|[[counter]]
    | {{ll|counter}}
|4  
    | 4
|8
    | 20.0
|-
    |-
|rowspan="4"|kitchen_crepe  
    | kitchen_crepe
|[[counter]]
    | {{ll|counter}}
|4  
    | 4
|1
    | 10.0
|-
    |}
|[[counter]]
</div>
|4
    </div><div style="clear:both;"></div>
|1
    </div></div><div class="toggle large mw-customtoggle-togglebox-PancakeMix" title="{{int:show}}/{{int:hide}}"></div></div>
|-
<!--END BOT FLAG|PancakeMix|41.78.16-->
|[[counter]]
|4  
|2
|-
|[[counter]]
|4
|2
|}
Pancake mix can be found in [[Containers#Kitchen_Counter|kitchen counters]].
Pancake mix can be found in [[Containers#Kitchen_Counter|kitchen counters]].


Line 107: Line 96:
         UseDelta = 0.25,
         UseDelta = 0.25,
         WorldStaticModel = PancakeMix_Ground,
         WorldStaticModel = PancakeMix_Ground,
     }  
     }
}}
}}
}}
}}

Revision as of 16:13, 24 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.

PancakeMix distribution Show / Hide
Containers
Building / Room Container Rolls Chance
cafeteriakitchen crate 4 20.0
cafeteriakitchen crate 4 10.0
cafeteriakitchen crate 4 50.0
kitchen counter 4 8.0
kitchen_crepe counter 4 20.0
kitchen_crepe counter 4 10.0

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