Santa Suit Pants

From PZwiki
(Redirected from Santa Suit Pants)
Project ZomboidItemsClothingBottomsPantsSanta Suit Pants
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 Pants
Trousers Santa model.png
Trousers SantaGreen model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Pants
Properties
Material
Cotton
Scratch defence
10%
Insulation
90%
Wind resistance
60%
Technical
Item ID
Base.Trousers_Santa
Base.Trousers_SantaGReen

Santa suit pants are a rare clothing item that comes in two color variants, red and green.

Usage

Pros and cons

Pros Cons
  • Provides good insulation and decent wind resistance.
  • Provides very little protection.

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

Distribution

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

Trousers_Santa distribution Show / Hide
Containers
Building / Room Container Rolls Chance
closet crate 4 10.0

Buildings

Santa suit pants can be found in closets, garages, and storage units as HolidayStuff.

NPCs

Santa suit pants can be found on red and green Santa zombies.

Code

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

TrousersSantaRed.png Base.Trousers_Santa
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Trousers_Santa
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Santa Suit Pants,
        ClothingItem = Trousers_Santa,
        BodyLocation = Pants,
        Icon = TrousersSantaRed,
        BloodLocation = Trousers,
        ScratchDefense = 10,
        Insulation = 0.9,
        WindResistance = 0.6,
        FabricType = Cotton,
        WorldStaticModel = Trousers_Ground,
    }

TrousersSantaGreen.png Base.Trousers_SantaGReen
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Trousers_SantaGReen
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Green Santa Suit Pants,
        ClothingItem = Trousers_SantaGReen,
        BodyLocation = Pants,
        Icon = TrousersSantaGreen,
        BloodLocation = Trousers,
        ScratchDefense = 10,
        Insulation = 0.9,
        WindResistance = 0.6,
        FabricType = Cotton,
        WorldStaticModel = Trousers_Ground,
    }

See also