Chef Pants

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.24).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Chef Pants
TrousersChef Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Pants
Properties
Insulation
40%
Wind resistance
10%
Technical
Item ID
item Trousers_Chef

Chef pants are a pair of checkered black and white pants worn by chefs. Chef pants can be selected in the character creation menu by characters with the chef or burger flipper occupation.

Usage

Chef pants provide a moderate amount of insulation and a minor amount of wind resistance for the wearer's groin, thighs, and shins.

Chef pants can be converted into a Sheet Rope which can be used for climbing up or safely descending floors or torn for ripped sheets which can be used as makeshift bandages, components in various recipes and material for tailoring.

The pants can be repaired or reinforced for extra bite and scratch protection with the use of the tailoring skill.

Distribution

Chef pants can be found on chef zombies. Chef zombies can usually be found at restaurants and fast-food locations.

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

See also

Code

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

Source: ProjectZomboid\media\scripts\items.txt

item Trousers_Chef
{
    DisplayCategory = Clothing,
    Type = Clothing,
    DisplayName = Chef Pants,
    ClothingItem = Trousers_Chef,
    BodyLocation = Pants,
    Icon = TrousersChef,
    BloodLocation = Trousers,
    Insulation = 0.4,
    WindResistance = 0.1,
    FabricType = Cotton,
    WorldStaticModel = Trousers_Ground,
}