Roasting Pan: Difference between revisions

From PZwiki
mNo edit summary
(Update distribution file)
 
(32 intermediate revisions by 10 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}}
{{Cooking table header}}
{{Crafting/sandbox2
{{RecipeLookup|2045}}
|roasted_vegetables
{{Crafting table footer}}
}}


==Distribution==
==Distribution==
Roasting pans are commonly found in kitchens, both in houses and restaurants.
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|RoastingPan|41.78.16-->
{{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">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | bakerykitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | burgerkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | cafekitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | cafeteria
    | {{ll|counter}}
    | 23.28%
    |-
    | cafeteriakitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | chinesekitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | deepfry_kitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | departmentstorage
    | {{ll|metal_shelves}}
    | 23.28%
    |-
    | dinerbackroom
    | {{ll|counter}}
    | 23.28%
    |-
    | dinerkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | donut_kitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | fishchipskitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | generalstore
    | {{ll|shelves}}
    | 23.28%
    |-
    | generalstorestorage
    | {{ll|shelves}}
    | 23.28%
    |-
    | gigamart
    | {{ll|shelves}}
    | 23.28%
    |-
    | gigamartkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | housewarestore
    | {{ll|shelves}}
    | 23.28%
    |-
    | icecream
    | {{ll|counter}}
    | 23.28%
    |-
    | italiankitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | jayschicken_kitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | kitchen
    | {{ll|counter}}
    | 19.27%
    |-
    | kitchen_crepe
    | {{ll|counter}}
    | 23.28%
    |-
    | kitchenwares
    | {{ll|shelves}}
    | 23.28%
    |-
    | livingroom
    | {{ll|counter}}
    | 19.27%
    |-
    | mexicankitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | pizzakitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | restaurantkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | seafoodkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | spiffoskitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | sushikitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | westernkitchen
    | {{ll|counter}}
    | 23.28%
    |}
</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]]

Latest revision as of 13:43, 30 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
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
bakerykitchen counter 23.28%
burgerkitchen counter 23.28%
cafekitchen counter 23.28%
cafeteria counter 23.28%
cafeteriakitchen counter 23.28%
chinesekitchen counter 23.28%
deepfry_kitchen counter 23.28%
departmentstorage metal_shelves 23.28%
dinerbackroom counter 23.28%
dinerkitchen counter 23.28%
donut_kitchen counter 23.28%
fishchipskitchen counter 23.28%
generalstore shelves 23.28%
generalstorestorage shelves 23.28%
gigamart shelves 23.28%
gigamartkitchen counter 23.28%
housewarestore shelves 23.28%
icecream counter 23.28%
italiankitchen counter 23.28%
jayschicken_kitchen counter 23.28%
kitchen counter 19.27%
kitchen_crepe counter 23.28%
kitchenwares shelves 23.28%
livingroom counter 19.27%
mexicankitchen counter 23.28%
pizzakitchen counter 23.28%
restaurantkitchen counter 23.28%
seafoodkitchen counter 23.28%
spiffoskitchen counter 23.28%
sushikitchen counter 23.28%
westernkitchen counter 23.28%

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