Baking Tray: Difference between revisions

From PZwiki
m (Automated CodeBox update)
(Update header & categories (by SublimeText.Mediawiker))
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Tools|type=Tool|version=Version 41|incver=71}}
{{Header/sandbox2|Project Zomboid|Items|Equipment|Tools|Cooking tools}}
{{Page version|41.71}}
{{Stub}}
{{Stub}}
{{Infobox item
{{Infobox item

Revision as of 11:32, 25 February 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.71).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Baking Tray
BakingTray Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Function
Cooking utensil
Properties
Material
Metal
Metal quantity
60
Technical
Item ID
Base.BakingTray

A baking tray is a tool used in cooking.


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 8
dinerbackroom counter 4 1
druglab counter 4 1
pizzakitchen counter 4 1
counter 4 2

Code

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

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item BakingTray
{
    DisplayCategory = Cooking,
    Weight = 0.5,
    Type = Normal,
    DisplayName = Baking Tray,
    Icon = BakingTray,
    MetalValue = 60,
    WorldStaticModel = BakingTray,
}

See also