Firefighter Jacket: Difference between revisions

From PZwiki
m (Trivia addition)
(Add code)
 
(33 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Testing|build=[[Build 41]]}}
{{Header|Project Zomboid|Items|Clothing|Tops|Jackets}}
{{languages}}
{{Page version|41.53}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=0|hidecat=true}}
{{Infobox item
{{Infobox clothing
|name=Firefighter Jacket
| display_name = Firefighter Jacket
|model=JacketFireman_Model.png
| name_colour = Clothing
|icon=JacketFireman.png
| name_text_colour = Clothing
|icon_name=Firefighter Jacket
| image = JacketFireman.png
| image_width = 300px
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 3.0
|weight=4.0
| body_location = Jacket
|equipped=Jacket
<!-- Speed -->
|run_speed=0.87
| run_speed = 0.87
|combat_speed=0.90
| combat_speed = 0.92
|scratch_defense=70
<!-- Protection -->
|bite_defense=50
| scratch_defense = 70
|neck_protection=0.5
| bite_defense = 50
|insulation=0.85
| neck_protection = 0.5
|wind_resistance=0.85
<!-- Insulation -->
|water_resistance=0.80
| insulation = 0.85
| wind_resistance = 0.85
| water_resistance = 0.80
<!-- Technical details -->
<!-- Technical details -->
| class_name = item Jacket_Fireman
|item_id=Base.Jacket_Fireman
}}
}}
The '''Firefighter Jacket''' is a jacket that forms part of the firefighter uniform.
A '''firefighter jacket''' is a jacket used by firefighters.
 
==Usage==
==Usage==
Firefighter jackets provide the highest amount of bite and scratch protection of any jacket at the cost of a penalty to combat-speed and run-speed. Firefighter jackets are best suited for very cold temperatures and severe weather due to it's very high amount of insulation, wind resistance and water resistance.
{{Pros-cons
|pros1 = Highest amount of scratch and bite protection of any jacket in the game.
|pros2 = Provides neck protection.
|pros3 = Provides a high amount of insulation, wind resistance and water resistance which makes it especially useful during winter.
|pros4 = Not too difficult to find
|cons1 = Heaviest piece of clothing in the game.
|cons2 = Significantly reduces combat-speed and run-speed.
|cons3 = Cannot be tailored or repaired.
}}
 
==Distribution==
==Distribution==
The Firefighter Jacket can be found on some firefighter [[zombies]].
The loot distributions can be found in the table(s) below.
==Body Location==
 
{| style="text-align:center;"
<!--BOT FLAG|Jacket_Fireman|41.78.16-->
|<br>{{Body location|body_location=Jacket}}
{{Clear}}
<div class="togglebox theme-red">
    <div>Jacket_Fireman distribution
        <span class="mw-customtoggle-togglebox-Jacket_Fireman" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Jacket_Fireman">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.   <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | bathroom
    | {{ll|locker}}
    | 10.78%
    |-
    | changeroom
    | {{ll|locker}}
    | 10.78%
    |-
    | firestorage
    | {{ll|metal_shelves}}
    | 23.28%
    |-
    | firestorage
    | {{ll|metal_shelves}}
    | 41.14%
    |-
    | garagestorage
    | {{ll|locker}}
    | 10.78%
    |}
</div>
<div id="vehicles" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Vehicles}}
    ! Type
    ! Container
    ! Effective chance
    |-
    | Fire
    | {{ll|Truck Bed}}
    | 10.78%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Jacket_Fireman" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Jacket_Fireman|41.78.16-->
 
===Buildings===
The firefighter jacket can be reliably found at [[fire station]]s including the [[Rosewood Fire Department]], due to the large amounts of firefighter [[zombie]]s and containers in that area.
 
===Zombies===
Firefighter jackets can usually be found on firefighter zombies, firefighter zombies can be found near fire stations, crashed fire brigade vehicles and in the vicinity of some burnt-down buildings.
 
==Body location==
{{Body location|body_location=Jacket}}
 
==Trivia==
==Trivia==
*The firefighter jacket isn't available for selection by characters with the fire officer occupation in the character creation menu.
*The firefighter jacket isn't available for selection by characters with the fire officer occupation in the character creation menu.


{{Navbox clothing}}
==Gallery==
<gallery>
WearingFirefighterJacket.jpg|Survivor wearing the firefighter jacket
</gallery>
 
==Code==
{{CodeBox|
{{CodeSnip
  | lang = java
  | line = true
  | start = 276
  | source = clothing_jacket.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Jacket_Fireman
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Firefighter Jacket,
        ClothingItem = Jacket_Fireman,
        BodyLocation = Jacket,
        Icon = JacketFireman,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.87,
        CombatSpeedModifier = 0.90,
        BiteDefense = 50,
        ScratchDefense = 70,
        NeckProtectionModifier = 0.5,
        Insulation = 0.85,
        WindResistance = 0.85,
        WaterResistance = 0.8,
        Weight = 4,
        WorldStaticModel = Jacket_Ground,
    }
}}
}}
 
==See also==
*[[Firefighter Helmet]]
*[[Firefighter Pants]]
 
{{Navbox items|tops}}

Latest revision as of 10:02, 2 May 2024

Project ZomboidItemsClothingTopsJacketsFirefighter Jacket
Spiffo controlyourself.png
This page was last updated for an older version (41.53).
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.
Firefighter Jacket
JacketFireman Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
4.0
Equipped
Jacket
Properties
Run speed
87% (disabled)
Combat speed
90%
Scratch defence
70%
Bite defence
50%
Neck protection
50%
Insulation
85%
Wind resistance
85%
Water resistance
80%
Technical
Item ID
Base.Jacket_Fireman

A firefighter jacket is a jacket used by firefighters.

Usage

Pros Cons
  • Highest amount of scratch and bite protection of any jacket in the game.
  • Provides neck protection.
  • Provides a high amount of insulation, wind resistance and water resistance which makes it especially useful during winter.
  • Not too difficult to find
  • Heaviest piece of clothing in the game.
  • Significantly reduces combat-speed and run-speed.
  • Cannot be tailored or repaired.

Distribution

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

Jacket_Fireman distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
bathroom locker 10.78%
changeroom locker 10.78%
firestorage metal_shelves 23.28%
firestorage metal_shelves 41.14%
garagestorage locker 10.78%
Vehicles
Type Container Effective chance
Fire Trunk 10.78%

Buildings

The firefighter jacket can be reliably found at fire stations including the Rosewood Fire Department, due to the large amounts of firefighter zombies and containers in that area.

Zombies

Firefighter jackets can usually be found on firefighter zombies, firefighter zombies can be found near fire stations, crashed fire brigade vehicles and in the vicinity of some burnt-down buildings.

Body location

Protection Jacket.png
  • Neck
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Trivia

  • The firefighter jacket isn't available for selection by characters with the fire officer occupation in the character creation menu.

Gallery

Code

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

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

Retrieved: Build 41.78.16
item Jacket_Fireman
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Firefighter Jacket,
        ClothingItem = Jacket_Fireman,
        BodyLocation = Jacket,
        Icon = JacketFireman,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.87,
        CombatSpeedModifier = 0.90,
        BiteDefense = 50,
        ScratchDefense = 70,
        NeckProtectionModifier = 0.5,
        Insulation = 0.85,
        WindResistance = 0.85,
        WaterResistance = 0.8,
        Weight = 4,
        WorldStaticModel = Jacket_Ground,
    }

See also