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]
Wedding Dress
WeddingDress Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
FullSuit
Properties
Material
Cotton
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.

Usage

The wedding dress provides poor protection from zombies or weather, and is therefore best used as a cosmetic item.

Recipes

Wedding dresses can be used to make ripped sheets or sheet ropes.

Product Ingredients Tools Requirements Workstation XP
Rag.png
Ripped Sheets
One of:
TshirtGeneric.png Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Vest White.png Clothing (cotton) ×1
none none none none

Body location

Protection None.png

    Distribution

    NPCs

    Wedding dresses can only be found on bride zombies.

    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