Denim Shorts

From PZwiki
Project ZomboidItemsClothingBottomsShortsDenim Shorts
Spiffo controlyourself.png
This page was last updated for an older version (41.56).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Denim Shorts
ShortShortsDemin Light Model.png
ShortShortsDemin Model.png
ShortShortsDemin Black Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Pants
Properties
Material
Cotton
Scratch defence
20%
Bite defence
10%
Neck protection
0%
Insulation
30%
Wind resistance
15%
Water resistance
0%
Technical
Item ID
Base.Shorts_ShortDenim

Denim shorts are leg wear that comes in three color variants, denim, dark, and black.

Usage

Pros and cons

Pros Cons
  • Provide little insulation and protection.

Recipes

Long Sport Shorts can craft ripped sheets and sheet ropes.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
DenimStrips.png
Denim Strips
0.25 Tailoring none Scissors
Scissors
(keep)
Clothing (Denim)
Clothing (Denim)
(consumed)

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

Distribution

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

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

Buildings

Long sports shorts can be found in houses.

NPCs

Denim shorts 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 Shorts_ShortDenim
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Denim Shorts,
        ClothingItem = Shorts_ShortDenim,
        BodyLocation = Pants,
        BloodLocation = ShortsShort,
        IconsForTexture = ShortsDenimDark;ShortsDenim;ShortsDenimBlack,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.30,
        WindResistance = 0.15,
        FabricType = Denim,
        WorldStaticModel = ShortShorts_Ground,
    }

See also