Shorts

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Shorts
ShortShorts Formal Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Pants
Properties
Material
Cotton
Insulation
15%
Wind resistance
10%
Technical
Item ID
Base.Shorts_ShortFormal

Shorts are leg wear that can be used in crafting.

Usage

Pros and cons

Pros Cons
  • Provide little insulation.
  • Provide no protection.

Recipes

Long Sport Shorts 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

Shorts can be found in houses, and clothing stores.

NPCs

Shorts can be found on zombies.

History

Base.Shorts_ShortFormal

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 Shorts_ShortFormal
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Shorts,
        ClothingItem = Shorts_ShortFormal,
        BodyLocation = Pants,
        BloodLocation = ShortsShort,
        Icon = ShortsWhite,
        Insulation = 0.15,
        WindResistance = 0.10,
        FabricType = Cotton,
        WorldStaticModel = ShortShorts_Ground,
    }