Long Johns

From PZwiki
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 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Long Johns
Long Johns
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Torso1Legs1
Properties
Scratch defence
0%
Bite defence
0%
Neck protection
0%
Insulation
30%
Wind resistance
15%
Technical
Item ID
Base.LongJohns

The long johns are a common clothing item that can be worn underneath clothing for additional insulation. They provide no extra protection.

Usage

Pros and cons

Pros Cons
  • Provides no protection

Recipes

Long johns can be tied into sheet rope or torn apart to create ripped sheets.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)

SheetRope.png
Sheet Rope
0 XP none
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
all Outfit_Hunter 4 4
dresser 4 1
wardrobe 4 0.5
armysurplus metal_shelves 4 6
bedroom dresser 4 1
closet crate 4 4
crate 4 4
firestorage metal_shelves 4 2

Buildings

Long johns are frequently found in homes and clothes stores across the map. They can also be found in fire stations.

NPCS

Zombies will sometimes be found wearing long johns.

Code

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

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

Retrieved: Build 41.78.16
item LongJohns
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Long Johns,
        ClothingItem = LongJohns,
        BodyLocation = Torso1Legs1,
        BloodLocation = Trousers;ShirtLongSleeves,
        Icon = Longjohns,
        Insulation = 0.3,
        WindResistance = 0.15,
        FabricType = Cotton,
        WorldStaticModel = BoilerSuit_Ground,
    }

See also