Wild Racoons Leather Jacket: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 47: Line 47:
The loot distributions can be found in the table(s) below.
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;"
<!--BOT FLAG|Jacket_LeatherWildRacoons|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Jacket_LeatherWildRacoons distribution
! Container
        <span class="mw-customtoggle-togglebox-Jacket_LeatherWildRacoons" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Jacket_LeatherWildRacoons">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|SafehouseLoot
    |+ {{ll|Containers}}
|[[crate]]
    ! Building / Room
|4
    ! Container
|0.5
    ! Rolls
|}
    ! Chance
    |-
    | SafehouseLoot
    | {{ll|crate}}
    | 4
    | 0.5
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Jacket_LeatherWildRacoons" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Jacket_LeatherWildRacoons|41.78.16-->


===Buildings===
===Buildings===

Revision as of 16:58, 24 April 2024

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