Pants (white)

From PZwiki
Project ZomboidItemsClothingBottomsPantsPants (white)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Pants
Trousers White model.png
Trousers White model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Legs
Properties
Scratch defence
10%
Insulation
55%
Wind resistance
30%
Technical
Item ID
Base.Trousers_WhiteTEXTURE
Base.Trousers_WhiteTINT

White pants are an article of clothing equipable on the legs. Despite being called white in the code, there exist a version which can be of any color.

Variants

White pants have two variants, one being always white, and another with a random color, identical in parameters.

Icon Name Color Base ID
Pants Pants Only white Base.Trousers_WhiteTEXTURE
Pants Pants Any Base.Trousers_WhiteTINT

Usage

Pros and cons

Pros Cons
  • Can come in various colors.
  • Does not slow movement.
  • Can be torn down and reinforced.
  • Low insulation and wind resistance.
  • No water resistance.

Crafting

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

The loot distributions can be found in the table(s) below.


Trousers_WhiteTINT distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all dresser 4 2.0
all locker 4 2.0
all wardrobe 4 2.0
all wardrobe 4 0.5
bedroom crate 4 8.0
bedroom crate 1 0.8
bedroom dresser 4 2.0
bedroom wardrobe 4 2.0
clothingstorage crate 4 8.0
clothingstore clothingrack 4 10.0
laundry clothingdryer 4 10.0
laundry clothingdryer 4 0.8
Vehicles
Vehicle Type/Location Rolls Chance
ClothingTruckBed 4 0.8

Code

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

TrousersGeneric.png Base.Trousers_WhiteTEXTURE
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Trousers_WhiteTEXTURE
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Pants,
        ClothingItem = Trousers_WhiteTEXTURE,
        BodyLocation = Pants,
        Icon = TrousersGeneric,
        BloodLocation = Trousers,
        ScratchDefense = 10,
        Insulation = 0.55,
        WindResistance = 0.3,
        FabricType = Cotton,
        WorldStaticModel = Trousers_Ground,
    }

TrousersGeneric.png Base.Trousers_WhiteTINT
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Trousers_WhiteTINT
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Pants,
        ClothingItem = Trousers_WhiteTINT,
        BodyLocation = Pants,
        Icon = TrousersGeneric,
        BloodLocation = Trousers,
        ScratchDefense = 10,
        Insulation = 0.55,
        WindResistance = 0.3,
        FabricType = Cotton,
        WorldStaticModel = Trousers_Ground,
    }

See also