Wedding Dress: Difference between revisions

From PZwiki
m (Removed Navbox(es) and added Navbox items)
(+see also)
Line 52: Line 52:
}}
}}
}}
}}
==See Also==
*[[Wedding Jacket]]
*[[Wedding Veil]]


{{Navbox items|full_body}}
{{Navbox items|full_body}}

Revision as of 22:45, 11 April 2024

Project ZomboidItemsClothingFull bodyWedding Dress
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.
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