Long Denim Shorts

From PZwiki
Project ZomboidItemsClothingBottomsShortsLong Denim Shorts
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.
Long Denim Shorts
Long Denim Shorts
Long Denim Shorts
Long Denim Shorts
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Pants
Properties
Scratch defence
20%
Bite defence
10%
Insulation
45%
Wind resistance
45%
Technical
Item ID
Base.Shorts_LongDenim

Long denim shorts are a clothing item.

Usage

Pros and cons

Pros Cons
  • Provides some protection from scratches and bites
  • Provides some protection from the elements.
  • Comes in three different colors.
  • Provide less insulation/wind resistance than Denim Jeans
  • Less common than other denim items.

Crafting

Product Ingredients Tools Requirements Workstation XP
DenimStrips.png
Denim Strips
ShirtDenimBlue.png Clothing (Denim) ×1 Scissors.png
Scissors
none none none

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

Distribution

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

Shorts_LongDenim distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all dresser 4 1.0
all locker 4 1.0
all wardrobe 4 1.0
all wardrobe 4 0.5
bedroom dresser 4 1.0
bedroom wardrobe 4 1.0

Code

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

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

Retrieved: Build 41.78.16
item Shorts_LongDenim
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Long Denim Shorts,
        ClothingItem = Shorts_LongDenim,
        BodyLocation = Pants,
        IconsForTexture = TrousersDenimBlue;TrousersDenimBlack;TrousersDenimLightBlue,
        BloodLocation = Trousers,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.45,
        WindResistance = 0.45,
        FabricType = Denim,
        WorldStaticModel = LongShorts_Ground,
    }

See also