Briefs

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]
Briefs
Briefs White Model.png
Briefs AnimalPrint Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Equipped
UnderwearBottom
Technical
Item ID
Base.Briefs_White
Base.Briefs_AnimalPrints

The briefs are a common clothing item that can be worn under pants. They come in two variants, white and leopard print.

Usage

Pros and cons

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

Distribution

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

Briefs_White distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all wardrobe 4 1.0
closet crate 4 1.0
clothingstore counter 4 10.0
clothingstore counter 4 20.0
laundry clothingdryer 4 4.0

Buildings

Briefs are frequently found in houses, clothes stores, and laundromats across the map.

NPCS

Zombies can sometimes be found wearing briefs.

Body location

Protection Underwear.png
  • Groin

Code

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

BriefsGeneric.png Base.BriefsWhite
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Briefs_White
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Briefs,
		ClothingItem = Underwear_Briefs_White,
		BodyLocation = UnderwearBottom,
		Icon = BriefsGeneric,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Briefs_Ground,
	}

BriefsLeopard.png Base.Briefs_AnimalPrints
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Briefs_AnimalPrints
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Briefs,
		ClothingItem = Underwear_Briefs_AnimalPrint,
		BodyLocation = UnderwearBottom,
		Icon = BriefsLeopard,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Briefs_Ground,
	}

See also