Long Leather Jacket: Difference between revisions

From PZwiki
Long Leather Jacket
(Created page with "{{Testing|build=Build 41}} <!-- COMMENT: This section is for the language bar. The language bar is used for linking translations of the same page into different languages...")
 
m (Fix double redirect)
Tag: Redirect target changed
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Testing|build=[[Build 41]]}}
#REDIRECT [[Leather Jacket (long)]]
 
<!-- COMMENT: This section is for the language bar. The language bar is used for linking translations of the same page into different languages.
-->{{languages}}<!-- COMMENT: The header format can be seen in the header template with a working explanation. The header connects categories and Version no. PLEASE ENTER THE VERSION AND INCREMENT No. WHEN YOU MAKE A PAGE. It helps everyone else know how old the page is versionwise -->
{{header|The Game World|Items|Clothing|version=Version 41|incver=56}}
<!-- COMMENT: Here is the infobox for the clothing. This is a quick lookup for the item's stats. For more information, see: https://pzwiki.net/wiki/Template:Infobox_clothing
-->{{Infobox clothing
| display_name = Leather Jacket
| name_colour = Clothing
| name_text_colour = Clothing
| image =
| image_width = 300px
| 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
}}<!--
COMMENT: include a very brief introduction to the item
-->The long '''leather jacket''' is a longer version of the normal leather jacket.
 
__TOC__
<!--Comment: This is where the 'Table Of Contents' will go if it is needed-->
 
==Usage==
<!--Comment: This section contains how the item can be used. This may include crafting, adding attachments (belts), storage space, or another functionality, such as being able to raise and lower the hood of some jackets. -->
===Pros and Cons===
{{pros-cons
<!-- #PROS# - below this line -->
|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
<!-- #CONS# - below this line -->
|cons1 = Cannot be used to make [[Ripped Sheets|ripped sheets]] or [[sheet rope]]
|cons2 = Slows down movement and combat speed slightly
}}
 
== Item Distribution ==
<!--Comment: The locations this item can be found should be placed here. Spawn locations can be found in the distribution.lua, ProceduralDistributions.lua and vehicledistribution.lua files. -->
 
===Buildings===
Leather jackets are frequent around the map, usually in houses or clothes stores.
 
===NPCs===
Zombies will often be found wearing leather jackets.
 
== Code ==
<!--Comment: all the code related to the item found in txt files should be placed here-->
<!--COMMENT: Current location of Code in directory for updating purposes. Example below shows how to lay it out. ''''' is for bold italic.-->
'''''From clothing_jacket.txt (Project Zomboid directory/media/scripts/clothing)'''''
 
<!--COMMENT: Be sure to include this "Retrieved" template, filling in the version of the game the code was retrieved.-->
{{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==
<!--COMMENT: Location of links to relevant guides or other pages that may not have been mentioned on this page but still relate to the item in some way. -->
*[[Jacket]]
*[[Leather Jacket]]
{{Navbox clothing}}
 
<!--COMMENT: Categories that aren't mentioned in the header should go here. E.g. Welder Mask uses [[Category:Construction]] -->

Latest revision as of 18:09, 14 January 2024