Wedding Jacket

From PZwiki
Project ZomboidItemsClothingTopsJacketsWedding Jacket
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Wedding Jacket
Wedding Jacket
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
2
Equipped
JacketSuit
Properties
Material
Cotton
Run speed
93% (disabled)
Combat speed
95%
Scratch defence
20%
Neck protection
50%
Insulation
40%
Wind resistance
20%
Technical
Item ID
Base.WeddingJacket

A wedding jacket is a clothing item.

Usage

Pros and cons

Pros Cons
  • Provides neck protection, which is difficult to acquire outside of the scarf.
  • Provides some protection from scratches.
  • Provides mild wind resistance and insulation.
  • Slows combat speed.
  • Provides no bite protection.
  • Spawns only on rare zombies.

Recipes

Wedding jackets 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 Jacket.png
  • Neck
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Distribution

Buildings

Wedding jackets do not currently appear to spawn anywhere other than on zombies.

NPCs

Wedding jackets can be found on zombified grooms, which can spawn as part of the "wedding" world event.

Code

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

Source: ProjectZomboid\media\scripts\clothing_jackets.txt

Retrieved: Build 41.78.16
item WeddingJacket
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Wedding Jacket,
        ClothingItem = WeddingJacket,
        BodyLocation = JacketSuit,
        BloodLocation = Jacket,
        Icon = JacketSuitTux,
        RunSpeedModifier = 0.93,
        CombatSpeedModifier = 0.95,
        ScratchDefense = 20,
        NeckProtectionModifier = 0.5,
        Insulation = 0.40,
        WindResistance = 0.2,
        FabricType = Cotton,
        Weight = 2,
        WorldStaticModel = WeddingJacket_Ground,
    }

See also