Shell Suit Trousers

From PZwiki
Project ZomboidItemsClothingBottomsPantsShell Suit Trousers
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.
Shell Suit Trousers
TracksuitPantsBlack.png
Shell Suit Trousers
Shell Suit Trousers
Shell Suit Trousers
Shell Suit Trousers
Shell Suit Trousers
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Pants
Properties
Material
Cotton
Scratch defence
5%
Bite defence
0%
Neck protection
0%
Insulation
30%
Wind resistance
40%
Water resistance
0%
Technical
Item ID
Base.Trousers_Shellsuit_Black
Base.Trousers_Shellsuit_Blue
Base.Trousers_Shellsuit_Green
Base.Trousers_Shellsuit_Pink
Base.Trousers_Shellsuit_Teal
Base.Trousers_Shellsuit_TINT

Shell suit trousers are leg wear that comes in six color variants, black, blue, green, pink, teal, and white.

Usage

Pros and cons

Pros Cons
  • Provide ok insulation.
  • Provide 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
all clothingrack 4 1
clothingrack 4 1
wardrobe 4 0.2
wardrobe 4 0.2
clothingstorage crate 4 1

Buildings

Shell suit pants can be found in houses and clothing stores.

NPCs

Shell suit pants can sometimes be found on zombies.

Code

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

TracksuitPantsBlack.png Base.Trousers_Shellsuit_Black
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Trousers_Shellsuit_Black
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Shell Suit Trousers,
        ClothingItem = Trousers_Shellsuit_Black,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        Icon = TracksuitPantsBlack,
        ScratchDefense = 5,
        Insulation = 0.30,
        WindResistance = 0.4,
        WorldStaticModel = Trousers_Shellsuit_Ground,
    }

TracksuitPantsBlue.png Base.Trousers_Shellsuit_Blue
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Trousers_Shellsuit_Blue
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Shell Suit Trousers,
        ClothingItem = Trousers_Shellsuit_Blue,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        Icon = TracksuitPantsBlue,
        ScratchDefense = 5,
        Insulation = 0.30,
        WindResistance = 0.4,
        WorldStaticModel = Trousers_Shellsuit_Ground,
    }

TracksuitPantsGreen.png Base.Trousers_Shellsuit_Green
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Trousers_Shellsuit_Green
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Shell Suit Trousers,
        ClothingItem = Trousers_Shellsuit_Green,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        Icon = TracksuitPantsGreen,
        ScratchDefense = 5,
        Insulation = 0.30,
        WindResistance = 0.4,
        WorldStaticModel = Trousers_Shellsuit_Ground,
    }

TracksuitPantsPink.png Base.Trousers_Shellsuit_Pink
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Trousers_Shellsuit_Pink
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Shell Suit Trousers,
        ClothingItem = Trousers_Shellsuit_Pink,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        Icon = TracksuitPantsPink,
        ScratchDefense = 5,
        Insulation = 0.30,
        WindResistance = 0.4,
        WorldStaticModel = Trousers_Shellsuit_Ground,
    }

TracksuitPantsTeal.png Base.Trousers_Shellsuit_Teal
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Trousers_Shellsuit_Teal
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Shell Suit Trousers,
        ClothingItem = Trousers_Shellsuit_Teal,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        Icon = TracksuitPantsTeal,
        ScratchDefense = 5,
        Insulation = 0.30,
        WindResistance = 0.4,
        WorldStaticModel = Trousers_Shellsuit_Ground,
    }

TracksuitPantsGeneric.png Base.Trousers_Shellsuit_TINT
Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Trousers_Shellsuit_TINT
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Shell Suit Trousers,
        ClothingItem = Trousers_Shellsuit_White,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        Icon = TracksuitPantsGeneric,
        ScratchDefense = 5,
        Insulation = 0.30,
        WindResistance = 0.4,
        WorldStaticModel = Trousers_Shellsuit_Ground,
    }