Wedding Veil

From PZwiki
Project ZomboidItemsClothingHeadwearHatsWedding Veil
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wedding Veil
VeilWedding Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Equipped
Hat
Technical
Item ID
Base.Hat_WeddingVeil

A wedding veil is a hat with no protection or insulation.

Usage

As it provides no protection or insulation, the wedding veil is purely a cosmetic item.

Distribution

NPCs

It can be only found on the bride zombie during the random story in the church, or in a regular house wedding celebration.[[Category:Articles requiring distribution tables]

Body location

Protection Hat.png
  • Head

Code

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

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

Retrieved: Build 41.78.16
item Hat_WeddingVeil
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Wedding Veil,
		ClothingItem = Hat_WeddingVeil,
		BodyLocation = Hat,
		Icon = VeilWedding,
		CanHaveHoles = false,
		ChanceToFall = 80,
		Weight = 0.5,
		WorldStaticModel = WeddingVeil_Ground,
	}

See also