Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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
Material
Cotton
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:
Clothing (cotton) Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Clothing (cotton) Clothing (cotton) ×1
none none none none

Body location

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

Location

Jacket_Chef distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Outfit
Outfit Probability GUID
Chef (female) 80% 390e2d4a-5cfa-483e-8fd8-3946ce515812
Chef (male) 80% 390e2d4a-5cfa-483e-8fd8-3946ce515812
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 Nav: 3
TownZone: 3
TrailerPark: 3
Vegitation: 3
- - - - - - -

History

Base.Jacket_Chef

Version Description
Build 41.65 DisplayCategory added with value Clothing.
Build 41.54 WorldStaticModel added with value JacketCoat_Ground.
Build 41.23 Weight added with value 2.
Build 41.20 FabricType added with value Cotton.
Insulation added with value 0.35.
WindResistance added with value 0.15.
Build 41.12 Released on this version.

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