Black Leather Trousers: Difference between revisions

From PZwiki
(Created page with "Black Leather Trousers are an exceptionally rare piece of armor that takes the Legs clothing slot. It offers the most resistance out of any pair of pants, with a potential total resistance of 40% bite 60% Scratch. They can very rarely be seen being worn by Biker Zombies or more commonly (but still extremely rare) in clothing stores & outlets. This page needs more work done by a more experienced wiki-creator.")
 
m (Automated Formatting)
 
(32 intermediate revisions by 11 users not shown)
Line 1: Line 1:
Black Leather Trousers are an exceptionally rare piece of armor that takes the Legs clothing slot. It offers the most resistance out of any pair of pants, with a potential total resistance of 40% bite 60% Scratch.
{{Header|Project Zomboid|Items|Clothing|Bottoms|Pants}}
{{Page version|41.78.16}}
{{Infobox item
|name=Black Leather Trousers
|model=Trousers_Leather_Black_Model.png
|icon=TrousersDenimLightBlue.png
|icon_name=Black Leather Trousers
<!-- General -->
|category=Clothing
|weight=2.0
|equipped=Pants
|material=Leather
|run_speed=0.98
|scratch_defense=40
|bite_defense=20
|insulation=0.65
|wind_resistance=0.6
<!-- Technical details -->
|item_id=Base.Trousers_LeatherBlack
}}
'''Black leather trousers''' are a [[clothing]] [[Items|item]].


They can very rarely be seen being worn by Biker Zombies or more commonly (but still extremely rare) in clothing stores & outlets.
==Usage==
===Pros and cons===
{{pros-cons
|pros1 = Offer the most bite/scratch resistance of any unfortified pair of pants.
|pros2 = Extremely light compared to other pants with similar protection (compare encumbrance with [[Firefighter Pants]])
|cons1 = Exceptionally low spawn rate, one of the rarest items in the game.
|cons2 = No water resistance.
|cons3 =
}}


This page needs more work done by a more experienced wiki-creator.
===Recipes===
Leather jackets can be torn into [[Leather Strips|leather strips]] with the help of [[Scissors|scissors]], which can then be used as a makeshift [[bandage]]. However, due to the easy availability of [[Ripped Sheets|ripped sheets]], leather strips are best used in non-emergency situations as [[Tailoring|tailoring]] material to reinforce other items.
{{Crafting/sandbox2
|leather_strips
}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|SafehouseLoot
|[[crate]]
|4
|4
|-
|clothingstorage
|[[crate]]
|4
|2
|-
|rowspan="4"|leatherclothesstore
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|1
|}
They can very rarely be seen being worn by Biker Zombies, in survivor homes, or more commonly (but still extremely rarely) in clothing stores & outlets as well.
 
==Body location==
{{Body location|body_location=Pants}}
 
==Gallery==
<gallery>
20240129144234 1.jpg|A picture of Black Leather Trousers on a rough concrete surface
20240129144201 1.jpg|A picture of the left of Black Leather Trousers
20240129144159 1.jpg|A picture of the back of Black Leather Trousers
20240129144156 1.jpg|A picture of the right of Black Leather Trousers
20240129144145 1.jpg|A picture of the front of Black Leather Trousers
</gallery>
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 298
  | source = clothing_pants.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Trousers_LeatherBlack
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Black Leather Trousers,
        ClothingItem = Trousers_LeatherBlack,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        Icon = TrousersDenimLightBlue,
        BiteDefense = 20,
        ScratchDefense = 40,
        RunSpeedModifier = 0.98,
        Insulation = 0.65,
        WindResistance = 0.60,
        FabricType = Leather,
        WorldStaticModel = Trousers_Ground,
    }
}}
}}
 
==See also==
*[[Skinny Leather Trousers]]
*[[Jeans]]
 
{{Navbox items|bottoms}}

Latest revision as of 06:37, 14 April 2024

Project ZomboidItemsClothingBottomsPantsBlack Leather Trousers
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Black Leather Trousers
Trousers Leather Black Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
2.0
Equipped
Pants
Properties
Material
Leather
Run speed
98% (disabled)
Scratch defence
40%
Bite defence
20%
Insulation
65%
Wind resistance
60%
Technical
Item ID
Base.Trousers_LeatherBlack

Black leather trousers are a clothing item.

Usage

Pros and cons

Pros Cons
  • Offer the most bite/scratch resistance of any unfortified pair of pants.
  • Extremely light compared to other pants with similar protection (compare encumbrance with Firefighter Pants)
  • Exceptionally low spawn rate, one of the rarest items in the game.
  • No water resistance.

Recipes

Leather jackets can be torn into leather strips with the help of scissors, which can then be used as a makeshift bandage. However, due to the easy availability of ripped sheets, leather strips are best used in non-emergency situations as tailoring material to reinforce other items.

Product Ingredients Tools Requirements Workstation XP
LeatherStrips.png
Leather Strips
JacketBlack.png Clothing (Leather) ×1 Scissors.png
Scissors
none none none

Distribution

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

Containers
Building/Room Container Rolls Chance
SafehouseLoot crate 4 4
clothingstorage crate 4 2
leatherclothesstore shelves 4 1
shelves 4 1
shelves 4 1
shelves 4 1

They can very rarely be seen being worn by Biker Zombies, in survivor homes, or more commonly (but still extremely rarely) in clothing stores & outlets as well.

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

Gallery

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_LeatherBlack
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Black Leather Trousers,
        ClothingItem = Trousers_LeatherBlack,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        Icon = TrousersDenimLightBlue,
        BiteDefense = 20,
        ScratchDefense = 40,
        RunSpeedModifier = 0.98,
        Insulation = 0.65,
        WindResistance = 0.60,
        FabricType = Leather,
        WorldStaticModel = Trousers_Ground,
    }

See also