Roasting Pan: Difference between revisions

From PZwiki
m (Automatically add empty line after navbox)
(Codebox, version bump,)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Equipment|Tools|Cooking tools}}
{{Header|Project Zomboid|Items|Equipment|Tools|Cooking tools}}
{{Page version|40.8}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name =Roasting Pan
|name =Roasting Pan
Line 55: Line 55:


==Code==
==Code==
(ProjectZomboid\media\scripts\items.txt)
{{CodeBox|
<pre>
{{CodeSnip
  | lang = java
  | line = true
  | start = 452
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item RoastingPan
item RoastingPan
{
{
Line 67: Line 74:
WorldStaticModel = RoastingPan,
WorldStaticModel = RoastingPan,
}
}
</pre>
}}
}}


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

Revision as of 08:04, 19 March 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 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

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