Garter

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]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Garter
Garter
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Equipped
UnderwearExtra2
Technical
Item ID
Base.Garter

A garter is a clothing item.

Usage

The garter is 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.

Garter distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all wardrobe 4 0.2
clothingstore counter 4 2.0
lingeriestore counter 4 8.0
stripclub dresser 4 0.2

Buildings

Garters are frequently found in clothing stores, lingerie stores, strip clubs, and wardrobes.

NPCS

Stripper zombies can sometimes be found wearing a garter.

Trivia

  • The garter does not have its own icon and uses the icon for the Spiffo Suit Tail.

Code

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

Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Garter
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Garter,
		ClothingItem = Garter,
		BodyLocation = UnderwearExtra2,
		Icon = SpiffoTail,
		Weight = 0.1,
		WorldStaticModel = Garter_Ground,
    }

See also