Fireman T-shirt

From PZwiki
Revision as of 02:35, 15 February 2024 by Calvy (talk | contribs) (Created. Missing 3d models)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Project ZomboidItemsClothingFireman T-shirt
Frame.png
This article contains outdated/low-quality images.
Reason: Missing models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Fireman T-shirt
Fireman T-shirt
Tshirt Profession FiremanBlue.png Tshirt Profession FiremanRed.png Tshirt Profession FiremanRed02.png TshirtGeneric.png
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Tshirt
Fabric Cotton
Insulation
Insulation 0.15
Wind resistance 0.05
Technical details
Item ID Base.Tshirt_Sport

The Fireman T-shirt is a t-shirt worn by fireman that can be found in multiple colors.

Usage

Pros and cons

Pros Cons
  • Comes in multiple colors
  • Very little insulation and no attack protection whatsoever

Body location

Protection Tshirt.png
  • Upper Torso
  • Lower Torso
  • Upper Arms

Recipes

Fireman t-shirt can be used to make ripped sheets or sheet ropes.

Product XP gained Skill(s) Recipe Ingredient 1
Rag.png
Ripped Sheets
0.25 Tailoring none Clothing (Cotton)
Clothing (Cotton)
(consumed)
Product XP gained Skill(s) Recipe Ingredient 1
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
bathroom locker 4 1

They can also be found in lockers of changerooms, and garagestorage.

NPCs

Fireman t-shirts can be found worn by firefighter zombies.

Trivia

  • All of the fireman t-shirt icons use the generic t-shirt icon.

Code

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

Tshirt Profession FiremanBlue.png Base.Tshirt_Profession_FiremanBlue
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Tshirt_Profession_FiremanBlue
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Blue Fireman T-Shirt,
        ClothingItem = Tshirt_Profession_FiremanBlue,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        ColorRed = 46,
        ColorGreen = 58,
        ColorBlue = 93,
        Insulation = 0.5,
        WindResistance = 0.30,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

Tshirt Profession FiremanRed.png Base.Tshirt_Profession_FiremanRed
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Tshirt_Profession_FiremanRed
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Red Fireman T-Shirt,
        ClothingItem = Tshirt_Profession_FiremanRed,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        ColorRed = 160,
        ColorGreen = 29,
        ColorBlue = 28,
        Insulation = 0.5,
        WindResistance = 0.30,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

Tshirt Profession FiremanRed02.png Base.Tshirt_Profession_FiremanRed02
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Tshirt_Profession_FiremanRed02
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Dark Red Fireman T-Shirt,
        ClothingItem = Tshirt_Profession_FiremanRed02,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        ColorRed = 118,
        ColorGreen = 24,
        ColorBlue = 24,
        Insulation = 0.5,
        WindResistance = 0.30,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

TshirtGeneric.png Base.Tshirt_Profession_FiremanWhite
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Tshirt_Profession_FiremanWhite
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = White Fireman T-Shirt,
        ClothingItem = Tshirt_Profession_FiremanWhite,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        Insulation = 0.5,
        WindResistance = 0.30,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

See also