Boxing Shorts

From PZwiki
Project ZomboidItemsClothingBottomsShortsBoxing Shorts
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Boxing Shorts
BoxingShorts Red Model.png
BoxingShorts Blue Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Dress
Properties
Material
Cotton
Insulation
10%
Wind resistance
10%
Technical
Item ID
Base.Shorts_BoxingRed
Base.Shorts_BoxingBlue

A boxing shorts are clothing item. They can be ripped to produce one ripped sheet. Boxing shorts come in two colors, red and blue.

Usage

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Body location

Protection Shorts.png
  • Groin
  • Thighs

Distribution

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Code

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

BoxingShorts Red.png Base.Shorts_BoxingRed
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Shorts_BoxingRed
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Boxing Shorts,
        ClothingItem = Shorts_BoxingRed,
        BodyLocation = Pants,
        BloodLocation = ShortsShort,
        Icon = BoxingShorts_Red,
        Insulation = 0.10,
        WindResistance = 0.1,
        WorldStaticModel = ShortShorts_Ground,
    }

BoxingShorts Blue.png Base.Base.Shorts_BoxingBlue
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Shorts_BoxingBlue
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Boxing Shorts,
        ClothingItem = Shorts_BoxingBlue,
        BodyLocation = Pants,
        BloodLocation = ShortsShort,
        Icon = BoxingShorts_Blue,
        Insulation = 0.10,
        WindResistance = 0.1,
        WorldStaticModel = ShortShorts_Ground,
    }

See also