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
Containers
Building / Room Container Rolls Chance
bakerykitchen counter 4 10.0
departmentstorage metal_shelves 4 8.0
garagestorage crate 4 10.0
kitchen counter 4 8.0

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