Roasting Pan: Difference between revisions

From PZwiki
m (updated correct displayed item weight 0.1 -> 1.3)
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=8}}{{Infobox normal
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=8}}{{Infobox item
|display_name=Roasting Pan
|display_name=Roasting Pan
|name_colour=Tool
|name_colour=Tool
|name_text_colour=Tool
|name_text_colour=Tool
|image=RoastingPan_Model.png  
|model=RoastingPan_Model.png  
|alternate_image=Roastingpan.png
|icon=Roastingpan.png
|alternate_name=Roasting Pan
|icon_name=Roasting Pan
|category=Item
|category=Item
|weight=1.3
|weight=1.3

Revision as of 06:05, 23 September 2023

The Game WorldItemsToolsRoasting Pan
Roasting Pan
RoastingPan Model.png
General
Category
Item
Encumbrance
Moodle Icon HeavyLoad.png
1.3
Function
Cooking utensil
Technical
Item 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
Roasted Vegetables
Roasted Vegetables
0.75 Cooking none Roastingpan.png
Roasting Pan
(Base item)
Roasted Vegetables Ingredients
Roasted Vegetables Ingredients (1−6)
(consumed)

Distribution

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

Do not attempt to use a Microwave as a heatsource for cooking a roast, as it contains the tag "hasMetal".

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