Baking Pan: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
(→‎Code: CodeBox update)
Line 27: Line 27:


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=8}}
| {{CodeSnip
<pre>
  | lang = java
item BakingPan
  | line = false
Type = Normal,
  | source = newitems.txt
DisplayName = Baking Pan,
  | retrieved = true
Icon = BakingPan,
  | version = 40
Weight = 0.1,
  | incver = 8
MetalValue = 60,
  | code =
</pre>
item BakingPan
{
  Type               = Normal,
  DisplayName         = Baking Pan,
  Icon               = BakingPan,
  Weight             = 0.1,
  MetalValue         = 60,
}
  }}
}}


==See also==
==See also==

Revision as of 09:00, 31 January 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

Baking pans are commonly found in kitchens, both in houses and restaurants.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 40.8
item BakingPan
{
  Type                = Normal,
  DisplayName         = Baking Pan,
  Icon                = BakingPan,
  Weight              = 0.1,
  MetalValue          = 60,
}

See also