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

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

Location

Buildings

Black trousers can be found in houses and clothing stores.

NPCs

Black trousers can be found on zombies.

History

Base.Trousers_Black

Version Description
41.78.16 Released on or before this version.

Help PZwiki by adding to this history.

Code

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

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

Retrieved: Build 41.78.16
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,
    }