Firefighter Pants: Difference between revisions

From PZwiki
m (Automatic formatting)
(added code + updated page version)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Clothing|Bottoms|Pants}}
{{Header|Project Zomboid|Items|Clothing|Bottoms|Pants}}
{{Page version|41.53}}
{{Page version|41.78.16}}
{{Reupload|Missing 3D model}}
{{Reupload|Missing 3D model}}
{{Infobox item
{{Infobox item
Line 54: Line 54:
==Body location==
==Body location==
{{Body location|body_location=Pants}}
{{Body location|body_location=Pants}}
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 438
  | source = clothing_pants.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Trousers_Fireman
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Firefighter Pants,
        ClothingItem = Trousers_Fireman,
        BodyLocation = Pants,
        Icon = TrousersFireman,
        BloodLocation = Trousers,
        RunSpeedModifier = 0.82,
        BiteDefense = 20,
        ScratchDefense = 30,
        Insulation = 0.85,
        WindResistance = 0.85,
        WaterResistance = 0.8,
        Weight = 4,
        WorldStaticModel = Trousers_Ground,
    }
}}
}}


==See also==
==See also==

Revision as of 22:22, 28 March 2024

Project ZomboidItemsClothingBottomsPantsFirefighter Pants
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.
Firefighter Pants
Firefighter Pants
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
4.0
Equipped
Pants
Properties
Run speed
82% (disabled)
Scratch defence
30%
Bite defence
20%
Insulation
85%
Wind resistance
85%
Water resistance
80%
Technical
Item ID
Base.Trousers_Fireman

Firefighter pants are a pair of trousers worn by firefighters. Players with the Fire Officer occupation can select the firefighter pants in the character creation menu.

Usage

Firefighter pants provide the most amount of bite and scratch protection of any pants at the cost of a significant reduction in run-speed. Firefighter pants provide a very high amount of insulation, wind resistance and water resistance.

Distribution

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

Containers
Building/Room Container Rolls Chance
bathroom locker 4 8
firestorage metal_shelves 4 1
metal_shelves 4 2

Firefighter pants can be found on firefighter zombies which can usually be found near the fire department in Rosewood, crashed fire department vehicles and burnt-down houses.

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

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 Trousers_Fireman
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Firefighter Pants,
        ClothingItem = Trousers_Fireman,
        BodyLocation = Pants,
        Icon = TrousersFireman,
        BloodLocation = Trousers,
        RunSpeedModifier = 0.82,
        BiteDefense = 20,
        ScratchDefense = 30,
        Insulation = 0.85,
        WindResistance = 0.85,
        WaterResistance = 0.8,
        Weight = 4,
        WorldStaticModel = Trousers_Ground,
    }

See also