Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Ghillie Suit Pants

From PZwiki
Project ZomboidItemsClothingBottomsPantsGhillie 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]
Ghillie Suit Pants
Ghillie Trousers model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Pants
Properties
Scratch defence
20%
Bite defence
10%
Insulation
70%
Wind resistance
65%
Water resistance
35%
Technical
Item ID
Base.Ghillie_Trousers

Ghillie suit trousers are a type of camouflage clothing designed to resemble the background environment of Knox Country.

Pros and cons

Pros Cons
  • Provides good insulation.
  • Provides some resistance to the elements, and slightly higher than average zombie defense for a non-leather item.
  • One of the heaviest clothing items in the game.
  • Reduces attack speed.
  • Rare, found mostly around very high concentrations of zombies near army bases.

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

Location

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

Ghillie_Trousers distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all militarycrate 2.34%
all militarylocker 2.34%
armystorage locker 2.34%
pawnshop counter 2.34%
pawnshop metal_shelves 2.34%
pawnshop shelves 2.34%
pawnshopoffice crate 2.34%
pawnshopoffice locker 2.34%
pawnshopoffice metal_shelves 2.34%
pawnshopstorage crate 2.34%
pawnshopstorage locker 2.34%
pawnshopstorage metal_shelves 2.34%
Outfit
Outfit Probability GUID
Ghillie (male) 100% d7662b8f-9f69-4eec-b102-955379d32bf4
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 Nav: 3
TownZone: 3
TrailerPark: 3
Vegitation: 3
- - - - - - -

Trivia

Despite being an item designed for intense camouflage, mechanically speaking it provides no additional protection from being noticed by zombies.

History

Base.Ghillie_Trousers

Version Description
Build 41.65 DisplayCategory added with value Clothing.
Build 41.54 WorldStaticModel added with value GhillieTrousers_Ground.
Build 41.21 WaterResistance added with value 0.35.
Build 41.20 Insulation added with value 0.70.
WindResistance added with value 0.65.
Build 41.12 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
item Ghillie_Trousers
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Ghillie Suit Pants,
        ClothingItem = Ghillie_Trousers,
        BodyLocation = Pants,
        Icon = TrousersCamoGreen,
        BloodLocation = Trousers,
        Icon = TrousersGhillie,
        RunSpeedModifier = 0.85,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.70,
        WindResistance = 0.65,
        WaterResistance = 0.35,
        WorldStaticModel = GhillieTrousers_Ground,
    }

See also