Trunks

From PZwiki
(Redirected from Trunks)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
PlushSpiffo.pngThis article is about underwear. For a car trunk, see Trunk.
Trunks
Trunks
Red Trunks
Blue Trunks
Black Trunks
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Equipped
Underwear
Technical
Item ID
Base.Briefs_SmallTrunks_WhiteTINT
Base.Briefs_SmallTrunks_Blue
Base.Briefs_SmallTrunks_Red
Base.Briefs_SmallTrunks_Black

The trunks are a clothing items that can be worn under pants. They can come in a random color or in red, blue, and black.

Usage

The trunks are purely an aesthetic item and provides no protection from the damage or weather.

Distribution

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

Containers
Building/Room Container Rolls Chance
all wardrobe 4 0.2
wardrobe 4 0.2
closet crate 4 0.2
crate 4 2
clothingstore counter 4 2
laundry clothingdryer 4 0.5
pool locker 4 2

Buildings

Corsets are found in wardrobes, clothing stores, and laundromats.

Trivia

  • While the display name in the files show as Speedo, in-game the items are known as Trunks

Body location

Protection Underwear.png
  • Groin

Code

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

SpeedoGeneric.png Base.Briefs_SmallTrunks_WhiteTINT
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Briefs_SmallTrunks_WhiteTINT
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Speedo,
		ClothingItem = Underwear_SmallTrunks_WhiteTINT,
		BodyLocation = UnderwearBottom,
		Icon = SpeedoGeneric,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Briefs_Ground,
	}

Speedo Red.png Base.Briefs_SmallTrunks_Red
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Briefs_SmallTrunks_Red
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Red Speedo,
        ClothingItem = Underwear_SmallTrunks_Red,
        BodyLocation = UnderwearBottom,
        Icon = Speedo_Red,
        Weight = 0.2,
        CanHaveHoles = false,
        WorldStaticModel = Briefs_Ground,
    }

Speedo Blue.png Base.Briefs_SmallTrunks_Blue
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Briefs_SmallTrunks_Blue
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Blue Speedo,
		ClothingItem = Underwear_SmallTrunks_Blue,
		BodyLocation = UnderwearBottom,
		Icon = Speedo_Blue,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Briefs_Ground,
	}

Speedo Black.png Base.Briefs_SmallTrunks_Black
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Briefs_SmallTrunks_Black
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Black Speedo,
		ClothingItem = Underwear_SmallTrunks_Black,
		BodyLocation = UnderwearBottom,
		Icon = Speedo_Black,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Briefs_Ground,
	}

See also