Roasting Pan: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
(Automated update of distribution header)
Line 23: Line 23:
|}
|}


{{clear}}
==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.


Do not attempt to use a Microwave as a heatsource for cooking a roast, as it contains the tag "hasMetal".
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="1"|bakerykitchen
| [[counter]]
| 4
| 1
|-
| rowspan="1"|departmentstorage
| [[metal_shelves]]
| 4
| 1
|-
| rowspan="1"|dinerbackroom
| [[counter]]
| 4
| 1
|}


==Code==
==Code==

Revision as of 09:24, 11 February 2024

Project ZomboidItemsToolsRoasting Pan
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 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

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

Containers
Building/Room Container Rolls Chance
bakerykitchen counter 4 1
departmentstorage metal_shelves 4 1
dinerbackroom counter 4 1

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