Long Johns Bottoms

From PZwiki
Project ZomboidItemsClothingBottomsPantsLong Johns Bottoms
Spiffo controlyourself.png
This page was last updated for an older version (41.24).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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 Bottoms
Long Johns Bottoms
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Legs1
Properties
Insulation
30%
Wind resistance
15%
Technical
Item ID
Base.LongJohns_Bottoms

Long johns bottoms are a pair of white pants worn underneath regular pants. Long Johns Bottoms cannot be selected from the character creation menu and must be found in the world.

Usage

Long johns bottoms provide a low amount of insulation and a minor amount of wind resistance for the wearer's groin, thighs, and shins.

Long Johns Bottoms can be converted into a sheet rope which can be used for climbing up or safely descending floors or torn for ripped sheets which can be used as makeshift bandages, components in various recipes and material for tailoring.

The pants can be repaired or reinforced for extra bite and scratch protection with the use of the tailoring skill.

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 8
bedroom dresser 4 1
closet crate 4 4
crate 4 4

Code

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

Source: ProjectZomboid\media\scripts\items.txt

item LongJohns_Bottoms
{
    DisplayCategory = Clothing,
    Type = Clothing,
    DisplayName = Long Johns Bottoms,
    ClothingItem = LongJohns_Bottoms,
    BodyLocation = Legs1,
    BloodLocation = Trousers,
    Icon = TrousersLongjohns,
    Insulation = 0.3,
    WindResistance = 0.15,
    FabricType = Cotton,
    WorldStaticModel = Trousers_Ground,
}