Long Leather Jacket: Difference between revisions

From PZwiki
Long Leather Jacket
m (→‎top: category project: "The Game World")
m (Fix double redirect)
Tag: Redirect target changed
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=56}}{{Infobox clothing
#REDIRECT [[Leather Jacket (long)]]
| display_name = Leather Jacket
| name_colour = Clothing
| name_text_colour = Clothing
| image =
| image_width = 200px
| alternate_image = JacketLongBrown.png
| alternate_name = Long Leather Jacket
| alternate_link =
| alternate_image2 =
| alternate_name2 =
| alternate_link2 =
| alternate_image3 =
| alternate_name3 =
| alternate_link3 =
| alternate_image4 =
| alternate_name4 =
| alternate_link4 =
| alternate_image5 =
| alternate_name5 =
| alternate_link5 =
| alternate_image6 =
| alternate_name6 =
| alternate_link6 =
| alternate_image7 =
| alternate_name7 =
| alternate_link7 =
<!-- General -->
| category = Clothing
| weight = 2.0
| body_location = Jacket
| condition =
| fabric = Leather
| capacity =
| weight_reduction =
| attachments_provided =
<!-- Speed -->
| run_speed = 0.93
| combat_speed = 0.97
<!-- Protection -->
| scratch_defense = 40
| bite_defense = 20
| neck_protection = 0.5
<!-- Insulation -->
| insulation = 0.65
| wind_resistance = 0.35
| water_resistance = 0.45
<!-- Technical details -->
| class_name = Base.JacketLong_Random
}}The long '''leather jacket''' is a longer version of the normal leather jacket.
 
==Usage==
===Pros and cons===
{{Pros-cons
|pros1 = Fairly easy to find
|pros2 = Good scratch and bite resistance
|pros3 = Protects well from weather
|pros4 = Provides more protection than a normal leather jacket
|cons1 = Cannot be used to make [[Ripped Sheets|ripped sheets]] or [[sheet rope]]
|cons2 = Slows down movement and combat speed slightly
}}
 
==Distribution==
===Buildings===
Leather jackets are frequent around the map, usually in houses or clothes stores.
 
===NPCs===
Zombies will often be found wearing leather jackets.
 
==Code==
'''''From clothing_jacket.txt (Project Zomboid directory/media/scripts/clothing)'''''
 
{{Retrieved|version=41|incver=56}}
<pre>
  item JacketLong_Random
    {
        Type = Clothing,
        DisplayName = Leather Jacket,
        ClothingItem = JacketLong_Random,
        BodyLocation = Jacket,
        IconsForTexture = JacketLongBlack;JacketLongBrown;JacketGreen,
        BloodLocation = LongJacket,
        RunSpeedModifier = 0.93,
        CombatSpeedModifier = 0.97,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.65,
        WindResistance = 0.35,
        FabricType = Leather,
        WaterResistance = 0.45,
        Weight = 2,
        WorldStaticModel = JacketLong_Ground,
    }
</pre>
 
==See also==
*[[Jacket]]
*[[Leather Jacket]]
 
{{Navbox clothing}}

Latest revision as of 18:09, 14 January 2024