Baking Pan: Difference between revisions

From PZwiki
m (→‎Trivia: add links)
(Automated update of distribution header)
Line 24: Line 24:
|}
|}


{{clear}}
==Distribution==
==Distribution==
Baking pans are commonly found in kitchens, both in houses and restaurants. They can also be found in [[GigaMart]]s and kitchens.
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;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="1"|bakerykitchen
| [[counter]]
| 4
| 1
|-
| rowspan="1"|burgerkitchen
| [[counter]]
| 4
| 1
|-
| rowspan="1"|departmentstorage
| [[metal_shelves]]  
| 4
| 1
|-
| rowspan="1"|dinerbackroom
| [[counter]]
| 4
| 1
|}


==Trivia==
==Trivia==

Revision as of 09:14, 11 February 2024

Project ZomboidItemsToolsBaking Pan
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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Cake Preparation
Cake Preparation
0.75 Cooking none BakingPan.png
Baking Pan
(consumed)
CakeBatter.png
Cake Batter
(consumed)

Pie Preparation
Pie Preparation
0.75 Cooking none RollingPin.png
Rolling Pin
(keep)
BakingPan.png
Baking Pan
(consumed)
Dough.png
Pie Dough
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
bakerykitchen 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