Tights

From PZwiki
(Redirected from Tights)
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.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Tights
PantyhoseOpaque.png
Tights (transparent)
Tights (semi transparent)
Fishnets
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Equipped
UnderwearExtra1
Properties
Scratch defence
0%
Bite defence
0%
Neck protection
0%
Insulation
0%
Wind resistance
0%
Technical
Item ID
Base.TightsBlack
Base.TightsBlackTrans
Base.TightsBlackSemiTrans
Base.TightsFishnets

Tights are a clothing item that can be worn under pants. It comes in four variants, white, black, semi transparent, and transparent.

Usage

Tights are purely an aesthetic item and provides no protection from scratches, bites, 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
clothingstore counter 4 2
lingeriestore counter 4 8
stripclub dresser 4 0.2

Buildings

Tights can be found in houses, clothing stores, lingerie stores, and strip clubs.

Code

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

PantyhoseOpaque.png Base.TightsBlack
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item TightsBlack
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Tights,
		ClothingItem = TightsBlack,
		BodyLocation = UnderwearExtra1,
		Icon = PantyhoseOpaque,
		Weight = 0.1,
		WorldStaticModel = TightsBlack_Ground,
	}

PantyhoseSheer.png Base.TightsBlackTrans
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item TightsBlackTrans
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Tights Transparent,
		ClothingItem = TightsBlackTrans,
		BodyLocation = UnderwearExtra1,
		Icon = PantyhoseSheer,
		Weight = 0.1,
		WorldStaticModel = TightsTrans_Ground,
	}

PantyhoseSemiOpaque.png Base.TightsBlackSemiTrans
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item TightsBlackSemiTrans
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Tights Semi Transparent,
		ClothingItem = TightsBlackSemiTrans,
		BodyLocation = UnderwearExtra1,
		Icon = PantyhoseSemiOpaque,
		Weight = 0.1,
		WorldStaticModel = TightsTrans_Ground,
	}

PantyhoseFishnet.png Base.TightsFishnets
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item TightsFishnets
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Fishnets,
		ClothingItem = TightsBlackFishnet,
		BodyLocation = UnderwearExtra1,
		Icon = PantyhoseFishnet,
		Weight = 0.1,
		WorldStaticModel = TightsFishnet_Ground,
	}

See also