Wedding Dress: Difference between revisions

From PZwiki
m (Automated navbox update)
m (Remove clear)
Line 53: Line 53:
   }}
   }}
}}
}}
{{Clear}}<!--Remove when the page gets longer-->
 
{{Navbox clothing|full_body}}
{{Navbox clothing|full_body}}

Revision as of 20:11, 23 March 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
    Retrieved: Build 41.65
    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,
    }