Roasting Pan: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 68edfd873a7f6cb73deda1780d45bdc0))
m (Distribution table update)
(29 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{languages|Roasting Pan}}
{{Header|Project Zomboid|Items|Equipment|Tools|Cooking tools}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=8}}{{Infobox normal
{{Page version|41.78.16}}
|display_name = Baking Pan
{{Infobox item
|name_colour = Tool
|name=Roasting Pan
|name_text_colour = Tool
|model=RoastingPan_Model.png
|image = BakingPan_120px.png
|icon=Roastingpan.png
|category = Item
|icon_name=Roasting Pan
|weight = 0.1
|category=Cooking
|primary_use = [[Cooking]] utensil
|weight=1.3
|class_name = Base.BakingPan
|function=[[Cooking]] utensil
}}A '''roasting pan''' is a tool used in [[cooking]].
|material=Metal
|material_value=60
|item_id=Base.RoastingPan
}}
A '''roasting pan''' is a tool used in [[cooking]].


==Usage==
==Usage==
A roasting pan is used in the preparation of [[Roasted Vegetables|roasted vegetables]], which is a customisable recipe.
A roasting pan is used in the preparation of [[Roasted Vegetables|roasted vegetables]], which is a customisable recipe.


== Crafting ==
==Crafting==
 
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2045 -->
{{Crafting/sandbox2
{{Crafting/core|ing=3
|roasted_vegetables
| product_image = [[File:RoastingPanFull.png|link=Roasted Vegetables|Roasted Vegetables]] | product_name = [[Roasted Vegetables]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Roastingpan.png|link=Roasting Pan|Roasting Pan]] | i1 = [[Roasting Pan]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Soup_Ingredients.png]] | i2 = [[Recipe Ingredients#Stir Fry & Roasted Vegetables Ingredients|Stir Fry & Roasted Vegetables Ingredients]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:Heat_source.gif|link=Heat Source|Heat Source]] | i3 = [[Heat Source]] | q3 =
}}
}}
|}


==Distribution==
The loot distributions can be found in the table(s) below.


==Distribution==
<!--BOT FLAG|RoastingPan|41.78.16-->
Roasting pans are commonly found in kitchens, both in houses and restaurants.
{{clear}}
<div class="togglebox theme-red">
    <div>RoastingPan distribution
        <span class="mw-customtoggle-togglebox-RoastingPan" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-RoastingPan">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | bakerykitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | departmentstorage
    | {{ll|metal_shelves}}
    | 4
    | 10.0
    |-
    | dinerbackroom
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 8.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-RoastingPan" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|RoastingPan|41.78.16-->


== Code ==
==Code==
<pre> item RoastingPan
{{CodeBox|
Weight = 1.3,
{{CodeSnip
Type = Normal,
  | lang = java
DisplayName = Roasting Pan,
  | line = true
Icon = Roastingpan,
  | start = 452
MetalValue = 60,</pre>
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item RoastingPan
{
    DisplayCategory = Cooking,
Weight = 1.3,
Type = Normal,
DisplayName = Roasting Pan,
Icon = Roastingpan,
MetalValue = 60,
WorldStaticModel = RoastingPan,
}
}}
}}


==See also==
==See also==
*[[Cooking|Cooking Guide]]
*[[Cooking]]
*[[Baking Pan]]
*[[Baking Pan]]
*[[Frying Pan]]
*[[Frying Pan]]


{{Navbox/Tools}}
{{Navbox items|tools}}
 
 
[[Category:Tools]]

Revision as of 16:28, 24 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.

RoastingPan distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bakerykitchen counter 4 10.0
departmentstorage metal_shelves 4 10.0
dinerbackroom counter 4 10.0
kitchen counter 4 8.0

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