Santa Suit Jacket

From PZwiki
(Redirected from Santa Suit Jacket)
Project ZomboidItemsClothingTopsJacketsSanta Suit Jacket
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Santa Suit Jacket
JacketLong Santa model.png
JacketLong SantaGreen model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
3
Equipped
Jacket
Properties
Material
Cotton
Run speed
85% (disabled)
Combat speed
90%
Scratch defence
30%
Bite defence
10%
Neck protection
50%
Insulation
90%
Wind resistance
60%
Technical
Item ID
Base.JacketLong_Santa
Base.JacketLong_SantaGreen

The Santa suit jacket and green Santa suit jacket are clothing items.

Usage

Pros and cons

Pros Cons
  • Provides some protection from scratches and bites.
  • Provides excellent insulation and some wind resistance.
  • Provides some neck protection.
  • Festive!
  • No water resistance.
  • Very easy to become overheated while wearing.
  • Heavier than most clothing.
  • Fairly uncommon.

Recipes

Santa suit 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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
closet crate 4 1

Code

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

Santa Suit Jacket Base.JacketLong_Santa
Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.78.16
item JacketLong_Santa
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Santa Suit Jacket,
        ClothingItem = JacketLong_Santa,
        BodyLocation = Jacket,
        BloodLocation = LongJacket,
        Icon = JacketSantaRed,
        RunSpeedModifier = 0.85,
        CombatSpeedModifier = 0.9,
        BiteDefense = 10,
        ScratchDefense = 30,
        NeckProtectionModifier = 0.5,
        Insulation = 0.9,
        WindResistance = 0.6,
        Weight = 3,
        FabricType = Cotton,
        WorldStaticModel = JacketLong_Ground,
    }

JacketSantaGreen.png Base.JacketLong_SantaGreen
Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.78.16
item JacketLong_SantaGreen
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Green Santa Suit Jacket,
        ClothingItem = JacketLong_SantaGreen,
        BodyLocation = Jacket,
        BloodLocation = LongJacket,
        Icon = JacketSantaGreen,
        RunSpeedModifier = 0.85,
        CombatSpeedModifier = 0.9,
        BiteDefense = 10,
        ScratchDefense = 30,
        NeckProtectionModifier = 0.5,
        Insulation = 0.9,
        WindResistance = 0.6,
        Weight = 3,
        FabricType = Cotton,
        WorldStaticModel = JacketLong_Ground,
    }

See also