Baking Tray: Difference between revisions

From PZwiki
m (Automated infobox fix)
m (Remove lines))
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Equipment|Tools|Cooking tools}}
{{Header|Project Zomboid|Items|Equipment|Tools|Cooking tools}}
{{Page version|41.71}}
{{Page version|41.78.16}}
{{Stub}}
{{Stub}}
{{Infobox item
{{Infobox item
|name = Baking Tray
|name=Baking Tray
|name_colour=Tool
|name_text_colour=Tool
|model=BakingTray_Model.png
|model=BakingTray_Model.png
|icon=BakingTray.png
|icon=BakingTray.png
Line 14: Line 12:
|material=Metal
|material=Metal
|material_value=60
|material_value=60
|class_name=Base.BakingTray
|item_id=Base.BakingTray
}}
}}
A '''baking tray''' is a tool used in cooking.
A '''baking tray''' is a tool used in cooking.


Line 27: Line 24:
! 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="1"|bakerykitchen
|rowspan="2"|bakerykitchen
| [[counter]]
|[[counter]]
| 4
|4
| 1
|8
|-
|-
| rowspan="1"|burgerkitchen
|[[counter]]
| [[counter]]
|4
| 4
|1
| 1
|-
|-
| rowspan="1"|departmentstorage
|burgerkitchen
| [[metal_shelves]]
|[[counter]]
| 4
|4
| 8
|1
|-
|departmentstorage
|[[metal_shelves]]
|4
|8
|-
|-
| rowspan="1"|dinerbackroom
|dinerbackroom
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| rowspan="1"|druglab
|druglab
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| rowspan="2"|pizzakitchen
|rowspan="2"|pizzakitchen
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
|[[counter]]
|[[counter]]
Line 71: Line 72:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | start =
   | start = 32
   | source = items.txt
   | source = items.txt
   | retrieved = true
   | retrieved = true
Line 78: Line 79:
   | code =
   | code =
item BakingTray
item BakingTray
{
    {
    DisplayCategory = Cooking,
        DisplayCategory = Cooking,
    Weight = 0.5,
        Weight = 0.5,
    Type = Normal,
        Type = Normal,
    DisplayName = Baking Tray,
        DisplayName =   Baking Tray,
    Icon = BakingTray,
        Icon = BakingTray,
    MetalValue = 60,
        MetalValue = 60,
    WorldStaticModel = BakingTray,
        WorldStaticModel = BakingTray,
}
    }
  }}
}}
}}
}}


Line 93: Line 94:
*[[Baking Pan]]
*[[Baking Pan]]


{{Navbox equipment|tools}}
{{Navbox items|tools}}
 
 
[[Category: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]
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 8
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