Chef Pants: Difference between revisions

From PZwiki
(Added 3d Model and removed reupload tag)
m (Automated infobox update)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=24}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=24}}
{{Infobox clothing
{{Infobox item
| display_name = Chef Pants
| name = Chef Pants
| name_colour = Clothing
| model = TrousersChef_Model.png
| name_text_colour = Clothing
| icon = TrousersChef.png
| image = TrousersChef_Model.png
| image_width = 200px
| alternate_image = TrousersChef.png
<!-- General -->
<!-- General -->
| category = Clothing
| category = Clothing
| weight = 1.0
| weight = 1.0
| body_location = Pants
| equipped = Pants
| fabric_type = Cotton
| material_type = Cotton
<!-- Insulation -->
| insulation = 0.4
| insulation = 0.4
| wind_resistance = 0.1
| wind_resistance = 0.1
<!-- Technical details -->
<!-- Technical details -->
| class_name = item Trousers_Chef
| 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]].
'''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]].

Revision as of 12:15, 15 February 2024

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,
}