Long Johns Bottoms

From PZwiki
Project ZomboidItemsClothingBottomsPantsLong Johns Bottoms
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Long Johns Bottoms
LongJohns Bottoms model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Legs1
Properties
Insulation
30%
Wind resistance
15%
Technical
Item ID
Base.LongJohns_Bottoms

A 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\clothing\clothing_pants.txt

Retrieved: Build 41.78.16
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,
    }

See also