Wedding Dress: Difference between revisions

From PZwiki
m (Remove lines))
m (minor)
 
Line 1: Line 1:
{{Header|Project Zomboid|Items|Clothing|Full body}}
{{Header|Project Zomboid|Items|Clothing|Full body}}
{{Page version|41.65}}
{{Page version|41.78.16}}
{{Stub}}
{{Stub}}
{{Infobox item
{{Infobox item
Line 50: Line 50:
}}
}}


==See Also==
==See also==
*[[Wedding Jacket]]
*[[Wedding Jacket]]
*[[Wedding Veil]]
*[[Wedding Veil]]


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

Latest revision as of 21:48, 15 April 2024

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