Muffin Tray: Difference between revisions

From PZwiki
(Automated update of distribution header)
(Update header & categories (by SublimeText.Mediawiker))
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Tools|type=Tool|version=Version 41|incver=78.16}}
{{Header/sandbox2|Project Zomboid|Items|Equipment|Tools|Cooking tools}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=Muffin Tray
|display_name=Muffin Tray

Revision as of 11:33, 25 February 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Muffin Tray
MuffinTray Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Function
Cooking utensil
Technical
Item ID
Base.Muffintray

A Muffin tray is a tool used in cooking.

Usage

Muffin trays are an item used exclusively to make muffins and biscuits. They are considered “metal” by the game’s code, and will cause a fire if placed in the microwave.

Crafting

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6 Ingredient 7 Ingredient 8
Muffintray Batter.png
Tray of Biscuits (Uncooked)
0.75 Cooking none Chef
OR
Cook (trait)
OR
Good Cooking Magazine Vol. 2
Bowl.png
Empty Bowl
(keep)

(keep)
Muffin Tray
Muffin Tray
(consumed)
Water.png
Water
(1 unit)

(consumed)
Flour.png
Flour
(1 unit)

(consumed)
Salt.png
Salt
(1 unit)

(consumed)
BakingSoda.png
Baking Soda
(1 unit)

(consumed)

(consumed)
Muffintray Batter.png
Muffin Baking Tray (Uncooked)
0.75 Cooking none
(keep)
Muffin Tray
Muffin Tray
(consumed)
Bowl.png
Empty Bowl
(keep)
One of:
Egg.png Egg x2
WildEggs.png Wild Eggs x2

(consumed)

(consumed)

(consumed)

(consumed)

(2 units)

(consumed)

Distribution

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

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

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item MuffinTray
{
	DisplayCategory = Cooking,
	Weight	=	0.5,
	Type	=	Normal,
	DisplayName	=   Muffin Tray,
	Icon	=	Muffintray,
	MetalValue = 60,
	WorldStaticModel = MuffinTray,
}

See also