Wedding Dress

From PZwiki
Project ZomboidItemsClothingFull bodyWedding Dress
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Wedding Dress
WeddingDress Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
FullSuit
Properties
Run speed
80% (disabled)
Scratch defence
10%
Insulation
25%
Wind resistance
10%
Technical
Item ID
Base.WeddingDress

A wedding dress is an article of clothing covering the entire body.

Body location

Protection None.png

    Code

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

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

    Retrieved: Build 41.78.16
    item WeddingDress
        {
            DisplayCategory = Clothing,
            Type = Clothing,
            DisplayName = Wedding Dress,
            ClothingItem = WeddingDress,
            BodyLocation = FullSuit,
            BloodLocation = Trousers;Shirt,
            Icon = DressWedding,
            RunSpeedModifier = 0.8,
            ScratchDefense = 10,
            Insulation = 0.25,
            WindResistance = 0.1,
            FabricType = Cotton,
            WorldStaticModel = WeddingDress_Ground,
        }
    

    See also