Boxing Shorts (red)

From PZwiki
(Redirected from Boxing Shorts (red))
Project ZomboidItemsClothingBottomsShortsBoxing Shorts (red)
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
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Pants
Properties
Material
Cotton
Insulation
10%
Wind resistance
10%
Technical
Item ID
Base.Shorts_BoxingRed

A boxing shorts (red) are clothing item.

Usage

Boxing shorts give almost no protection from zombies or the elements, and are best used as a cosmetic item.

Recipes

Boxing Shorts can be used to make ripped sheets or 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 Shorts.png
  • Groin
  • Thighs

Location

Variants

NPCs

Boxing shorts can only be found on boxer zombies.

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_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,
    }

See also