Baking Pan: Difference between revisions

From PZwiki
m (Automated template formatting)
m (Remove lines))
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Equipment|Tools|Cooking tools}}
{{Header|Project Zomboid|Items|Tools|type=Tool|version=Version 41|incver=78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=Baking Pan
|name=Baking Pan
|name_colour=Tool
|model=BakingPan_Model.png
|name_text_colour=Tool
|model=BakingPan_Model.png  
|icon=BakingPan.png
|icon=BakingPan.png
|icon_name=Baking Pan
|icon_name=Baking Pan
Line 11: Line 9:
|weight=0.1
|weight=0.1
|primary_use=[[Cooking]] utensil
|primary_use=[[Cooking]] utensil
|class_name=Base.BakingPan
|item_id=Base.BakingPan
}}A '''baking pan''' is a tool used in [[cooking]].
}}
A '''baking pan''' is a tool used in [[cooking]].


==Usage==
==Usage==
Line 20: Line 19:
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|type=food|ing=3}}
{{Crafting/sandbox2
{{Crafting cooking|109|ing=3}}
|cake_preparation
{{Crafting cooking|111|ing=3}}
|pie_preparation}}
|}


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 32: Line 29:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|bakerykitchen
|[[counter]]
|4
|8
|-
|-
| rowspan="1"|bakerykitchen
|[[counter]]
| [[counter]]  
|4
| 4  
|1
| 1
|-
|-
| rowspan="1"|burgerkitchen  
|burgerkitchen
| [[counter]]  
|[[counter]]
| 4  
|4
| 1
|1
|-
|-
| rowspan="1"|departmentstorage  
|departmentstorage
| [[metal_shelves]]  
|[[metal_shelves]]
| 4  
|4
| 1
|1
|-
|-
| rowspan="1"|dinerbackroom  
|dinerbackroom
| [[counter]]  
|[[counter]]
| 4  
|4
| 1
|1
|}
|}


Line 71: Line 72:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item BakingPan
item BakingPan
{
{
    DisplayCategory = Cooking,
    DisplayCategory = Cooking,
Line 81: Line 82:
WorldStaticModel = BakingPan,
WorldStaticModel = BakingPan,
}
}
  }}
}}
}}
}}


Line 89: Line 90:
*[[Frying Pan]]
*[[Frying Pan]]


{{Navbox equipment}}
{{Navbox items|tools}}
 
 
[[Category:Tools]]

Revision as of 06:28, 15 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.

Containers
Building/Room Container Rolls Chance
bakerykitchen counter 4 8
counter 4 1
burgerkitchen counter 4 1
departmentstorage metal_shelves 4 1
dinerbackroom counter 4 1

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