Wild Racoons Leather Jacket

From PZwiki
Project ZomboidItemsClothingTopsJacketsWild Racoons Leather Jacket
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wild Racoons Leather Jacket
Jacket Leather WildRacoons Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
2.0
Equipped
Jacket
Properties
Material
Leather
Run speed
93% (disabled)
Combat speed
97%
Scratch defence
40%
Bite defence
20%
Neck protection
50%
Insulation
40%
Wind resistance
60%
Water resistance
40%
Technical
Item ID
Base.Jacket_LeatherWildRacoons

The Wild Racoons leather jacket is a special version of the normal Leather Jacket, having a raccoon design on the back.

Usage

Pros and cons

Pros Cons
  • Unique design.
  • Strong bite and scratch resistance.
  • Provides protection against weather.
  • Can't be used to craft ripped sheets or sheet rope
  • Slows down movement and combat speed slightly
  • Less common than standard Leather Jackets.

Crafting

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 Ingredients Tools Requirements Workstation XP
LeatherStrips.png
Leather Strips
JacketBlack.png Clothing (Leather) ×1 Scissors.png
Scissors
none none none

Body location

Protection Jacket.png
  • Neck
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Distribution

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

Jacket_LeatherWildRacoons distribution Show / Hide
Containers
Building / Room Container Rolls Chance
SafehouseLoot crate 4 0.5

Buildings

All three varieties of biker jackets can be found in the armor storage of survivor bases.

NPCs

Zombified bikers can spawn in all three varieties of biker jacket.

Trivia

  • The item name is spelled as racoon, with a single c, unlike Raccoon Hat, with double c.

Code

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

Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.78.16
item Jacket_LeatherWildRacoons
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Wild Raccoons Leather Jacket,
        ClothingItem = Jacket_LeatherWildRaccoons,
        BodyLocation = Jacket,
        Icon = BikerJacketRaccoons,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.95,
        CombatSpeedModifier = 0.97,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.40,
        WindResistance = 0.6,
        FabricType = Leather,
        WaterResistance = 0.4,
        Weight = 2,
        WorldStaticModel = JacketCoat_Ground,
    }

See also