Wedding Veil

From PZwiki
Project ZomboidItemsClothingHeadwearHatsWedding Veil
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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.

Distribution

It can be found on the bride during the random story in the church or in a regular house celebrating wedding.

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.65
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,
}