Baking Pan

From PZwiki
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 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