Black Trousers

From PZwiki
Project ZomboidItemsClothingBottomsPantsBlack Trousers
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Black Trousers
Trousers Black Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Pants
Properties
Material
Cotton
Scratch defence
10%
Insulation
50%
Wind resistance
50%
Technical
Item ID
Base.Trousers_Black

Black trousers are leg wear that can be used in crafting.

Usage

Pros and cons

Pros Cons
  • Provides little insulation.
  • Provides little protection.

Recipes

Black trousers can craft ripped sheets and sheet ropes.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)

SheetRope.png
Sheet Rope
0 XP none
(consumed)

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

Distribution

Buildings

Black trousers can be found in houses and clothing stores.

NPCs

Black trousers can be found on zombies.

Code

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

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

item Trousers_Black
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Black Trousers,
        ClothingItem = Trousers_Black,
        BodyLocation = Pants,
        Icon = Trousers,
        BloodLocation = Trousers,
        ColorRed = 37,
        ColorGreen = 37,
        ColorBlue = 37,
        ScratchDefense = 10,
        Insulation = 0.5,
        WindResistance = 0.5,
        FabricType = Cotton,
        WorldStaticModel = Trousers_Ground,
    }