Bow Tie

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 clip-on bow tie 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Bow Tie
BowTIe Black Model.png
BowTIe Red Model.png
BowTIe Spotted Model.png
Clip-on Bow Tie
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Neck
Technical
Item ID
Base.BowTie_Full
Base.BowTie_Worn

The bow tie or clip-on bow tie is an entirely cosmetic clothing item, offering no protection around the neck and no insulation. Similar to the tie, it can be worn independently of a scarf, although it will be completely hidden by the scarf when worn together.

Body location

Protection Neck.png
  • Neck

Distribution

Zombies can randomly spawn wearing bow ties.

Code

WhiskeyHalf.png
This section may be in need of improvement.
Split to an usual format
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

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

Retrieved: Build 41.78.16
item Tie_BowTieFull
    {
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Bow Tie,
		ClothingItem = Tie_BowTieFull,
		BodyLocation = Neck,
		Icon = TieBowBlack,
		WorldStaticModel = BowTie_Ground,
	}
item Tie_BowTieWorn
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Clip-on Bow Tie,
		ClothingItem = Tie_BowTieWorn,
		BodyLocation = Neck,
		Icon = TieBowBlack,
		Weight = 0.1,
		WorldStaticModel = BowTie_Ground,
	}

See also