Baking Pan: Difference between revisions

From PZwiki
(Fixed image, added code)
(Update distribution file)
 
(36 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Baking Pan}}
{{Header|Project Zomboid|Items|Equipment|Tools|Cooking tools}}
{{Items
{{Page version|41.78.16}}
|image = Baking_Pan.png
{{Infobox item
|weight = 0.1
|name=Baking Pan
|model=BakingPan_Model.png
|icon=BakingPan.png
|icon_name=Baking Pan
|category=Item
|weight=0.1
|primary_use=[[Cooking]] utensil
|item_id=Base.BakingPan
}}
}}
A '''baking pan''' is a tool used in [[cooking]].


The '''Baking Pan''' is a cooking utensil used in conjunction with [[Cake Batter]] to make a [[Cake]].
==Usage==
It is most commonly found in kitchens, both in houses and restaurants.
A baking pan is used in the preparation of [[cake]]s and [[pie]]s.


== Crafting ==
==Crafting==
{{Crafting table header}}
===Cooking===
{{RecipeLookup|2037}}
{{Main|Cooking}}
{{Crafting table footer}}
{{Crafting/sandbox2
|cake_preparation
|pie_preparation}}


<br><br>
==Distribution==
== Code ==
The loot distributions can be found in the table(s) below.
<nowiki>item BakingPan
 
<!--BOT FLAG|BakingPan|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>BakingPan distribution
        <span class="mw-customtoggle-togglebox-BakingPan" 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>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-BakingPan">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | bakerykitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | burgerkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | cafekitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | cafeteria
    | {{ll|counter}}
    | 23.28%
    |-
    | cafeteriakitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | chinesekitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | deepfry_kitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | departmentstorage
    | {{ll|metal_shelves}}
    | 23.28%
    |-
    | dinerbackroom
    | {{ll|counter}}
    | 23.28%
    |-
    | dinerkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | donut_kitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | fishchipskitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | generalstore
    | {{ll|shelves}}
    | 23.28%
    |-
    | generalstorestorage
    | {{ll|shelves}}
    | 23.28%
    |-
    | gigamart
    | {{ll|shelves}}
    | 23.28%
    |-
    | gigamartkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | housewarestore
    | {{ll|shelves}}
    | 23.28%
    |-
    | icecream
    | {{ll|counter}}
    | 23.28%
    |-
    | italiankitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | jayschicken_kitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | kitchen
    | {{ll|counter}}
    | 19.27%
    |-
    | kitchen_crepe
    | {{ll|counter}}
    | 23.28%
    |-
    | kitchenwares
    | {{ll|shelves}}
    | 23.28%
    |-
    | livingroom
    | {{ll|counter}}
    | 19.27%
    |-
    | mexicankitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | pizzakitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | restaurantkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | seafoodkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | spiffoskitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | sushikitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | westernkitchen
    | {{ll|counter}}
    | 23.28%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-BakingPan" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|BakingPan|41.78.16-->
 
==Trivia==
*The baking pan is expected to be craftable in [[build 42]] as part of the smithing additions. It already has a crafting recipe requiring the [[blacksmith]] skill.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 1429
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item BakingPan
{
{
Type = Normal,
    DisplayCategory = Cooking,
DisplayName = Baking Pan,
Type = Normal,
Icon = BakingPan,
DisplayName =     Baking Pan,
Weight = 0.1,
Icon = BakingPan,
MetalValue = 60,
Weight = 0.1,
}</nowiki>
MetalValue = 60,
WorldStaticModel = BakingPan,
}
}}
}}
 
==See also==
*[[Cooking]]
*[[Roasting Pan]]
*[[Frying Pan]]
 
{{Navbox items|tools}}
 


[[Category:Tools]]
[[Category:Tools]]
[[Category:Items]]

Latest revision as of 11:58, 30 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]
Baking Pan
BakingPan Model.png
General
Category
Item
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Cooking utensil
Technical
Item ID
Base.BakingPan

A baking pan is a tool used in cooking.

Usage

A baking pan is used in the preparation of cakes and pies.

Crafting

Cooking

Main article: Cooking
Product Ingredients Tools Requirements Workstation XP
Cake.png
Cake Preparation
BakingPan.png Baking Pan ×1
CakeBatter.png Cake Batter ×1
none none none 0.75 Cooking
PieWhole.png
Pie Preparation
RollingPin.png Rolling Pin ×1
BakingPan.png Baking Pan ×1
Dough.png Pie Dough ×1
none none none 0.75 Cooking

Distribution

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

BakingPan distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
bakerykitchen counter 23.28%
burgerkitchen counter 23.28%
cafekitchen counter 23.28%
cafeteria counter 23.28%
cafeteriakitchen counter 23.28%
chinesekitchen counter 23.28%
deepfry_kitchen counter 23.28%
departmentstorage metal_shelves 23.28%
dinerbackroom counter 23.28%
dinerkitchen counter 23.28%
donut_kitchen counter 23.28%
fishchipskitchen counter 23.28%
generalstore shelves 23.28%
generalstorestorage shelves 23.28%
gigamart shelves 23.28%
gigamartkitchen counter 23.28%
housewarestore shelves 23.28%
icecream counter 23.28%
italiankitchen counter 23.28%
jayschicken_kitchen counter 23.28%
kitchen counter 19.27%
kitchen_crepe counter 23.28%
kitchenwares shelves 23.28%
livingroom counter 19.27%
mexicankitchen counter 23.28%
pizzakitchen counter 23.28%
restaurantkitchen counter 23.28%
seafoodkitchen counter 23.28%
spiffoskitchen counter 23.28%
sushikitchen counter 23.28%
westernkitchen counter 23.28%

Trivia

  • The baking pan is expected to be craftable in build 42 as part of the smithing additions. It already has a crafting recipe requiring the blacksmith skill.

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 BakingPan
	{
	    DisplayCategory = Cooking,
		Type				=			Normal,
		DisplayName			=		    Baking Pan,
		Icon				=			BakingPan,
		Weight				=			0.1,
		MetalValue = 60,
		WorldStaticModel = BakingPan,
	}

See also