Skinny Leather Trousers: Difference between revisions

From PZwiki
No edit summary
(+body location section)
 
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Skinny Leather Trousers are an exceptionally rare piece of armor that takes the Legs clothing slot.
{{Header|Project Zomboid|Items|Clothing|Bottoms|Pants}}
It offers the most resistance out of any pair of pants, with a potential total resistance of 40% bite 60% Scratch.
{{Page version|41.78.16}}
{{Reupload|Missing 3D model}}
{{Infobox item
|name=Skinny Leather Trousers
|icon=TrousersDenimLightBlue.png
<!-- General -->
|category=Clothing
|encumberance=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.TrousersMesh_Leather
}}


They can very rarely be seen being worn by Biker Zombies or more commonly (but still extremely rare) in clothing stores & outlets.
'''Skinny leather trousers''' are a [[clothing]] [[Items|item]].  
They share the same item sprite with jeans.


This page needs more work done by a more experienced wiki-creator.
==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 =
}}
 
===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 header|ing=2}}
{{Crafting general|044|ing=2}}
|}
 
==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 rare) in clothing stores & outlets.
 
==Body location==
{{Body location|body_location=Pants}}
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 281
  | source = clothing_pants.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item TrousersMesh_Leather
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Skinny Leather Trousers,
        ClothingItem = TrousersMesh_Leather,
        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==
*[[Black Leather Trousers]]
*[[Jeans]]
 
{{Navbox clothing|bottoms}}

Latest revision as of 21:56, 28 March 2024

Project ZomboidItemsClothingBottomsPantsSkinny 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]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Skinny Leather Trousers
Skinny Leather Trousers
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Pants
Properties
Material
Leather
Run speed
98% (disabled)
Scratch defence
40%
Bite defence
20%
Insulation
65%
Wind resistance
60%
Technical
Item ID
Base.TrousersMesh_Leather

Skinny 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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
LeatherStrips.png
Leather Strips
0.25 Tailoring none Scissors
Scissors
(keep)
Clothing (Leather)
Clothing (Leather)
(consumed)

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 rare) in clothing stores & outlets.

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

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 TrousersMesh_Leather
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Skinny Leather Trousers,
        ClothingItem = TrousersMesh_Leather,
        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