Pants (white)

From PZwiki
Revision as of 21:20, 25 February 2024 by Faalagorn (talk | contribs) (New page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Project ZomboidItemsClothingPants (white)
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
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

Regular t-shirts have a number of variants, coming in a range of colors and decals, identical in parameters.

Icon Name Color Base ID
Pants Rock T-shirt Only white Base.Trousers_WhiteTEXTURE
Pants T-shirt 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 scratch or bite protection.
  • No water resistance.

Crafting

White pants can be used to make ripped sheets or sheet ropes.

Product XP gained Skill(s) Recipe Ingredient 1
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
all dresser 4 2
locker 4 2
locker 4 2
wardrobe 4 2
wardrobe 4 2
wardrobe 4 0.5
wardrobe 4 2
wardrobe 4 2
bedroom dresser 4 2
wardrobe 4 2

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