Chef Jacket: Difference between revisions

From PZwiki
m (Minor)
(article overhaul)
 
Line 1: Line 1:
{{Header|Project Zomboid|Items|Clothing|Tops|Jackets}}
{{Header|Project Zomboid|Items|Clothing|Tops|Jackets}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Stub}}
{{Infobox item
{{Infobox item
|name=Chef Jacket
|name=Chef Jacket
Line 9: Line 8:
<!-- General -->
<!-- General -->
|category=Clothing
|category=Clothing
|weight=2
|equipped=Jacket
|run_speed=0.95
|combat_speed=0.97
|neck_protection=0.5
|insulation=0.35
|wind_resistance=0.15
<!-- Technical details -->
<!-- Technical details -->
|item_id=Base.Jacket_Chef
|item_id=Base.Jacket_Chef
Line 15: Line 21:


==Usage==
==Usage==
{{Stub|section=true}}
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|ripped sheets]] or [[Sheet Rope|sheet ropes]].
{{Crafting/sandbox2
|ripped_sheets
|sheet_rope
}}


==Distribution==
==Distribution==
{{Stub|section=true}}[[Category:Articles requiring distribution tables]]
===NPCs===
Chef jackets can only be found on chef zombies.


==Body location==
==Body location==
{{Stub|section=true}}
{{Body location|body_location=Jacket}}


==Code==
==Code==
Line 55: Line 69:


==See also==
==See also==
{{Stub|section=true}}
*[[Chef Hat]]
*[[Chef Pants]]


{{Navbox items|tops}}
{{Navbox items|tops}}

Latest revision as of 17:41, 16 April 2024

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