Baking Tray: Difference between revisions

From PZwiki
(Page overhaul)
m (Cleanup)
Line 1: Line 1:
{{languages|Baking Tray}}
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 41|incver=71}}{{Infobox normal
{{header|The Game World|Items|Tools|type=Tool|version=Version 41|incver=71}}
{{Infobox normal
|display_name=Baking Tray
|display_name=Baking Tray
|name_colour=Tool
|name_colour=Tool
|name_text_colour=Tool
|name_text_colour=Tool
|image=Baking_Tray.png  
|image=BakingTray.png  
|category=Item
|category=Item
|weight=0.5
|weight=0.5
|primary_use=[[Cooking]] utensil
|primary_use=[[Cooking]] utensil
|class_name=Base.BakingTray
|class_name=Base.BakingTray
}}
}}A '''baking tray''' is a tool used in cooking.
A '''baking tray''' is a tool used in cooking.


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=71}}
{{Retrieved|version=41|incver=71}}
Line 30: Line 27:


== See also ==
== See also ==
* [[Baking Pan]]
*[[Baking Pan]]
 
{{Navbox/Tools}}

Revision as of 21:10, 5 March 2023

The Game WorldItemsToolsBaking Tray
Baking Tray
Baking Tray
General
Category Item
Encumbrance
Heavy Load
0.5
Function Cooking utensil
Technical details
Base ID Base.BakingTray

A baking tray is a tool used in cooking.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.71

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

See also