Oven Mitt

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Oven Mitt
OvenMitt Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.OvenMitt

An oven mitt is an item that can be found in the world.

Usage

While considered a cooking item in the code, the oven mitt currently has no crafting use. Its primary purpose is adding item diversity and realism for the player when looting, or for decoration.

Distribution

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

OvenMitt distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
bakerykitchen counter 23.28%
burgerkitchen counter 23.28%
cafekitchen counter 23.28%
cafeteria counter 23.28%
cafeteriakitchen counter 23.28%
chinesekitchen counter 23.28%
deepfry_kitchen counter 23.28%
departmentstorage metal_shelves 19.27%
dinerkitchen counter 23.28%
donut_kitchen counter 23.28%
fishchipskitchen counter 23.28%
garagestorage crate 23.28%
generalstore shelves 19.27%
generalstorestorage shelves 19.27%
gigamart shelves 19.27%
gigamartkitchen counter 23.28%
housewarestore shelves 19.27%
icecream counter 23.28%
italiankitchen counter 23.28%
jayschicken_kitchen counter 23.28%
kitchen counter 19.27%
kitchen_crepe counter 23.28%
kitchenwares shelves 19.27%
livingroom counter 19.27%
mexicankitchen counter 23.28%
pizzakitchen counter 23.28%
restaurantkitchen counter 23.28%
seafoodkitchen counter 23.28%
spiffoskitchen counter 23.28%
sushikitchen counter 23.28%
westernkitchen counter 23.28%

Oven mitts can be found in kitchen cabinets.

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 OvenMitt
    {
        DisplayCategory = Cooking,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=   Oven Mitt,
        Icon	=	OvenMitt,
        WorldStaticModel = OvenMitt_Ground,
    }

See also