Padded Jacket: Difference between revisions

From PZwiki
mNo edit summary
m (Automated Formatting)
(27 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Testing|build=[[Build 41]]}}
{{Header|Project Zomboid|Items|Clothing|Tops|Jackets}}
{{languages}}
{{Page version|41.78.16}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=0|hidecat=true}}
{{Reupload|Missing unhooded 3D model}}
{{Infobox clothing
{{Infobox item
| display_name = Padded Jacket
|name=Padded Jacket
| name_colour = Clothing
|model=Jacket_PaddedDOWN.png
| name_text_colour = Clothing
|icon=JacketPadded_White.png
| image = Jacket_PaddedDOWN.png
|icon_name=Padded Jacket
| image_width = 300px
|icon2=JacketPadded_White.png
| alternate_image = JacketPadded.png
|icon_name2=Padded Jacket (hooded)
| alternate_name = Padded Jacket
<!--GENERAL-->
|category=Clothing
|weight=3.0
|equipped=Jacket
<!--SPEED-->
|run_speed=0.89
|combat_speed=0.96
<!--PROTECTION-->
|scratch_defense=20
|bite_defense=10
|neck_protection=0.5
<!--INSULATION-->
|insulation=1
|wind_resistance=1
|water_resistance=0.60
<!--TECHNICAL DETAILS-->
|item_id=Base.Jacket_Padded
|item_id2=Base.Jacket_PaddedDOWN
}}
The '''padded jacket''' is a winter jacket with an attached hood that can be found with numerous color variants.


<!-- General -->
==Usage==
| category = Clothing
===Pros and cons===
| weight = 3.0
{{pros-cons
| body_location = Jacket
|pros1 = Best insulation out of all items in-game for the affected regions (especially with hood down).
<!-- Speed -->
|pros2 = Provides neck protection when hood is down.
| run_speed = 0.89
|cons1 = Minor reduction to combat-speed and a significant reduction to run-speed.
| combat_speed = 0.96
|cons2 = Heavier than most clothing.
<!-- Protection -->
|cons3 = Not the best scratch and bite protection for the slot.
| scratch_defense = 20
| bite_defense = 10
| neck_protection = 0.5
<!-- Technical details -->
| class_name = Base.Jacket_Padded<br>Base.Jacket_PaddedDOWN
}}
}}
The '''Padded Jacket''' is a winter jacket, it's one of the best jackets to wear for very cold temperatures. The jacket has a hood attached.
 
==Body Location==
==Body location==
{| style="text-align:center;"
{| style="text-align:center;"
|'''Hood down'''<br>{{Body location|body_location=Jacket}}
|'''Hood down'''<br>{{Body location|body_location=Jacket}}
|'''Hood up'''<br>{{Body location|body_location=JacketHat}}
|'''Hood up'''<br>{{Body location|body_location=JacketHat}}
|}
|}
==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
|-
|closet
|[[metal_shelves]]
|4
|0.05
|}
===Buildings===
Padded jackets can sometimes be found inside of bedrooms and in clothing stores.
==Trivia==
*When hooded, it provides 5% less insulation and wind resistance (95% and 95% respectively). This behavior is similar with other items with a hood.
==Code==
{{CodeBox|[[File:JacketPadded_White.png]] {{ID|Base.Jacket_PaddedDOWN}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 318
  | source = clothing_jacket.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Jacket_PaddedDOWN
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Padded Jacket,
        ClothingItem = Jacket_PaddedDOWN,
        BodyLocation = Jacket_Bulky,
        Icon = JacketPadded_White,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.89,
        CombatSpeedModifier = 0.96,
        ClothingItemExtra = Jacket_Padded,
        ClothingItemExtraOption = UpHoodie,
        clothingExtraSubmenu = DownHoodie,
        BiteDefense = 10,
        ScratchDefense = 20,
        NeckProtectionModifier = 0.5,
        Insulation = 1.0,
        WindResistance = 1.0,
        WaterResistance = 0.60,
        Weight = 3,
        WorldStaticModel = Hoodie_Ground,
    }
}}
[[File:JacketPadded_White.png]] {{ID|Base.Jacket_Padded}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 296
  | source = clothing_jacket.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Jacket_Padded
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Padded Jacket,
        ClothingItem = Jacket_Padded,
        BodyLocation = JacketHat_Bulky,
        Icon = JacketPadded_White,
        BloodLocation = Jumper;FullHelmet,
        RunSpeedModifier = 0.89,
        CombatSpeedModifier = 0.96,
        ClothingItemExtra = Jacket_PaddedDOWN,
        ClothingItemExtraOption = DownHoodie,
        clothingExtraSubmenu = UpHoodie,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.95,
        WindResistance = 0.95,
        WaterResistance = 0.60,
        Weight = 3,
        WorldStaticModel = Hoodie_Ground,
    }
}}
}}


==Gallery==
==Gallery==
<!-- NOTE: Include a list of clothing variants, in-game screenshots, etc. here -->
<gallery>
<gallery>
File:Jacket_PaddedDOWN.png|3D model of Padded Jacket with hood down
PaddedJacketHoodDown.jpg|Padded Jacket with hood down, displayed on the player
PaddedJacketHoodUp.jpg|Padded Jacket with hood up, displayed on the player
</gallery>
</gallery>


==See also==
*[[Padded Pants]]
*[[Poncho]]
*[[Hoodie]]


{{clear}}
{{Navbox items|tops}}

Revision as of 10:41, 14 April 2024

Project ZomboidItemsClothingTopsJacketsPadded Jacket
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 unhooded 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Padded Jacket
Jacket PaddedDOWN.png
Padded Jacket (hooded)
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
3.0
Equipped
Jacket
Properties
Run speed
89% (disabled)
Combat speed
96%
Scratch defence
20%
Bite defence
10%
Neck protection
50%
Insulation
100%
Wind resistance
100%
Water resistance
60%
Technical
Item ID
Base.Jacket_Padded
Base.Jacket_PaddedDOWN

The padded jacket is a winter jacket with an attached hood that can be found with numerous color variants.

Usage

Pros and cons

Pros Cons
  • Best insulation out of all items in-game for the affected regions (especially with hood down).
  • Provides neck protection when hood is down.
  • Minor reduction to combat-speed and a significant reduction to run-speed.
  • Heavier than most clothing.
  • Not the best scratch and bite protection for the slot.

Body location

Hood down
Protection Jacket.png
  • Neck
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms
Hood up
Protection JacketHat.png
  • Head
  • Neck
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Distribution

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

Containers
Building/Room Container Rolls Chance
closet metal_shelves 4 0.05

Buildings

Padded jackets can sometimes be found inside of bedrooms and in clothing stores.

Trivia

  • When hooded, it provides 5% less insulation and wind resistance (95% and 95% respectively). This behavior is similar with other items with a hood.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

JacketPadded White.png Base.Jacket_PaddedDOWN
Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.78.16
item Jacket_PaddedDOWN
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Padded Jacket,
        ClothingItem = Jacket_PaddedDOWN,
        BodyLocation = Jacket_Bulky,
        Icon = JacketPadded_White,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.89,
        CombatSpeedModifier = 0.96,
        ClothingItemExtra = Jacket_Padded,
        ClothingItemExtraOption = UpHoodie,
        clothingExtraSubmenu = DownHoodie,
        BiteDefense = 10,
        ScratchDefense = 20,
        NeckProtectionModifier = 0.5,
        Insulation = 1.0,
        WindResistance = 1.0,
        WaterResistance = 0.60,
        Weight = 3,
        WorldStaticModel = Hoodie_Ground,
    }

JacketPadded White.png Base.Jacket_Padded
Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.78.16
item Jacket_Padded
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Padded Jacket,
        ClothingItem = Jacket_Padded,
        BodyLocation = JacketHat_Bulky,
        Icon = JacketPadded_White,
        BloodLocation = Jumper;FullHelmet,
        RunSpeedModifier = 0.89,
        CombatSpeedModifier = 0.96,
        ClothingItemExtra = Jacket_PaddedDOWN,
        ClothingItemExtraOption = DownHoodie,
        clothingExtraSubmenu = UpHoodie,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.95,
        WindResistance = 0.95,
        WaterResistance = 0.60,
        Weight = 3,
        WorldStaticModel = Hoodie_Ground,
    }

Gallery

See also