Boxers

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]
Boxers
Boxers White Model.png
Boxers Hearts Model.png
Boxers Stripes Model.png
Boxers RedSilk Model.png
Boxers BlackSilk Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Equipped
UnderwearBottom
Technical
Item ID
Base.Boxers_White
Base.Boxers_Hearts
Base.Boxers_RedStripes
Base.Boxers_Silk_Red
Base.Boxers_Silk_Black

The boxers are a common clothing item that can be worn under pants.

Usage

Pros and cons

Pros Cons
  • Easy to obtain.
  • Can't get holes or get dirty.

Distribution

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

Containers
Building/Room Container Rolls Chance
clothingstore counter 4 1
counter 4 2
laundry clothingdryer 4 4

Buildings

Boxers are frequently found in clothes stores and laundromats across the map.

NPCS

Zombies can sometimes be found wearing boxers.

Body location

Protection Underwear.png
  • Groin

Code

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

BoxersGeneric.png Base.Boxers_White
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Boxers_White
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Boxers,
		ClothingItem = Underwear_Boxers_White,
		BodyLocation = UnderwearBottom,
		Icon = BoxersGeneric,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Boxers_Ground,
	}

BoxersHearts.png Base.Boxers_Hearts
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Boxers_Hearts
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Hearts Boxers,
		ClothingItem = Underwear_Boxers_Hearts,
		BodyLocation = UnderwearBottom,
		Icon = BoxersHearts,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = BoxersHearts_Ground,
	}

BoxersStriped.png Base.Boxers_RedStripes
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Boxers_RedStripes
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Red Stripes Boxer,
		ClothingItem = Underwear_Boxers_RedStripes,
		BodyLocation = UnderwearBottom,
		Icon = BoxersStriped,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = BoxersRedStripes_Ground,
	}

BoxersRedsilky.png Base.Boxers_Silk_Red
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Boxers_Silk_Red
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Silk Boxers,
		ClothingItem = Underwear_Boxers_Silk_Red,
		BodyLocation = UnderwearBottom,
		Icon = BoxersRedsilky,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Boxers_Silk_Red,
	}

BoxersBlacksilky.png Base.Boxers_Silk_Black
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Boxers_Silk_Black
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Silk Boxers,
		ClothingItem = Underwear_Boxers_Silk_Black,
		BodyLocation = UnderwearBottom,
		Icon = BoxersBlacksilky,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Boxers_Silk_Black,
	}

See also