Roasting Pan: Difference between revisions

From PZwiki
(New infobox + new layout)
Line 1: Line 1:
{{languages}}
{{languages|Roasting Pan}}
{{Items  
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=8}}{{Infobox normal
|image = Roasting Pan.png
|display_name = Baking Pan
|weight = 1.3
|name_colour = Tool
}}
|name_text_colour = Tool
|image = BakingPan_120px.png  
|category = Item
|weight = 0.1
|primary_use = [[Cooking]] utensil
|class_name = Base.BakingPan
}}A '''roasting pan''' is a tool used in [[cooking]].


A kitchen tool used to make a broccoli chicken cheese casserole.  
==Usage==
A roasting pan is used in the preparation of [[Roasted Vegetables|roasted vegetables]], which is a customisable recipe.


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
===Cooking===
|-
{{Main|Cooking}}
! Name
{{Cooking table header}}
! class="unsortable" | Recipe
{{RecipeLookup|2045}}
! class="unsortable" | Description
{{Crafting table footer}}
{{RecipeLookup|2001}}
 
|}
==Distribution==
Roasting pans are commonly found in kitchens, both in houses and restaurants.


== Code ==
== Code ==
<nowiki>item RoastingPan
<pre> item RoastingPan
{
Weight = 1.3,
Type = Normal,
Type = Normal,
DisplayName = Roasting Pan,
DisplayName = Roasting Pan,
Icon = Roastingpan,
Icon = Roastingpan,
Weight = 1.3,
MetalValue = 60,</pre>
} </nowiki>
 
[[Category:Tools]]
==See also==
[[Category:Version 0.2.0p]]
*[[Cooking|Cooking Guide]]
*[[Baking Pan]]
*[[Frying Pan]]

Revision as of 11:52, 23 August 2018

The Game WorldItemsToolsRoasting Pan
Baking Pan
Baking Pan
General
Category Item
Encumbrance
Heavy Load
0.1
Function Cooking utensil
Technical details
Base ID Base.BakingPan

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

Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Roasting pans are commonly found in kitchens, both in houses and restaurants.

Code

	item RoastingPan
		Weight		= 1.3,
		Type		= Normal,
		DisplayName	= Roasting Pan,
		Icon		= Roastingpan,
		MetalValue	= 60,

See also