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
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
all wardrobe 3.98%
bedroom wardrobe 3.98%
closet crate 3.98%
clothingstore counter 23.28%
clothingstore counter 41.14%
garagestorage crate 3.98%
laundry clothingdryer 10.78%
laundry clothingdryerbasic 10.78%
laundry clothingwasher 10.78%
laundry counter 10.78%
shoestore counter 23.28%
shoestore counter 41.14%
storageunit crate 3.98%

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