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

Prison Guard Pants

From PZwiki
Project ZomboidItemsClothingBottomsPantsPrison Guard Pants
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Prison Guard Pants
Trousers PrisonGuard model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Pants
Properties
Material
Cotton
Scratch defence
10%
Insulation
50%
Wind resistance
50%
Technical
Item ID
Base.Trousers_PrisonGuard

Prison guard pants are a pair of green trousers worn by the guards of Kentucky State Prison.

Usage

  • Prison guard pants provide a very minor amount of scratch protection and a moderate amount of insulation and wind resistance for the wearer's groin, thighs, and shins.
  • Prison guard pants can be converted into a sheet rope which can be used for climbing up or safely descending floors. They can also be torn for ripped sheets which can be used as makeshift bandages, components in various recipes and material for tailoring.
  • The pants can be repaired or reinforced for extra bite and scratch protection with the use of the tailoring skill.

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

Location

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

Trousers_PrisonGuard 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
bathroom locker 23.67%
changeroom locker 23.67%
Outfit
Outfit Probability GUID
Prison Guard (male) 100% befab338-0ecc-4cb9-b8b4-1e6cdaffae80
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
- - - - - - -
  • Prison guard pants can be found on prison guard zombies at the Kentucky State Prison.

History

Base.Trousers_PrisonGuard

Version Description
Build 41.65 DisplayCategory added with value Clothing.
Build 41.54 WorldStaticModel added with value Trousers_Ground.
Build 41.20 FabricType added with value Cotton.
Insulation added with value 0.5.
WindResistance added with value 0.5.
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 Trousers_PrisonGuard
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Prison Guard Pants,
        ClothingItem = Trousers_PrisonGuard,
        BodyLocation = Pants,
        Icon = TrousersPrisonGuard,
        BloodLocation = Trousers,
        ScratchDefense = 10,
        Insulation = 0.5,
        WindResistance = 0.5,
        FabricType = Cotton,
        WorldStaticModel = Trousers_Ground,
    }

See also