Chef Jacket

From PZwiki
Project ZomboidItemsClothingTopsJacketsChef Jacket
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Chef Jacket
Jacket Chef Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
2
Equipped
Jacket
Properties
Run speed
95% (disabled)
Combat speed
97%
Neck protection
50%
Insulation
35%
Wind resistance
15%
Technical
Item ID
Base.Jacket_Chef

A chef jacket is a piece of clothing.

Usage

The Chef jacket spawns rarely, provides no protection from zombies, and little protection from weather, so its use is primarily cosmetic.

Recipes

Chef jackets can be used to make ripped sheets or sheet ropes.

Product Ingredients Tools Requirements Workstation XP
Rag.png
Ripped Sheets
One of:
TshirtGeneric.png Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Vest White.png Clothing (cotton) ×1
none none none none

Distribution

NPCs

Chef jackets can only be found on chef zombies.

Body location

Protection Jacket.png
  • Neck
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Code

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

Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.78.16
item Jacket_Chef
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Chef Jacket,
        ClothingItem = Jacket_Chef,
        BodyLocation = Jacket,
        Icon = JacketChef,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.95,
        CombatSpeedModifier = 0.97,
        NeckProtectionModifier = 0.5,
        Insulation = 0.35,
        WindResistance = 0.15,
        FabricType = Cotton,
        Weight = 2,
        WorldStaticModel = JacketCoat_Ground,
    }

See also