Army Pants

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.56).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Army Pants
Army Pants Model.png
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
70%
Wind resistance
45%
Water resistance
0%
Technical
Item ID
Base.Trousers_ArmyService

Army pants are leg wear that can be used in crafting.

Usage

Pros and cons

Pros Cons
  • Provides little protection.

Recipes

Army pants can craft ripped sheets and sheet ropes.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)

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 locker 4 8
militarycrate 4 8
armyhanger locker 4 8

NPCs

Army pants can be found on army zombies.

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_ArmyService
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Army Pants,
        ClothingItem = Trousers_ArmyService,
        BodyLocation = Pants,
        Icon = TrouserstArmyDress,
        BloodLocation = Trousers,
        ScratchDefense = 10,
        Insulation = 0.7,
        WindResistance = 0.45,
        FabricType = Cotton,
        WorldStaticModel = Trousers_Ground,
    }