Black Leather Trousers: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 40: Line 40:
The loot distributions can be found in the table(s) below.
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;"
<!--BOT FLAG|Trousers_LeatherBlack|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Trousers_LeatherBlack distribution
! Container
        <span class="mw-customtoggle-togglebox-Trousers_LeatherBlack" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Trousers_LeatherBlack">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|SafehouseLoot
    |+ {{ll|Containers}}
|[[crate]]
    ! Building / Room
|4
    ! Container
|4
    ! Rolls
|-
    ! Chance
|clothingstorage
    |-
|[[crate]]
    | SafehouseLoot
|4
    | {{ll|crate}}
|2
    | 4
|-
    | 4.0
|rowspan="4"|leatherclothesstore
    |-
|[[shelves]]
    | clothingstorage
|4
    | {{ll|crate}}
|1
    | 4
|-
    | 2.0
|[[shelves]]
    |-
|4
    | leatherclothesstore
|1
    | {{ll|shelves}}
|-
    | 4
|[[shelves]]
    | 10.0
|4
    |}
|1
</div>
|-
<div style="float:left;">
|[[shelves]]
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|4
    |+ {{ll|Vehicles}}
|1
    ! Vehicle Type/Location
|}
    ! Rolls
    ! Chance
    |-
    | ClothingTruckBed
    | 4
    | 0.2
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Trousers_LeatherBlack" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Trousers_LeatherBlack|41.78.16-->
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.
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.



Revision as of 14:59, 24 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.

Trousers_LeatherBlack distribution Show / Hide
Containers
Building / Room Container Rolls Chance
SafehouseLoot crate 4 4.0
clothingstorage crate 4 2.0
leatherclothesstore shelves 4 10.0
Vehicles
Vehicle Type/Location Rolls Chance
ClothingTruckBed 4 0.2

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