Padded Jacket: Difference between revisions

From PZwiki
(Automated infobox update)
m (Automated Formatting)
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=73}}{{Infobox item
{{Header|Project Zomboid|Items|Clothing|Tops|Jackets}}
|name = Padded Jacket
{{Page version|41.78.16}}
|name_colour = Clothing
{{Reupload|Missing unhooded 3D model}}
|name_text_colour = Clothing
{{Infobox item
|model = Jacket_PaddedDOWN.png
|name=Padded Jacket
|image_width = 200px
|model=Jacket_PaddedDOWN.png
|icon = JacketPadded White.png
|icon=JacketPadded_White.png
|icon_name = Padded Jacket
|icon_name=Padded Jacket
|icon2=JacketPadded_White.png
|icon_name2=Padded Jacket (hooded)
<!--GENERAL-->
<!--GENERAL-->
|category = Clothing
|category=Clothing
|weight = 3.0
|weight=3.0
|equipped = Jacket
|equipped=Jacket
<!--SPEED-->
<!--SPEED-->
|run_speed = 0.89
|run_speed=0.89
|combat_speed = 0.96
|combat_speed=0.96
<!--PROTECTION-->
<!--PROTECTION-->
|scratch_defense = 20
|scratch_defense=20
|bite_defense = 10
|bite_defense=10
|neck_protection = 0.5/0
|neck_protection=0.5
<!--INSULATION-->
<!--INSULATION-->
|insulation = 1/0.95
|insulation=1
|wind_resistance = 1/0.95
|wind_resistance=1
|water_resistance = 0.60
|water_resistance=0.60
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id = Base.Jacket_Padded<br>Base.Jacket_PaddedDOWN
|item_id=Base.Jacket_Padded
}}The '''Padded Jacket''' is a winter jacket with an attached hood that can be found with numerous colour variants.
|item_id2=Base.Jacket_PaddedDOWN
}}
The '''padded jacket''' is a winter jacket with an attached hood that can be found with numerous color variants.


==Usage==
==Usage==
===Pros and cons===
===Pros and cons===
{{pros-cons
{{pros-cons
|pros1 = Decent amount of bite and scratch protection.
|pros1 = Best insulation out of all items in-game for the affected regions (especially with hood down).
|pros2 = Provides neck protection.
|pros2 = Provides neck protection when hood is down.
|pros3 = Provides a high amount of insulation, wind resistance and a good amount of water resistance, which makes it especially useful during very cold weather and rain.
|cons1 = Minor reduction to combat-speed and a significant reduction to run-speed.
|cons1 = Minor reduction to combat-speed and a significant reduction to run-speed.
|cons2 = Heavier than most clothing.
|cons2 = Heavier than most clothing.
|cons3 = Not the best scratch and bite protection for the slot.
}}
}}


Line 42: Line 46:
|}
|}


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 49: Line 52:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
| all
| [[Outfit_Hunter]]
| 4
| 8
|-
| rowspan="2"|armysurplus
| [[metal_shelves]]
| 4
| 8
|-
|-
|closet
|[[metal_shelves]]
|[[metal_shelves]]
|4
|4
|8
|0.05
|-
| rowspan="2"|camping
| [[clothingrack]]
| 4
| 8
|-
|[[clothingrack]]
|4
|8
|-
| rowspan="2"|closet
| [[crate]]
| 4
| 8
|-
|[[crate]]
|4
|8
|}
|}
===Buildings===
===Buildings===
Padded jackets can sometimes be found inside of bedrooms and in clothing stores.
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==
<gallery>
<gallery>
Jacket_PaddedDOWN.png|3D model of Padded Jacket with hood down
PaddedJacketHoodDown.jpg|Padded Jacket with hood down, displayed on the player
PaddedJacketHoodDown.jpg|Padded Jacket with hood down, displayed on the player.
PaddedJacketHoodUp.jpg|Padded Jacket with hood up, displayed on the player
PaddedJacketHoodUp.jpg|Padded Jacket with hood up, displayed on the player.
</gallery>
</gallery>


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


{{Navbox clothing}}
{{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