Roasting Pan: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 68edfd873a7f6cb73deda1780d45bdc0))
(Updated the code and added the localisation)
Line 34: Line 34:


== Code ==
== Code ==
(ProjectZomboid\media\scripts\items.txt)
<pre> item RoastingPan
<pre> item RoastingPan
Weight = 1.3,
{
Type = Normal,
    DisplayCategory = Cooking,
DisplayName = Roasting Pan,
Weight = 1.3,
Icon = Roastingpan,
Type = Normal,
MetalValue = 60,</pre>
DisplayName = Roasting Pan,
Icon = Roastingpan,
MetalValue = 60,
WorldStaticModel = RoastingPan,
}


==See also==
==See also==

Revision as of 14:45, 28 August 2022

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
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Roasted Vegetables
Recipe ingredients x1
none Roasting Pan
Roasting Pan x1
(consumed)
Soup Ingredients.png
Stir Fry & Roasted Vegetables Ingredients x1
(consumed)
Heat Source
Heat source


Distribution

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

Code

(ProjectZomboid\media\scripts\items.txt)

	item RoastingPan
	{
	    DisplayCategory = Cooking,
		Weight	=	1.3,
		Type	=	Normal,
		DisplayName	=	Roasting Pan,
		Icon	=	Roastingpan,
		MetalValue = 60,
		WorldStaticModel = RoastingPan,
	}

See also

*Cooking Guide *Baking Pan *Frying Pan Template:Navbox/Tools