Long Johns Bottoms

From PZwiki
Revision as of 17:26, 7 August 2022 by TheBustyDuck (talk | contribs) (Created page with "{{languages}} {{header|The Game World|Items|Clothing|version=Version 41|incver=24}} {{Infobox clothing | display_name = Long Johns Bottoms | name_colour = Clothing | name_text...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The Game WorldItemsClothingLong Johns Bottoms
Long Johns Bottoms
TrousersLongjohns.png
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Legs1
Fabric Cotton
Insulation
Insulation 0.3
Wind resistance 0.15
Technical details
Item ID item 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.

Code

From items.txt (Project Zomboid directory/media/scripts/)

    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,