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]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Santa Suit Pants
TrousersSantaRed.png
Green Santa Suit Pants
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Pants
Properties
Material
Cotton
Scratch defence
10%
Bite defence
0%
Neck protection
0%
Insulation
90%
Wind resistance
60%
Water resistance
0%
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.
  • Provides very little protection.

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

Distribution

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

Containers
Building/Room Container Rolls Chance
closet crate 4 1

Buildings

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

Code

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

TrousersSantaRed.png Base.Trousers_Shellsuit_Black
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_Shellsuit_Blue
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,
    }