Roasting Pan: Difference between revisions

From PZwiki
m (Automatic formatting)
m (Automated Formatting)
(3 intermediate revisions by the same user not shown)
Line 13: Line 13:
|item_id=Base.RoastingPan
|item_id=Base.RoastingPan
}}
}}
A '''roasting pan''' is a tool used in [[cooking]].
A '''roasting pan''' is a tool used in [[cooking]].


Line 23: Line 22:
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|313|ing=2}}
|roasted_vegetables
|}
}}


==Distribution==
==Distribution==
Line 38: Line 37:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|rowspan="2"|bakerykitchen  
|rowspan="2"|bakerykitchen
|[[counter]]  
|[[counter]]
|4  
|4
|8
|8
|-
|-
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|departmentstorage  
|departmentstorage
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|1
|1
|-
|-
|dinerbackroom  
|dinerbackroom
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|}
|}
Line 68: Line 67:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item RoastingPan
item RoastingPan
{
{
    DisplayCategory = Cooking,
    DisplayCategory = Cooking,
Line 86: Line 85:
*[[Frying Pan]]
*[[Frying Pan]]


{{Navbox equipment|tools}}
{{Navbox items|tools}}
 


[[Category:Tools]]
[[Category:Tools]]

Revision as of 11:37, 14 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]
Roasting Pan
RoastingPan Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
1.3
Function
Cooking utensil
Properties
Material
Metal
Metal quantity
60
Technical
Item ID
Base.RoastingPan

A roasting pan is a tool used in cooking.

Usage

A roasting pan is used in the preparation of roasted vegetables, which is a customisable recipe.

Crafting

Cooking

Main article: Cooking
Product Ingredients Tools Requirements Workstation XP
RoastingpanFull.png
Roasted Vegetables
Roastingpan.png Roasting Pan ×1
Soup Ingredients.png Roasted Vegetables Ingredients ×(1−6)
none none none 0.75 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
departmentstorage metal_shelves 4 1
dinerbackroom counter 4 1

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 RoastingPan
	{
	    DisplayCategory = Cooking,
		Weight	=	1.3,
		Type	=	Normal,
		DisplayName	=	Roasting Pan,
		Icon	=	Roastingpan,
		MetalValue = 60,
		WorldStaticModel = RoastingPan,
	}

See also