Firefighter Jacket: Difference between revisions

From PZwiki
m (Removed Testing tag due to Build 41 being stable.)
(Add code)
 
(29 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Clothing|Tops|Jackets}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=53|hidecat=true}}
{{Page version|41.53}}
{{Infobox clothing
{{Infobox item
| display_name = Firefighter Jacket
|name=Firefighter Jacket
| name_colour = Clothing
|model=JacketFireman_Model.png
| name_text_colour = Clothing
|icon=JacketFireman.png
| image = JacketFireman.png
|icon_name=Firefighter Jacket
| image_width = 300px
| alternate_image = JacketFireman.png
| alternate_name = Firefighter Jacket
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 4.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.90
|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 = Base.Jacket_Fireman
|item_id=Base.Jacket_Fireman
}}
}}
A '''firefighter jacket''' is a jacket used by firefighters.
A '''firefighter jacket''' is a jacket used by firefighters.
==Usage==
==Usage==
{{pros-cons
{{Pros-cons
<!-- #PROS# - below this line -->
|pros1 = Highest amount of scratch and bite protection of any jacket in the game.
|pros1 = Highest amount of scratch and bite protection of any jacket in the game.
|pros2 = Provides neck protection.
|pros2 = Provides neck protection.
|pros3 = Provides a high amount of insulation, wind resistance and water resistance which makes it especially useful during winter.
|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
|pros4 = Not too difficult to find
<!-- #CONS# - below this line -->
|cons1 = Heaviest piece of clothing in the game.
|cons1 = Heaviest piece of clothing in the game.
|cons2 = Significantly reduces combat-speed and run-speed.
|cons2 = Significantly reduces combat-speed and run-speed.
|cons3 = Cannot be tailored or repaired.
|cons3 = Cannot be tailored or repaired.
}}
}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|Jacket_Fireman|41.78.16-->
{{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===
===Buildings===
The firefighter jacket can be reliably found at the [[Rosewood]] fire station, due to the large amounts of firefighter [[zombie]]s in that area.
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===
===Zombies===
Firefighter jackets can usually be found on firefighter zombies, firefighter zombies can also be found near crashed fire brigade vehicles and in the vicinity of some burnt-down buildings.
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|body_location=Jacket}}
{{Body location|body_location=Jacket}}


Line 53: Line 103:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:WearingFirefighterJacket.jpg|Survivor wearing the firefighter jacket.
WearingFirefighterJacket.jpg|Survivor wearing the firefighter jacket
</gallery>
</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==
==See also==
Line 60: Line 143:
*[[Firefighter Pants]]
*[[Firefighter Pants]]


{{Navbox clothing}}
{{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